paper-with-me

Papers

Difficulty-Aware Semantic-ID Optimization for Generative Recommendation

2026-08-20 · Xin Yu, Stephen Li, Sina Aghaei, Zifan Zhu, Jiamu Bai, Guanjie Huang, Bo Peng, Yiyao Liu, Lingzhou Xue arxiv

Semantic-ID-based generative recommendation casts retrieval and ranking as autoregressive generation over hierarchical item identifiers. A common recipe is SFT followed by GRPO, yet vanilla GRPO is poorly matched to this tree-structured task. Under the frozen SFT checkpoint, the exact target is absent from the first 16 candidates of the 50-beam constrained ranking for many prompts, and in harder cases none of these candidates enters the target SID branch. This prompt-level diagnostic motivates a training concern: when on-policy GRPO groups are similarly target-missing, item-level rewards may produce weak or degenerate reward variation even if some candidates follow part of the target path. We propose Difficulty-Aware Semantic-ID Optimization (DASO), a tree-aware post-training method that addresses this failure mode as an online rollout-allocation problem. Instead of using fixed difficulty buckets or uniformly injecting ground-truth completions, DASO profiles each current rollout group by prefix-match depth, locates the bottleneck SID levels where candidates leave the target path, and reallocates a bounded portion of the group to prefix-guided completions while retaining raw rollouts for contrast. A SID-prefix reward provides graded credit, while an auxiliary SFT anchor mitigates regression on examples already solved by the SFT checkpoint. On the public benchmarks, DASO improves over MiniOneRec-style GRPO on 11 of 12 metrics and achieves the best result on 9 of 12 metrics; it also improves most level-wise recall metrics on the internal recommendation task.

📄 PDF Abstract BibTeX arXiv:2608.20611

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VaLiDRec: Variable-Length LLM-Aligned Semantic IDs for Generative Recommendation

2026-07-28 · Shutong Qiao, Wei Yuan, Tong Chen, Hao Wang 외 arxiv

Generative recommendation commonly represents items using fixed-length semantic identifiers (SIDs) constructed through clustering and quantization. However, these artificial codes may overcompress item semantics, remain …

SAGE: Sequence-level Adaptive Gradient Evolution for Generative Recommendation

2026-01-29 · Yu Xie, Xing Kai Ren, Ying Qi, Hu Yao arxiv

Reinforcement learning-based preference optimization is increasingly used to align list-wise generative recommenders with complex, multi-objective user feedback, yet existing optimizers such as Gradient-Bounded Policy Op…

Reinforcement Learning

SynerGen: Contextualized Generative Recommender for Unified Search and Recommendation

2025-09-26 · Vianne R. Gao, Chen Xue, Marc Versage, Xie Zhou 외 arxiv

The dominant retrieve-then-rank pipeline in large-scale recommender systems suffers from mis-calibration and engineering overhead due to its architectural split and differing optimization objectives. While recent generat…

Generative Recommendation for Large-Scale Advertising

2026-02-26 · Ben Xue, Dan Liu, Lixiang Wang, Mingjie Sun 외 arxiv

Generative recommendation has recently attracted widespread attention in industry due to its potential for scaling and stronger model capacity. However, deploying real-time generative recommendation in large-scale advert…

Reinforcement Learning

ChronoID: Infusing Explicit Temporal Signals into Semantic IDs for Generative Recommendation

2026-06-12 · Dongdong Nian, Dongqi Fu, Chenliang Xu, Yinglong Xia 외 arxiv

Semantic IDs are crucial in generative recommendation, but with a fundamental limitation: temporal information is not well incorporated into semantic IDs. Instead, time influences recommendation only implicitly (e.g., th…