paper-with-me

홈 › Papers

Document Optimization for Black-Box Retrieval via Reinforcement Learning

2026-04-06 · Omri Uzan, Ron Polonsky, Douwe Kiela, Christopher Potts arxiv

Document expansion is a classical technique for improving retrieval quality, and is attractive since it shifts computation offline, avoiding additional query-time processing. However, when applied to modern retrievers, it has been shown to degrade performance, often introducing noise that obfuscates the discriminative signal. We recast document expansion as a document optimization problem: a language model or a vision language model is fine-tuned to transform documents into representations that better align with the expected query distribution under a target retriever, using GRPO with the retriever's ranking improvements as rewards. This approach requires only black-box access to retrieval ranks, and is applicable across single-vector, multi-vector and lexical retrievers. We evaluate our approach on code retrieval and visual document retrieval (VDR) tasks. We find that learned document transformations yield retrieval gains and in many settings enable smaller, more efficient retrievers to outperform larger ones. For example, applying document optimization to OpenAI text-embedding-3-small model improves nDCG5 on code (58.7 to 66.8) and VDR (53.3 to 57.6), even slightly surpassing the 6.5X more expensive OpenAI text-embedding-3-large model (66.3 on code; 57.0 on VDR). When retriever weights are accessible, document optimization is often competitive with fine-tuning, and in most settings their combination performs best, improving Jina-ColBERT-V2 from 55.8 to 63.3 on VDR and from 48.6 to 61.8 on code retrieval.

📄 PDF Abstract BibTeX arXiv:2604.05087

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Lightweight and Direct Document Relevance Optimization for Generative Information Retrieval

2025-04-07 · Kidist Amde Mekonnen, Yubao Tang, Maarten de Rijke

Generative information retrieval (GenIR) is a promising neural retrieval paradigm that formulates document retrieval as a document identifier (docid) generation task, allowing for end-to-end optimization toward a unified…

Information RetrievalNatural Questionsreinforcement-learningReinforcement Learning+1

Reinforcement Retrieval Leveraging Fine-grained Feedback for Fact Checking News Claims with Black-Box LLM

2024-04-26 · Xuan Zhang, Wei Gao

Retrieval-augmented language models have exhibited promising performance across various areas of natural language processing (NLP), including fact-critical tasks. However, due to the black-box nature of advanced large la…

Claim VerificationFact CheckingRetrieval

RIPRAG: Hack a Black-box Retrieval-Augmented Generation Question-Answering System with Reinforcement Learning

2025-10-11 · Meng Xi, Sihan Lv, Yechen Jin, Guanjie Cheng 외 arxiv

Retrieval-Augmented Generation (RAG) systems based on Large Language Models (LLMs) have become a core technology for tasks such as question-answering (QA) and content generation. RAG poisoning is an attack method to indu…

Reinforcement Learning

Distillation and Refinement of Reasoning in Small Language Models for Document Re-ranking

2025-04-04 · Chris Samarinas, Hamed Zamani

We present a novel approach for training small language models for reasoning-intensive document ranking that combines knowledge distillation with reinforcement learning optimization. While existing methods often rely on …

Document RankingInformation RetrievalKnowledge DistillationLanguage Modeling+4

Topic-oriented Adversarial Attacks against Black-box Neural Ranking Models

2023-04-28 · Yu-An Liu, Ruqing Zhang, Jiafeng Guo, Maarten de Rijke 외

Neural ranking models (NRMs) have attracted considerable attention in information retrieval. Unfortunately, NRMs may inherit the adversarial vulnerabilities of general neural networks, which might be leveraged by black-h…

Information RetrievalRetrieval