🤖 AI Summary
Existing retrieval models exhibit limited capability in adhering to user-specified document-level instructions—such as target audience, output format, or language preferences. Method: We propose InfoSearch, the first instruction-following document-level retrieval benchmark, introducing two novel evaluation metrics: Strict Instruction Compliance Rate (SICR) and Weighted Instruction Sensitivity Evaluation (WISE). We further design an LLM-driven, instruction-aware retrieval framework that integrates dense retrieval with attribute-aware re-ranking to support multi-dimensional constraint modeling. Contribution/Results: Empirical evaluation reveals consistently low instruction compliance across mainstream retrieval models. While fine-tuning and scaling improve performance, substantial gaps remain relative to practical deployment requirements. This work establishes a systematic evaluation framework and technical foundation for instruction-aware retrieval.
📝 Abstract
Instruction-following capabilities in LLMs have progressed significantly, enabling more complex user interactions through detailed prompts. However, retrieval systems have not matched these advances, most of them still relies on traditional lexical and semantic matching techniques that fail to fully capture user intent. Recent efforts have introduced instruction-aware retrieval models, but these primarily focus on intrinsic content relevance, which neglects the importance of customized preferences for broader document-level attributes. This study evaluates the instruction-following capabilities of various retrieval models beyond content relevance, including LLM-based dense retrieval and reranking models. We develop InfoSearch, a novel retrieval evaluation benchmark spanning six document-level attributes: Audience, Keyword, Format, Language, Length, and Source, and introduce novel metrics -- Strict Instruction Compliance Ratio (SICR) and Weighted Instruction Sensitivity Evaluation (WISE) to accurately assess the models' responsiveness to instructions. Our findings indicate that although fine-tuning models on instruction-aware retrieval datasets and increasing model size enhance performance, most models still fall short of instruction compliance.