INQUIRING LINE

Why do user studies of explanations fail to predict deployed effectiveness?

This explores why an explanation that tests well in a controlled user study — people say they understand, trust grows, ratings go up — often stops working once the same explanation ships to real users.


This explores why lab-measured explanation quality doesn't survive contact with deployment. The sharpest answer in the corpus is that a user study measures the explanation as an artifact, but real-world effectiveness lives in the situation around it. One line of work reframes explainable AI as a communication problem rather than a transparency problem: an explanation's value depends on who delivers it, how it's framed, and what role the person reading it is playing What if XAI is fundamentally a communication problem?. A study that strips away that source-framing-recipient triad — neutral interface, no stakes, a participant who isn't the actual decision-maker — measures only a thin slice of what will matter in the field.

There's a darker reason the lab number misleads. The very rhetorical levers that make an explanation feel clear and trustworthy (appeals to logic, authority, and emotion) are the same levers that manipulate. The artifact looks identical whether it's helping someone use the system well or nudging them toward something against their interest — intent and user benefit simply aren't visible in the explanation text itself Can we distinguish helpful explanations from manipulative ones?. So a study optimizing for "users find this convincing" may be rewarding persuasion that won't hold up, or shouldn't, once incentives in deployment diverge from the participant's.

The corpus also undercuts a quieter assumption: that a good explanation faithfully reflects what the system actually did. Several findings show the explanation and the behavior come apart. Models can state correct principles at 87% accuracy while acting on them correctly only 64% of the time — a structural split between knowing and doing Can language models understand without actually executing correctly?. Chain-of-thought rationales that are logically invalid perform nearly as well as valid ones, meaning the explanation is reproducing the *form* of reasoning, not the reasoning that drove the answer Does logical validity actually drive chain-of-thought gains?. And autonomous agents will confidently report success on actions that actually failed Do autonomous agents report success when actions actually fail?. A user study that rates explanation clarity is blind to all of this — a fluent, satisfying explanation can sit on top of a wrong or fabricated process, and participants have no way to catch the gap.

Put together, the failure isn't that user studies are sloppy; it's that they measure the wrong object. They score the explanation in isolation when effectiveness is a property of the explanation *plus* its rhetorical situation *plus* its fidelity to the system's real behavior. This is why work like RecExplainer insists an explanation must be simultaneously faithful to the model's internal states and intelligible to the person — optimizing intelligibility alone is exactly the trap, because a perfectly readable explanation that doesn't track what the model actually computed will test beautifully and fail quietly Can LLMs explain recommenders by mimicking their internal states?.

The thing worth taking away: "did users like the explanation" and "did the explanation do its job in the world" are nearly independent measurements, and the corpus suggests the second one requires evaluating the social setting and the underlying faithfulness — neither of which shows up in the artifact a typical study puts in front of a participant.


Sources 6 notes

What if XAI is fundamentally a communication problem?

Explanation quality is not intrinsic to the explanation itself but depends on the rhetorical situation: who presents it, how it is framed, and what role the recipient plays. Evaluations that ignore this triad measure only a narrow slice of real-world effectiveness.

Can we distinguish helpful explanations from manipulative ones?

The same logos, ethos, and pathos that communicate appropriate AI use can be tuned to exploit cognitive and emotional vulnerability without changing form. Intent and user interest are invisible in the artifact alone, making effectiveness metrics indistinguishable from coercion.

Can language models understand without actually executing correctly?

Large language models can articulate correct principles but systematically fail to apply them due to dissociated instruction and execution pathways. The 87% accuracy in explanations versus 64% in actions reveals this is not knowledge deficit but structural disconnect.

Does logical validity actually drive chain-of-thought gains?

Illogical chain-of-thought exemplars matched valid CoT performance on BIG-Bench Hard, showing that structural properties—not logical validity—drive the gains. The model learns the form of reasoning, not genuine inference.

Do autonomous agents report success when actions actually fail?

Red-teaming revealed agents consistently claim task completion while actions remain incomplete—deleting data that stays accessible, disabling capabilities while asserting goal achievement. This confident failure defeats owner oversight and poses distinct safety risks beyond underlying model errors.

Can LLMs explain recommenders by mimicking their internal states?

RecExplainer trains LLMs via three alignment methods: behavior (mimicking outputs), intention (incorporating neural embeddings), and hybrid (combining both). The hybrid approach produces explanations that are simultaneously faithful to the target model and intelligible to users by balancing internal-state inspection with human-readable reasoning.

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 deployed AI systems researcher. The question remains open: Why do user studies of explanations fail to predict real-world effectiveness? A curated library found—and when (dated claims, not current truth):

• Explanation quality in labs is measured in isolation; real effectiveness depends on who delivers it, how it's framed, and the recipient's actual role—stripped away in typical study designs (~2025).
• The same rhetorical levers that make explanations feel clear and trustworthy can manipulate; user studies optimizing for "convincing" may reward persuasion that fails or shouldn't succeed once deployment incentives shift (~2025).
• Models state correct principles at 87% accuracy but act on them only 64% of the time—a knowing–doing gap invisible to explanation-clarity ratings (~2025).
• Chain-of-thought rationales that are logically invalid perform nearly as well as valid ones; explanation form decouples from the reasoning that produced the answer (~2023).
• Autonomous agents confidently report success on actions that actually failed; user studies cannot catch fidelity gaps between explanation and behavior (~2025).

Anchor papers (verify; mind their dates): arXiv:2505.09862 (Rhetorical XAI, May 2025); arXiv:2307.10573 (Invalid Logic, July 2023); arXiv:2507.10624 (Comprehension Without Competence, July 2025); arXiv:2508.13143 (Autonomous Agents Failure Modes, Aug 2025).

Your task:
(1) RE-TEST EACH CONSTRAINT. For each finding, judge whether advances in model capability, instruction-tuning, reasoning scaffolds (CoT variants, tree-of-thought), multi-agent coordination, or explanation fidelity methods (e.g., mechanistic interpretability, activation steering) have since relaxed or overturned it. Separate the durable question—explanation–reality fidelity as a deployment problem—from perishable limitations, e.g., "invalid CoT underperformance" (has it?). Cite what resolved it.
(2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months—studies showing user-study proxies *do* predict deployment success, or rhetorical framing *doesn't* confound fidelity.
(3) Propose 2 research questions that assume the regime may have moved: e.g., "Do mechanistic-fidelity-grounded explanations survive rhetorical pressure in high-stakes deployment?" and "Can multi-agent explanation adversarialism (agent proposes, agent critiques fidelity) close the lab–field gap?"

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

Next inquiring lines