Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Beyond Parallel Sampling: Diverse Query Initialization for Agentic Search

About

Test-time scaling for agentic search typically increases depth (i.e., more turns and tokens per trajectory) or breadth (i.e., more parallel rollouts). Here we focus on breadth scaling, showing that standard parallel sampling yields diminishing returns, tracing this to query redundancy at the first turn. When models issue similar first queries across rollouts, the threads retrieve overlapping evidence, and subsequent turns are conditioned on this shared retrieval. We address this limitation with DivInit, a training-free intervention at the first turn. Rather than sampling k independent first queries, DivInit draws n candidates from a single call, picks k < n diverse seeds, and runs them as parallel trajectories. Across five open-weight models and eight benchmarks, DivInit consistently improves over standard parallel sampling, with average gains of five to seven points on multi-hop QA at matched compute. Code available at https://github.com/cxcscmu/diverse-query-initialization

Sidhaarth Murali, Jo\~ao Coelho, Jingjie Ning, Jo\~ao Magalh\~aes, Bruno Martins, Chenyan Xiong• 2026

Related benchmarks

TaskDatasetResultRank
Multi-hop QA2WikiMHQA Wiki18 index (test)
Pass@455.1
20
Open-Web ReasoningGAIA Open-web via SERPER (test)
Pass@446.8
18
Multi-hop QAHotpotQA (HpQA) Wiki18 index (test)
Pass@459.1
10
Multi-hop QAMuSiQue Wiki18 index (test)
Pass@436.1
10
Multi-hop QABamboogle Wiki18 index (test)
Pass@464.3
10
Multi-hop QAFRAMES Wiki18 index (test)
Pass@437.5
10
Open-Web ReasoningHumanity’s Last Exam (HLE) Open-web via SERPER (test)
Pass@414.8
6
Showing 7 of 7 rows

Other info

Follow for update