vix.ing · top · new · best · stats · spec

LATTS: Locally Adaptive Test-Time Scaling

2025/09/16 by Theo Uscidda, Matthew Trager, Uscidda, Theo +8 · 1 citation
Computer Science · #Artificial Intelligence (cs.AI) #Educational Technology and Assessment #FOS: Computer and information sciences

paper · pdf · doi:10.48550/arxiv.2509.20368

openalex publication_date 2025/09/16 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

One common strategy for improving the performance of Large Language Models (LLMs) on downstream tasks involves using a verifier model to either select the best answer from a pool of candidates or to steer the auto-regressive generation process towards better outputs. This class of methods typically results in improved accuracy at the cost of increased computation at test-time, a paradigm known as test-time scaling. However, most existing approaches increase computation uniformly across all samples and generation steps, without considering the complexity of individual instances, leading to inefficient resource use. We address this limitation by proposing an approach, called Locally Adaptive Test-Time Scaling (LATTS), that allocates variable compute across generation steps. Specifically, at each generation step, LATTS employs a verifier-based acceptance criterion to decide whether to resample, backtrack, restart, or stop the generation process. This criterion effectively adjusts the per-step computational effort based on a precise notion of local difficulty derived from the verifier model. Empirical results show that LATTS achieves significantly superior accuracy--compute tradeoffs compared to standard verifier-based methods.

Citations

Cited by

Related