APAO: Adaptive Prefix-Aware Optimization for Generative Recommendation
Yuanqing Yu, Yifan Wang, Weizhi Ma, Zhiqiang Guo, Min Zhang

TL;DR
APAO introduces a prefix-aware optimization framework for generative recommendation models, aligning training with inference to improve recommendation accuracy under beam search constraints.
Contribution
The paper proposes the APAO framework with prefix-level optimization and adaptive worst-prefix strategies to address training-inference mismatch in generative recommendation.
Findings
APAO improves recommendation performance across multiple datasets.
The framework effectively reduces training-inference inconsistency.
Experimental results show consistent gains over baseline models.
Abstract
Generative recommendation has recently emerged as a promising paradigm in sequential recommendation. It formulates the task as an autoregressive generation process, predicting discrete tokens of the next item conditioned on user interaction histories. Existing generative recommendation models are typically trained with token-level likelihood objectives, such as cross-entropy loss, while employing multi-step beam search during inference to generate ranked item candidates. However, this leads to a fundamental training-inference inconsistency: standard training assumes ground-truth history is always available, ignoring the fact that beam search prunes low-probability branches during inference. Consequently, the correct item may be prematurely discarded simply because its initial tokens (prefixes) have low scores. To address this issue, we propose the Adaptive Prefix-Aware Optimization…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Explainable Artificial Intelligence (XAI) · Machine Learning in Healthcare
