paper-with-me

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, Hyun-Hwan Jeong

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 steps prior to providing answers. However, this approach significantly increases computational costs, both monetarily and environmentally. The widely-used self-consistency method further exacerbates these costs by aggregating multiple reasoning paths to improve accuracy, often requiring between 40 to 64 samples per task. Although aggregation effectively reduces variance and bias, additional sampling can lead to diminishing returns when early samples yield consistent results. To address inefficiencies, we propose leveraging Sequential Probability Ratio Testing (SPRT) to dynamically terminate sampling once sufficient consistency is achieved. We calibrate SPRT parameters specifically for LLM applications, accounting for sensitivity to detect the mode of the distribution. Our experiments demonstrate that incorporating SPRT significantly enhances token efficiency, achieving comparable accuracy to self-consistency methods but at a substantially reduced computational cost. To promote transparency and facilitate reproducibility, we have made the source code and datasets used in our experiments publicly available at our GitHub repository: https://github.com/LiuzLab/consol, or available as a PyPI package: pip install consol. We hope that this resource will support further research and encourage the development of new methods building upon our work.

📄 PDF Abstract BibTeX arXiv:2503.17587

Code (1)

LiuzLab/consol 공식 구현

Similar Papers 제목 키워드 기반

Near-optimal algorithms for private estimation and sequential testing of collision probability

2025-04-18 · Robert Busa-Fekete, Umar Syed

We present new algorithms for estimating and testing \emph{collision probability}, a fundamental measure of the spread of a discrete distribution that is widely used in many scientific fields. We describe an algorithm th…

Sequential Controlled Sensing for Composite Multihypothesis Testing

2019-10-24 · Aditya Deshmukh, Srikrishna Bhashyam, Venugopal V. Veeravalli

The problem of multi-hypothesis testing with controlled sensing of observations is considered. The distribution of observations collected under each control is assumed to follow a single-parameter exponential family dist…

Two-sample testing

Sequential inductive prediction intervals

2023-12-08 · Benny Avelin

In this paper we explore the concept of sequential inductive prediction intervals using theory from sequential testing. We furthermore introduce a 3-parameter PAC definition of prediction intervals that allows us via sim…

PredictionPrediction Intervals

Private Sequential Hypothesis Testing for Statisticians: Privacy, Error Rates, and Sample Size

2022-04-10 · Wanrong Zhang, Yajun Mei, Rachel Cummings

The sequential hypothesis testing problem is a class of statistical analyses where the sample size is not fixed in advance. Instead, the decision-process takes in new observations sequentially to make real-time decisions…

Testing Optimality of Sequential Decision-Making

2018-01-04 · Meik Dörpinghaus, Izaak Neri, Édgar Roldán, Heinrich Meyr 외

This paper provides a statistical method to test whether a system that performs a binary sequential hypothesis test is optimal in the sense of minimizing the average decision times while taking decisions with given relia…

Decision MakingSequential Decision Making