The Dog the Cat Chased Stumped the Model: Measuring When Language Models Abandon Structure for Shortcuts
Sangmitra Madhusudan, Kaige Chen, Ali Emami
TL;DR
CenterBench tackles a core challenge in evaluating language models: whether high accuracy on center-embedded sentences arises from true syntactic parsing or from semantic pattern matching. The authors build a scalable benchmark of 360 center-embedded sentences with 9,720 questions, pairing syntactically identical but semantically plausible or implausible sequences across depth levels 1–6 and six question types. Systematic results show that model performance degrades with increasing depth and that models increasingly rely on semantic plausibility as complexity grows; reasoning-enabled models improve accuracy but still reveal semantic shortcuts in their traces. Humans display more variable semantic effects, underscoring a fundamental difference between human and model language processing. Overall, CenterBench provides a first framework to diagnose when models abandon structural analysis for shortcuts, informing both evaluation and deployment in domains requiring genuine syntactic understanding.
Abstract
When language models correctly parse "The cat that the dog chased meowed," are they analyzing syntax or simply familiar with dogs chasing cats? Despite extensive benchmarking, we lack methods to distinguish structural understanding from semantic pattern matching. We introduce CenterBench, a dataset of 9,720 comprehension questions on center-embedded sentences (like "The cat [that the dog chased] meowed") where relative clauses nest recursively, creating processing demands from simple to deeply nested structures. Each sentence has a syntactically identical but semantically implausible counterpart (e.g., mailmen prescribe medicine, doctors deliver mail) and six comprehension questions testing surface understanding, syntactic dependencies, and causal reasoning. Testing six models reveals that performance gaps between plausible and implausible sentences widen systematically with complexity, with models showing median gaps up to 26.8 percentage points, quantifying when they abandon structural analysis for semantic associations. Notably, semantic plausibility harms performance on questions about resulting actions, where following causal relationships matters more than semantic coherence. Reasoning models improve accuracy but their traces show semantic shortcuts, overthinking, and answer refusal. Unlike models whose plausibility advantage systematically widens with complexity, humans shows variable semantic effects. CenterBench provides the first framework to identify when models shift from structural analysis to pattern matching.
