PluraMath
收藏资源简介:
PluraMath是一个人工整理的多语言数学推理基准测试数据集,旨在将PolyMath基准扩展到18种未被充分代表的语言,涵盖6个语系,包括从中等资源语言(如印地语、土耳其语)到极端低资源语言(如上索布语、下索布语,母语者少于1.5万)。该数据集基于PolyMath的结构,每种语言包含500个竞赛风格的数学问题,分为四个难度等级:低(K-12文字题)、中(高中/大学考试与练习)、高(中高难度竞赛)、顶级(奥林匹克及前沿数学)。每个难度等级包含125个问题,每个问题实例包括目标语言的问题陈述和采用oxed{}格式的标准答案。数据集总共包含18种语言,共计9,000个人工验证的问题翻译。数据通过三阶段人工参与流程构建:初稿自动翻译、母语者手动验证与校正、自动化与手动LaTeX检查及最终错误分析。该数据集适用于评估大型语言模型在多语言数学推理任务上的性能,特别是揭示高资源语言与未被充分代表语言之间的推理能力差距。
PluraMath is a manually curated multilingual mathematical reasoning benchmark dataset, aiming to extend the PolyMath benchmark to 18 underrepresented languages, covering 6 language families, including from medium-resource languages (such as Hindi, Turkish) to extremely low-resource languages (such as Upper Sorbian, Lower Sorbian, with fewer than 15,000 native speakers). The dataset is based on the structure of PolyMath, with each language containing 500 competition-style mathematical problems, divided into four difficulty levels: low (K-12 word problems), medium (high school/university exams and exercises), high (medium-to-high difficulty competitions), and top (Olympiad and cutting-edge mathematics). Each difficulty level contains 125 problems, and each problem instance includes a problem statement in the target language and a standard answer in oxed{} format. The dataset comprises 18 languages in total, with a total of 9,000 manually validated problem translations. The data is constructed through a three-stage human-involved process: initial draft automatic translation, manual verification and correction by native speakers, automated and manual LaTeX checks, and final error analysis. This dataset is suitable for evaluating the performance of large language models on multilingual mathematical reasoning tasks, particularly to reveal reasoning capability gaps between high-resource and underrepresented languages.
数据集概览:PluraMath
PluraMath 是一个人工策划的多语言数学推理基准数据集,旨在将数学推理评估扩展到高资源语言之外。它基于 PolyMath 基准构建,覆盖了 18 种代表性不足的语言,这些语言分属 6 个语系,从中度资源的印地语和土耳其语,到极端低资源的上下索布语(母语者少于 1.5 万)。
数据集规模与结构
- 总问题数:每种语言包含 500 道竞赛风格数学题,总计 9,000 道人工验证的翻译问题。
- 难度级别:问题分为四个难度等级,每个等级 125 道题:
low:K-12 应用题medium:高中/大学考试及习题high:中高难度竞赛题top:奥赛及前沿数学题
- 数据特征:每条数据包含
id、question(目标语言问题描述)和answer(标准答案,期望以oxed{}格式输出)。 - 许可证:Apache 2.0。
覆盖的语言
数据集中包含的 18 种语言及其配置名称(config_name)如下:
- am(阿姆哈拉语)
- ca(加泰罗尼亚语)
- chv(楚瓦什语)
- cs(捷克语)
- dsb(下索布语)
- el(希腊语)
- he(希伯来语)
- hi(印地语)
- hsb(上索布语)
- kk(哈萨克语)
- or(奥里亚语)
- pl(波兰语)
- sk(斯洛伐克语)
- sr(塞尔维亚语)
- tr(土耳其语)
- tt(鞑靼语)
- uk(乌克兰语)
- uz(乌兹别克语)
每种语言的数据都包含 low、medium、high、top 四个拆分(split),每个拆分的大小约为 125 个样本。
数据构建流程
数据集通过一个三阶段人工参与的流程构建:
- 初稿翻译:使用每种语言最强大的可用系统(如DeepL、Gemini、Sarvamai、SalamandraTA、TartuNLP)进行自动翻译。
- 人工验证:由每种语言的 母语者 进行彻底的验证和修正。
- 质量控制:自动和人工结合的 LaTeX 检查及最终错误分析。
基准测试亮点
使用 PluraMath 对 27 个推理大语言模型 进行了评估,关键发现包括:
- 性能差距普遍存在:语言技术支撑度与数学推理表现之间存在显著相关性(语言资源类别与基准排序的 Spearman ρ = 0.646)。高资源语言与目标语言的平均差距为 +2.15 难度加权准确率 (DW-Acc)。
- 闭源模型领先且更稳定:如
Claude-Haiku-4.5和GPT-5.4在所有评估语言上表现最佳且保持稳定。 - 长推理不等于好推理:最佳模型产生正确答案的推理过程往往更短。
- 翻译质量部分解释推理能力:翻译质量(chrF++)与数学准确率之间存在中等程度的相关性(r = +0.45)。
使用与引用
-
预期用途:用于评估大语言模型的多语言数学推理能力。请勿使用测试数据进行训练。
-
加载方式示例: python from datasets import load_dataset ds = load_dataset("TUM-NLP/PluraMath", "uk", split="test") print(ds[0])
-
相关资源:
- 论文:https://arxiv.org/abs/2607.05992 (注意:页面上提供的链接为占位符,实际地址可能不同)
- 代码与评估框架:https://github.com/TUM-NLP/pluramath
- 项目页面:https://tum-nlp.github.io/pluramath/
- 基础基准:https://huggingface.co/datasets/Qwen/PolyMath



