通过测试时计算扩展提升大模型数值事实核查能力
Think Right, Not More: Test-Time Scaling for Numerical Claim Verification
- 利用测试时计算生成多条推理路径,择优选择正确结论
- 相比单次验证提升18.8%准确率,且效率提高1.8倍
- 适配复杂度自适应机制,适合需要精准推理的场景
真实世界中的数值类陈述验证具有高度复杂性,需多步推理与数值推理能力。尽管大型语言模型(LLMs)在推理方面取得进展,但在组合性与数值推理结合的任务上仍表现不足,易受推理漂移影响,难以准确理解数值细节并导致推理回溯。本文系统探索了测试时计算扩展(TTS)在复杂数值陈述验证任务中的应用,通过训练一个验证器模型(VERIFIERFC)从多个推理路径中筛选出正确结论。实验表明,TTS可有效缓解推理漂移问题,显著提升验证性能。为进一步提升计算效率,提出基于声明复杂度感知的自适应机制,在实现1.8倍效率提升的同时,相较单次验证方法获得18.8%的性能增益。代码与数据已开源。
原文摘要 · Abstract (English)
Fact-checking real-world claims, particularly numerical claims, is inherently complex that require multistep reasoning and numerical reasoning for verifying diverse aspects of the claim. Although large language models (LLMs) including reasoning models have made tremendous advances, they still fall short on fact-checking real-world claims that require a combination of compositional and numerical reasoning. They are unable to understand nuance of numerical aspects, and are also susceptible to the reasoning drift issue, where the model is unable to contextualize diverse information resulting in misinterpretation and backtracking of reasoning process. In this work, we systematically explore scaling test-time compute (TTS) for LLMs on the task of fact-checking complex numerical claims, which entails eliciting multiple reasoning paths from an LLM. We train a verifier model (VERIFIERFC) to navigate this space of possible reasoning paths and select one that could lead to the correct verdict. We observe that TTS helps mitigate the reasoning drift issue, leading to significant performance gains for fact-checking numerical claims. To improve compute efficiency in TTS, we introduce an adaptive mechanism that performs TTS selectively based on the perceived complexity of the claim. This approach achieves 1.8x higher efficiency than standard TTS, while delivering a notable 18.8% performance improvement over single-shot claim verification methods. Our code and data can be found at https://github.com/VenkteshV/VerifierFC
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。