paper-with-me

Papers

Robust Post-Training for Generative Recommenders: Why Exponential Reward-Weighted SFT Outperforms RLHF

2026-03-10 · Keertana Chidambaram, Sanath Kumar Krishnamurthy, Qiuling Xu, Ko-Jen Hsiao, Moumita Bhattacharya arxiv

Aligning generative recommender systems to user preferences via post-training is critical for closing the gap between next-item prediction and actual recommendation quality. Existing post-training methods are ill-suited for production-scale systems: RLHF methods reward hack due to noisy user feedback and unreliable reward models, offline RL alternatives require propensity scores that are unavailable, and online interaction is infeasible. We identify exponential reward-weighted SFT with weights $w = \exp(r/λ)$ as uniquely suited to this setting, and provide the theoretical and empirical foundations that explain why. By optimizing directly on observed rewards without querying a learned reward model, the method is immune to reward hacking, requires no propensity scores, and is fully offline. We prove the first policy improvement guarantees for this setting under noisy rewards, showing that the gap scales only logarithmically with catalog size and remains informative even for large item catalogs. Crucially, we show that temperature $λ$ explicitly and quantifiably controls the robustness-improvement tradeoff, providing practitioners with a single interpretable regularization hyperparameter with theoretical grounding. Experiments on three open-source and one proprietary dataset against four baselines confirm that exponential reward weighting is simple, scalable, and consistently outperforms RLHF-based alternatives.

📄 PDF Abstract BibTeX arXiv:2603.10279

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RL

Similar Papers 제목 키워드 기반

FlexRec: Adapting LLM-based Recommenders for Flexible Needs via Reinforcement Learning

2026-03-12 · Yijun Pan, Weikang Qiu, Qiyao Ma, Mingxuan Ju 외 arxiv

Modern recommender systems must adapt to dynamic, need-specific objectives for diverse recommendation scenarios, yet most traditional recommenders are optimized for a single static target and struggle to reconfigure beha…

Reinforcement Learning

MiniOneRec: An Open-Source Framework for Scaling Generative Recommendation

2025-10-28 · Xiaoyu Kong, Leheng Sheng, Junfei Tan, Yuxin Chen 외 arxiv

The recent success of large language models (LLMs) has renewed interest in whether recommender systems can achieve similar scaling benefits. Conventional recommenders, dominated by massive embedding tables, tend to plate…

Reinforcement Learning

Fine-Tuning Diffusion-Based Recommender Systems via Reinforcement Learning with Reward Function Optimization

2025-11-10 · Yu Hou, Hua Li, Ha Young Kim, Won-Yong Shin arxiv

Diffusion models recently emerged as a powerful paradigm for recommender systems, offering state-of-the-art performance by modeling the generative process of user-item interactions. However, training such models from scr…

Sequential RecommendationReinforcement Learning

Don't Waste It: Guiding Generative Recommenders with Structured Human Priors via Multi-Head Decoding

2025-11-13 · Yunkai Zhang, Qiang Zhang, Feng Lin, Ruizhong Qiu 외 arxiv

Optimizing recommender systems for objectives beyond accuracy, such as diversity, novelty, and personalization, is crucial for long-term user satisfaction. To this end, industrial practitioners have accumulated vast amou…

Thompson Sampling For Combinatorial Bandits: Polynomial Regret and Mismatched Sampling Paradox

2024-10-07 · Raymond Zhang, Richard Combes

We consider Thompson Sampling (TS) for linear combinatorial semi-bandits and subgaussian rewards. We propose the first known TS whose finite-time regret does not scale exponentially with the dimension of the problem. We …

Thompson Sampling