PulseAugur
EN
LIVE 22:50:45

New hybrid LLM approach optimizes query augmentation for information retrieval

A new research paper introduces a hybrid approach to query augmentation for information retrieval, merging prompting-based and reinforcement learning (RL) methods. The study found that simple, training-free query augmentation often performs comparably to or better than more computationally expensive RL-based methods, especially with powerful large language models (LLMs). The proposed On-policy Pseudo-document Query Expansion (OPQE) method generates a pseudo-document to maximize retrieval performance, outperforming standalone prompting and RL-based rewriting. AI

IMPACT This research could lead to more efficient and effective information retrieval systems by optimizing LLM-based query augmentation.

RANK_REASON The cluster contains a research paper detailing a new method for query augmentation in information retrieval. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New hybrid LLM approach optimizes query augmentation for information retrieval

COVERAGE [1]

  1. arXiv cs.CL TIER_1 English(EN) · Zhichao Xu, Shengyao Zhuang, Xueguang Ma, Bingsen Chen, Yijun Tian, Fengran Mo, Tao Li, Jie Cao, Vivek Srikumar ·

    Rethinking On-policy Optimization for Query Augmentation

    arXiv:2510.17139v3 Announce Type: replace Abstract: Recent advances in large language models (LLMs) have led to a surge of interest in query augmentation for information retrieval (IR). Two main approaches have emerged. The first prompts LLMs to generate answers or pseudo-documen…