paper-with-me

Papers

CER: Confidence Enhanced Reasoning in LLMs

2025-02-20 · Ali Razghandi, Seyed Mohammad Hadi Hosseini, Mahdieh Soleymani Baghshah

Ensuring the reliability of Large Language Models (LLMs) in complex reasoning tasks remains a formidable challenge, particularly in scenarios that demand precise mathematical calculations and knowledge-intensive open-domain generation. In this work, we introduce an uncertainty-aware framework designed to enhance the accuracy of LLM responses by systematically incorporating model confidence at critical decision points. We propose an approach that encourages multi-step reasoning in LLMs and quantify the confidence of intermediate answers such as numerical results in mathematical reasoning and proper nouns in open-domain generation. Then, the overall confidence of each reasoning chain is evaluated based on confidence of these critical intermediate steps. Finally, we aggregate the answer of generated response paths in a way that reflects the reliability of each generated content (as opposed to self-consistency in which each generated chain contributes equally to majority voting). We conducted extensive experiments in five datasets, three mathematical datasets and two open-domain datasets, using four LLMs. The results consistently validate the effectiveness of our novel confidence aggregation method, leading to an accuracy improvement of up to 7.4% and 5.8% over baseline approaches in math and open-domain generation tasks, respectively. Code is publicly available at https://github.com/ Aquasar11/CER.

📄 PDF Abstract BibTeX arXiv:2502.14634

Code (1)

sharif-ml-lab/CER 공식 구현 pytorch

Tasks

MathMathematical Reasoning

Similar Papers 제목 키워드 기반

All Roads Lead to Rome: Graph-Based Confidence Estimation for Large Language Model Reasoning

2025-09-16 · Caiqi Zhang, Chang Shu, Ehsan Shareghi, Nigel Collier arxiv

Confidence estimation is essential for the reliable deployment of large language models (LLMs). Existing methods are primarily designed for factual QA tasks and often fail to generalize to reasoning tasks. To address thi…

Confidence-Guided Stepwise Model Routing for Cost-Efficient Reasoning

2025-11-09 · Sangmook Lee, Dohyung Kim, Hyukhun Koh, Nakyeong Yang 외 arxiv

Recent advances in Large Language Models (LLMs) - particularly model scaling and test-time techniques - have greatly enhanced the reasoning capabilities of language models at the expense of higher inference costs. To low…

Mathematical Reasoning

Let the Model Distribute Its Doubt: Confidence Estimation through Verbalized Probability Distribution

2025-11-18 · Ante Wang, Weizhi Ma, Yang Liu arxiv

Knowing the reliability of a model's response is essential in practical applications. Given the strong generation capabilities of large language models (LLMs), research has focused on generating verbalized confidence. Th…

Reinforcement Learning

Recursive Think-Answer Process for LLMs and VLMs

2026-03-02 · Byung-Kwan Lee, Youngchae Chee, Yong Man Ro arxiv

Think-Answer reasoners such as DeepSeek-R1 have made notable progress by leveraging interpretable internal reasoning. However, despite the frequent presence of self-reflective cues like "Oops!", they remain vulnerable to…

Prolonged Reasoning Is Not All You Need: Certainty-Based Adaptive Routing for Efficient LLM/MLLM Reasoning

2025-05-21 · Jinghui Lu, Haiyang Yu, Siliang Xu, Shiwei Ran 외

Recent advancements in reasoning have significantly enhanced the capabilities of Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs) across diverse tasks. However, excessive reliance on chain-of-tho…

AllVisual Question Answering (VQA)