paper-with-me

Papers

Rethinking Optimal Verification Granularity for Compute-Efficient Test-Time Scaling

2025-05-16 · Hao Mark Chen, Guanxi Lu, Yasuyuki Okoshi, Zhiwen Mo, Masato Motomura, Hongxiang Fan

Test-time scaling (TTS) has proven effective in enhancing the reasoning capabilities of large language models (LLMs). Verification plays a key role in TTS, simultaneously influencing (1) reasoning performance and (2) compute efficiency, due to the quality and computational cost of verification. In this work, we challenge the conventional paradigms of verification, and make the first attempt toward systematically investigating the impact of verification granularity-that is, how frequently the verifier is invoked during generation, beyond verifying only the final output or individual generation steps. To this end, we introduce Variable Granularity Search (VG-Search), a unified algorithm that generalizes beam search and Best-of-N sampling via a tunable granularity parameter g. Extensive experiments with VG-Search under varying compute budgets, generator-verifier configurations, and task attributes reveal that dynamically selecting g can improve the compute efficiency and scaling behavior. Building on these findings, we propose adaptive VG-Search strategies that achieve accuracy gains of up to 3.1\% over Beam Search and 3.6\% over Best-of-N, while reducing FLOPs by over 52\%. We will open-source the code to support future research.

📄 PDF Abstract BibTeX arXiv:2505.11730

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Granularity-Regulated Adaptive Computational Efficiency for Optimal Verification in Test-Time Scaling

2026-04-28 · Ardit Krasniqi, Luan Vejsiu, Elira Dervishi arxiv

Test-time scaling (TTS) has emerged as a powerful paradigm for improving the reasoning performance of large language models (LLMs) by investing additional compute at inference time. A central component of TTS is the \emp…

Computational Efficiency

Are Finer Citations Always Better? Rethinking Granularity for Attributed Generation

2026-04-01 · Hexuan Wang, Jingyu Zhang, Benjamin Van Durme, Daniel Khashabi arxiv

Citation granularity - whether to cite individual sentences, paragraphs, or documents - is a critical design choice in attributed generation. While fine-grained citations are often preferred for precise human verificatio…

LLM-as-a-Verifier: A General-Purpose Verification Framework

2026-07-06 · Jacky Kwok, Shulu Li, Pranav Atreya, Yuejiang Liu 외 arxiv

Scaling pre-training, post-training, and test-time compute have become the central paradigms for improving the capabilities of LLMs. In this work, we identify verification, the ability to determine the correctness of a s…

Mathematical Reasoning

Rethinking Language Model Scaling under Transferable Hypersphere Optimization

2026-03-30 · Liliang Ren, Yang Liu, Yelong Shen, Weizhu Chen arxiv

Scaling laws for large language models depend critically on the optimizer and parameterization. Existing hyperparameter transfer laws are mainly developed for first-order optimizers, and they do not structurally prevent …

Scaling Test-Time Compute Without Verification or RL is Suboptimal

2025-02-17 · Amrith Setlur, Nived Rajaraman, Sergey Levine, Aviral Kumar

Despite substantial advances in scaling test-time compute, an ongoing debate in the community is how it should be scaled up to enable continued and efficient improvements with scaling. There are largely two approaches: f…

MathReinforcement Learning (RL)