English

Interact-RAG: Reason and Interact with the Corpus, Beyond Black-Box Retrieval

Information Retrieval 2026-02-27 v3

Abstract

Retrieval-Augmented Generation (RAG) has significantly enhanced LLMs by incorporating external information. However, prevailing agentic RAG approaches are constrained by a critical limitation: they treat the retrieval process as a black-box querying operation. This confines agents' actions to query issuing, hindering its ability to tackle complex information-seeking tasks. To address this, we introduce Interact-RAG, a new paradigm that elevates the LLM agent from a passive query issuer into an active manipulator of the retrieval process. We dismantle the black-box with a Corpus Interaction Engine, equipping the agent with a set of action primitives for fine-grained control over information retrieval. To further empower the agent on the entire RAG pipeline, we first develop a reasoning-enhanced workflow, which enables both zero-shot execution and the synthesis of interaction trajectories. We then leverage this synthetic data to train a fully autonomous end-to-end agent via Supervised Fine-Tuning (SFT), followed by refinement with Reinforcement Learning (RL). Extensive experiments across six benchmarks demonstrate that Interact-RAG significantly outperforms other advanced methods, validating the efficacy of our reasoning-interaction strategy.

Keywords

Cite

@article{arxiv.2510.27566,
  title  = {Interact-RAG: Reason and Interact with the Corpus, Beyond Black-Box Retrieval},
  author = {Yulong Hui and Chao Chen and Zhihang Fu and Yihao Liu and Jieping Ye and Huanchen Zhang},
  journal= {arXiv preprint arXiv:2510.27566},
  year   = {2026}
}
R2 v1 2026-07-01T07:15:47.322Z