paper-with-me

홈 › Papers

Unbiased Math Word Problems Benchmark for Mitigating Solving Bias

2022-01-16 · ACL ARR January 2022 1 · Anonymous

In this paper, we revisit the solving bias when evaluating models on current Math Word Problem (MWP) benchmarks. However, current solvers exist solving bias which consists of data bias and learning bias due to biased dataset and improper training strategy. Our experiments verify MWP solvers are easy to be biased by the biased training datasets which do not cover diverse questions for each problem narrative of all MWPs, thus a solver can only learn shallow heuristics rather than deep semantics for understanding problems. Besides, an MWP can be naturally solved by multiple equivalent equations while current datasets take only one of the equivalent equations as ground truth, forcing the model to match the labeled ground truth and ignoring other equivalent equations. Here, we first introduce a novel MWP dataset named UnbiasedMWP which is constructed by varying the grounded expressions in our collected data and annotating them with corresponding multiple new questions manually. Then, to further mitigate learning bias, we propose a Dynamic Target Selection (DTS) Strategy to dynamically select more suitable target expressions according to the longest prefix match between the current model output and candidate equivalent equations which are obtained by applying commutative law during training. The results show that our UnbiasedMWP has significantly fewer biases than its original data and other datasets, posing a promising benchmark for fairly evaluating the solvers' reasoning skills rather than matching nearest neighbors. And the solvers trained with our DTS achieve higher accuracies on multiple MWP benchmarks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Math

Similar Papers 제목 키워드 기반

Unbiased Math Word Problems Benchmark for Mitigating Solving Bias

2022-05-17 · Findings (NAACL) 2022 7 · Zhicheng Yang, Jinghui Qin, Jiaqi Chen, Xiaodan Liang

In this paper, we revisit the solving bias when evaluating models on current Math Word Problem (MWP) benchmarks. However, current solvers exist solving bias which consists of data bias and learning bias due to biased dat…

Math

Learning Fine-Grained Expressions to Solve Math Word Problems

2017-09-01 · EMNLP 2017 9 · Danqing Huang, Shuming Shi, Chin-Yew Lin, Jian Yin

This paper presents a novel template-based method to solve math word problems. This method learns the mappings between math concept phrases in math word problems and their math expressions from training data. For each eq…

MathMath Word Problem Solving

Solving Math Word Problems by Combining Language Models With Symbolic Solvers

2023-04-16 · Joy He-Yueya, Gabriel Poesia, Rose E. Wang, Noah D. Goodman

Automatically generating high-quality step-by-step solutions to math word problems has many applications in education. Recently, combining large language models (LLMs) with external tools to perform complex reasoning and…

GSM8KLanguage ModelingLanguage ModellingMath

Ask-Before-Detection: Identifying and Mitigating Conformity Bias in LLM-Powered Error Detector for Math Word Problem Solutions

2024-12-22 · Hang Li, Tianlong Xu, Kaiqi Yang, Yucheng Chu 외

The rise of large language models (LLMs) offers new opportunities for automatic error detection in education, particularly for math word problems (MWPs). While prior studies demonstrate the promise of LLMs as error detec…

GSM8KMathvalid

Riemann-Bench: A Benchmark for Moonshot Mathematics

2026-04-08 · Suhaas Garre, Erik Knutsen, Sushant Mehta, Edwin Chen arxiv

Recent AI systems have achieved gold-medal-level performance on the International Mathematical Olympiad, demonstrating remarkable proficiency at competition-style problem solving. However, competition mathematics represe…

Mathematical Reasoning