Beyond Parallel Sampling: Diverse Query Initialization for Agentic Search

21d ago · Global · primary source: export.arxiv.org

A new method called DivInit improves the efficiency of agentic search systems by generating more diverse initial queries, addressing a key bottleneck in parallel sampling approaches, according to research submitted to arXiv on June 15. Standard techniques for scaling agentic search often increase the number of parallel rollouts, but this yields diminishing returns because models tend to issue similar first queries across different threads, leading to overlapping evidence retrieval [1]. Sidhaarth Sredharan and colleagues propose DivInit, a training-free intervention that operates at the first turn of a search trajectory. Instead of sampling k independent first queries, DivInit draws n candidates from a single call, selects k < n diverse seeds, and runs them as parallel trajectories [1]. Across five open-weight models and eight benchmarks, DivInit consistently outperformed standard parallel sampling, with average gains of five to seven points on multi-hop question-answering tasks at matched compute [1]. The approach does not require additional training, making it a lightweight modification to existing search pipelines. The submission file was 652 KB [1]. The work targets a specific failure mode in test-time scaling. When initial queries lack diversity, subsequent reasoning steps are conditioned on a narrow set of retrieved documents, limiting the system's ability to synthesize information from disparate sources [1]. This challenge echoes broader issues in data analysis where the veracity, or reliability, of information is a critical dimension alongside volume and variety [3]. In big data contexts, ensuring data quality is essential to avoid costs that exceed the value extracted [3]. Agentic search systems are evaluated using standardized benchmarks that measure performance on tasks such as question answering and reasoning [6]. These benchmarks provide datasets and metrics that allow researchers to compare model capabilities in a controlled manner [6]. The gains reported for DivInit were measured on such multi-hop QA benchmarks, where a system must connect information from multiple documents to arrive at an answer [1]. The method's focus on query diversity at the first turn addresses a structural limitation in how language models interact with retrieval systems. By explicitly selecting for diverse seeds from a larger candidate pool, DivInit reduces redundancy without increasing the total number of model calls [1]. The code for the method has been made publicly available [1].

research-papermodel-releaseproduct-launchtool-release

Background sources we checked (5)
  • en.wikipedia.org ↗ Quantum machine learning (QML) is the study of quantum algorithms for machine learning. It often refers to quantum algorithms for machine learning tasks which analyze classical data, sometimes called quantum-enhanced machine learning. QML algorithms use qubits and quantum operati…
  • en.wikipedia.org ↗ Big data primarily refers to data sets that are too large or complex to be dealt with by traditional data-processing software. Data with many entries (rows) offers greater statistical power, while data with higher complexity (more attributes or columns) may lead to a higher false…
  • en.wikipedia.org ↗ This glossary of artificial intelligence is a list of definitions of terms and concepts relevant to the study of artificial intelligence (AI), its subdisciplines, and related fields. Related glossaries include Glossary of computer science, Glossary of robotics, Glossary of machin…
  • en.wikipedia.org ↗ A neural radiance field (NeRF) is a neural field for reconstructing a three-dimensional representation of a scene from two-dimensional images. The NeRF model enables downstream applications of novel view synthesis, scene geometry reconstruction, and obtaining the reflectance prop…
  • en.wikipedia.org ↗ A language model benchmark is a standardized test designed to evaluate the performance of language models on various natural language processing tasks. These tests are intended for comparing different models' capabilities in areas such as language understanding, generation, and r…

Sources

Spot something wrong? Report an issue