paper-with-me

Papers

Bridging Internal Probability and Self-Consistency for Effective and Efficient LLM Reasoning

2025-02-01 · Zhi Zhou, Tan Yuhao, Zenan Li, Yuan YAO, Lan-Zhe Guo, Xiaoxing Ma, Yu-Feng Li

Recent advancements in large language models (LLMs) have demonstrated remarkable reasoning capabilities. However, single-shot inference often yields unreliable results for complex reasoning tasks, leading researchers to explore multiple reasoning paths through methods such as perplexity and self-consistency. In this paper, we present the first theoretical error decomposition analysis of these techniques, breaking down their error into estimation error and model error. Our analysis reveals a fundamental trade-off: perplexity methods suffer from substantial model error due to the absence of a proper consistency function, while self-consistency exhibits high estimation error due to a slow error convergence rate. To overcome these limitations, we propose Reasoning-Pruning Perplexity Consistency (RPC). This approach combines Perplexity Consistency, which seamlessly integrates LLM perplexity with self-consistency, and Reasoning Pruning, which eliminates low-probability reasoning paths to effectively prevent the degeneration of estimation error reduction. Theoretical analysis demonstrates that RPC not only accelerates the convergence rate of estimation error to an exponential level but also holds strong potential for further reducing model error. Extensive empirical evaluations on seven benchmark datasets confirm that RPC can significantly improve reasoning performance, sample efficiency, and confidence reliability.

📄 PDF Abstract BibTeX arXiv:2502.00511

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

A Theoretical Study on Bridging Internal Probability and Self-Consistency for LLM Reasoning

2025-10-17 · Zhi Zhou, Yuhao Tan, Zenan Li, Yuan Yao 외 arxiv

Test-time scaling seeks to improve the reasoning performance of large language models (LLMs) by adding computational resources. A prevalent approach within the field is sampling-based test-time scaling methods, which enh…

Internal Consistency and Self-Feedback in Large Language Models: A Survey

2024-07-19 · Xun Liang, Shichao Song, Zifan Zheng, Hanyu Wang 외

Large language models (LLMs) often exhibit deficient reasoning or generate hallucinations. To address these, studies prefixed with "Self-" such as Self-Consistency, Self-Improve, and Self-Refine have been initiated. They…

Self-Consistency of Large Language Models under Ambiguity

2023-10-20 · Henning Bartsch, Ole Jorgensen, Domenic Rosati, Jason Hoelscher-Obermaier 외

Large language models (LLMs) that do not give consistent answers across contexts are problematic when used for tasks with expectations of consistency, e.g., question-answering, explanations, etc. Our work presents an eva…

Question Answering

Self-Consistency of the Internal Reward Models Improves Self-Rewarding Language Models

2025-02-13 · Xin Zhou, Yiwen Guo, Ruotian Ma, Tao Gui 외

Aligning Large Language Models (LLMs) with human preferences is crucial for their deployment in real-world applications. Recent advancements in Self-Rewarding Language Models suggest that an LLM can use its internal rewa…

Calibrating Reasoning in Language Models with Internal Consistency

2024-05-29 · Zhihui Xie, Jizhou Guo, Tong Yu, Shuai Li

Large language models (LLMs) have demonstrated impressive capabilities in various reasoning tasks, aided by techniques like chain-of-thought prompting that elicits verbalized reasoning. However, LLMs often generate text …