Google Announces New Query Fan-Out Framework: R4T-Diffusion

Google Announces New Query Fan-Out Framework: R4T-Diffusion

By Roger Montti
Publication Date: 2026-09-24 11:42:00

Google has announced a new query fan-out framework that is faster, less computationally expensive and delivers higher quality fan-outs. The new system is said to deliver “production ready” search at scale.

The new system, called Retrieve-for-Train-Diffusion (R4T Diffusion Model), is a three-stage setup that combines reinforcement learning (RL) training, synthetic data generation, and a small generative neural network (a 53.9M-parameter diffusion model).

What they did was train a model on what computationally expensive query fan-out behavior looks like, save examples of high-quality query fan-out outputs, then train a significantly smaller model to copy the behavior of the larger model.

Why R4T Query Fan-Outs Are Better

R4T generates better query fan-outs because it’s trained to identify useful aspects of the original search query. It keeps the fan-outs relevant to that query but with diversity in that it avoids generating redundant synonyms.

The researchers explain that the…