Research
Do Reasoning Representations Help Humans Evaluate LLM Outputs?
Overview Research area: human-centered evaluation of LLM reasoning traces (HCI / explainable AI / LLM interpretability). Technical level: Intermediate. This paper tests whether six common reasoning fo
- arXiv
- 2609.09038
- Published
- 2026-09-08
- Authors
- Jaewoo Lim, Sungbok Shin, Sanghyun Hong
AI summary
Overview
Research area: human-centered evaluation of LLM reasoning traces (HCI / explainable AI / LLM interpretability). Technical level: Intermediate. This paper tests whether six common reasoning formats actually help people understand, verify, and trust model outputs, rather than whether those formats make the model more accurate.
What This Paper Is About
LLMs now show users chain-of-thought traces, plans, and decompositions as if those traces were explanations. Most prior work scores those traces with model-centric metrics such as answer accuracy and faithfulness, which does not tell us whether a person can actually use them to check the answer. This study asks a different question: do reasoning representations help humans evaluate LLM outputs? The authors run a controlled study of six formats and measure structural understanding, error detection, and trust calibration separately from user preference.
Key Contributions
- They reframe reasoning representations as user-facing interfaces for oversight, not as evidence of how the model internally reasons.
- They design a matched-comparison protocol that holds the task, problem, and final answer fixed, then compares six formats using both correct traces and traces with a single injected error.
- They build a web-based evaluation framework that randomizes domain, problem, error condition, and representation order while logging representation-level judgments.
- They document a three-way split among preference, verification performance, and trust calibration: people like structured plans, but simpler CoT traces are easier to check, and preferred formats can inflate false alarms and misplaced trust.
Main Findings
- Preference does not equal usefulness. Participants most often preferred Plan-and-Solve (26%) and also liked Least-to-Most and Zero-shot CoT (22% each). Self-Consistency CoT received 0% of overall preference votes.
- Simpler CoT is better for verification. Zero-shot CoT had the lowest false-alarm rate on correct traces (7.7%) and the highest error-localization accuracy on injected-error traces (95.5%). Plan-and-Solve and Least-to-Most, despite being preferred, produced false-alarm rates around 19–21%.
- Structure makes organization visible, not importance. Planning and template formats helped people notice reasoning shifts (up to 64% for Buffer of Thoughts), but agreement on which step was key or supportive stayed modest across all formats (Krippendorff’s α often well below 0.4).
- Preferred formats create calibration risk. Plan-and-Solve was liked most yet had one of the highest false-alarm rates. Least-to-Most was rated best for catching mistakes in the post-survey, but it was the format on which people most often flagged errors that were not there. High trust sometimes sat next to low willingness to verify.
- Zero-shot CoT won on behavior even when it did not win on preference. It scored highest on reliance (4.04/5) and interpretability (4.12/5), and it was the most chosen format for step comprehension, traceability, and error detection in item-level post-survey questions.
Methodology in Plain English
The authors first mapped 25 LLM reasoning methods by the structure they show users (chain, tree, plan, template, and so on), then picked six that cover that space and can all be shown as step-level traces: Standard I/O, Zero-shot CoT, Self-Consistency CoT, Plan-and-Solve, Least-to-Most, and Buffer of Thoughts.
They generated traces with a single model (GPT-5) on GSM8K (math), HotPotQA (multi-hop QA), and BBH (symbolic/logical tasks). To isolate format from correctness, they kept only problems where all six formats produced the right final answer (27 problems, 9 per benchmark). For verification tests they injected one localizable error (wrong calculation or wrong premise) into a subset of otherwise-correct traces, then checked whether people spotted it and named the right step.
Fifty participants each saw three problems from one benchmark, with all six formats in random order. One problem measured structural understanding (where the reasoning shifts, which step is key, which step is supporting). One mixed correct and errored traces for error detection and localization. One collected Likert ratings of reliance, intent to verify, and interpretability. A post-survey captured overall preference. Assignment of benchmark, error condition, and order was randomized so comparisons would not be confounded by presentation sequence.
Why This Matters
The paper challenges a quiet assumption in LLM product design: that more visible structure (plans, subproblems, templates) automatically improves human oversight. Preference, verification, and trust can pull in different directions, so evaluating traces only by model accuracy or user “likes” can hide real failure modes.
Real-world applications:
- AI copilots in education and tutoring, where students must check a model’s worked solution rather than accept a polished plan at face value.
- Analyst and knowledge-work tools, where a wrong premise in a multi-hop answer needs to be found quickly.
- High-stakes decision support (medicine, finance, operations), where over-trust in a well-structured but wrong trace is more dangerous than a messy but checkable one.
- Evaluation dashboards for LLM products, which currently report accuracy and faithfulness but rarely measure whether users can localize errors or calibrate trust.
Industry relevance is immediate: teams shipping “show your work” UIs should test verification behavior, not only user preference. A plan-and-solve layout can look more professional and still make people invent errors or skip checking.
Future Directions
- Move from static, pre-generated traces to interactive sessions where users can ask follow-ups, request another explanation, or revise a judgment.
- Replicate across models. All traces here came from GPT-5, so it is unknown whether the CoT-vs-plan gap holds for other families.
- Broaden error types and injection methods. The study used one localizable error per trace (calculation or premise); missing steps, irrelevant reasoning, and naturally occurring model errors may behave differently.
- Test whether prompt wording, trace length, and visual layout—not just the named representation—drive the preference/verification mismatch, and whether interface design can keep the structure people like without raising false alarms.
Target Audience
HCI and XAI researchers who evaluate explanations with human behavior rather than model scores; LLM product and UX teams building “reasoning” or “show your work” interfaces; AI safety and oversight researchers interested in trust calibration; and practitioners who currently treat chain-of-thought, plans, and decompositions as interchangeable user-facing explanations. Readers looking for a new prompting method or a benchmark leaderboard will find less here than readers who care how people actually use those traces.
Authors’ abstract
Reasoning representations are increasingly used as explanations for large language model outputs. Yet they are typically evaluated with model-centric criteria, such as answer accuracy and faithfulness, leaving it unclear whether they help people evaluate model responses. In this work, we study reasoning representations as human-facing interfaces rather than proxies for model reasoning ability. We conduct a controlled human study of six reasoning formats across tasks of varying complexity, supported by a web-based framework that randomizes task domains, problem instances, and representation order. The study collects fine-grained judgments of structural understanding, error detection and localization, and trust calibration. Our study shows a mismatch between perceived preference and support for human evaluation. Participants prefer planning- and decomposition-based representations, but simpler chain-of-thought traces better support verification, trust, and interpretability. Preferred representations also introduce calibration risks, with more false alarms on correct traces and high trust despite low willingness to verify.