让AI更会判断解题思路对错,避免只看答案正确就误判。
Rationale-Aware Answer Verification by Pairwise Self-Evaluation
- 用大模型自身对比解题过程,选出逻辑正确的推理链。
- 在StrategyQA上,仅19%正确答案有合理推理,传统方法易误判。
- 无需人工标注,适合需要严谨推理的AI辅助任务使用。
答案验证旨在从大语言模型生成的多个候选解中识别正确答案。现有方法通常仅根据最终答案是否匹配标准答案来标注解为正确或错误,但忽略了得出正确答案却存在逻辑漏洞的解,削弱了验证器区分有效与无效推理的能力。我们实证发现,在StrategyQA数据集上,仅有19%的正确答案对应有效推理过程,导致验证器不可靠。进一步表明,基于有效推理训练的验证器能显著提升辨别能力。为此,我们提出REPS(通过成对自评估增强推理),一种利用生成解的大模型自身进行迭代式成对比较,自动筛选出有效推理链的方法。使用REPS选出的解训练的验证器,在ARC-Challenge、DROP和StrategyQA三个推理基准上均优于传统训练方法。结果表明,构建可靠验证器需同时保证推理的有效性与答案的正确性,这对辅助人类解决复杂推理任务至关重要。
原文摘要 · Abstract (English)
Answer verification identifies correct solutions among candidates generated by large language models (LLMs). Current approaches typically train verifier models by labeling solutions as correct or incorrect based solely on whether the final answer matches the gold answer. However, this approach neglects any flawed rationale in the solution yielding the correct answer, undermining the verifier's ability to distinguish between sound and flawed rationales. We empirically show that in StrategyQA, only 19% of LLM-generated solutions with correct answers have valid rationales, thus leading to an unreliable verifier. Furthermore, we demonstrate that training a verifier on valid rationales significantly improves its ability to distinguish valid and flawed rationale. To make a better verifier without extra human supervision, we introduce REPS (Rationale Enhancement through Pairwise Selection), a method for selecting valid rationales from candidates by iteratively applying pairwise self-evaluation using the same LLM that generates the solutions. Verifiers trained on solutions selected by REPS outperform those trained using conventional training methods on three reasoning benchmarks (ARC-Challenge, DROP, and StrategyQA). Our results suggest that training reliable verifiers requires ensuring the validity of rationales in addition to the correctness of the final answers, which would be critical for models assisting humans in solving complex reasoning tasks.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。