allenai/wiqa
收藏数据集概述
数据集名称
- 名称: What-If Question Answering (WIQA)
- ID: wiqa
数据集特征
- 问题结构:
question_stem: 字符串类型question_para_step: 字符串列表类型
- 答案相关:
answer_label: 字符串类型answer_label_as_choice: 字符串类型choices: 字典类型,包含text和label,均为字符串类型
- 元数据:
metadata_question_id: 字符串类型metadata_graph_id: 字符串类型metadata_para_id: 字符串类型metadata_question_type: 字符串类型metadata_path_len: 整数类型(int32)
数据集结构
- 训练集: 29808个样本
- 验证集: 6894个样本
- 测试集: 3003个样本
数据集大小
- 下载大小: 5.24 MB
- 生成数据集大小: 22.40 MB
数据集示例
json { "answer_label": "more", "answer_label_as_choice": "A", "choices": { "label": ["A", "B", "C"], "text": ["more", "less", "no effect"] }, "metadata_graph_id": "481", "metadata_para_id": "528", "metadata_path_len": 3, "metadata_question_id": "influence_graph:528:481:77#0", "metadata_question_type": "INPARA_EFFECT", "question_para_step": ["A male and female rabbit mate", "The female rabbit becomes pregnant", "Baby rabbits form inside of the mother rabbit", "The female rabbit gives birth to a litter", "The newborn rabbits grow up to become adults", "The adult rabbits find mates."], "question_stem": "suppose the female is sterile happens, how will it affect LESS rabbits." }
引用信息
bibtex @article{wiqa, author = {Niket Tandon and Bhavana Dalvi Mishra and Keisuke Sakaguchi and Antoine Bosselut and Peter Clark}, title = {WIQA: A dataset for "What if..." reasoning over procedural text}, journal = {arXiv:1909.04739v1}, year = {2019}, }




