SYNTHESIS NOTE
TopicsLinguistics, NLP, NLUthis note

Can language models recognize when text is deliberately ambiguous?

Explores whether LLMs can identify and handle multiple valid interpretations in a single phrase—a core human language skill that appears largely absent in current models despite their fluency on standard tasks.

Synthesis note · 2026-02-21 · sourced from Linguistics, NLP, NLU
Where exactly do LLMs break down with language structure? How do you navigate synthesis across fragmented research topics?

AMBIENT (Blevins et al. 2023) is the first evaluation of pretrained LMs specifically on ambiguity recognition and disambiguation. 1,645 linguist-annotated examples with diverse ambiguity types: lexical ambiguity, structural ambiguity, scope ambiguity, and others.

The findings are stark:

Ambiguity management is central to human language understanding. As communicators, we anticipate possible misunderstandings. As listeners, we ask clarifying questions, revise interpretations based on new information, and use contextual factors to select among multiple possible readings. This capacity appears largely absent in current LLMs despite their fluency on standard benchmarks.

The task tests three distinct capabilities that all fail: generating relevant disambiguations, recognizing possible interpretations, and modeling different interpretations in continuation distributions. The failure is not isolated to one type but systematic across the full ambiguity management competence.

Since Do standard NLP benchmarks hide LLM ambiguity failures?, this failure is normally invisible in standard evaluation. The 32% figure is only visible because AMBIENT was designed to include what standard benchmarks exclude.

Augmented prompting can partially mitigate: a systematic approach combining Chain-of-Thought prompting with a knowledge base of sense interpretations, Part-of-Speech tagging, aspect-based filtering, and few-shot examples produces "substantial improvement" on WSD tasks. However, the fundamental challenge persists for highly diverse ambiguous words (10+ distinct senses across noun and verb forms) — current architectures remain "not confident enough" for these cases. The improvement comes from external scaffolding (KB, POS, examples), not from genuine semantic disambiguation competence, which reinforces the finding that LLMs handle explicit structure well but fail when multiple implicit interpretations must be managed simultaneously.

The literary analysis framing: Poetry is controlled ambiguity — deliberate multiplicity of meaning, crafted so that several readings coexist productively. A poem that resolves to a single meaning has failed as a poem. The 32% disambiguation rate means LLMs cannot even recognize the fundamental operation that makes poetry work. They cannot hold ambiguity open. They resolve it — and in resolving it, destroy it. This reframes the AMBIENT finding from a general limitation to a domain-killing one for literary work: the ability to manage ambiguity is not peripheral to literary analysis but central to it. Since Can LLMs truly understand literary meaning or just mechanics?, the ambiguity failure is one of four converging mechanisms behind the mechanics-meaning gap.

Inquiring lines that read this note 86

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How do language models establish social grounding in human dialogue? Why can't humans reliably detect AI-generated text despite measurable linguistic signatures? Is embodied interaction necessary for language meaning and genuine agency? How do training priors constrain what context information can override? Why do language models reinforce false assumptions instead of correcting them? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? Why do language models struggle with implicit discourse relations? What factors beyond surface content determine how readers extract meaning differently? What critical LLM failures do standard benchmarks hide? What dimensions of recommendation quality do standard metrics miss? Do language models understand semantics or rely on pattern matching? What makes dialogue-based explanation more successful than monologue? Do language models learn genuine linguistic structure or just surface patterns? Why should disagreement be treated as signal in collaborative reasoning? How can emotions function as reliable information in reasoning and cognitive systems? Does RLHF training sacrifice accuracy and grounding for user agreement? How do we evaluate AI systems when user perception misleads actual performance? How should retrieval systems optimize for multi-step reasoning during inference? What mechanisms enable AI systems to generate and spread false beliefs? Can debate mechanisms prevent silent agreement on wrong answers in multi-agent reasoning? How can models identify insufficient information and respond appropriately without guessing? How do language models inherit human biases from training data? Do language models perform faithful symbolic reasoning independent of semantic grounding? How does rhetorical adaptation affect LLM persuasion and detectability? Can model confidence signals reliably improve reasoning quality and calibration? Why can LLMs generate ideas better than they evaluate them? Why do multi-turn conversations degrade AI intent and coherence? How can AI alignment serve diverse human preferences at scale? Can prompting strategies overcome LLM biases without model fine-tuning?

Related concepts in this collection 4

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
14 direct connections · 130 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

llms fail at ambiguity recognition with gpt-4 achieving 32% correct disambiguations vs 90% for humans