The Imperfective Paradox in Large Language Models
Bolei Ma, Yusuke Miyao
TL;DR
This work investigates whether large language models truly understand the compositional semantics of events or rely on surface heuristics. By introducing ImperfectiveNLI, a diagnostic dataset that contrasts telic and atelic verbs under interrupted and ambiguous contexts, the authors reveal a pervasive Teleological Bias in open-weight LLMs, where progressives often imply completion for goal-directed actions. Prompting strategies can mitigate this bias but induce calibration costs, and the bias arises at inference time despite separable internal representations of process versus result, suggesting a need for Aspect-Aware Alignment rather than purely prompting-based fixes. The results emphasize non-linear emergent aspectual reasoning with model scale and highlight the importance of fine-grained verb semantics, underscoring the gap between linguistic aspectual theory and current neural reasoning capabilities. The work advocates building structurally grounded aspectual reasoning into LLMs to achieve faithful event semantics beyond predictive narrative capabilities.
Abstract
Do Large Language Models (LLMs) genuinely grasp the compositional semantics of events, or do they rely on surface-level probabilistic heuristics? We investigate the Imperfective Paradox, a logical phenomenon where the past progressive aspect entails event realization for activities (e.g., running $\to$ ran) but not for accomplishments (e.g., building $\nrightarrow$ built). We introduce ImperfectiveNLI, a diagnostic dataset designed to probe this distinction across diverse semantic classes. Evaluating state-of-the-art open-weight models, we uncover a pervasive Teleological Bias: models systematically hallucinate completion for goal-oriented events, often overriding explicit textual negation. Representational analyses show that while internal embeddings often distinguish process from result, inference decisions are dominated by strong priors about goal attainment. We further find that prompting-based interventions reduce hallucinated completions but also increase incorrect rejections of valid entailments. Our findings suggest that current LLMs lack structural aspectual awareness, operating as predictive narrative engines rather than faithful logical reasoners.
