IRLGMar 6

Efficient, Property-Aligned Fan-Out Retrieval via RL-Compiled Diffusion

arXiv:2603.06397v1
Predicted impact top 3% in IR · last 90 daysOriginality Incremental advance
AI Analysis

This addresses efficient fan-out retrieval for applications requiring diverse result sets, representing an incremental improvement over existing RL and diffusion approaches.

The paper tackles the problem of set-valued retrieval where systems must return collections optimizing properties like diversity and coverage, proposing R4T which uses RL to synthesize training data for a lightweight diffusion retriever. The method improves retrieval quality on fashion and music benchmarks while reducing query-time latency by an order of magnitude.

Many modern retrieval problems are set-valued: given a broad intent, the system must return a collection of results that optimizes higher-order properties (e.g., diversity, coverage, complementarity, coherence) while remaining grounded with respect to a fixed database. Set-valued objectives are typically non-decomposable and are not captured by existing supervised (query, content) datasets which only prioritize top-1 retrieval. Consequently, fan-out retrieval is often employed to generate diverse subqueries to retrieve item sets. While reinforcement learning (RL) can optimize set-level objectives via interaction, deploying an RL-tuned LLM for fan-out retrieval is prohibitively expensive at inference time. Conversely, diffusion-based generative retrieval enables efficient single-pass fan-out in embedding space, but requires objective-aligned training targets. To address these issues, we propose R4T (Retrieve-for-Train), which uses RL once as an objective transducer in a three-step process: (i) train a fan-out LLM with composite set-level rewards, (ii) synthesize objective-consistent training pairs, and (iii) train a lightweight diffusion retriever to model the conditional distribution of set-valued outputs. Across large-scale fashion and music benchmarks consisting of curated item sets, we show that R4T improves retrieval quality relative to strong baselines while reducing query-time fan-out latency by an order of magnitude.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes