paper-with-me

홈 › Papers

I3: Intent-Introspective Retrieval Conditioned on Instructions

2023-08-19 · Kaihang Pan, Juncheng Li, Wenjie Wang, Hao Fei, Hongye Song, Wei Ji, Jun Lin, Xiaozhong Liu, Tat-Seng Chua, Siliang Tang

Recent studies indicate that dense retrieval models struggle to perform well on a wide variety of retrieval tasks that lack dedicated training data, as different retrieval tasks often entail distinct search intents. To address this challenge, in this work we leverage instructions to flexibly describe retrieval intents and introduce I3, a unified retrieval system that performs Intent-Introspective retrieval across various tasks, conditioned on Instructions without any task-specific training. I3 innovatively incorporates a pluggable introspector in a parameter-isolated manner to comprehend specific retrieval intents by jointly reasoning over the input query and instruction, and seamlessly integrates the introspected intent into the original retrieval model for intent-aware retrieval. Furthermore, we propose progressively-pruned intent learning. It utilizes extensive LLM-generated data to train I3 phase-by-phase, embodying two key designs: progressive structure pruning and drawback extrapolation-based data refinement. Extensive experiments show that in the BEIR benchmark, I3 significantly outperforms baseline methods designed with task-specific retrievers, achieving state-of-the-art zero-shot performance without any task-specific tuning.

📄 PDF Abstract BibTeX arXiv:2308.10025

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationRetrievalText-to-Image Generation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Critic-R: Improving Agentic Search using Instruction-tuned Retrievers with Natural Language Introspective Feedback

2026-05-30 · Md Zarif Ul Alam, Alireza Salemi, Hamed Zamani arxiv

Agentic search systems iteratively interact with retrieval models to answer complex queries. Despite substantial progress, optimizing retrievers for agentic search remains challenging, often requiring heavy co-training o…

Task-aware Retrieval with Instructions

2022-11-16 · Akari Asai, Timo Schick, Patrick Lewis, Xilun Chen 외

We study the problem of retrieval with instructions, where users of a retrieval system explicitly describe their intent along with their queries. We aim to develop a general-purpose task-aware retrieval system using mult…

Retrieval

IntPro: A Proxy Agent for Context-Aware Intent Understanding via Retrieval-conditioned Inference

2026-02-10 · Guanming Liu, Meng Wu, Peng Zhang, Yu Zhang 외 arxiv

Large language models (LLMs) have become integral to modern Human-AI collaboration workflows, where accurately understanding user intent serves as a crucial step for generating satisfactory responses. Context-aware inten…

Can LLMs Reliably Self-Report Adversarial Prefills, and How?

2026-06-22 · Quang Minh Nguyen, Uzair Ahmed, Taegyoon Kim arxiv

Prior work shows that large language models (LLMs) exhibit introspective capability on benign tasks. We extend the question to safety contexts and examine how reliably a model can recognize that its own prior response wa…

MagicLens: Self-Supervised Image Retrieval with Open-Ended Instructions

2024-03-28 · Kai Zhang, Yi Luan, Hexiang Hu, Kenton Lee 외

Image retrieval, i.e., finding desired images given a reference image, inherently encompasses rich, multi-faceted search intents that are difficult to capture solely using image-based measures. Recent works leverage text…

Image RetrievalImplicit RelationsRetrievalSupervised Image Retrieval+2