CLAIFeb 27, 2024

Adversarial Math Word Problem Generation

arXiv:2402.17916v325 citationsh-index: 5EMNLP
Originality Highly original
AI Analysis

This addresses the challenge of fair evaluation in education due to LLM plagiarism, though it is incremental as it focuses on a specific domain.

The paper tackles the problem of assessing students' true problem-solving abilities when LLMs can easily solve educational questions, by generating adversarial math word problems that preserve structure and difficulty but cause LLMs to fail, significantly degrading their performance across various models.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes