MU-NLPC/Calc-mawps
收藏资源简介:
Calc-MAWPS数据集是一个专注于算术运算的简单数学文字问题集合。该数据集的特点包括`chain`列,该列通过将解决方案转换为简单的HTML类语言来创建,便于解析。数据集支持的任务是训练能够使用外部工具(如计算器)来增强其响应事实性的链式思维推理模型。数据集提供了两种变体:一种是原始分割,另一种是经过过滤以防止数据泄露的版本。数据集的属性包括id、question、chain、result、result_float、equation和expression。数据集是Calc-X集合的一部分,旨在训练能够使用计算器的模型(Calcformers)。
The Calc-MAWPS dataset is a collection of simple arithmetic math word problems focused on arithmetic operations. A key feature of this dataset is the `chain` column, which is constructed by converting solution steps into a simple HTML-like language to simplify parsing. The tasks supported by this dataset are designed for training chain-of-thought reasoning models that leverage external tools such as calculators to improve the factual validity of their generated responses. The dataset provides two variants: one is the original data split, and the other is a filtered version developed to prevent data leakage. The dataset’s columns include id, question, `chain`, result, result_float, equation, and expression. As part of the Calc-X collection, this dataset aims to train calculator-augmented models known as Calcformers.
数据集概述
基本信息
- 语言: 英语
- 许可证: MIT
- 数据规模: 1K<n<10K
- 任务类别: 文本生成
- 标签: 数学世界问题, 数学, 算术
数据集配置
默认配置
- 配置名称: default
- 特征:
- id: 字符串
- question: 字符串
- chain: 字符串
- result: 字符串
- result_float: float64
- equation: 字符串
- expression: 字符串
- 分割:
- 训练集: 298347 字节, 1089 个样本
- 验证集: 285321 字节, 1040 个样本
- 测试集: 142648 字节, 520 个样本
- 下载大小: 0 字节
- 数据集大小: 726316 字节
原始分割配置
- 配置名称: original-splits
- 特征:
- id: 字符串
- question: 字符串
- chain: 字符串
- result: 字符串
- result_float: float64
- equation: 字符串
- expression: 字符串
- 分割:
- 训练集: 1000546 字节, 3636 个样本
- 测试集: 142648 字节, 520 个样本
- 验证集: 285321 字节, 1040 个样本
- 下载大小: 128730 字节
- 数据集大小: 1428515 字节
数据文件配置
默认配置
- 配置名称: default
- 数据文件:
- 训练集: data/train-*
- 验证集: data/validation-*
- 测试集: data/test-*
原始分割配置
- 配置名称: original-splits
- 数据文件:
- 训练集: original-splits/train-*
- 测试集: original-splits/test-*
- 验证集: original-splits/validation-*




