Google research unveils r4t: a new retrieval system boosting query speed by 12 to 20 times
Google Research has introduced Retrieve-for-Train (R4T), a novel framework designed to enhance query fan-out in search and recommendation systems. The system leverages reinforcement learning to generate diverse and relevant sub-queries, significantly improving efficiency.
R4T distills this learned behavior into a diffusion model, enabling faster retrieval with a single pass. The method addresses issues like paraphrastic collapse and latency, common in traditional approaches.
Experiments on datasets such as Polyvore and a proprietary music dataset showed R4T outperformed existing methods, achieving a 12× to 20× speedup. The model's performance was evaluated using LLM judges, with notable improvements in diversity and recall.
The research highlights a trade-off between coverage and diversity, with R4T maintaining a balance through its design.