Same Meaning, Different Scores: Lexical and Syntactic Sensitivity in LLM Evaluation
Bogdan Kostić, Conor Fallon, Julian Risch, Alexander Löser
TL;DR
This work probes the robustness of LLM evaluation by applying meaning-preserving lexical and syntactic perturbations to three benchmarks (MMLU, SQuAD, AMEGA) across 23 models. Using two linguistically principled pipelines, the study uncovers that lexical changes produce substantial performance drops while syntactic changes yield more variable effects, and that leaderboards are brittle under these perturbations. Crucially, model size does not guarantee robustness; the relationship between scale and stability is task-dependent. The findings emphasize that LLM evaluations should incorporate robustness testing to avoid overestimating generalization and to guide more reliable benchmark design.
Abstract
The rapid advancement of Large Language Models (LLMs) has established standardized evaluation benchmarks as the primary instrument for model comparison. Yet, their reliability is increasingly questioned due to sensitivity to shallow variations in input prompts. This paper examines how controlled, truth-conditionally equivalent lexical and syntactic perturbations affect the absolute performance and relative ranking of 23 contemporary LLMs across three benchmarks: MMLU, SQuAD, and AMEGA. We employ two linguistically principled pipelines to generate meaning-preserving variations: one performing synonym substitution for lexical changes, and another using dependency parsing to determine applicable syntactic transformations. Results show that lexical perturbations consistently induce substantial, statistically significant performance degradation across nearly all models and tasks, while syntactic perturbations have more heterogeneous effects, occasionally improving results. Both perturbation types destabilize model leaderboards on complex tasks. Furthermore, model robustness did not consistently scale with model size, revealing strong task dependence. Overall, the findings suggest that LLMs rely more on surface-level lexical patterns than on abstract linguistic competence, underscoring the need for robustness testing as a standard component of LLM evaluation.
