Rethinking Agentic Search with Pi-Serini: Is Lexical Retrieval Sufficient?

Tz-Huan Hsu, Jheng-Hong Yang, Jimmy Lin
5/11/2026
cs.IRcs.AIcs.CL

Abstract

Does a lexical retriever suffice as large language models (LLMs) become more capable in an agentic loop? This question naturally arises when building deep research systems. We revisit it by pairing BM25 with frontier LLMs that have better reasoning and tool-use abilities. To support researchers asking the same question, we introduce Pi-Serini, a search agent equipped with three tools for retrieving, browsing, and reading documents. Our results show that, on BrowseComp-Plus, a well-configured lexical retriever with sufficient retrieval depth can support effective deep research when paired with more capable LLMs. Specifically, Pi-Serini with gpt-5.5 achieves 83.1% answer accuracy and 94.7% surfaced evidence recall, outperforming released search agents that use dense retrievers. Controlled ablations further show that BM25 tuning improves answer accuracy by 18.0% and surfaced evidence recall by 11.1% over the default BM25 setting, while increasing retrieval depth further improves surfaced evidence recall by 25.3% over the shallow-retrieval setting. Source code is available at https://github.com/justram/pi-serini.

View on arXivView PDF

Code Implementations(1)

justram/pi-seriniOfficial100%
MIT

A Minimalistic Search Agent

503Java, ShellMar 19, 20263 weeks agoMIT
agentic-searchdeep-researchdeep-research-agent

Cite this paper

@article{hsu2026rethinking,
  title  = {Rethinking Agentic Search with Pi-Serini: Is Lexical Retrieval Sufficient?},
  author = {Tz-Huan Hsu and Jheng-Hong Yang and Jimmy Lin},
  year   = {2026},
  eprint = {2605.10848},
  archivePrefix = {arXiv},
  url    = {http://arxiv.org/abs/2605.10848v1}
}

Discussion