Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
jj-zhao commited on
Commit
e5aeeab
·
verified ·
1 Parent(s): 4d04a77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -29
README.md CHANGED
@@ -47,21 +47,8 @@ The dataset consists of these components: a task file, and a directory containin
47
  ```json
48
  {
49
  "instance_id": "ws_en_001",
50
- "query": "My son is about to start his university applications but he’s still uncertain about both his major and which universities to apply to. Could you help me find the top five universities in each of the five broad subjects from the QS World University Rankings by Subject 2025, and also check their standings in the QS World University Rankings 2025 and the Times Higher Education World University Rankings 2025? And I need the home page of the university's official website, standard application deadline for regular decison as well as the application fee without the fee wavier.Please organize the results in one Markdown table with the following columns:\nSubject, University, QS World University Rankings by Subject 2025, QS World University Rankings 2025, Times Higher Education World University Rankings 2025, Home Page, Application Deadline, Application Fee\nPlease use the universities full official names in English. \nUse only Arabic numerals in the ranking, for example: 1.\n\nThe output format is ```markdown\n{data_content}\n```.",
51
- "evaluation": {
52
- "unique_columns": ["subject", "university"],
53
- "required": ["subject", "university", "qsworlduniversityrankingsbysubject2025", "qsworlduniversityrankings2025", "timeshighereducationworlduniversityrankings2025", "homepage", "applicationdeadline", "applicationfee"],
54
- "eval_pipeline": {
55
- "applicationdeadline": {"preprocess": ["norm_str"], "metric": ["llm_judge"], "criterion": "It is sufficient if the semantics are approximately the same as the reference answer or if they point to the same entity. There is no need for a word-for-word correspondence.\nThe month and day must be correct"},
56
- "applicationfee": {"preprocess": ["norm_str"], "metric": ["llm_judge"], "criterion": "It is sufficient if the semantics are approximately the same as the reference answer or if they point to the same entity. There is no need for a word-for-word correspondence.\nIf there are multiple fees in the reference answer, all must be included."},
57
- "homepage": {"preprocess": ["norm_str"], "metric": ["url_match"]},
58
- "subject": {"preprocess": ["norm_str"], "metric": ["exact_match"]},
59
- "university": {"preprocess": ["norm_str"], "metric": ["exact_match"]},
60
- "qsworlduniversityrankingsbysubject2025": {"preprocess": ["norm_str"], "metric": ["exact_match"]},
61
- "qsworlduniversityrankings2025": {"preprocess": ["norm_str"], "metric": ["exact_match"]},
62
- "timeshighereducationworlduniversityrankings2025": {"preprocess": ["norm_str"], "metric": ["exact_match"]}
63
- }
64
- },
65
  "language": "en"
66
  }
67
  ```
@@ -69,19 +56,8 @@ The dataset consists of these components: a task file, and a directory containin
69
  ```json
70
  {
71
  "instance_id": "ws_zh_001",
72
- "query": "我要做电影研究,需要你列出来2020年-2024年每年中国、美国本国票房前五的电影,表头需要包括年份、国家(如中国、美国)、电影名、导演、本国整体累计票房收益(不局限于当年,以亿为单位,保留到小数点后一位,例如7.9亿元,需要带上各国货币单位,中国电影以亿元为单位,美国电影为亿美元为单位)、电影类型。请以Markdown表格的格式输出整理后的数据,全部输出采用中文。请注意,对于当年12月末上映的电影、大部分票房收益落在下一年的,视为下一年的电影。请以Markdown表格的格式输出整理后的数据。\n表格中的列名依次为:\n年份、国家、电影名、导演、本国累计票房收益、电影类型\n\n格式为```markdown\n{数据内容}\n```。",
73
- "evaluation": {
74
- "unique_columns": ["国家", "电影名"],
75
- "required": ["年份", "国家", "电影名", "导演", "本国累计票房收益", "电影类型"],
76
- "eval_pipeline": {
77
- "国家": {"preprocess": ["norm_str"], "metric": ["exact_match"]},
78
- "年份": {"preprocess": ["norm_str"], "metric": ["exact_match"]},
79
- "本国累计票房收益": {"preprocess": ["extract_number"], "metric": ["number_near"], "criterion": 0.1},
80
- "导演": {"preprocess": ["norm_str"], "metric": ["llm_judge"], "criterion": "和参考答案语义相同大致、或者指向的实体一致即可,不需要字字对应。\n答出子集且未答出参考答案以外的内容时可算正确"},
81
- "电影类型": {"preprocess": ["norm_str"], "metric": ["llm_judge"], "criterion": "和参考答案语义相同大致、或者指向的实体一致即可,不需要字字对应。\n答出参考答案中的部分类型(即子集)即视为正确、基于权威来源及官方依据的类型标注同样正确、答出其中一个子集其他类型内容合理也视为正确。"},
82
- "电影名": {"preprocess": ["norm_str"], "metric": ["llm_judge"], "criterion": "和参考答案语义相同大致、或者指向的实体一致即可,不需要字字对应。"}
83
- }
84
- },
85
  "language": "zh"
86
  }
87
  ```
@@ -91,7 +67,7 @@ The dataset consists of these components: a task file, and a directory containin
91
 
92
  * `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`).
93
  * `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.
94
- * `evaluation` (dict): An object containing all the information necessary for automated evaluation.
95
  * `unique_columns` (list): The primary key column(s) used to uniquely identify a row in the table.
96
  * `required` (list): All column names that must be present in the agent's generated response.
97
  * `eval_pipeline` (dict): Defines the evaluation method for each column.
 
47
  ```json
48
  {
49
  "instance_id": "ws_en_001",
50
+ "query": "My son is about to start his university applications but he\u2019s still uncertain about both his major and which universities to apply to. Could you help me find the top five universities in each of the five broad subjects from the QS World University Rankings by Subject 2025, and also check their standings in the QS World University Rankings 2025 and the Times Higher Education World University Rankings 2025? And I need the home page of the university's official website, standard application deadline for regular decision as well as the application fee without the fee waiver.Please organize the results in one Markdown table with the following columns:\nSubject, University, QS World University Rankings by Subject 2025, QS World University Rankings 2025, Times Higher Education World University Rankings 2025, Home Page, Application Deadline, Application Fee\nPlease use the universities\u2019 full official names in English. \nUse only Arabic numerals in the ranking, for example: 1.\n\nThe output format is ```markdown\n{data_content}\n```.",
51
+ "evaluation": "{\"unique_columns\": [\"subject\", \"university\"], \"required\": [\"subject\", \"university\", \"qsworlduniversityrankingsbysubject2025\", \"qsworlduniversityrankings2025\", \"timeshighereducationworlduniversityrankings2025\", \"homepage\", \"applicationdeadline\", \"applicationfee\"], \"eval_pipeline\": {\"applicationdeadline\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"llm_judge\"], \"criterion\": \"It is sufficient if the semantics are approximately the same as the reference answer or if they point to the same entity. There is no need for a word-for-word correspondence.\\nThe month and day must be correct\"}, \"applicationfee\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"llm_judge\"], \"criterion\": \"It is sufficient if the semantics are approximately the same as the reference answer or if they point to the same entity. There is no need for a word-for-word correspondence.\\nIf there are multiple fees in the reference answer, all must be included.\"}, \"homepage\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"url_match\"]}, \"subject\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"exact_match\"]}, \"university\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"exact_match\"]}, \"qsworlduniversityrankingsbysubject2025\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"exact_match\"]}, \"qsworlduniversityrankings2025\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"exact_match\"]}, \"timeshighereducationworlduniversityrankings2025\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"exact_match\"]}}}",
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  "language": "en"
53
  }
54
  ```
 
56
  ```json
57
  {
58
  "instance_id": "ws_zh_001",
59
+ "query": "我要做电影研究,需要你列出来2020年-2024年(包含2020年和2024年)每年中国、美国本国票房前五的电影,表头需要包括年份、国家(如中国、美国)、电影名、导演、本国整体累计票房收益(不局限于当年,以亿为单位,保留到小数点后一位,例如7.9亿元,需要带上各国货币单位,中国电影以亿元为单位,美国电影为亿美元为单位)、电影类型。请以Markdown表格的格式输出整理后的数据,全部输出采用中文。请注意,对于当年12月末上映的电影、大部分票房收益落在下一年的,视为下一年的电影。请以Markdown表格的格式输出整理后的数据。\n表格中的列名依次为:\n年份、国家、电影名、导演、本国累计票房收益、电影类型\n\n格式为```markdown\n{数据内容}\n```。",
60
+ "evaluation": "{\"unique_columns\": [\"国家\", \"电影名\"], \"required\": [\"年份\", \"国家\", \"电影名\", \"导演\", \"本国累计票房收益\", \"电影类型\"], \"eval_pipeline\": {\"国家\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"exact_match\"]}, \"年份\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"exact_match\"]}, \"本国累计票房收益\": {\"preprocess\": [\"extract_number\"], \"metric\": [\"number_near\"], \"criterion\": 0.1}, \"导演\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"llm_judge\"], \"criterion\": \"和参考答案语义相同大致、或者指向的实体一致即可,不需要字字对应。\\n答出子集且未答出参考答案以外的内容时可算正确\"}, \"电影类型\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"llm_judge\"], \"criterion\": \"和参考答案语义相同大致、或者指向的实体一致即可,不需要字字对应。\\n答出参考答案中的部分类型(即子集)即视为正确、基于权威来源及官方依据的类型标注同样正确、答出其中一个子集其他类型内容合理也视为正确。\"}, \"电影名\": {\"preprocess\": [\"norm_str\"], \"metric\": [\"llm_judge\"], \"criterion\": \"和参考答案语义相同大致、或者指向的实体一致即可,不需要字字对应。\"}}}",
 
 
 
 
 
 
 
 
 
 
 
61
  "language": "zh"
62
  }
63
  ```
 
67
 
68
  * `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`).
69
  * `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.
70
+ * `evaluation` (string): A string representation of an object containing all the information necessary for automated evaluation.
71
  * `unique_columns` (list): The primary key column(s) used to uniquely identify a row in the table.
72
  * `required` (list): All column names that must be present in the agent's generated response.
73
  * `eval_pipeline` (dict): Defines the evaluation method for each column.