← Back to Paper List

Agentic Information Retrieval

Weinan Zhang, Junwei Liao, Ning Li, Kounianhua Du, Jianghao Lin
Shanghai Jiao Tong Univeristy
arXiv (2024)
Agent RAG Recommendation P13N

📝 Paper Summary

Agentic Information Retrieval Information Retrieval Paradigm
Agentic IR redefines information retrieval as a goal-oriented process where AI agents navigate a dynamic 'information state' transition graph to fulfill user instructions, rather than merely retrieving static items.
Core Problem
Traditional IR systems are constrained by their reliance on static, pre-defined corpora and passive filtering, rendering them unable to manipulate content, adapt to dynamic contexts, or execute tasks.
Why it matters:
  • Current systems (like web search) only filter existing items but cannot synthesize new content or act on information (e.g., cannot book a flight, only show schedules)
  • Users face information overload and must manually bridge the gap between retrieved data and their actual goals (e.g., planning a complex trip)
  • The static definition of 'information items' fails to capture real-time constraints, user preferences, and evolving task status
Concrete Example: In an online travel scenario, a traditional IR system merely lists available flights and hotels. It cannot generate a customized itinerary that accounts for real-time weather and budget, nor can it execute the booking task to finalize the arrangement.
Key Novelty
Shift from 'Information Items' to 'Information States'
  • Redefines the object of retrieval from static documents to a dynamic 'information state' that includes user context, cognitive knowledge, and task status
  • Formulates IR as a state transition graph where an agent takes actions (searching, reasoning, tool use) to move the user from an initial state to a desired target state
  • Treats Traditional IR as a special, restricted case of Agentic IR where the state space is limited to retrieved items and actions are limited to filtering
Architecture
Architecture Figure Figure 1
Comparison between Traditional Information Retrieval and Agentic Information Retrieval paradigms using an online travel agency example
Breakthrough Assessment
7/10
Foundational perspective paper proposing a significant paradigm shift for the IR community. High conceptual novelty, though this specific paper presents the formulation rather than empirical breakthroughs.
×