allenai/math_qa|数学问题解答数据集|自然语言处理数据集
收藏数据集概述
数据集摘要
- 名称: MathQA
- 语言: 英语
- 创建者: 众包和专家生成
- 许可证: Apache-2.0
- 多语言性: 单语种
- 大小: 10K<n<100K
- 源数据集: 扩展自aqua_rat
- 任务类别: 问答
- 任务ID: 多选题问答
- 论文ID: mathqa
数据结构
数据实例
一个训练集的示例: json { "Problem": "a multiple choice test consists of 4 questions , and each question has 5 answer choices . in how many r ways can the test be completed if every question is unanswered ?", "Rationale": ""5 choices for each of the 4 questions , thus total r of 5 * 5 * 5 * 5 = 5 ^ 4 = 625 ways to answer all of them . answer : c ."", "annotated_formula": "power(5, 4)", "category": "general", "correct": "c", "linear_formula": "power(n1,n0)|", "options": "a ) 24 , b ) 120 , c ) 625 , d ) 720 , e ) 1024" }
数据字段
Problem
: 问题描述,字符串类型。Rationale
: 推理过程,字符串类型。options
: 选项,字符串类型。correct
: 正确答案,字符串类型。annotated_formula
: 注释公式,字符串类型。linear_formula
: 线性公式,字符串类型。category
: 类别,字符串类型。
数据分割
名称 | 训练集 | 验证集 | 测试集 |
---|---|---|---|
默认 | 29837 | 4475 | 2985 |
数据集创建
数据集信息
- 下载大小: 7302821 字节
- 数据集大小: 22965979 字节
数据分割详情
- 测试集: 1844184 字节,2985 个样本
- 训练集: 18368826 字节,29837 个样本
- 验证集: 2752969 字节,4475 个样本
许可证信息
数据集遵循 Apache License, Version 2.0。
引用信息
bibtex @inproceedings{amini-etal-2019-mathqa, title = "{M}ath{QA}: Towards Interpretable Math Word Problem Solving with Operation-Based Formalisms", author = "Amini, Aida and Gabriel, Saadia and Lin, Shanchuan and Koncel-Kedziorski, Rik and Choi, Yejin and Hajishirzi, Hannaneh", booktitle = "Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)", month = jun, year = "2019", address = "Minneapolis, Minnesota", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/N19-1245", doi = "10.18653/v1/N19-1245", pages = "2357--2367", }