Incremental Sentence Processing Mechanisms in Autoregressive Transformer Language Models
Michael Hanna, Aaron Mueller
TL;DR
We study how autoregressive transformer LMs process language incrementally using garden-path sentences as a probe. The approach combines sparse autoencoders to extract interpretable features and causal interventions (AtP-IG) to test their functional role, along with structural probes to assess multiple readings. Key findings show that LMs rely on a mix of syntactic features and heuristics, hold simultaneous representations of multiple readings, and generally do not repair or reanalyze prior interpretations when faced with disambiguating evidence. This mechanistic view reveals that incremental processing in LMs is not solely driven by linguistically faithful structure but also by distributional cues, with implications for interpretability and robustness of language models in syntactically ambiguous contexts.
Abstract
Autoregressive transformer language models (LMs) possess strong syntactic abilities, often successfully handling phenomena from agreement to NPI licensing. However, the features they use to incrementally process language inputs are not well understood. In this paper, we fill this gap by studying the mechanisms underlying garden path sentence processing in LMs. We ask: (1) Do LMs use syntactic features or shallow heuristics to perform incremental sentence processing? (2) Do LMs represent only one potential interpretation, or multiple? and (3) Do LMs reanalyze or repair their initial incorrect representations? To address these questions, we use sparse autoencoders to identify interpretable features that determine which continuation - and thus which reading - of a garden path sentence the LM prefers. We find that while many important features relate to syntactic structure, some reflect syntactically irrelevant heuristics. Moreover, while most active features correspond to one reading of the sentence, some features correspond to the other, suggesting that LMs assign weight to both possibilities simultaneously. Finally, LMs do not re-use features from garden path sentence processing to answer follow-up questions.
