Search papers, labs, and topics across Lattice.
This paper addresses the challenges of continual recommendation systems, which struggle with user interest evolution due to data sparsity. The authors introduce TRACER, a method that balances the Stability-Plasticity-Cognitivity (SPC) Trilemma by integrating three specialized modules that enhance stability, plasticity, and cognitivity without allowing any single aspect to dominate. The results demonstrate that TRACER outperforms existing state-of-the-art methods by up to 14.38% across five real-world datasets, showcasing its effectiveness in harmonizing user preferences and evolving interests.
TRACER balances the Stability-Plasticity-Cognitivity trilemma, leading to a significant performance boost in continual recommendation systems.
Continual recommendation aims to capture evolving user interests from streaming data but struggles with sparsity. LLM enhancers mitigate this with semantic knowledge, but naive integration creates a new conflict. We identify this as the Stability-Plasticity-Cognitivity (SPC) Trilemma, where generalized LLM semantic priors (Cognitivity) conflict with retaining personalized historical preferences (Stability) and adapting to individual interest shifts (Plasticity). To address this, we propose Trilemma-Responsive Adaptive Continual Enhancement for Recommendation (TRACER). TRACER synergistically combines three specialized modules, each targeting stability, plasticity, or cognitivity, while preventing any single lemma from dominating. This holistic design enables semantic knowledge to support history retention and adaptation to evolving interests without disrupting continual learning. Across five real-world datasets, TRACER effectively harmonizes the SPC trilemma and outperforms state-of-the-art baselines by up to 14.38%. Our code is available at https://github.com/woo-joo/TRACER_CIKM26.