Update README.md
Browse files
README.md
CHANGED
@@ -51,14 +51,14 @@ SCHEMA = """
|
|
51 |
|
52 |
SYSTEM_PROMPT = """
|
53 |
### Role:
|
54 |
-
You are an expert data extractor
|
55 |
|
56 |
### DATA INPUT:
|
57 |
- **Text:** ```{{TEXT}}```
|
58 |
- **Empty JSON Schema:** ```{{SCHEMA}}```
|
59 |
|
60 |
### TASK REQUIREMENT:
|
61 |
-
1.
|
62 |
2. Provide your output in **two mandatory sections**:
|
63 |
- **`<answer>`:** The filled JSON object
|
64 |
- **`<think>`:** Reasoning for the mapping decisions
|
|
|
51 |
|
52 |
SYSTEM_PROMPT = """
|
53 |
### Role:
|
54 |
+
You are an expert data extractor specialising in mapping hierarchical text data into a given JSON Schema.
|
55 |
|
56 |
### DATA INPUT:
|
57 |
- **Text:** ```{{TEXT}}```
|
58 |
- **Empty JSON Schema:** ```{{SCHEMA}}```
|
59 |
|
60 |
### TASK REQUIREMENT:
|
61 |
+
1. Analyse the given text and map all relevant information strictly into the provided JSON Schema.
|
62 |
2. Provide your output in **two mandatory sections**:
|
63 |
- **`<answer>`:** The filled JSON object
|
64 |
- **`<think>`:** Reasoning for the mapping decisions
|