paper-with-me

Papers

Multi-Agent Verification: Scaling Test-Time Compute with Multiple Verifiers

2025-02-27 · Shalev Lifshitz, Sheila A. McIlraith, Yilun Du

By utilizing more computational resources at test-time, large language models (LLMs) can improve without additional training. One common strategy uses verifiers to evaluate candidate outputs. In this work, we propose a novel scaling dimension for test-time compute: scaling the number of verifiers. We introduce Multi-Agent Verification (MAV) as a test-time compute paradigm that combines multiple verifiers to improve performance. We propose using Aspect Verifiers (AVs), off-the-shelf LLMs prompted to verify different aspects of outputs, as one possible choice for the verifiers in a MAV system. AVs are a convenient building block for MAV since they can be easily combined without additional training. Moreover, we introduce BoN-MAV, a simple multi-agent verification algorithm that combines best-of-n sampling with multiple verifiers. BoN-MAV demonstrates stronger scaling patterns than self-consistency and reward model verification, and we demonstrate both weak-to-strong generalization, where combining weak verifiers improves even stronger LLMs, and self-improvement, where the same base model is used to both generate and verify outputs. Our results establish scaling the number of verifiers as a promising new dimension for improving language model performance at test-time.

📄 PDF Abstract BibTeX arXiv:2502.20379

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Inference-Time Scaling of Verification: Self-Evolving Deep Research Agents via Test-Time Rubric-Guided Verification

2026-01-22 · Yuxuan Wan, Tianqing Fang, Zaitang Li, Yintong Huo 외 arxiv

Recent advances in Deep Research Agents (DRAs) are transforming automated knowledge discovery and problem-solving. While the majority of existing efforts focus on enhancing policy capabilities via post-training, we propo…

Marco DeepResearch: Unlocking Efficient Deep Research Agents via Verification-Centric Design

2026-03-30 · Bin Zhu, Qianghuai Jia, Tian Lan, Junyang Ren 외 arxiv

Deep research agents autonomously conduct open-ended investigations, integrating complex information retrieval with multi-step reasoning across diverse sources to solve real-world problems. To sustain this capability on …

Information Retrieval

Benchmark Test-Time Scaling of General LLM Agents

2026-02-22 · Xiaochuan Li, Ryan Ming, Pranav Setlur, Abhijay Paladugu 외 arxiv

LLM agents are increasingly expected to function as general-purpose systems capable of resolving open-ended user requests. While existing benchmarks focus on domain-aware environments for developing specialized agents, e…

Pushing Test-Time Scaling Limits of Deep Search with Asymmetric Verification

2025-10-07 · Weihao Zeng, Keqing He, Chuqiao Kuang, Xiaoguang Li 외 arxiv

Test-time compute can be scaled both sequentially and in parallel. Sequential scaling involves lengthening the generation process, while parallel scaling involves verifying and selecting among multiple candidate outputs.…

FineVerify: Scaling Test-Time Compute with Fine-Grained Self-Verification for Agentic Search

2026-05-30 · James Xu Zhao, Hui Chen, Bryan Hooi, See-Kiong Ng arxiv

Agentic search requires language model agents to explore many sources and answer complex information-seeking questions. Scaling test-time compute is a promising way to improve these agents, but current approaches can fai…