用高置信度推理路径评估模型真实推理能力。
Filtered Reasoning Score: Evaluating Reasoning Quality on a Model's Most-Confident Traces
- 仅保留置信度最高的前K%推理路径,避免偶然正确干扰。
- 相同准确率的模型在推理质量上差异显著。
- 适合关注模型真实思维过程的研究者与开发者。
大型语言模型(LLMs)在推理基准测试中表现高准确率,但正确答案并不反映推理质量。模型可能通过错误推理或记忆获得正确结果,导致不同能力的模型表现出相似的准确率。本文提出过滤推理得分(Filtered Reasoning Score, FRS),基于忠实性、连贯性、实用性与事实性等维度评估推理轨迹,并仅使用置信度最高的前K%轨迹进行聚合,以避免低置信度偶然正确路径的影响。实验表明,标准准确率无法区分的模型在FRS上存在显著差异;且高FRS模型在多个推理基准上同时具备更高准确率与更好推理质量。这表明FRS能捕捉可迁移的推理能力,补充传统结果导向评价。代码已开源:https://github.com/Manas2006/benchmark_reproducibility。
原文摘要 · Abstract (English)
Should we trust Large Language Models (LLMs) with high accuracy? LLMs achieve high accuracy on reasoning benchmarks, but correctness alone does not reveal the quality of the reasoning used to produce it. This highlights a fundamental limitation of outcome-based evaluation: models may arrive at correct answers through flawed reasoning, and models with substantially different reasoning capabilities can nevertheless exhibit similar benchmark accuracy, for example due to memorization or over-optimization. In this paper, we ask: given existing benchmarks, can we move beyond outcome-based evaluation to assess the quality of reasoning itself? We seek metrics that (1) differentiate models with similar accuracy and (2) are robust to variations in input prompts and generation configurations. To this end, we propose a reasoning score that evaluates reasoning traces along dimensions such as faithfulness, coherence, utility, and factuality. A remaining question is how to aggregate this score across multiple sampled traces. Naively averaging them is undesirable, particularly in long-horizon settings, where the number of possible trajectories grows rapidly, and low-confidence correct traces are more likely to be coincidental. To address this, we introduce the Filtered Reasoning Score (FRS), which computes reasoning quality using only the top-K% most confident traces. Evaluating with FRS, models that are indistinguishable under standard accuracy exhibit significant differences in reasoning quality. Moreover, models with higher FRS on one benchmark tend to perform better on other reasoning benchmarks, in both accuracy and reasoning quality. Together, these findings suggest that FRS complements accuracy by capturing a model's transferable reasoning capabilities. We open source our evaluation codebase: https://github.com/Manas2006/benchmark_reproducibility.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。