Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
jj-zhao commited on
Commit
11ba50c
·
verified ·
1 Parent(s): 708d17b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ The dataset consists of these components: a task file, and a directory containin
76
 
77
  ### Data Fields
78
 
79
- * `instance_id` (string): A unique identifier for the task. This ID corresponds to the filename of the ground-truth CSV file in the `widesearch_gold` directory (e.g., `ws_001` corresponds to `ws_001.csv`).
80
  * `query` (string): The natural language instruction given to the AI agent. It details the task requirements, the data columns to be collected, and the final Markdown table format.
81
  * `evaluation` (dict): An object containing all the information necessary for automated evaluation.
82
  * `unique_columns` (list): The primary key column(s) used to uniquely identify a row in the table.
 
76
 
77
  ### Data Fields
78
 
79
+ * `instance_id` (string): A unique identifier for the task. This ID corresponds to the filename of the ground-truth CSV file in the `widesearch_gold` directory (e.g., `ws_en_001` corresponds to `ws_en_001.csv`).
80
  * `query` (string): The natural language instruction given to the AI agent. It details the task requirements, the data columns to be collected, and the final Markdown table format.
81
  * `evaluation` (dict): An object containing all the information necessary for automated evaluation.
82
  * `unique_columns` (list): The primary key column(s) used to uniquely identify a row in the table.