Why do language models ignore information in their context?
Explores why language models sometimes override contextual information with prior training associations, and whether providing more context can solve this problem.
The REMEDI paper names a specific failure mode: "failure of context integration." The example: an LM is prompted with a context establishing that Anita works in a law office, but when generating a continuation, the LM describes Anita as a nurse — overriding the contextual information with a prior association (names like Anita may statistically co-occur with certain occupations in training data).
This is a named, empirically documented failure mode, not a hypothetical. The failure occurs because the LM's parametric knowledge (compressed into weights from training) and its in-context information (the prompt) are not cleanly integrated. When they conflict, the parametric association can win.
The implication is important for how we think about context windows and RAG-style augmentation. Just providing information in context does not guarantee that a model will use it. If the information conflicts with strong prior associations, the prior may dominate — not because the model misread the context, but because context integration is not a lossless operation. The provided information gets processed through the same mechanisms that already have strong priors.
Fixing this requires causal intervention, not just better prompting: you need to modify the representations that carry the prior association, not just add more context on top of them. This is what REMEDI demonstrates — that adding a learned vector directly to entity representations can override the prior in a way that textual prompting cannot.
Inquiring lines that read this note 317
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 should dialogue systems represent uncertainty from noisy speech input?- How do belief distributions help systems recover from speech recognition errors?
- How should dialogue systems represent and update uncertainty from noisy ASR input?
- Why do different language models independently produce similar outputs?
- Why do sigmoid conflict curves look the same across different language models?
- What replaces truth-correspondence in probabilistic knowledge representations?
- Do language models learn surface patterns instead of underlying linguistic principles?
- How deeply are ideological structures represented in large language models?
- Can language models learn to form ad-hoc conventions through training?
- Why do language models fall back on frequency heuristics under structural complexity?
- Do language models learn surface patterns that appear generalizable but actually fail under shift?
- Why do language models fail at pronouns across distant segments?
- Why do language models fail at coreference across long contexts?
- Does generalization frequency explain why models favor upward semantic movement?
- Why do generative and discriminative language model procedures disagree?
- Is confabulation inevitable in large language models regardless of training?
- Does approaching human performance mean learning the same grammatical rules?
- What reveals the epistemic limits of language models?
- Does encoded knowledge in language models actually influence what they generate?
- Does encoding information in LM representations guarantee it influences output?
- What distinguishes surface cues from structural meaning in language understanding?
- When does encoded knowledge fail to influence language model generation?
- What communicative optimization principles do language models fail to acquire?
- Do language models actually learn linguistic structure or just surface statistics?
- What structural properties of language models make fabrication inevitable?
- Why might encoded world knowledge fail to actually influence language model outputs?
- Do language models consistently produce anachronistic output about historical periods?
- How do description-based identifiers bias language model output distribution?
- What emerges in large language models that makes explicit value modeling necessary?
- What distinct structural signatures do model repetition and topic volatility create?
- Do instruction-tuned models prefer conversational over formal source language?
- Can language models learn to diversify their discourse-level narrative patterns over time?
- How do pretrained language models represent inferential patterns versus lexical and positional cues?
- How do corpus statistics shape the abstraction hierarchy in language model representations?
- What makes human language fundamentally different from what language models produce?
- Do language models favor outputs from their own model family?
- Can language models beat human experts in domains with sparse historical signals?
- What is the comprehension-generation asymmetry in language models?
- Can text-infilling pretraining adapt language models to irregular document structures?
- What makes domain-specific utterance resolution harder for general large models?
- Why do language models need external temporal signals at all?
- How do model compression biases differ from human conceptual representation strategies?
- How do training-data priors influence model defaults when context is ambiguous?
- Why does training data saliency distort how models judge meaning?
- How does in-context learning trigger phase transitions in model behavior?
- Can explicit numerical signals override learned linguistic defaults in fine-tuned models?
- Can implicit linguistic information ever be reliably learned from training data?
- How do early layers preserve unbiased information while late layers conform?
- Why do language models substitute parametric knowledge over retrieved context mid-reasoning?
- Why does context information fail to override prior training associations?
- What causes catastrophic forgetting during domain knowledge embedding?
- Why does keyword priming require only three training exposures to establish?
- Can priming from different facts interfere with each other in the same model?
- What mechanism makes keyword probability the strongest predictor of priming?
- Can in-context learning substitute for domain-specific training altogether?
- How would you redesign context integration to prevent prior associations from dominating?
- Can neural networks learn that A implies B in reverse?
- How does keyword priming enable language models to spread poisoned information?
- Does foundational model training or user priors more strongly shape final outputs?
- How do model priors enable targeted context queries without full attention?
- Can models internalize retrieved context as static parametric knowledge?
- Why do pretrained model priors reduce the usefulness of retrieved experience?
- Why does monological training prevent models from overriding statistical priors?
- What explains the contextual variability of knowledge in transformers?
- Does attention bias explain grounding failure in language models?
- Can knowledge encoded in model representations fail to influence generation?
- How does training distribution shape what language models understand best?
- Can prompt-based debiasing work if biases are embedded in pretraining?
- Can data filtering during pretraining prevent cognitive biases in language models?
- Can goal information injected at inference time replace goal-conditioned training?
- What makes some contexts learnable as rules versus requiring model retraining?
- How should training data be constructed to preserve teacher-student information gaps?
- How do training associations override context information in language models?
- How do training data distributions constrain what language models can accurately know?
- Can retrieval policies learn to use pretraining statistics as decision features?
- How does training order affect knowledge acquisition in language models?
- Should user context live in tokens or in learned model representations?
- Can in-context learning's advantage erode once interaction histories exceed the context window?
- How does parametric knowledge sabotage context-grounded question answering?
- Why is in-context learning brittle to the order of examples presented?
- What are Gricean maxims and why do language models violate them?
- Can language models adapt irony detection to specific communicative contexts?
- Why do language models fail when users switch between and return to topics?
- Is paraphrase invariance a reliable assumption when deploying language models in production?
- Why do language models presume common ground instead of establishing it?
- Do language models actively adopt false beliefs under sustained conversational pressure?
- Do language models calibrate to actual human pragmatic norms?
- Can language models correct false assumptions or only reinforce them?
- Can models detect false presuppositions when they actually possess the knowledge?
- Why do language models struggle with context-dependent pragmatic interpretation?
- Why do language models prefer accommodating false information over rejecting it?
- Can language models recognize when to ignore off-topic information in conversations?
- Can language models keep secrets and control information strategically?
- Why do language models struggle with evaluative tasks like weighing competing viewpoints?
- What design choices actually make language models more persuasive?
- What would it mean for a language model to canvas counterpositions?
- Why do current large language models fail to entrain with users?
- How does shape-holding in language models naturally produce sycophantic agreement?
- Why does answer-confirmation bias emerge in language model reasoning?
- Why does frame-activation matter more than word-by-word composition?
- Can language models acquire meaning from distributional patterns alone without joint attention?
- How do static embeddings and contextualized representations divide semantic labor?
- How does context engineering bridge human intent and machine understanding?
- How does context collapse affect what language models can meaningfully communicate?
- Why does removing language from its context destroy what makes it work?
- Why do language models fail when semantic content is stripped away?
- Can frame semantics explain why context matters more than word similarity?
- How does the symbol grounding problem apply to artificial language systems?
- Do metaphors work by decoupling meaning from linguistic associations?
- Why do NLP models fail at recognizing multiple valid interpretations?
- What substrate do supervised models lack that makes them weaker on low-resource languages?
- Why does removing semantic content collapse reasoning in language models?
- How do fixed pragmatic templates prevent models from understanding context?
- What happens to anaphoric reference when context exceeds the window?
- Why does coreference resolution become implicit in full-transcript prompting?
- Can presupposition projection strength vary by context in embeddings?
- Why do language models treat presupposition triggers as categorical patterns?
- Can the same predicate generate different projection strength in different contexts?
- Why do explicit linguistic markers override semantic computation in models?
- How does prompt iteration reinforce user bias without empirical anchoring?
- Can prompting techniques reliably force models to enumerate hidden constraints?
- How does surface salience compete with background knowledge in model inference?
- Can input augmentation and rephrasing compensate for smaller model limitations?
- How do pretraining biases interact differently with prompts across model tiers?
- Does irrelevant content degrade reasoning even when it fits the context window?
- Can structured prompting reliably force models to enumerate preconditions?
- Can prompting inject new knowledge into already-trained AI models?
- Can better prompting fix structural disruptions in artificial text generation?
- Can prompting alone inject new domain knowledge into a model?
- How does prompt context activation differ from parameter-based knowledge injection?
- Can prompt optimization inject new knowledge into language models?
- Does irrelevant context degrade reasoning even within model context limits?
- Can distinctive input voices maintain accuracy without adopting the model's preferred register?
- What role does prompt context play in preventing genuine addressee modeling in generation?
- Are instruction-tuned models more or less sensitive to prompt semantics than others?
- Can users inject entirely new knowledge into models through prompting alone?
- Does prompt performance vary by how well training data covers the domain?
- Can prompt position alone shift language model predictions by twenty percent?
- Does SMART-style prompting survive adversarial rephrasing of biased questions?
- What limits the capacity of context-based fast adaptation channels?
- Do few-shot examples improve in-context learning or add noise?
- Can prompt-based debiasing overcome entrenched LLM model priors?
- Can prompt design strategies reduce position bias in language model recommendations?
- Can prompting strategies eliminate systematic biases without shuffling or aggregation?
- Can prompted or fine-tuned models generate genuine narrative ambiguity?
- Why does even 0.1 percent poisoned training data persist through alignment?
- Does keyword priming explain why pre-training poisoning persists through alignment?
- Why does post-training suppress alignment faking in some models but amplify it in others?
- Why does combining natural language with numerical scores improve prediction accuracy?
- Why do reward models trained for accuracy ignore important context about the input?
- How does prompt context decomposition reveal hidden reward model failures?
- Why do reward models fail when they ignore the prompt context?
- What makes a problem instance unfamiliar to a language model?
- How can language models extract more value from fewer demonstrations?
- What makes internal embeddings useful as multimodal input for language model training?
- Why do multimodal models fail on rare and underrepresented concepts?
- Can context compression preserve what matters without introducing bias?
- Can entropy signatures alone detect whether context was model-generated or externally prefilled?
- How do models signal knowledge gaps through token probability?
- Can models identify what information they are missing in underspecified tasks?
- Can models distinguish between ambiguous and incomplete information inputs?
- Do language models inherit gender bias from training data in grading tasks?
- Do language models exhibit the same causal biases that humans show?
- Why does hypothesis attestation bias exist separately from frequency bias in NLI?
- Why do language models infer political orientation from seemingly innocuous user signals?
- Why do language models overestimate irony likelihood in emoji use?
- Do external perspectives fix the self-evaluation bias in language models?
- Can contrastive learning fix the semantic association problem in embeddings?
- Why do pretrained LLM representations fail at task-specific relevance ranking?
- How does cross-encoder concatenation capture query-item interactions better than bi-encoders?
- Why do embeddings measure semantic association instead of task relevance?
- How do vector embeddings fail to capture task-relevant document relationships?
- Why do embeddings measure association instead of actual task relevance?
- How does representation-level reranking address residual gaps after decomposition?
- Can autoregressive models be trained to produce more cataphoric text?
- Can autoregressive models learn faithful translation to logical representations without semantic loss?
- Why do autoregressive models fail at controlling syntactic structure and semantic content?
- What causes autoregressive generation to fail on out-of-corpus item identifiers?
- Can we measure how much prior errors bias subsequent token predictions?
- Can language models ground clarifications without vision and kinesthetic modalities?
- How does semantic grounding differ between human minds and language models?
- Why do language models presume common ground rather than build it?
- Why do language models presume common ground instead of building it?
- How do language models treat injected information as shared common ground?
- Why do token-level language models fail at utterance-level pragmatic optimization?
- Does the prediction unit shape what language models actually learn?
- How does the [remention] token help models distinguish initial from later mentions?
- Why does hierarchical formal language training improve token efficiency more than natural language?
- What does next-token prediction tell us about compositional linguistic competence?
- Why do text-to-image models fail at composing multiple concepts together?
- Does scaling model size solve compositional generalization problems?
- How does evidence retrieval affect compositional reasoning in language models?
- Why do language models fail at planning despite understanding strategies?
- Why do large language models still have systematic blind spots with complex structures?
- Why do language models fail at iterative numerical optimization despite scale?
- Do distributed relational tasks consistently underperform local classification across NLP domains?
- Why do language models fail at understanding ambiguous or complex requirements?
- Are newer larger language models actually worse at faithful summarization?
- Can stored conversation context preserve a dormant quasi-subject?
- How does repeated content shift model outputs across multiple turns?
- Why does selective context retrieval outperform including all historical information?
- Can reranking candidate summaries improve perspective representation better than prompting?
- Why does sentiment polarity matching matter more than relevance alone?
- Do dialogue systems need different retrieval strategies for opinions versus factual knowledge?
- Why does selective conversation history outperform including all prior context?
- Can structural perturbations harm model accuracy more than semantic ones?
- Why is editing specific facts so difficult in language models?
- How do trained weights differ from a stored library or text?
- How tight should a textual learning rate be before it prevents skill escape?
- What causes overfitting when forcing new facts into model weights?
- Can we unlearn memorized text by finetuning only high-gradient weights?
- Can transformer attention patterns actually prevent topic context loss in practice?
- How do neural memory modules extend context length beyond attention limits?
- Why does attention quality degrade as context length increases?
- Why does attention excel at context retrieval but struggle with state updates?
- How do training data cutoffs produce false claims that stay consistent?
- Why does training data not function as a searchable corpus?
- How much training data teaches retrieval models to follow instructions?
- Why do transformer models still miss implicit discourse relations in anxiety detection?
- Can affective framing reliably improve language model outputs?
- What access constraints allow description-based adaptation but block conventional techniques?
- Why does fine-tuning change how models process retrieved context?
- Why does fine-tuning fail to remove temporal contamination from pretraining?
- Do representations in models causally influence text generation?
- What causes gradient-based steering via natural language descriptions to work?
- Do all semantic steering effects follow predictable patterns based on feature alignment?
- Can interventions on individual features reliably steer language model behavior?
- How do semantic features in representations become steerable task-specific directions?
- Do language models build world models or just task-specific heuristics?
- Can language models learn internal world models without explicit environment specifications?
- Can external actions provide causal necessity that language models lack?
- How does disembedding from social context collapse reliability despite factual accuracy?
- Why does context work differently in AI than in conventional software?
- Can alignment training prevent the clarification work users need?
- Does preference optimization training reduce linguistic entrainment in language models?
- Why does preference optimization reduce grounding behavior in language models?
- How does dialogue during training shape the ability to ignore word frequency?
- Why do pretrained retrievers struggle with ambiguous or implicit queries?
- How should systems reject queries outside their trained domain?
- Can prompt engineering and external knowledge bases fix ambiguity recognition failures?
- What makes multi-session context tracking harder than single-turn underspecification problems?
- Can the same description-then-retrieve pattern work for domain adaptation without target data?
- How does hidden processing in language models prevent accurate self-assessment?
- How do prior errors in reasoning context amplify future mistakes?
- How do prior errors in context history amplify future mistakes in long tasks?
- Why does NLI fine-tuning amplify frequency bias instead of teaching inference?
- Does fine-tuning on NLI tasks reduce or amplify frequency bias?
- Can models be trained to explain instead of imitate answers?
- What makes a good in-context learning example for a given task?
- Why do language models fail at grounding and inference?
- What implicit premises do language models skip even with correct surface reasoning?
- Why do long-context language models struggle with compositional reasoning tasks?
- How does retrieval-augmented generation create topically redundant content patterns?
- Can context windows and RAG actually change what language models generate?
- Can long-context models replace retrieval-augmented generation systems?
- Why do most open language models resist personality conditioning via prompts?
- Why do personas in language models resist correction through prompting alone?
- Why do language models resist adopting different personalities when prompted?
- Why do language models prefer certain response styles regardless of what the prompt asks?
- Why do different language models converge on similar narrative defaults?
- Do models with unfilled memorization capacity appear to generalize falsely?
- What happens to representational structure during model pretraining phases?
- How do models develop dense representations for familiar training data?
- Why do language models hallucinate even with perfect training?
- Why do models hallucinate when retrieval heads fail despite having information in context?
- How does interleaving reasoning with action prevent hallucination in language models?
- How does separating local and global context dependencies affect long-context performance?
- Can models consolidate context into weights during idle offline phases?
- Does including full context always degrade memory retrieval quality in practice?
- Why do language models ignore condensed memory even when it is the only memory?
- How does externalized state affect the long-context bottleneck in language models?
- Does input surprise drive the implicit recognition of on-policy context?
- Why do models override signals they clearly perceive internally?
- How does transformer attention bias toward repeated and context-prominent content?
- What structural biases does transformer attention have before training?
- Why does transformer attention weight context more heavily than it verifies accuracy?
- Why does standard softmax spread attention across irrelevant tokens?
Related concepts in this collection 3
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Do language models actually use their encoded knowledge?
Probes can detect that LMs encode facts internally, but do those encoded facts causally influence what the model generates? This explores the gap between knowing and doing.
the complementary failure: even information that IS correctly encoded may not causally influence output
-
Do classical knowledge definitions apply to AI systems?
Classical definitions of knowledge assume truth-correspondence and a human knower. Do these assumptions hold for LLMs and distributed neural knowledge systems, or do they need fundamental revision?
context integration failure is part of why "LLM knowledge" is not propositional knowledge
-
Do language models actually build shared understanding in conversation?
When LLMs respond fluently to prompts, do they perform the communicative work humans do to establish mutual understanding? Research suggests they skip the grounding acts that make dialogue reliable.
the conversational consequence: context integration failure at the representational level surfaces as presumption of common ground at the communicative level — both reflect the same absence of bidirectional grounding
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- How new data permeates LLM knowledge and how to dilute it
- Language models show human-like content effects on reasoning tasks
- Between Circuits and Chomsky: Pre-pretraining on Formal Languages Imparts Linguistic Biases
- Self-Supervised Alignment with Mutual Information: Learning to Follow Principles without Preference Labels
- Learning To Retrieve Prompts for In-Context Learning
- Simple Linguistic Inferences of Large Language Models (LLMs): Blind Spots and Blinds
- From Context to Skills: Can Language Models Learn from Context Skillfully?
- Does Fine-Tuning LLMs on New Knowledge Encourage Hallucinations?
Original note title
llm context integration fails when prior training associations override current context information