SYNTHESIS NOTE
TopicsNatural Language Inferencethis note

Why do embedding contexts confuse LLM entailment predictions?

Can language models distinguish between contexts that preserve versus cancel entailments? The study explores whether LLMs systematically fail to apply the semantic rules governing presupposition triggers and non-factive verbs.

Synthesis note · 2026-02-21 · sourced from Natural Language Inference
Where exactly do LLMs break down with language structure? How do you navigate synthesis across fragmented research topics?

"Simple Linguistic Inferences of LLMs" targets inferences humans find trivial — grammatically-specified entailments ("You've eaten all my apples" entails "Someone ate something"), evidential adverbs of uncertainty ("allegedly" cancels the entailment of the clause), and monotonicity entailments (specific→general). LLMs show moderate-to-low performance on all three.

But the more revealing finding is what happens when the premise is embedded in grammatical contexts. Two types of embedding contexts should have opposite effects:

LLMs cannot make this discrimination. ChatGPT in regular prompting mode treats both presupposition triggers and non-factives as hints toward entailment. In chain-of-thought mode, it treats both as hints against entailment. The embedding context overwhelms the semantics of the embedded content, acting as a "blind" that masks the relevant inferential relationships.

This is a different kind of failure from general reasoning difficulty — these are structural failures where syntactic packaging overrides semantic content. The model responds to the embedding verb (factive vs. non-factive) as a surface cue rather than computing its effect on the entailment relation. This is precisely the pattern Can models pass tests while missing the actual grammar? predicts: surface cues substituting for structural analysis.

The persistence across multiple prompts and LLMs confirms this is systematic, not incidental — "a systematic issue" in the paper's words.

Inquiring lines that read this note 39

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 faithfully do LLMs reflect their actual reasoning in outputs and explanations? How do training priors constrain what context information can override? How do language models establish social grounding in human dialogue? Do language models understand semantics or rely on pattern matching? Why do language models struggle with implicit discourse relations? How should retrieval systems optimize for multi-step reasoning during inference? How do language models inherit human biases from training data? Do language models perform faithful symbolic reasoning independent of semantic grounding? Why do language models reinforce false assumptions instead of correcting them? Do accurate-looking LLM outputs hide structural failures in learning and reasoning? Is embodied interaction necessary for language meaning and genuine agency? What makes dialogue-based explanation more successful than monologue? What mechanisms enable AI systems to generate and spread false beliefs? Can prompting strategies overcome LLM biases without model fine-tuning? Can AI-generated outputs constitute genuine knowledge or valid claims? Why do reasoning models fail at systematic problem-solving and search?

Related concepts in this collection 3

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

Concept map
13 direct connections · 99 in 2-hop network ·medium 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

presupposition triggers and non-factive verbs are embedding blinds that systematically miscalibrate llm entailment predictions