Update README.md
Browse files
README.md
CHANGED
|
@@ -67,10 +67,10 @@ Each line corresponds to one **workflow-centric example**:
|
|
| 67 |
"source_files": ["<input file name>", "..."],
|
| 68 |
"source_files_urls": ["<input file download URL>", "..."],
|
| 69 |
"reference_outputs": {
|
| 70 |
-
"files": ["<reference output file name>"
|
| 71 |
"text": "<textual reference output>"
|
| 72 |
},
|
| 73 |
-
"reference_file_urls": ["<reference output file download URL>"
|
| 74 |
-
"task_type": "<task category (e.g., reporting, modeling
|
| 75 |
-
"business_type": "<business domain (e.g., budgeting, trading
|
| 76 |
}
|
|
|
|
| 67 |
"source_files": ["<input file name>", "..."],
|
| 68 |
"source_files_urls": ["<input file download URL>", "..."],
|
| 69 |
"reference_outputs": {
|
| 70 |
+
"files": ["<reference output file name>"],
|
| 71 |
"text": "<textual reference output>"
|
| 72 |
},
|
| 73 |
+
"reference_file_urls": ["<reference output file download URL>"],
|
| 74 |
+
"task_type": "<task category (e.g., reporting, modeling)>",
|
| 75 |
+
"business_type": "<business domain (e.g., budgeting, trading)>"
|
| 76 |
}
|