paper-with-me

홈 › Papers

Think Right, Not More: Test-Time Scaling for Numerical Claim Verification

2025-09-26 · Primakov Chungkham, V Venktesh, Vinay Setty, Avishek Anand arxiv

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

📄 PDF Abstract BibTeX arXiv:2509.22101

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Thinking Short and Right Over Thinking Long: Serving LLM Reasoning Efficiently and Accurately

2025-05-19 · Yuhang Wang, Youhe Jiang, Bin Cui, Fangcheng Fu

Recent advances in test-time scaling suggest that Large Language Models (LLMs) can gain better capabilities by generating Chain-of-Thought reasoning (analogous to human thinking) to respond a given request, and meanwhile…

Does Thinking More always Help? Understanding Test-Time Scaling in Reasoning Models

2025-06-04 · Soumya Suvra Ghosal, Souradip Chakraborty, Avinash Reddy, Yifu Lu 외

Recent trends in test-time scaling for reasoning models (e.g., OpenAI o1, DeepSeek R1) have led to a popular belief that extending thinking traces using prompts like "Wait" or "Let me rethink" can improve performance. Th…

When More Sampling Hurts: The Modal Ceiling and Correlation Ceiling of Test-Time Scaling

2026-06-27 · Yong Yi Bay, Kathleen A. Yearick hf

People overthink; language models over-sample, and the extra effort can talk both into a worse answer. Reasoning systems answer a hard question by sampling it many times (test-time scaling), and the more they draw, the m…

Learning to Stop Overthinking at Test Time

2025-02-16 · Hieu Tran Bao, Nguyen Cong Dat, Nguyen Duc Anh, Hoang Thanh Tung

Test time scaling is currently one of the most active research areas that shows promise after training time scaling has reached its limits. Deep-thinking (DT) models are a class of recurrent models that can perform easy-…

Visual Reasoning

Think Right: Learning to Mitigate Under-Over Thinking via Adaptive, Attentive Compression

2025-10-02 · Joykirat Singh, Justin Chih-Yao Chen, Archiki Prasad, Elias Stengel-Eskin 외 arxiv

Recent thinking models solve complex reasoning tasks by scaling test-time compute, but this scaling must be allocated in line with task difficulty. On one hand, short reasoning (underthinking) leads to errors on harder p…