CLSep 25, 2024

Disentangling Questions from Query Generation for Task-Adaptive Retrieval

Princeton
arXiv:2409.16570v123 citationsh-index: 4
Originality Highly original
AI Analysis

This work addresses the limitation of existing retrieval methods that fail to accommodate general search intents, offering a more efficient and adaptive solution for task-adaptive retrieval in information retrieval systems.

The paper tackles the problem of adapting information retrieval to unseen tasks by challenging the assumption that queries are questions, proposing EGG, a query generator that compiles high-level intents into task-adaptive queries, which outperforms baselines on four BeIR benchmark tasks with a generator 47 times smaller than the previous state-of-the-art.

This paper studies the problem of information retrieval, to adapt to unseen tasks. Existing work generates synthetic queries from domain-specific documents to jointly train the retriever. However, the conventional query generator assumes the query as a question, thus failing to accommodate general search intents. A more lenient approach incorporates task-adaptive elements, such as few-shot learning with an 137B LLM. In this paper, we challenge a trend equating query and question, and instead conceptualize query generation task as a "compilation" of high-level intent into task-adaptive query. Specifically, we propose EGG, a query generator that better adapts to wide search intents expressed in the BeIR benchmark. Our method outperforms baselines and existing models on four tasks with underexplored intents, while utilizing a query generator 47 times smaller than the previous state-of-the-art. Our findings reveal that instructing the LM with explicit search intent is a key aspect of modeling an effective query generator.

Foundations

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

Your Notes