Pith. sign in

REVIEW 19 cited by

Adaptive Inference-Time Compute: LLMs Can Predict if They Can Do Better, Even Mid-Generation

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2410.02725 v1 pith:EMDECOPW submitted 2024-10-03 cs.CL cs.AIcs.LG

classification cs.CLcs.AIcs.LG
keywords samplesperformancegenerationllmsmodelrewardadaptivelybetter
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

Inference-time computation is a powerful paradigm to enhance the performance of large language models (LLMs), with Best-of-N sampling being a widely used technique. However, this method is computationally expensive, requiring both (1) an external reward model and (2) the generation of multiple samples. In this work, we introduce a new generative self-evaluation scheme designed to adaptively reduce the number of generated samples while maintaining or even improving performance. We use a generative reward model formulation, allowing the LLM to predict mid-generation the probability that restarting the generation will yield a better response. These predictions are obtained without an external reward model and can be used to decide whether or not to generate more samples, prune unpromising samples early on, or to pick the best sample. This capability is very inexpensive as it involves generating a single predefined token. Trained using a dataset constructed with real unfiltered LMSYS user prompts, Llama 3.1 8B's win rate against GPT-4 on AlpacaEval increases from 21% to 34% with 16 samples and math performance on GSM8K improves from 84% to 91%. By sampling only when the LLM determines that it is beneficial to do so and adaptively adjusting temperature annealing, we demonstrate that 74% of the improvement from using 16 samples can be achieved with only 1.2 samples on average. We further demonstrate that 50-75% of samples can be pruned early in generation with minimal degradation in performance. Overall, our methods enable more efficient and scalable compute utilization during inference for LLMs.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 19 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Doomed from the Start: Early Abort of LLM Agent Episodes via a Recall-Controlled Probe Cascade

    cs.AI 2026-07 conditional novelty 7.0 of 10

    Hidden-state probes can flag doomed LLM-agent episodes from the first round, and a recall-calibrated cascade of abort gates cuts generated tokens by up to 60% while preserving a chosen success-recall target.

  2. Accuracy Hides How Language Models Fail: Measuring Failure States Under Matched Output Budgets

    cs.CL 2026-07 accept novelty 6.0 of 10

    Matched output limits still produce very different execution-failure mixtures across model families, so benchmark accuracy alone hides how models fail.

  3. Heteroskedastic Signals in Budgeted LLM Verification: Structural Heterogeneity Limits Optimization Gains

    cs.AI 2026-06 conditional novelty 6.0 of 10

    Cost-stratified thresholding beats stronger global online optimization for budgeted LLM verification, because uncertainty quality is heteroskedastic across cost strata.

  4. Energy-Based Transformers are Scalable Learners and Thinkers

    cs.LG 2025-07 conditional novelty 6.0 of 10

    Energy-Based Transformers learn to predict by gradient-descent minimization of a learned energy function, and the paper reports faster pretraining scaling and inference-time thinking gains over Transformer++ and Diffu...

  5. Temporal Sampling for Forgotten Reasoning in LLMs

    cs.AI 2025-05 conditional novelty 6.0 of 10

    Sampling test-time responses from multiple training checkpoints, rather than only the final checkpoint, recovers temporarily forgotten correct answers and improves Pass@k by 4-19 points on math reasoning benchmarks.

  6. Route to Reason: Adaptive Routing for LLM and Reasoning Strategy Selection

    cs.CL 2025-05 conditional novelty 6.0 of 10

    Route-To-Reason learns to predict the accuracy and token usage of each model-strategy pair and routes every query to the pair that maximizes a tunable accuracy-cost score.

  7. TrimR: Verifier-based Training-Free Thinking Compression for Efficient Test-Time Scaling

    cs.LG 2025-05 conditional novelty 6.0 of 10

    TrimR uses a lightweight verifier to detect redundant thoughts in reasoning models and truncates them, cutting runtime by up to 70% without retraining.

  8. S-GRPO: Early Exit via Reinforcement Learning in Reasoning Models

    cs.AI 2025-05 conditional novelty 6.0 of 10

    S-GRPO trains reasoning models to answer from truncated thinking paths with decaying rewards for earlier correct answers, cutting output length by 35-61% while slightly raising accuracy.

  9. An Empirical Study of LLM Reasoning Ability Under Strict Output Length Constraint

    cs.AI 2025-04 conditional novelty 6.0 of 10

    Under strict output token budgets, LLM rankings change: smaller instruction-tuned models can beat larger or reasoning-specialized models, and mid-sized models are latency-optimal.

  10. An Annotated Reading of 'The Singer of Tales' in the LLM Era

    cs.CY 2025-02 conditional novelty 6.0 of 10

    LLM generation resembles oral-formulaic composition: single-pass, pattern-based, and non-authorial, so AI output should be treated as a new post-literate medium.

  11. Teaching LLMs to Refine with Tools

    cs.CL 2024-12 conditional novelty 6.0 of 10

    CaP trains LLMs to fix chain-of-thought math solutions by producing program-of-thought code, and shows that DPO preference optimization is essential for the refinement to actually improve accuracy.

  12. Quantum Circuit Generation via test-time learning with large language models

    quant-ph 2026-02 conditional novelty 5.0 of 10

    An LLM with memory, score feedback, and restart-from-best finds high-entanglement quantum circuits, reaching Meyer-Wallach 1.0 on 25 qubits within 45 queries.

  13. Reasoning on a Budget: A Survey of Adaptive and Controllable Test-Time Compute in LLMs

    cs.AI 2025-07 conditional novelty 5.0 of 10

    The survey's L1/L2 taxonomy and benchmark show that current reasoning models waste compute on easy problems and underthink hard ones, motivating more adaptive inference.

  14. DynScaling: Efficient Verifier-free Inference Scaling via Dynamic and Integrated Sampling

    cs.CL 2025-06 conditional novelty 5.0 of 10

    DynScaling improves verifier-free inference-time scaling by merging parallel and sequential sampling and allocating budget across queries with a UCB-based uncertainty rule.

  15. SLOT: Sample-specific Language Model Optimization at Test-time

    cs.CL 2025-05 conditional novelty 5.0 of 10

    SLOT adapts an LLM to each prompt by optimizing a lightweight final-layer vector to minimize prompt loss, boosting benchmark reasoning accuracy by a few points.

  16. Reasoning Language Models: A Blueprint

    cs.AI 2025-01 accept novelty 5.0 of 10

    A modular blueprint and open-source framework (x1) that presents existing reasoning language model designs as special cases of one unified toolbox.

  17. Efficiently Scaling LLM Reasoning with Certaindex

    cs.LG 2024-12 conditional novelty 5.0 of 10

    Certaindex measures when an LLM's intermediate answers stop changing, enabling early exit and dynamic token allocation that cuts token usage by up to 50% with no accuracy drop in tested workloads.

  18. TinyMusician: On-Device Music Generation with Knowledge Distillation and Mixed Precision Quantization

    cs.SD 2025-08 reject novelty 4.0 of 10

    TinyMusician distills MusicGen and applies hand-picked mixed-precision quantization to make a 1.04 GB on-device music generator, but the headline '93% quality, 55% smaller' claims conflict with the paper's own tables.

  19. Can 1B LLM Surpass 405B LLM? Rethinking Compute-Optimal Test-Time Scaling

    cs.CL 2025-02 reject novelty 4.0 of 10

    Small LLMs with compute-optimal test-time scaling can outperform much larger models on math benchmarks, but the reported strategy is selected on the same test sets used for evaluation.

Pith tools