paper-with-me

홈 › Papers

Parallel Test-Time Scaling with Multi-Sequence Verifiers

2026-03-03 · Yegon Kim, Seungyoo Lee, Chaeyun Jang, Hyungi Lee, Juho Lee arxiv

Parallel test-time scaling, which generates multiple candidate solutions for a single problem, is a powerful technique for improving large language model performance. However, it is hindered by two key bottlenecks: accurately selecting the correct solution from the candidate pool, and the high inference latency from generating many full solutions. We argue that both challenges are fundamentally linked to verifier calibration, as a well-calibrated verifier improves answer selection and enables early-stopping strategies to reduce latency. However, existing non-generative verifiers are limited as they score each candidate in isolation, overlooking rich contextual information across the set of candidates. To address this, we introduce the Multi-Sequence Verifier (MSV), a lightweight verifier that predicts each candidate's correctness conditioned on the full sampled set. MSV achieves improved calibration, which directly enhances best-of-N selection performance and empowers a novel early-stopping framework. Across challenging mathematical reasoning benchmarks, MSV improves best-of-64 accuracy by up to 6\% relative to strong baselines, and in the early-stopping setting reaches the same accuracy as baselines with less than half the latency.

📄 PDF Abstract BibTeX arXiv:2603.03417

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningAnswer Selection

Similar Papers 제목 키워드 기반

Sequence Parallelism: Long Sequence Training from System Perspective

2021-05-26 · Shenggui Li, Fuzhao Xue, Chaitanya Baranwal, Yongbin Li 외

Transformer achieves promising results on various tasks. However, self-attention suffers from quadratic memory requirements with respect to the sequence length. Existing work focuses on reducing time and space complexity…

GPU

ParallelWorld: Test-Time Scaling for Embodied Reasoning

2026-08-24 · Min Chen, Shengjun Zhang, Yuxin Li, Zhang Zhang 외 arxiv

Embodied Reasoning constitutes a fundamental capability of embodied intelligence, serving as the basis for autonomous perception, reasoning, and interaction within physical environments. Recent studies have shifted the p…

ATTS: Asynchronous Test-Time Scaling via Conformal Prediction

2025-09-18 · Jing Xiong, Qiujiang Chen, Fanghua Ye, Zhongwei Wan 외 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 paral…

Ordinal Classification

The Sequential Edge: Inverse-Entropy Voting Beats Parallel Self-Consistency at Matched Compute

2025-11-04 · Aman Sharma, Paras Chopra arxiv

We revisit test-time scaling for language model reasoning and ask a fundamental question: at equal token budget and compute, is it better to run multiple independent chains in parallel, or to run fewer chains that iterat…

Revisiting the Test-Time Scaling of o1-like Models: Do they Truly Possess Test-Time Scaling Capabilities?

2025-02-17 · Zhiyuan Zeng, Qinyuan Cheng, Zhangyue Yin, Yunhua Zhou 외

The advent of test-time scaling in large language models (LLMs), exemplified by OpenAI's o1 series, has advanced reasoning capabilities by scaling computational resource allocation during inference. While successors like…