Revisiting Fairness-aware Interactive Recommendation: Item Lifecycle as a Control Knob
Yun Lu, Xiaoyu Shi, Hong Xie, Chongjun Xia, Zhenhui Gong, Mingsheng Shang
TL;DR
The paper tackles fairness in interactive recommender systems under dynamic item popularity by introducing item lifecycles as a control knob. It presents LHRL, a Lifecycle-aware Hierarchical Reinforcement Learning framework, combining PhaseFormer for real-time lifecycle detection with a two-tier RL architecture that decouples long-term fairness from short-term engagement. PhaseFormer leverages STL decomposition and an iTransformer to predict lifecycle stages, while the high- and low-level RL agents coordinate via phase-aware fairness weights and engagement optimization, guided by lifecycle-aware rewards. Experiments on real-world KuaiRec/KuaiRand-derived setups show that LHRL improves both fairness (lower exposure disparity) and user engagement (long-term metrics), and that lifecycle rewards generalize to other RL baselines, underscoring practical impact for sustainable, equitable streaming platforms.
Abstract
This paper revisits fairness-aware interactive recommendation (e.g., TikTok, KuaiShou) by introducing a novel control knob, i.e., the lifecycle of items. We make threefold contributions. First, we conduct a comprehensive empirical analysis and uncover that item lifecycles in short-video platforms follow a compressed three-phase pattern, i.e., rapid growth, transient stability, and sharp decay, which significantly deviates from the classical four-stage model (introduction, growth, maturity, decline). Second, we introduce LHRL, a lifecycle-aware hierarchical reinforcement learning framework that dynamically harmonizes fairness and accuracy by leveraging phase-specific exposure dynamics. LHRL consists of two key components: (1) PhaseFormer, a lightweight encoder combining STL decomposition and attention mechanisms for robust phase detection; (2) a two-level HRL agent, where the high-level policy imposes phase-aware fairness constraints, and the low-level policy optimizes immediate user engagement. This decoupled optimization allows for effective reconciliation between long-term equity and short-term utility. Third, experiments on multiple real-world interactive recommendation datasets demonstrate that LHRL significantly improves both fairness and user engagement. Furthermore, the integration of lifecycle-aware rewards into existing RL-based models consistently yields performance gains, highlighting the generalizability and practical value of our approach.
