Datasets:

Formats:
json
Size:
< 1K
ArXiv:
License:
HaoyuDong commited on
Commit
cd11190
·
verified ·
1 Parent(s): c3f22fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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, cleaning)>",
75
- "business_type": "<business domain (e.g., budgeting, trading, auditing)>"
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
  }