paper-with-me

Papers

Dynamic Self-Consistency: Leveraging Reasoning Paths for Efficient LLM Sampling

2024-08-30 · Guangya Wan, Yuqi Wu, Jie Chen, Sheng Li

Self-Consistency (SC) is a widely used method to mitigate hallucinations in Large Language Models (LLMs) by sampling the LLM multiple times and outputting the most frequent solution. Despite its benefits, SC results in significant computational costs proportional to the number of samples generated. Previous early-stopping approaches, such as Early Stopping Self Consistency and Adaptive Consistency, have aimed to reduce these costs by considering output consistency, but they do not analyze the quality of the reasoning paths (RPs) themselves. To address this issue, we propose Reasoning-Aware Self-Consistency (RASC), an innovative early-stopping framework that dynamically adjusts the number of sample generations by considering both the output answer and the RPs from Chain of Thought (CoT) prompting. RASC assigns confidence scores sequentially to the generated samples, stops when certain criteria are met, and then employs weighted majority voting to optimize sample usage and enhance answer reliability. We comprehensively test RASC with multiple LLMs across varied QA datasets. RASC outperformed existing methods and significantly reduces sample usage by an average of 80% while maintaining or improving accuracy up to 5% compared to the original SC

📄 PDF Abstract BibTeX arXiv:2408.17017

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

ConSol: Sequential Probability Ratio Testing to Find Consistent LLM Reasoning Paths Efficiently

2025-03-22 · Jaeyeon Lee, Guantong Qi, Matthew Brady Neeley, Zhandong Liu 외

Recent advancements in large language models (LLMs) integrating explicit reasoning, such as OpenAI's o3-mini, DeepSeek-R1, and QWQ-32B, enable smaller models to solve complex tasks by generating intermediate reasoning st…

Semantic Self-Consistency: Enhancing Language Model Reasoning via Semantic Weighting

2024-10-10 · Tim Knappe, Ryan Li, Ayush Chauhan, Kaylee Chhua 외

While large language models (LLMs) have rapidly improved their performance on a broad number of tasks, they still often fall short on reasoning tasks. As LLMs become more integrated in diverse real-world tasks, advancing…

Language ModelingLanguage Modelling

Self-Consistency Improves Chain of Thought Reasoning in Language Models

2022-03-21 · Xuezhi Wang, Jason Wei, Dale Schuurmans, Quoc Le 외

Chain-of-thought prompting combined with pre-trained large language models has achieved encouraging results on complex reasoning tasks. In this paper, we propose a new decoding strategy, self-consistency, to replace the …

ARCArithmetic ReasoningGSM8KLanguage Modelling+2

Confidence Improves Self-Consistency in LLMs

2025-02-10 · Amir Taubenfeld, Tom Sheffer, Eran Ofek, Amir Feder 외

Self-consistency decoding enhances LLMs' performance on reasoning tasks by sampling diverse reasoning paths and selecting the most frequent answer. However, it is computationally expensive, as sampling many of these (len…

Consistent Paths Lead to Truth: Self-Rewarding Reinforcement Learning for LLM Reasoning

2025-06-10 · Kongcheng Zhang, Qi Yao, Shunyu Liu, Yingjie Wang 외

Recent advances of Reinforcement Learning (RL) have highlighted its potential in complex reasoning tasks, yet effective training often relies on external supervision, which limits the broader applicability. In this work,…

Large Language Modelreinforcement-learningReinforcement LearningReinforcement Learning (RL)