English

Generative Reasoning Re-ranker

Information Retrieval 2026-02-24 v4 Artificial Intelligence

Abstract

Recent studies increasingly explore Large Language Models (LLMs) as a new paradigm for recommendation systems due to their scalability and world knowledge. However, existing work has three key limitations: (1) most efforts focus on retrieval and ranking, while the reranking phase, critical for refining final recommendations, is largely overlooked; (2) LLMs are typically used in zero-shot or supervised fine-tuning settings, leaving their reasoning abilities, especially those enhanced through reinforcement learning (RL) and high-quality reasoning data, underexploited; (3) items are commonly represented by non-semantic IDs, creating major scalability challenges in industrial systems with billions of identifiers. To address these gaps, we propose the Generative Reasoning Reranker (GR2), an end-to-end framework with a three-stage training pipeline tailored for reranking. First, a pretrained LLM is mid-trained on semantic IDs encoded from non-semantic IDs via a tokenizer achieving \ge99% uniqueness. Next, a stronger larger-scale LLM generates high-quality reasoning traces through carefully designed prompting and rejection sampling, which are used for supervised fine-tuning to impart foundational reasoning skills. Finally, we apply Decoupled Clip and Dynamic sAmpling Policy Optimization (DAPO), enabling scalable RL supervision with verifiable rewards designed specifically for reranking. Experiments on two real-world datasets demonstrate GR2's effectiveness: it surpasses the state-of-the-art OneRec-Think by 2.4% in Recall@5 and 1.3% in NDCG@5. Ablations confirm that advanced reasoning traces yield substantial gains across metrics. We further find that RL reward design is crucial in reranking: LLMs tend to exploit reward hacking by preserving item order, motivating conditional verifiable rewards to mitigate this behavior and optimize reranking performance.

Keywords

Cite

@article{arxiv.2602.07774,
  title  = {Generative Reasoning Re-ranker},
  author = {Mingfu Liang and Yufei Li and Jay Xu and Kavosh Asadi and Xi Liu and Shuo Gu and Kaushik Rangadurai and Frank Shyu and Shuaiwen Wang and Song Yang and Zhijing Li and Jiang Liu and Mengying Sun and Fei Tian and Xiaohan Wei and Chonglin Sun and Jacob Tao and Shike Mei and Wenlin Chen and Santanu Kolay and Sandeep Pandey and Hamed Firooz and Luke Simon},
  journal= {arXiv preprint arXiv:2602.07774},
  year   = {2026}
}

Comments

31 pages

R2 v1 2026-07-01T10:26:24.870Z