Update README.md
Browse files
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., `
|
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.
|