A thumbs-up says an AI's explanation felt good, not that it was good, so how do you measure it?
How should designers measure rationale quality beyond user satisfaction ratings?
This explores how to judge whether an AI's stated reasons (the 'why' behind an answer or recommendation) are good, using measures other than thumbs-up or satisfaction scores.
This explores how to judge whether an AI's stated reasons are good without leaning on satisfaction ratings. The corpus's first point is that satisfaction is a weak instrument for this. In one study, users reported being satisfied while still confused, especially when they didn't know what they were missing. What tracked real understanding was sustained engagement, not the immediate rating Does user satisfaction actually measure cognitive understanding?. Pleasantness can also be manufactured. GPT-4 turns negative-toned prompts into neutral-positive answers about 86% of the time, so a rationale's warmth can vary independently of what it says Does emotional tone in prompts change what information LLMs provide?. Reward models show the same trap: they favor responses that are well-written but irrelevant to the prompt Do reward models actually consider what the prompt asks?. A polished explanation can score well while barely addressing the question.
The first alternative is to test the rationale's structure instead of how it feels. One line of work proposes three measurable properties: traceability, counterfactual adaptability, and motif compositionality. Together they separate an agent that reasons causally from one that only produces coherent-sounding speech Can we measure reasoning quality beyond output plausibility?. For a designer, the practical test is to change a premise and see whether the stated reasons and the answer change with it. If the rationale stays the same, it was decoration. That work is about reasoning in general, not user-facing explanations specifically, so applying it to rationales is an extension.
The second alternative is to measure the communication, not only the content. One argument is that explanation quality isn't a property of the explanation alone. It depends on a triad of who presents it, how it's framed, and who receives it, and evaluations that ignore the triad capture only a narrow slice of effectiveness What if XAI is fundamentally a communication problem?. So test the same rationale with different framings and different kinds of recipients. The prompt-quality research offers a ready-made checklist, though for prompts, not rationales. It lists six dimensions (communication, cognition, instruction, logic, hallucination, responsibility) built on Grice's conversational maxims and cognitive load theory Can we measure prompt quality independent of model outputs?. The same lens (is it relevant, clear, not overloading, truthful?) could be turned on a rationale, but that is my suggestion, not something the note tests.
The third alternative is to measure what the rationale helps someone do. Comparative explanations that reference other items carry more decision-relevant information than isolated praise. Their outputs were rated accurate and useful for purchase decisions, which is a judgment about the decision, not about liking the text Do comparisons help users evaluate items better than isolated descriptions?. This pairs with the STORM finding above: look at what users do after the rationale, not what they say about it.
The fourth alternative is to read behavior over the whole exchange. A model using only the shape of a conversation's trajectory predicted satisfaction with 68% accuracy, close to the 70% from reading the full text. Combining both reached 80% Can conversation shape predict whether it will work?. That suggests instrumenting how conversations unfold around a rationale, such as follow-ups, backtracking and continued engagement, as a behavioral signal that a rating can't fake. Overall, the corpus supports a stack of counterfactual tests of the reasoning, situation-aware checks of the communication, decision-outcome measures, and trajectory signals, with satisfaction as one input among them. It doesn't offer a validated rationale-specific instrument, so this is assembled from neighboring work.
Sources 8 notes
STORM shows users express satisfaction despite internal confusion, especially when unaware of knowledge gaps. Sustained engagement correlates with actual self-understanding, not immediate satisfaction ratings.
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.
Standard reward models learn response-level biases instead of prompt-response alignment, causing them to reward responses that are well-written but irrelevant. Decomposing reward into prompt-free and prompt-related components reveals this failure and enables targeted fixes.
Research identifies traceability, counterfactual adaptability, and motif compositionality as testable measures of human-like reasoning. These structural properties reveal whether an agent genuinely reasons causally or merely mimics coherent speech.
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.
Show all 8 sources
Research identifies six evaluable dimensions—Communication, Cognition, Instruction, Logic, Hallucination, and Responsibility—with 20 sub-criteria based on Grice, cognitive load theory, and instructional design. Improvements in one dimension cascade to others, revealing prompt quality as a structured space rather than a flat checklist.
Relational explanations that compare items carry more decision-relevant information than isolated evaluations because they match how humans naturally assess products. A system extracting aspects from reviews and generating aspect-controlled comparisons produces sentences rated as both accurate and useful for purchase decisions.
A structure-only model analyzing conversation trajectory achieved 68% accuracy predicting satisfaction, nearly matching full-text LLM analysis at 70%. Combined structural and textual features reached 80%, showing that how conversations unfold geometrically captures interaction quality text-based classifiers miss.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- Mind Your Tone: Investigating How Prompt Politeness Affects LLM Accuracy (short paper)
- WHEN TO ACT, WHEN TO WAIT: Modeling Structural Trajectories for Intent Triggerability in Task-Oriented Dialogue
- Interaction Dynamics as a Reward Signal for LLMs
- Could you be wrong: Debiasing LLMs using a metacognitive prompt for improving human decision making
- Clarifying the Path to User Satisfaction: An Investigation into Clarification Usefulness
- Linguistic Alignment in Conversational AI: A Systematic Review of Cognitive-Linguistic Dimensions, Measurements, and User Outcomes (2020–2025)
- ChatGPT Reads Your Tone and Responds Accordingly -- Until It Does Not -- Emotional Framing Induces Bias in LLM Outputs
- Information-Theoretic Reward Decomposition for Generalizable RLHF