paper-with-me

홈 › Papers

Adversarial Math Word Problem Generation

2024-02-27 · Roy Xie, Chengxuan Huang, Junlin Wang, Bhuwan Dhingra

Large language models (LLMs) have significantly transformed the educational landscape. As current plagiarism detection tools struggle to keep pace with LLMs' rapid advancements, the educational community faces the challenge of assessing students' true problem-solving abilities in the presence of LLMs. In this work, we explore a new paradigm for ensuring fair evaluation -- generating adversarial examples which preserve the structure and difficulty of the original questions aimed for assessment, but are unsolvable by LLMs. Focusing on the domain of math word problems, we leverage abstract syntax trees to structurally generate adversarial examples that cause LLMs to produce incorrect answers by simply editing the numeric values in the problems. We conduct experiments on various open- and closed-source LLMs, quantitatively and qualitatively demonstrating that our method significantly degrades their math problem-solving ability. We identify shared vulnerabilities among LLMs and propose a cost-effective approach to attack high-cost models. Additionally, we conduct automatic analysis to investigate the cause of failure, providing further insights into the limitations of LLMs.

📄 PDF Abstract BibTeX arXiv:2402.17916

Code (1)

ruoyuxie/adversarial_mwps_generation 공식 구현

Tasks

Math

Similar Papers 제목 키워드 기반

Cutting Through the Noise: Boosting LLM Performance on Math Word Problems

2024-05-30 · Ujjwala Anantheswaran, Himanshu Gupta, Kevin Scaria, Shreyas Verma 외

Large Language Models (LLMs) excel at various tasks, including solving math word problems (MWPs), but struggle with real-world problems containing irrelevant information. To address this, we propose a prompting framework…

8kMath

Adversarial Examples for Evaluating Math Word Problem Solvers

2021-09-13 · Findings (EMNLP) 2021 11 · Vivek Kumar, Rishabh Maheshwary, Vikram Pudi

Standard accuracy metrics have shown that Math Word Problem (MWP) solvers have achieved high performance on benchmark datasets. However, the extent to which existing MWP solvers truly understand language and its relation…

Adversarial RobustnessMathMath Word Problem SolvingSentence

Math Word Problem Generation with Mathematical Consistency and Problem Context Constraints

2021-09-09 · EMNLP 2021 11 · Zichao Wang, Andrew S. Lan, Richard G. Baraniuk

We study the problem of generating arithmetic math word problems (MWPs) given a math equation that specifies the mathematical computation and a context that specifies the problem scenario. Existing approaches are prone t…

DiversityMathQuestion Generation

Math Word Problem Solving by Generating Linguistic Variants of Problem Statements

2023-06-24 · Syed Rifat Raiyan, Md. Nafis Faiyaz, Shah Md. Jawad Kabir, Mohsinul Kabir 외

The art of mathematical reasoning stands as a fundamental pillar of intellectual progress and is a central catalyst in cultivating human ingenuity. Researchers have recently published a plethora of works centered around …

DecoderIngenuityMathMathematical Reasoning+1

Generating Math Word Problems from Equations with Topic Controlling and Commonsense Enforcement

2020-12-14 · Tianyang Cao, Shuang Zeng, Songge Zhao, Mairgup Mansur 외

Recent years have seen significant advancement in text generation tasks with the help of neural language models. However, there exists a challenging task: generating math problem text based on mathematical equations, whi…

MathText Generation