paper-with-me

Papers

Query Rewriting for Retrieval-Augmented Large Language Models

2023-05-23 · Xinbei Ma, Yeyun Gong, Pengcheng He, Hai Zhao, Nan Duan

Large Language Models (LLMs) play powerful, black-box readers in the retrieve-then-read pipeline, making remarkable progress in knowledge-intensive tasks. This work introduces a new framework, Rewrite-Retrieve-Read instead of the previous retrieve-then-read for the retrieval-augmented LLMs from the perspective of the query rewriting. Unlike prior studies focusing on adapting either the retriever or the reader, our approach pays attention to the adaptation of the search query itself, for there is inevitably a gap between the input text and the needed knowledge in retrieval. We first prompt an LLM to generate the query, then use a web search engine to retrieve contexts. Furthermore, to better align the query to the frozen modules, we propose a trainable scheme for our pipeline. A small language model is adopted as a trainable rewriter to cater to the black-box LLM reader. The rewriter is trained using the feedback of the LLM reader by reinforcement learning. Evaluation is conducted on downstream tasks, open-domain QA and multiple-choice QA. Experiments results show consistent performance improvement, indicating that our framework is proven effective and scalable, and brings a new framework for retrieval-augmented LLM.

📄 PDF Abstract BibTeX arXiv:2305.14283

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMultiple-choiceRetrievalSmall Language Model

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Crafting the Path: Robust Query Rewriting for Information Retrieval

2024-07-17 · Ingeol Baek, JiMin Lee, Joonho Yang, Hwanhee Lee

Query rewriting aims to generate a new query that can complement the original query to improve the information retrieval system. Recent studies on query rewriting, such as query2doc, query2expand and querey2cot, rely on …

Information RetrievalRetrievalRetrieval-augmented Generation

LevelRAG: Enhancing Retrieval-Augmented Generation with Multi-hop Logic Planning over Rewriting Augmented Searchers

2025-02-25 · Zhuocheng Zhang, Yang Feng, Min Zhang

Retrieval-Augmented Generation (RAG) is a crucial method for mitigating hallucinations in Large Language Models (LLMs) and integrating external knowledge into their responses. Existing RAG methods typically employ query …

Multi-hop Question AnsweringQuestion AnsweringRAGRetrieval+1

DMQR-RAG: Diverse Multi-Query Rewriting for RAG

2024-11-20 · Zhicong Li, Jiahao Wang, Zhishu Jiang, Hangyu Mao 외

Large language models often encounter challenges with static knowledge and hallucinations, which undermine their reliability. Retrieval-augmented generation (RAG) mitigates these issues by incorporating external informat…

RAGRetrievalRetrieval-augmented Generation

MaFeRw: Query Rewriting with Multi-Aspect Feedbacks for Retrieval-Augmented Large Language Models

2024-08-30 · Yujing Wang, Hainan Zhang, Liang Pang, Binghui Guo 외

In a real-world RAG system, the current query often involves spoken ellipses and ambiguous references from dialogue contexts, necessitating query rewriting to better describe user's information needs. However, traditiona…

RAGResponse GenerationRetrieval

Sifei at SemEval-2026 Task 8: Hybrid Retrieval and Query Rewriting for Multi-Turn RAG

2026-06-05 · Sifei Meng, Dmitry Ilvovsky arxiv

Multi-turn retrieval-augmented generation (RAG) is challenging due to evolving user intent, conversational noise, and strict context limits. We propose a training-free hybrid retrieval pipeline for SemEval-2026 Task 8 th…

Answer Generation