danwakeem/wikitablequestions-wtq
收藏WikiTableQuestions-wtq 数据集概述
数据集描述
数据集总结
- 名称: WikiTableQuestions-wtq
- 类型: 小型数据集
- 用途: 半结构化表格问题回答任务
- 特点: 包含
aggregation_label和answer_coordinates字段,便于在基于TAPAS的模型上进行训练。
支持的任务和排行榜
- 任务: 问题回答, 表格问题回答
语言
- 语言: 英语 (en)
数据集结构
数据实例
- 下载数据集大小: 27.91 MB
- 生成数据集大小: 45.68 MB
- 总磁盘使用量: 73.60 MB
示例
json { "id": "nt-0", "question": "What is the total average attendance at all USL First Division matches?", "answers": ["36755"], "table": { "header": ["Year", "Division", "League", ...], "rows": [["2001", "2", "USL A-League", ...], ...], "name": "csv/204-csv/590.tsv" }, "aggregation_label": "SUM", "answer_coordinates": [[4, 6], ...] }
数据字段
id: 字符串类型question: 字符串类型answers: 字符串列表answers_coordinates: 整数元组列表aggregation_label: 字符串类型table: 字典类型,包含:header: 字符串列表rows: 字符串列表的列表name: 字符串类型
数据分割
- 待定 (TBA)
数据集创建
数据集管理者
- Panupong Pasupat
- Percy Liang
许可信息
- 许可证: Creative Commons Attribution Share Alike 4.0 International
引用信息
bibtex @inproceedings{pasupat-liang-2015-compositional, title = "Compositional Semantic Parsing on Semi-Structured Tables", author = "Pasupat, Panupong and Liang, Percy", booktitle = "Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)", month = jul, year = "2015", address = "Beijing, China", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/P15-1142", doi = "10.3115/v1/P15-1142", pages = "1470--1480", }




