paper-with-me

홈 › Papers

INSTRUCTIR: A Benchmark for Instruction Following of Information Retrieval Models

2024-02-22 · Hanseok Oh, Hyunji Lee, Seonghyeon Ye, Haebin Shin, Hansol Jang, Changwook Jun, Minjoon Seo

Despite the critical need to align search targets with users' intention, retrievers often only prioritize query information without delving into the users' intended search context. Enhancing the capability of retrievers to understand intentions and preferences of users, akin to language model instructions, has the potential to yield more aligned search targets. Prior studies restrict the application of instructions in information retrieval to a task description format, neglecting the broader context of diverse and evolving search scenarios. Furthermore, the prevailing benchmarks utilized for evaluation lack explicit tailoring to assess instruction-following ability, thereby hindering progress in this field. In response to these limitations, we propose a novel benchmark,INSTRUCTIR, specifically designed to evaluate instruction-following ability in information retrieval tasks. Our approach focuses on user-aligned instructions tailored to each query instance, reflecting the diverse characteristics inherent in real-world search scenarios. Through experimental analysis, we observe that retrievers fine-tuned to follow task-style instructions, such as INSTRUCTOR, can underperform compared to their non-instruction-tuned counterparts. This underscores potential overfitting issues inherent in constructing retrievers trained on existing instruction-aware retrieval datasets.

📄 PDF Abstract BibTeX arXiv:2402.14334

Code (1)

kaistai/instructir 공식 구현 pytorch

Tasks

Information RetrievalInstruction FollowingLanguage ModelingLanguage ModellingRetrieval

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

InstructIR: High-Quality Image Restoration Following Human Instructions

2024-01-29 · Marcos V. Conde, Gregor Geigle, Radu Timofte

Image restoration is a fundamental problem that involves recovering a high-quality clean image from its degraded observation. All-In-One image restoration models can effectively restore images from various types and leve…

DeblurringDenoisingImage DenoisingImage Enhancement+4

Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models

2024-09-17 · Orion Weller, Benjamin Van Durme, Dawn Lawrie, Ashwin Paranjape 외

Instruction-tuned language models (LM) are able to respond to imperative commands, providing a more natural user interface compared to their base counterparts. In this work, we present Promptriever, the first retrieval m…

Information RetrievalRetrieval

IFIR: A Comprehensive Benchmark for Evaluating Instruction-Following in Expert-Domain Information Retrieval

2025-03-06 · Tingyu Song, Guo Gan, Mingsheng Shang, Yilun Zhao

We introduce IFIR, the first comprehensive benchmark designed to evaluate instruction-following information retrieval (IR) in expert domains. IFIR includes 2,426 high-quality examples and covers eight subsets across four…

Information RetrievalInstruction FollowingRetrieval

Beyond Content Relevance: Evaluating Instruction Following in Retrieval Models

2024-10-31 · Jianqun Zhou, Yuanlei Zheng, Wei Chen, Qianqian Zheng 외

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 r…

Instruction FollowingRerankingRetrieval

FollowIR: Evaluating and Teaching Information Retrieval Models to Follow Instructions

2024-03-22 · Orion Weller, Benjamin Chang, Sean MacAvaney, Kyle Lo 외

Modern Language Models (LMs) are capable of following long and complex instructions that enable a large and diverse set of user requests. While Information Retrieval (IR) models use these LMs as the backbone of their arc…

Information RetrievalRetrievalText Retrieval