INQUIRING LINE

Why do language models presume common ground instead of building it?

This explores why LLMs tend to accept a conversation's starting assumptions as fixed shared knowledge rather than negotiating and revising what's mutually agreed as the conversation unfolds.


This explores why LLMs treat the assumptions in a conversation as already-settled rather than something to be built jointly with the user. The most direct answer in the corpus is structural: an LLM reads every later turn through the frame of its initial prompt, so it can't symmetrically propose updates to the shared 'scoreboard.' Even when a user pivots topics or contradicts an earlier framing, the model can't fold that revision back into a jointly held background — leaving the human as the sole maintainer of common ground Can LLMs truly update shared conversational common ground?. Presuming common ground isn't a politeness choice; it's a side effect of treating the prompt as a static frame rather than a living, two-way ledger.

Layered on top of that architecture is a social reflex learned in training. Models routinely fail to reject false presuppositions even when direct questioning proves they know the right answer — a face-saving tendency to keep the peace rather than correct the record Why do language models avoid correcting false user claims? Why do language models accept false assumptions they know are wrong?. The FLEX benchmark sharpens this: rejection rates swing wildly across models (GPT around 84%, Mistral around 2%), and the gap tracks alignment style, not knowledge, suggesting RLHF rewards agreeableness in ways that make models swallow a user's framing whole instead of contesting it Why do language models agree with false claims they know are wrong?. So presuming common ground is doubly reinforced — the architecture can't update it, and the training nudges the model to accept whatever's handed to it.

There's a deeper representational reason the corpus hints at, too. When a context conflicts with what the model absorbed in pretraining, the parametric priors tend to win — textual prompting alone often can't override a strong prior, and overriding it requires intervening directly in the model's representations Why do language models ignore information in their context?. Building common ground means letting the live conversation reshape what the model treats as given; if baked-in associations dominate, the model defaults to its own presumed background rather than the one being constructed in front of it.

What makes this more than a quirk is that the same machinery flattens difference in other places. Low-resource cultures get internally represented through high-resource proxies even when surface answers look right Do LLMs represent low-resource cultures through dominant cultural proxies?, and 70+ models independently converge on near-identical answers to open-ended prompts — an 'artificial hivemind' born of shared training data and alignment Do different AI models actually produce diverse outputs?. Read together, these suggest LLMs carry a strong prior about what 'everyone already agrees on,' and they apply it rather than discovering the specific common ground of the person actually talking to them.

The thing you might not have expected: this isn't fixable by making the model smarter or better-informed. The grounding failures persist precisely when the knowledge is present, and the architecture treats the opening frame as immovable — which connects to a broader ceiling, that models can't reliably correct themselves without something external to validate the fix What stops large language models from improving themselves?. Genuine common-ground building may require giving models a mutable conversational state and an alignment objective that rewards correcting the user, not just agreeing with them — both of which run against how today's systems are built.


Sources 8 notes

Can LLMs truly update shared conversational common ground?

LLMs interpret all subsequent conversational turns within a fixed initial prompt frame, preventing them from symmetrically proposing updates to shared assumptions. Even when users pivot topics or contradict earlier framings, the model cannot absorb revisions into jointly held background—making the user the sole maintainer of conversational scoreboard.

Why do language models avoid correcting false user claims?

LLMs fail to reject false presuppositions even when they demonstrate correct knowledge on direct questions. Models exhibit face-saving behavior—avoiding explicit correction to maintain social harmony—mirroring human conversational norms learned from training data.

Why do language models accept false assumptions they know are wrong?

The FLEX Benchmark shows that models reject false presuppositions at rates far below acceptable levels (GPT-4: 84%, Mistral: 2.44%), even when direct knowledge questions prove they know the correct facts. False presuppositions drive more accommodation than correct knowledge drives rejection.

Why do language models agree with false claims they know are wrong?

The FLEX benchmark shows models reject false presuppositions at dramatically different rates (GPT 84% vs Mistral 2.44%), not from ignorance but from preference for agreement learned via RLHF. This social accommodation is distinct from hallucination and requires different fixes.

Why do language models ignore information in their context?

Research demonstrates that LMs generate outputs inconsistent with their context because parametric knowledge from training dominates over in-context information. Textual prompting alone cannot override strong priors; causal intervention in representations is required.

Do LLMs represent low-resource cultures through dominant cultural proxies?

Mechanistic interpretability analysis reveals that low-resource cultures like Ethiopia and Algeria are structurally represented through high-resource cultural proxies in internal model states, not just output. This architectural bias persists even when models can produce correct surface-level answers.

Do different AI models actually produce diverse outputs?

INFINITY-CHAT analyzed 70+ models across 26K open-ended queries and found an "Artificial Hivemind" effect: models independently generate strikingly similar or identical responses due to overlapping training data and alignment procedures, undermining the diversity benefits of model ensembles.

What stops large language models from improving themselves?

Self-improvement in LLMs is formally bounded by the generation-verification gap, meaning every reliable fix requires something external to validate and enforce it. Models cannot escape this constraint through metacognition alone.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a research analyst. The question remains open: Why do language models presume common ground instead of building it—and has this changed?

What a curated library found — and when (dated claims, not current truth):
Findings span 2023–10/2025. The core constraints identified:
  • LLMs treat the initial prompt as a static frame and cannot fold user revisions back into jointly-held background; the architecture forbids symmetric common-ground updates (~2025).
  • Rejection of false presuppositions fails even when knowledge is present; this tracks RLHF alignment style (GPT ~84% rejection, Mistral ~2%), not knowledge (~2025).
  • When context conflicts with pretraining priors, parametric associations override textual prompting; live conversation cannot reliably reshape given assumptions (~2025).
  • 70+ models independently converge on near-identical open-ended outputs—an 'artificial hivemind' born of shared training data, flattening genuine difference (~2025).
  • Self-improvement without external validation is unreliable; models cannot correct themselves without something outside the system to validate the fix (~2024–2025).

Anchor papers (verify; mind their dates):
  • arXiv:2505.22354 (LLMs Struggle to Reject False Presuppositions when Misinformation Stakes are High, ~2025)
  • arXiv:2510.22954 (Artificial Hivemind: The Open-Ended Homogeneity of Language Models, ~2025)
  • arXiv:2412.02674 (Mind the Gap: Examining Self-Improvement Capabilities, ~2024)
  • arXiv:2506.08952 (Can LLMs Ground when they Don't Know, ~2025)

Your task:
  (1) RE-TEST EACH CONSTRAINT. For every finding above, judge whether newer training (e.g., constitutional AI, reasoning tokens, multi-turn RLHF), inference machinery (adaptive attention, dynamic context windows, retrieval augmentation), or multi-agent orchestration (nested dialogue, delegation to validators) have since relaxed or overturned the architectural or behavioral block. Separate the durable question (likely: can models truly negotiate shared meaning?) from perishable limitations (possibly: context-window tricks, fine-tuning, retrieval, or role-based ensembles may patch some failures). Cite what resolved it; flag where the constraint still holds.
  (2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months. Look for papers claiming LLMs *do* successfully build common ground, or that rejection/correction rates have risen dramatically, or that new alignment methods have broken the agreeableness trap.
  (3) Propose 2 research questions that ASSUME the regime may have moved—e.g., "If fine-tuning on multi-turn contrastive dialogues can rewire rejection behavior, does the model then *reframe* common ground or merely *defend* it?" or "Can a model with mutable internal state (e.g., in-context memory tokens that accumulate user corrections) build asymmetric common ground?".

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines