CLLGApr 20

Reliability-Aware Adaptive Self-Consistency for Efficient Sampling in LLM Reasoning

arXiv:2601.0297023.62 citationsh-index: 6
Predicted impact top 69% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using LLMs for reasoning tasks, ReASC offers a more efficient sampling method that reduces computational cost without sacrificing accuracy.

ReASC improves the efficiency of self-consistency for LLM reasoning by adaptively sampling based on response confidence rather than count, reducing inference cost by up to 70% while preserving accuracy on GSM8K with Gemma-3-4B-it.

Self-Consistency improves reasoning reliability through multi-sample aggregation, but incurs substantial inference cost. Adaptive self-consistency methods mitigate this issue by adjusting the sampling budget; however, they rely on count-based stopping rules that treat all responses equally, often leading to unnecessary sampling. We propose Reliability-Aware Adaptive Self-Consistency (ReASC), which addresses this limitation by reframing adaptive sampling from response counting to evidence sufficiency, leveraging response-level confidence for principled information aggregation. ReASC operates in two stages: a single-sample decision stage that resolves instances confidently answerable from a single response, and a reliability-aware accumulation stage that aggregates responses by jointly leveraging their frequency and confidence. Across five models and four datasets, ReASC consistently achieves the best accuracy-cost trade-off compared to existing baselines, yielding improved inference efficiency across model scales from 3B to 27B parameters. As a concrete example, ReASC reduces inference cost by up to 70\% relative to self-consistency while preserving accuracy on GSM8K using Gemma-3-4B-it.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes