2025

DeepRetrieval: Hacking Real Search Engines and Retrievers with Large Language Models via Reinforcement Learning

Jiang, Pengcheng, Lin, Jiacheng, Cao, Lang et al.

Understand

Information retrieval systems are crucial for enabling effective access to large document collections.

  • Recent approaches have leveraged Large Language Models (LLMs) to enhance retrieval performance through query augmentation, but often rely on expensive supervised learning or distillation techniques that require significant computational resources and hand-labeled data.
  • We introduce DeepRetrieval, a reinforcement learning (RL) approach that trains LLMs for query generation through trial and error without supervised data (reference query).
  • Using retrieval metrics as rewards, our system generates queries that maximize retrieval performance.

Reading the bibliography…