Generative Chain of Behavior for User Trajectory Prediction
About
Modeling long-term user behavior trajectories is essential for understanding evolving preferences and enabling proactive recommendations. However, most sequential recommenders focus on next-item prediction, overlooking dependencies across multiple future actions. We propose Generative Chain of Behavior (GCB), a generative framework that models user interactions as an autoregressive chain of semantic behaviors over multiple future steps. GCB first encodes items into semantic IDs via RQ-VAE with k-means refinement, forming a discrete latent space that preserves semantic proximity. On top of this space, a transformer-based autoregressive generator predicts multi-step future behaviors conditioned on user history, capturing long-horizon intent transitions and generating coherent trajectories. Experiments on benchmark datasets show that GCB consistently outperforms state-of-the-art sequential recommenders in multi-step accuracy and trajectory consistency. Beyond these gains, GCB offers a unified generative formulation for capturing user preference evolution.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| User Trajectory Prediction | Amazon Beauty Seq-1 (test) | MHR@50.0454 | 6 | |
| User Trajectory Prediction | Amazon Cell Phones & Accessories Seq-1 (test) | MHR@50.0637 | 6 | |
| User Trajectory Prediction | Amazon Cell Phones & Accessories Seq-2 (test) | MHR@50.0261 | 6 | |
| User Trajectory Prediction | Amazon Cell Phones & Accessories Seq-3 (test) | MHR@50.0252 | 6 | |
| User Trajectory Prediction | Amazon Beauty Seq-2 (test) | MHR@52.76 | 6 | |
| User Trajectory Prediction | Amazon Beauty Seq-3 (test) | MHR@52.59 | 6 |