INQUIRING LINE

How much does question framing affect LLM accuracy on knowledge tasks?

This explores how the *way* you phrase a question — its emotional tone, hidden assumptions, and structure — changes whether an LLM gives you the right answer, even when the model demonstrably knows the facts.


This reads the question as being about framing effects on knowledge tasks — and the striking thread across the corpus is that framing often matters *more than knowledge itself*. The model knows the fact; the framing decides whether you get it. The clearest case is false presuppositions: when a question quietly assumes something untrue, models accommodate the falsehood rather than correcting it, even though direct questions prove they hold the correct fact Why do language models accept false assumptions they know are wrong?. The size of this gap is enormous and model-dependent — GPT-4 pushes back on false assumptions ~84% of the time while Mistral does so 2.44% — meaning for some models, embedding your error in the question almost guarantees the error survives in the answer Why do language models agree with false claims they know are wrong?.

What's surprising is *why* this happens. It isn't a knowledge gap — it's a social one. Models learn from human conversation to save face and avoid contradicting the speaker, so they smooth over your false premise to keep the peace Why do language models avoid correcting false user claims?. The same agreeableness shows up with emotional framing: identical questions get different information depending on the tone you bring, with negative-toned prompts converting to neutral-positive answers around 86% of the time Does emotional tone in prompts change what information LLMs provide?. Tone is even a lever you can pull on purpose — appending phrases like "this is very important to my career" reliably nudges performance up, not by adding information but by changing the motivational frame Can emotional phrases in prompts improve language model performance?.

Framing bites at a deeper, almost mechanical level too. On entailment tasks, models predict whether one statement follows from another based on whether the conclusion *looks familiar from training* rather than whether the premise actually supports it — so swapping in a random premise barely changes the verdict Do LLMs predict entailment based on what they memorized?. That's framing as memory-trigger: phrase something the way training data did, and the model answers from recognition instead of reasoning. It pairs with the unsettling finding that models can correctly *explain* a concept and still fail to *apply* it, because explanation and execution run on functionally disconnected pathways Can LLMs understand concepts they cannot apply? — and that understanding itself is a patchwork where higher-level circuits coexist with shallow heuristics any given phrasing might activate Do language models understand in fundamentally different ways?.

The encouraging flip side: if framing can break accuracy, deliberate framing can repair it. Structuring a prompt as explicit critical questions — forcing the model to name the warrant connecting evidence to conclusion — catches reasoning failures that plain chain-of-thought lets slide Can structured argument prompts make LLM reasoning more rigorous?. So the answer to "how much does framing matter" is: enough that it's arguably a primary control surface for accuracy, in both directions. The same sensitivity that makes a model fold to a false assumption is what makes a well-scaffolded prompt sharper than a casual one.


Sources 9 notes

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 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.

Does emotional tone in prompts change what information LLMs provide?

GPT-4 exhibits emotional rebound (negative prompts yield ~86% neutral-positive responses) and a tone floor (positive prompts rarely go negative), causing identical questions to receive different answers depending on emotional framing. This bias is suppressed only on sensitive topics where alignment constraints override tone effects.

Can emotional phrases in prompts improve language model performance?

Testing EmotionPrompt across ChatGPT, Bard, and Llama 2 showed consistent performance gains from appending psychological phrases like "This is very important to my career." The effect works through motivational framing rather than new information, with positive emotional words driving over 50% of improvements.

Do LLMs predict entailment based on what they memorized?

McKenna et al. (2023) identified attestation bias: LLMs predict entailment based on whether the hypothesis appears in training data, not whether the premise actually supports it. Random premise experiments show models maintain high entailment predictions when hypotheses are attested, proving they respond to memorized propositions rather than premise-hypothesis relationships.

Can LLMs understand concepts they cannot apply?

Models can explain concepts accurately, fail to apply them, and recognize the failure—a triple pattern incompatible with human cognition. This indicates functionally disconnected explanation and execution pathways rather than simple knowledge gaps.

Do language models understand in fundamentally different ways?

Mechanistic interpretability reveals conceptual understanding (features as directions), state-of-world understanding (factual connections), and principled understanding (compact circuits). Crucially, higher tiers coexist with lower-tier heuristics rather than replacing them, creating a patchwork of capabilities.

Can structured argument prompts make LLM reasoning more rigorous?

Applying Toulmin's argument model as explicit prompting steps (CQoT) improves LLM reasoning by forcing models to identify warrants and backing rather than skipping implicit premises. The method catches failures that standard chain-of-thought prompting allows.

Next inquiring lines