paper-with-me

Papers

LLM-QE: Improving Query Expansion by Aligning Large Language Models with Ranking Preferences

2025-02-24 · Sijia Yao, Pengcheng Huang, Zhenghao Liu, Yu Gu, Yukun Yan, Shi Yu, Ge Yu

Query expansion plays a crucial role in information retrieval, which aims to bridge the semantic gap between queries and documents to improve matching performance. This paper introduces LLM-QE, a novel approach that leverages Large Language Models (LLMs) to generate document-based query expansions, thereby enhancing dense retrieval models. Unlike traditional methods, LLM-QE designs both rank-based and answer-based rewards and uses these reward models to optimize LLMs to align with the ranking preferences of both retrievers and LLMs, thus mitigating the hallucination of LLMs during query expansion. Our experiments on the zero-shot dense retrieval model, Contriever, demonstrate the effectiveness of LLM-QE, achieving an improvement of over 8%. Furthermore, by incorporating answer-based reward modeling, LLM-QE generates more relevant and precise information related to the documents, rather than simply producing redundant tokens to maximize rank-based rewards. Notably, LLM-QE also improves the training process of dense retrievers, achieving a more than 5% improvement after fine-tuning. All codes are available at https://github.com/NEUIR/LLM-QE.

📄 PDF Abstract BibTeX arXiv:2502.17057

Code (1)

neuir/llm-qe 공식 구현 pytorch

Tasks

HallucinationInformation RetrievalRetrieval

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 제목 키워드 기반

BERT-QE: Contextualized Query Expansion for Document Re-ranking

2020-09-15 · Findings of the Association for Computational Linguistics 2020 · Zhi Zheng, Kai Hui, Ben He, Xianpei Han 외

Query expansion aims to mitigate the mismatch between the language used in a query and in a document. However, query expansion methods can suffer from introducing non-relevant information when expanding the query. To bri…

Re-RankingRetrieval

Query Expansion Should Be Coordinated: Dense Expands, Sparse Anchors

2026-08-16 · Chunran Zhang arxiv

Retrieval-augmented generation (RAG) systems rely on retrieval modules to ground large language model (LLM) outputs. LLM-based query expansion enriches retrieval with document-like passages, but evaluations of hybrid ret…

Using Query Expansion in Manifold Ranking for Query-Oriented Multi-Document Summarization

2021-07-31 · CCL 2021 8 · Quanye Jia, Rui Liu, Jianying Lin

Manifold ranking has been successfully applied in query-oriented multi-document summarization. It not only makes use of the relationships among the sentences, but also the relationships between the given query and the se…

Document SummarizationMulti-Document Summarization

CEQE: Contextualized Embeddings for Query Expansion

2021-03-09 · Shahrzad Naseri, Jeffrey Dalton, Andrew Yates, James Allan

In this work we leverage recent advances in context-sensitive language models to improve the task of query expansion. Contextualized word representation models, such as ELMo and BERT, are rapidly replacing static embeddi…

RerankingRe-RankingRetrieval

Exp4Fuse: A Rank Fusion Framework for Enhanced Sparse Retrieval using Large Language Model-based Query Expansion

2025-06-05 · Lingyuan Liu, Mengxiang Zhang

Large Language Models (LLMs) have shown potential in generating hypothetical documents for query expansion, thereby enhancing information retrieval performance. However, the efficacy of this method is highly dependent on…

Information RetrievalLanguage ModelingLanguage ModellingLarge Language Model+1