paper-with-me

Papers

Is That Your Final Answer? Test-Time Scaling Improves Selective Question Answering

2025-02-19 · William Jurayj, Jeffrey Cheng, Benjamin Van Durme

Scaling the test-time compute of large language models has demonstrated impressive performance on reasoning benchmarks. However, existing evaluations of test-time scaling make the strong assumption that a reasoning system should always give an answer to any question provided. This overlooks concerns about whether a model is confident in its answer, and whether it is appropriate to always provide a response. To address these concerns, we extract confidence scores during reasoning for thresholding model responses. We find that increasing compute budget at inference time not only helps models answer more questions correctly, but also increases confidence in correct responses. We then extend the current paradigm of zero-risk responses during evaluation by considering settings with non-zero levels of response risk, and suggest a recipe for reporting evaluations under these settings.

📄 PDF Abstract BibTeX arXiv:2502.13962

Code (1)

wjurayj/final_answer 공식 구현 pytorch

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Ask Your Neurons: A Deep Learning Approach to Visual Question Answering

2016-05-09 · Mateusz Malinowski, Marcus Rohrbach, Mario Fritz

We address a question answering task on real-world images that is set up as a Visual Turing Test. By combining latest advances in image representation and natural language processing, we propose Ask Your Neurons, a scala…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Test-Time Scaling in Reasoning Models Is Not Effective for Knowledge-Intensive Tasks Yet

2025-09-08 · James Xu Zhao, Bryan Hooi, See-Kiong Ng arxiv

Test-time scaling increases inference-time computation through longer reasoning chains and has shown strong performance gains across many domains. However, frontier models still suffer from factuality hallucinations, rai…

Learning to Reason Across Parallel Samples for LLM Reasoning

2025-06-10 · Jianing Qi, Xi Ye, Hao Tang, Zhigang Zhu 외

Scaling test-time compute brings substantial performance gains for large language models (LLMs). By sampling multiple answers and heuristically aggregate their answers (e.g., either through majority voting or using verif…

MathRe-Ranking

DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning

2025-11-27 · Zhihong Shao, Yuxiang Luo, Chengda Lu, Z. Z. Ren 외 arxiv

Large language models have made significant progress in mathematical reasoning, which serves as an important testbed for AI and could impact scientific research if further advanced. By scaling reasoning with reinforcemen…

Reinforcement LearningMathematical Reasoning

Think Twice: Enhancing LLM Reasoning by Scaling Multi-round Test-time Thinking

2025-03-25 · Xiaoyu Tian, Sitong Zhao, Haotian Wang, Shuaiting Chen 외

Recent advances in large language models (LLMs), such as OpenAI-o1 and DeepSeek-R1, have demonstrated the effectiveness of test-time scaling, where extended reasoning processes substantially enhance model performance. De…

MathReinforcement Learning (RL)