Episode

It Takes Two to Match: Co-Evolving Generative Retriever with Reinforcement Learning

Podcast
Daily Paper Cast
Published
Sep 3, 2026
Duration seconds
1241
Processing state
not_requested
Canonical source
https://share.transistor.fm/s/48c332ae
Audio
https://media.transistor.fm/48c332ae/4029435a.mp3
JSON
/v1/public/podcasts/daily-paper-cast-7079649/episodes/it-takes-two-to-match-co-evolving-generative-retriever-with-reinforcement-learning
Markdown
/podcast/daily-paper-cast-7079649/it-takes-two-to-match-co-evolving-generative-retriever-with-reinforcement-learning.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/daily-paper-cast-7079649/episodes/it-takes-two-to-match-co-evolving-generative-retriever-with-reinforcement-learning/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/daily-paper-cast-7079649/it-takes-two-to-match-co-evolving-generative-retriever-with-reinforcement-learning.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

🤗 Upvotes: 60 | cs.IR, cs.CL Authors: Runpeng Dai, Kaili Huang, Changsung Kang, Ciya Liao Title: It Takes Two to Match: Co-Evolving Generative Retriever with Reinforcement Learning Arxiv: http://arxiv.org/abs/2609.00638v1 Abstract: Retrieval is the first stage of modern search and advertising systems, selecting a candidate set from a large item universe for downstream ranking and auction. Recent work increasingly leverages LLMs to improve retrieval through query expansion, data synthesis, and retrieval-feedback training. However, the generative component is typically used for query-side augmentation, while final matching is still delegated to a downstream retriever. We introduce CoGR, a retrieval framework that instead trains LLMs to directly construct retrieval representations on both query and item sides. Each generator produces a compact set of keywords, which are matched directly through an inverted index, preserving compatibility with existing keyword-based retrieval infrastructure. CoGR uses a two-stage training pipeline. Supervised fine-tuning first establishes an aligned keyword space, after which co-evolving reinforcement learning alternately optimizes the query- and item-side generators with GRPO against the opposite side's frozen index. Both sides optimize the same query-to-item retrieval $F_1$ objective: the query side receives retrieval $F_1$ directly, while the item side receives a counterfactual marginal reward measuring the change in query-side $F_1$ caused by its generated keywords. Across 10 representative sparse, dense, and generative baselines, CoGR achieves the best performance on both an internal APP Marketplace dataset and the public WANDS benchmark, improving $F_1$ over the strongest baseline by $10.9\%$ and $36.1\%$, respectively. Further analy…