paper-with-me

Papers

ATTS: Asynchronous Test-Time Scaling via Conformal Prediction

2025-09-18 · Jing Xiong, Qiujiang Chen, Fanghua Ye, Zhongwei Wan, Chuanyang Zheng, Chenyang Zhao, Hui Shen, Hanbo Li, Chaofan Tao, Haochen Tan, Haoli Bai, Lifeng Shang, Lingpeng Kong, Ngai Wong arxiv

Large language models (LLMs) benefit from test-time scaling but are often hampered by high inference latency. Speculative decoding is a natural way to accelerate the scaling process; however, scaling along both the parallel and sequential dimensions poses significant challenges, including substantial memory-bound execution and synchronization overhead. We introduce ATTS (Asynchronous Test-Time Scaling), a statistically guaranteed adaptive scaling framework that follows the hypothesis testing process to address these challenges. By revisiting arithmetic intensity, ATTS identifies synchronization as the primary bottleneck. It enables asynchronous inference through online calibration and proposes an ordinal classification algorithm that supports a three-stage rejection sampling pipeline, scaling along both the sequential and parallel axes. Across experiments on the MATH, AMC23, AIME24, and AIME25 datasets and across multiple draft-target model families, we show that ATTS delivers up to 56.7x speedup in test-time scaling and a 4.14x throughput improvement, while maintaining accurate control of the rejection rate, reducing latency and memory overhead, and incurring no accuracy loss. By scaling both in parallel and sequential dimensions, we enable the 1.5B/70B draft/target model combination to achieve the performance of the state-of-the-art reasoning model o3-mini (high) on the AIME dataset. We have released the code at https://github.com/menik1126/asynchronous-test-time-scaling.

📄 PDF Abstract BibTeX arXiv:2509.15148

Code (0)

등록된 구현이 없습니다.

Tasks

Ordinal Classification

Similar Papers 제목 키워드 기반

LATTS: Locally Adaptive Test-Time Scaling

2025-09-16 · Theo Uscidda, Matthew Trager, Michael Kleinman, Aditya Chattopadhyay 외 arxiv

One common strategy for improving the performance of Large Language Models (LLMs) on downstream tasks involves using a \emph{verifier model} to either select the best answer from a pool of candidates or to steer the auto…

Agentic Test-Time Scaling for WebAgents

2026-02-12 · Nicholas Lee, Lutfi Eren Erdogan, Chris Joseph John, Surya Krishnapillai 외 arxiv

Test-time scaling has become a standard way to improve performance and boost reliability of neural network models. However, its behavior on agentic, multi-step tasks remains less well-understood: small per-step errors ca…

ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory

2025-09-29 · Siru Ouyang, Jun Yan, I-Hung Hsu, Yanfei Chen 외 arxiv

With the growing adoption of large language model agents in persistent real-world roles, they naturally encounter continuous streams of tasks. A key limitation, however, is their failure to learn from the accumulated int…

CSympNet-ID: conformal-symplectic map learning for linearly damped Hamiltonian systems

2026-07-03 · Jiale Gong, Pengzhan Jin, Dongyang Kuang, Lu Li 외 arxiv

Learning dissipative dynamics from discrete observations is essential for reliable long-horizon prediction and physically meaningful parameter identification. For linearly damped Hamiltonian systems, the exact flow is ge…

Does confidence calibration improve conformal prediction?

2024-02-06 · Huajun Xi, Jianguo Huang, Kangdao Liu, Lei Feng 외

Conformal prediction is an emerging technique for uncertainty quantification that constructs prediction sets guaranteed to contain the true label with a predefined probability. Previous works often employ temperature sca…

Conformal PredictionPredictionUncertainty Quantification