ACL 2025long0 citations

Reinforced IR: A Self-Boosting Framework For Domain-Adapted Information Retrieval

Chaofan Li, Jianlyu Chen, Yingxia Shao, Chaozhuo Li, Quanqing Xu, Defu Lian, Zheng Liu

Abstract

While retrieval techniques are widely used in practice, they still face significant challenges in cross-domain scenarios. Recently, generation-augmented methods have emerged as a promising solution to this problem. These methods enhance raw queries by incorporating additional information from an LLM-based generator, facilitating more direct retrieval of relevant documents. However, existing methods struggle with highly specialized situations that require extensive domain expertise. To address this problem, we present Reinforced-IR, a novel approach that jointly adapts a pre-trained retriever and generator for precise cross-domain retrieval. A key innovation of Reinforced-IR is its Self-Boosting framework, which enables retriever and generator to learn from each other’s feedback. Specifically, the generator is reinforced to generate query augmentations that enhance the retriever’s performance, while the retriever is trained to better discriminate the relevant documents identified by the generator. This iterative process allows the end-to-end retrieval performance to be progressively optimized using an unlabeled corpus from the target domain. In our experiment, Reinforced-IR outperforms existing domain adaptation methods by a large margin, leading to substantial improvements in retrieval quality across a wide range of application scenarios.We have publicly released our code at this repo.

BibTeX
@inproceedings{li-etal-2025-reinforced,
    title = "Reinforced {IR}: A Self-Boosting Framework For Domain-Adapted Information Retrieval",
    author = "Li, Chaofan  and
      Chen, Jianlyu  and
      Shao, Yingxia  and
      Li, Chaozhuo  and
      Xu, Quanqing  and
      Lian, Defu  and
      Liu, Zheng",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.1071/",
    doi = "10.18653/v1/2025.acl-long.1071",
    pages = "22061--22073",
    ISBN = "979-8-89176-251-0"
}
Reinforced IR: A Self-Boosting Framework For Domain-Adapted Information Retrieval · ACL 2025