IRApr 20

Dual-View Training for Instruction-Following Information Retrieval

arXiv:2604.1884552.9h-index: 9
AI Analysis

For practitioners building retrieval systems that must follow user instructions, this work provides a data synthesis strategy that significantly boosts instruction sensitivity without sacrificing general retrieval quality.

The paper tackles instruction-following information retrieval, where systems must obey explicit user constraints beyond topical relevance. The proposed dual-view training method improves performance on the FollowIR benchmark by 45% over a 305M-parameter encoder, surpassing larger general-purpose models.

Instruction-following information retrieval (IF-IR) studies retrieval systems that must not only find documents relevant to a query, but also obey explicit user constraints such as required attributes, exclusions, or output preferences. However, most retrievers are trained primarily for semantic relevance and often fail to distinguish documents that match the topic from those that satisfy the instruction. We propose a dual-view data synthesis strategy based on polarity reversal: given a query, a document that is relevant under the instruction, and a hard negative that matches the query but violates the instruction, we prompt an LLM to generate a complementary instruction under which the two documents swap relevance labels. By presenting the same document pair under complementary instructions that invert their relevance labels, the training signal forces the retriever to reconsider the same candidate set through the instruction, rather than relying on fixed topical cues. On a 305M-parameter encoder, our method improves performance on the FollowIR benchmark by 45%, surpassing general-purpose embedding models of comparable or larger scale. Through head-to-head comparisons at matched data budgets, we further show that data diversity and instruction supervision play complementary roles: the former preserves general retrieval quality, while the latter improves instruction sensitivity. These results highlight the value of targeted data synthesis for building retrieval systems that are both broadly capable and instruction-aware.

Foundations

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

Your Notes