paper-with-me

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 the internal knowledge of Large Language Models (LLMs) to generate a relevant passage to add information to the query. Nevertheless, the efficacy of these methodologies may markedly decline in instances where the requisite knowledge is not encapsulated within the model's intrinsic parameters. In this paper, we propose a novel structured query rewriting method called Crafting the Path tailored for retrieval systems. Crafting the Path involves a three-step process that crafts query-related information necessary for finding the passages to be searched in each step. Specifically, the Crafting the Path begins with Query Concept Comprehension, proceeds to Query Type Identification, and finally conducts Expected Answer Extraction. Experimental results show that our method outperforms previous rewriting methods, especially in less familiar domains for LLMs. We demonstrate that our method is less dependent on the internal parameter knowledge of the model and generates queries with fewer factual inaccuracies. Furthermore, we observe that \name{} demonstrates superior performance in the retrieval-augmented generation scenarios.

📄 PDF Abstract BibTeX arXiv:2407.12529

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Multi-Faceted Self-Consistent Preference Alignment for Query Rewriting in Conversational Search

2026-04-08 · Zhiyu Cao, Peifeng Li, Qiaoming Zhu arxiv

Conversational Query Rewriting (CQR) aims to rewrite ambiguous queries to achieve more efficient conversational search. Early studies have predominantly focused on the rewriting in isolation, ignoring the feedback from q…

Response GenerationPassage Retrieval

Enhancing Conversational Search: Large Language Model-Aided Informative Query Rewriting

2023-10-15 · Fanghua Ye, Meng Fang, Shenghui Li, Emine Yilmaz

Query rewriting plays a vital role in enhancing conversational search by transforming context-dependent user queries into standalone forms. Existing approaches primarily leverage human-rewritten queries as labels to trai…

Conversational SearchLanguage ModelingLanguage ModellingLarge Language Model+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

Improving Neural Retrieval with Attribution-Guided Query Rewriting

2026-02-12 · Moncef Garouani, Josiane Mothe arxiv

Neural retrievers are effective but brittle: underspecified or ambiguous queries can misdirect ranking even when relevant documents exist. Existing approaches address this brittleness only partially: LLMs rewrite queries…

Mixed-initiative Query Rewriting in Conversational Passage Retrieval

2023-07-17 · Dayu Yang, Yue Zhang, Hui Fang

In this paper, we report our methods and experiments for the TREC Conversational Assistance Track (CAsT) 2022. In this work, we aim to reproduce multi-stage retrieval pipelines and explore one of the potential benefits o…

Passage RetrievalRetrieval