paper-with-me

Papers

Exploring the Best Practices of Query Expansion with Large Language Models

2024-01-12 · Le Zhang, Yihong Wu, Qian Yang, Jian-Yun Nie

Large Language Models (LLMs) are foundational in language technologies, particularly in information retrieval (IR). Previous studies have utilized LLMs for query expansion, achieving notable improvements in IR. In this paper, we thoroughly explore the best practice of leveraging LLMs for query expansion. To this end, we introduce a training-free, straightforward yet effective framework called Multi-Text Generation Integration (\textsc{MuGI}). It leverages LLMs to generate multiple pseudo-references, integrating them with queries to enhance both sparse and dense retrievers. Our empirical findings reveal that: (1) Increasing the number of samples from LLMs benefits IR systems; (2) A balance between the query and pseudo-documents, and an effective integration strategy, is critical for high performance; (3) Contextual information from LLMs is essential, even boost a 23M model to outperform a 7B baseline model; (4) Pseudo relevance feedback can further calibrate queries for improved performance; and (5) Query expansion is widely applicable and versatile, consistently enhancing models ranging from 23M to 7B parameters. Our code and all generated references are made available at \url{https://github.com/lezhang7/Retrieval_MuGI}

📄 PDF Abstract BibTeX arXiv:2401.06311

Code (1)

lezhang7/retrieval_mugi 공식 구현 pytorch

Tasks

Information RetrievalRe-RankingRetrievalText GenerationZero-shot Generalization

Similar Papers 제목 키워드 기반

Exploring Query Expansion for Entity Searches in PubMed

2016-11-01 · WS 2016 11 · Chung-Chi Huang, Zhiyong Lu

Exploring Query Categorisation for Query Expansion: A Study

2015-09-18 · Pal Dipasree, Mitra Mandar, Bhattacharya Samar

The vocabulary mismatch problem is one of the important challenges facing traditional keyword-based Information Retrieval Systems. The aim of query expansion (QE) is to reduce this query-document mismatch by adding relat…

Information RetrievalRetrieval

Effectiveness and Efficiency Trade-off in Selective Query Processing

2023-02-22 · Josiane Mothe, Md Zia Ullah

Query processing in search engines can be optimized for use for all queries. For this, system component parameters such as the weighting function or the automatic query expansion model can be optimized or learned from pa…

QEQR: An Exploration of Query Expansion Methods for Question Retrieval in CQA Services

2024-11-23 · Yasin Ghafourian, Sajad Movahedi, Azadeh Shakery

CQA services are valuable sources of knowledge that can be used to find answers to users' information needs. In these services, question retrieval aims to help users with their information needs by finding similar questi…

Question SimilarityRetrievalWord Similarity

Expand, Rerank, and Retrieve: Query Reranking for Open-Domain Question Answering

2023-05-26 · Yung-Sung Chuang, Wei Fang, Shang-Wen Li, Wen-tau Yih 외

We propose EAR, a query Expansion And Reranking approach for improving passage retrieval, with the application to open-domain question answering. EAR first applies a query expansion model to generate a diverse set of que…

Open-Domain Question AnsweringPassage RetrievalQuestion AnsweringReranking+1