CLIRMay 27, 2025

Towards Better Instruction Following Retrieval Models

arXiv:2505.21439v15 citationsh-index: 20
Originality Incremental advance
AI Analysis

This addresses the challenge of making retrieval models better follow explicit user instructions, which is an incremental improvement for information retrieval systems.

The paper tackles the problem of retrieval models struggling to interpret user instructions by introducing InF-IR, a large-scale training corpus with over 38,000 instruction-query-passage triplets, and InF-Embed, an instruction-aware embedding model that improves instruction-following retrieval by 8.1% in p-MRR across benchmarks.

Modern information retrieval (IR) models, trained exclusively on standard <query, passage> pairs, struggle to effectively interpret and follow explicit user instructions. We introduce InF-IR, a large-scale, high-quality training corpus tailored for enhancing retrieval models in Instruction-Following IR. InF-IR expands traditional training pairs into over 38,000 expressive <instruction, query, passage> triplets as positive samples. In particular, for each positive triplet, we generate two additional hard negative examples by poisoning both instructions and queries, then rigorously validated by an advanced reasoning model (o3-mini) to ensure semantic plausibility while maintaining instructional incorrectness. Unlike existing corpora that primarily support computationally intensive reranking tasks for decoder-only language models, the highly contrastive positive-negative triplets in InF-IR further enable efficient representation learning for smaller encoder-only models, facilitating direct embedding-based retrieval. Using this corpus, we train InF-Embed, an instruction-aware Embedding model optimized through contrastive learning and instruction-query attention mechanisms to align retrieval outcomes precisely with user intents. Extensive experiments across five instruction-based retrieval benchmarks demonstrate that InF-Embed significantly surpasses competitive baselines by 8.1% in p-MRR, measuring the instruction-following capabilities.

Foundations

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

Your Notes