Pith. sign in

Generative reasoning re-ranker

9 Pith papers cite this work. Polarity classification is still indexing.

9 Pith papers citing it
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 $\ge$99% 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.

citation-role summary

background 1

citation-polarity summary

fields

cs.IR 9

years

2026 9

roles

background 1

polarities

background 1

representative citing papers

LLMs Need Encoders for Semantic IDs Too

cs.IR · 2026-05-29 · unverdicted · novelty 7.0

PrefixMem encoder for Semantic IDs improves deepest-level accuracy by up to 46% relative and full-SID retrieval recall by up to 22% relative on Pinterest data across LLM families.

Diffusion-GR2: Diffusion Generative Reasoning Re-ranker

cs.IR · 2026-07-01 · conditional · novelty 6.0

CFT + on-policy distillation + RL converts an AR reasoning re-ranker into a block-diffusion model that recovers near-AR accuracy at 2.4–3.5× decode throughput on Amazon Beauty.

End-to-End Dynamic Sparsity for Resource-Adaptive LLM Inference

cs.IR · 2026-06-26 · unverdicted · novelty 6.0

L2A trains one LLM with input-and-budget-conditioned gates to adapt sparsity across layers, heads, and tokens, tracing the compute-accuracy frontier while staying within 0.6% of dense performance at 34% layer sparsity on tested models.

GR2 Technical Report

cs.IR · 2026-06-30 · unverdicted · novelty 5.0

GR2 applies mid-training on semantic IDs, reasoning distillation, RL with conditional verifiable rewards, and a context compressor to re-ranking in industrial recsys, reporting +18.7% R@1 over baselines.

citing papers explorer

Showing 9 of 9 citing papers.

  • Do Recommendation Algorithms Work When Users Are LLM Agents? A Case Study on Moltbook cs.IR · 2026-06-29 · conditional · none · ref 37 · internal anchor

    Item-side structural recommenders outperform user-personalization methods on Moltbook because LLM agents produce stationary, structure-driven engagement rather than learnable preferences.

  • LLMs Need Encoders for Semantic IDs Too cs.IR · 2026-05-29 · unverdicted · none · ref 22 · internal anchor

    PrefixMem encoder for Semantic IDs improves deepest-level accuracy by up to 46% relative and full-SID retrieval recall by up to 22% relative on Pinterest data across LLM families.

  • Diffusion-GR2: Diffusion Generative Reasoning Re-ranker cs.IR · 2026-07-01 · conditional · none · ref 9 · internal anchor

    CFT + on-policy distillation + RL converts an AR reasoning re-ranker into a block-diffusion model that recovers near-AR accuracy at 2.4–3.5× decode throughput on Amazon Beauty.

  • GenPage: Towards End-to-End Generative Homepage Construction at Netflix cs.IR · 2026-06-30 · unverdicted · none · ref 24 · internal anchor

    GenPage is a transformer that autoregressively generates entire structured Netflix homepages from user prompts, delivering +0.24% engagement lift and 20% latency reduction versus production baseline in online tests.

  • End-to-End Dynamic Sparsity for Resource-Adaptive LLM Inference cs.IR · 2026-06-26 · unverdicted · none · ref 11 · internal anchor

    L2A trains one LLM with input-and-budget-conditioned gates to adapt sparsity across layers, heads, and tokens, tracing the compute-accuracy frontier while staying within 0.6% of dense performance at 34% layer sparsity on tested models.

  • Bifocal Diffusion Language Models: Asymmetric Bidirectional Context for Parallel Generation cs.IR · 2026-06-26 · unverdicted · none · ref 12 · internal anchor

    R2LM combines causal attention with a reverse Mamba SSM sidecar to supply right-side context in dLLMs, claiming 2.4x-12.9x throughput gains over bidirectional dLLMs and 1.9x-2.9x over AR baselines while matching or exceeding quality.

  • TubiFM: Unified Item, Carousel, and Search Ranking for Streaming Discovery cs.IR · 2026-05-22 · unverdicted · none · ref 12 · internal anchor

    A Llama-based model trained on serialized user stories unifies item, carousel, and search ranking and outperforms specialist baselines offline while improving some online metrics and reducing latency.

  • GR2 Technical Report cs.IR · 2026-06-30 · unverdicted · none · ref 7 · internal anchor

    GR2 applies mid-training on semantic IDs, reasoning distillation, RL with conditional verifiable rewards, and a context compressor to re-ranking in industrial recsys, reporting +18.7% R@1 over baselines.

  • TwiSTAR:Think Fast, Think Slow, Then Act,Generative Recommendation with Adaptive Reasoning cs.IR · 2026-05-12 · unverdicted · none · ref 25 · internal anchor

    TwiSTAR learns to switch between fast SID retrieval and slow rationale-generating reasoning in generative recommendation, yielding better accuracy-latency trade-offs on three datasets.