paper-with-me

홈 › Papers

Rethinking On-policy Optimization for Query Augmentation

2025-10-20 · Zhichao Xu, Shengyao Zhuang, Xueguang Ma, Bingsen Chen, Yijun Tian, Fengran Mo, Tao Li, Jie Cao, Vivek Srikumar arxiv

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-documents that serve as new queries, relying purely on the model's parametric knowledge or contextual information. The second applies reinforcement learning (RL) to fine-tune LLMs for query rewriting, directly optimizing retrieval metrics. While having respective advantages and limitations, the two approaches have not been compared under consistent experimental conditions. In this work, we present the first systematic comparison of prompting-based and RL-based query augmentation across diverse benchmarks, including evidence-seeking, ad hoc, and tool retrieval. Our key finding is that under a compute-aware comparison setting, simple, training-free query augmentation often performs on par with, or even surpasses, more expensive RL-based counterparts, especially when using powerful LLMs. Motivated by this discovery, we introduce a novel hybrid method, On-policy Pseudo-document Query Expansion (OPQE), in which the LLM policy learns to generate a pseudo-document that maximizes retrieval performance, rather than rewriting the query, thus merging the flexibility and generative structure of prompting with the targeted optimization of RL. We show OPQE outperforms both standalone prompting and RL-based rewriting, demonstrating that a synergistic approach yields the best results. We open source our implementation to facilitate reproducibility.

📄 PDF Abstract BibTeX arXiv:2510.17139

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningInformation Retrieval

Similar Papers 제목 키워드 기반

Pattern-aware Data Augmentation for Query Rewriting in Voice Assistant Systems

2020-12-21 · Yunmo Chen, Sixing Lu, Fan Yang, Xiaojiang Huang 외

Query rewriting (QR) systems are widely used to reduce the friction caused by errors in a spoken language understanding pipeline. However, the underlying supervised models require a large number of labeled pairs, and the…

Data AugmentationFrictionSpoken Language Understanding

The Coverage Illusion: From Pre-retrieval Routing Failure to Post-retrieval Cascades in a Production RAG System

2026-05-26 · Zafar Hussain, Kristoffer Nielbo arxiv

In modern RAG pipelines, query augmentation methods such as HyDE and query expansion are applied to every query, resulting in substantial LLM inference costs and increased end-to-end latency. The empirical justification …

HeaPA: Difficulty-Aware Heap Sampling and On-Policy Query Augmentation for LLM Reinforcement Learning

2026-01-30 · Weiqi Wang, Xin Liu, Binxuan Huang, Hejie Cui 외 arxiv

RLVR has become a standard recipe for training LLMs on reasoning tasks with verifiable outcomes, but when rollout generation dominates the cost, efficiency hinges on which prompts are sampled and when. In practice, promp…

Reinforcement Learning

Beyond the Stability-Exploration Dilemma: Environmental Regularization for LLM Policy Optimization

2026-08-24 · Xianlei Zhou, Xiangdi Meng, Yu He, Tianyu Qi 외 arxiv

Policy optimization (PO) for Large Language Models faces a stability--exploration trade-off, currently mediated by an action-side Policy-KL regularizer. This puts practitioners in a double bind: keeping Policy-KL constra…

Mathematical Reasoning

VACoT: Rethinking Visual Data Augmentation with VLMs

2025-12-02 · Zhengzhuo Xu, Chong Sun, SiNan Du, Chen Li 외 arxiv

While visual data augmentation remains a cornerstone for training robust vision models, it has received limited attention in visual language models (VLMs), which predominantly rely on large-scale real data acquisition or…

Reinforcement LearningData Augmentation