CLAINov 8, 2024

Reasoning Robustness of LLMs to Adversarial Typographical Errors

arXiv:2411.05345v138 citationsh-index: 12Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses the robustness of LLMs to natural user errors, which is an incremental but important concern for real-world applications.

The paper investigates the vulnerability of Large Language Models (LLMs) to adversarial typographical errors in reasoning tasks, showing that minimal character edits can significantly degrade performance, such as reducing Mistral-7B-Instruct's accuracy on GSM8K from 43.7% to 19.2% with 8 edits.

Large Language Models (LLMs) have demonstrated impressive capabilities in reasoning using Chain-of-Thought (CoT) prompting. However, CoT can be biased by users' instruction. In this work, we study the reasoning robustness of LLMs to typographical errors, which can naturally occur in users' queries. We design an Adversarial Typo Attack ($\texttt{ATA}$) algorithm that iteratively samples typos for words that are important to the query and selects the edit that is most likely to succeed in attacking. It shows that LLMs are sensitive to minimal adversarial typographical changes. Notably, with 1 character edit, Mistral-7B-Instruct's accuracy drops from 43.7% to 38.6% on GSM8K, while with 8 character edits the performance further drops to 19.2%. To extend our evaluation to larger and closed-source LLMs, we develop the $\texttt{R$^2$ATA}$ benchmark, which assesses models' $\underline{R}$easoning $\underline{R}$obustness to $\underline{\texttt{ATA}}$. It includes adversarial typographical questions derived from three widely used reasoning datasets-GSM8K, BBH, and MMLU-by applying $\texttt{ATA}$ to open-source LLMs. $\texttt{R$^2$ATA}$ demonstrates remarkable transferability and causes notable performance drops across multiple super large and closed-source LLMs.

Foundations

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

Your Notes