IRAICLAug 13, 2021

GQE-PRF: Generative Query Expansion with Pseudo-Relevance Feedback

arXiv:2108.06010v12 citations
AI Analysis

This work addresses query expansion for information retrieval systems, presenting an incremental improvement by combining existing techniques.

The paper tackled the problem of improving information retrieval effectiveness by integrating neural text generation models into pseudo-relevance feedback for query expansion, resulting in performance that is comparable to or better than traditional methods on benchmark datasets.

Query expansion with pseudo-relevance feedback (PRF) is a powerful approach to enhance the effectiveness in information retrieval. Recently, with the rapid advance of deep learning techniques, neural text generation has achieved promising success in many natural language tasks. To leverage the strength of text generation for information retrieval, in this article, we propose a novel approach which effectively integrates text generation models into PRF-based query expansion. In particular, our approach generates augmented query terms via neural text generation models conditioned on both the initial query and pseudo-relevance feedback. Moreover, in order to train the generative model, we adopt the conditional generative adversarial nets (CGANs) and propose the PRF-CGAN method in which both the generator and the discriminator are conditioned on the pseudo-relevance feedback. We evaluate the performance of our approach on information retrieval tasks using two benchmark datasets. The experimental results show that our approach achieves comparable performance or outperforms traditional query expansion methods on both the retrieval and reranking tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes