Diffusion-GR2: Diffusion Generative Reasoning Re-ranker

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, long

Summary

Diffusion-GR2 is a novel block-diffusion generative reasoning re-ranker designed to overcome the inference speed limitations of autoregressive (AR) re-rankers. AR models, like the original GR2 built on Qwen3-8B, are accurate but slow due to sequential decoding of long reasoning traces. Diffusion-GR2 converts these AR re-rankers into faster block-diffusion models, which decode many positions in parallel, achieving a 2.4–3.5x decode throughput increase. The conversion addresses two accuracy gaps: a structural gap, where parallel decoding can produce invalid rankings, and a distributional gap from off-policy training. Diffusion-GR2 closes these gaps through a three-stage recipe: Conversion Fine-Tuning (CFT) for valid permutations, On-Policy Distillation (OPD) for on-policy learning, and a final Reinforcement Learning (RL) stage. Experiments on the Amazon Beauty dataset demonstrate near-parity accuracy with the AR re-ranker.

Key takeaway

For MLOps Engineers deploying generative reasoning re-rankers, consider adopting Diffusion-GR2 to significantly improve inference throughput without sacrificing accuracy. Your existing AR-based GR2 models can be converted to block-diffusion, achieving 2.4–3.5x faster decoding. This allows for higher query volumes or reduced latency in production. Prioritize implementing Conversion Fine-Tuning and On-Policy Distillation to ensure ranking validity and close accuracy gaps before applying reinforcement learning.

Key insights

Diffusion-GR2 enables fast, accurate generative reasoning re-ranking by converting autoregressive models to block-diffusion via targeted fine-tuning.

Principles

Method

Diffusion-GR2 converts AR re-rankers by first applying Conversion Fine-Tuning (CFT) for valid permutations, then On-Policy Distillation (OPD) for on-policy learning, and finally a Reinforcement Learning (RL) stage.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.