TRACER: Token ReAssignment for Concept ERasure in Generative Recommendation
Summary
TRACER is an end-to-end concept unlearning framework designed for generative recommendation systems, which model next-item prediction as autoregressive generation over semantic ID (SID) sequences. These systems, structurally similar to large language models (LLMs), face growing privacy and safety demands for concept unlearning. Existing LLM unlearning methods are ineffective because SIDs are abstract identifiers often shared by both forget and retain items, creating conflicts between concept removal and recommendation utility. TRACER addresses this by reassigning concept-related items to alternative tokens that facilitate forgetting while minimizing side effects on retained items. It also incorporates a coherence regularizer to preserve semantic consistency among retain items. Experiments on real-world datasets confirm TRACER's effectiveness in removing target concepts and substantially better preserving recommendation utility compared to existing baselines.
Key takeaway
For Machine Learning Engineers developing generative recommendation systems, addressing privacy and safety concerns through concept unlearning is critical. You should consider TRACER's token reassignment approach to effectively remove sensitive concepts without severely degrading recommendation utility. This method directly tackles the challenge of shared semantic IDs, offering a more robust solution than traditional LLM unlearning techniques. Evaluate its integration to ensure both ethical compliance and high system performance.
Key insights
Generative recommendation unlearning requires token reassignment to resolve conflicts from shared semantic IDs, preserving utility.
Principles
- Shared SIDs create unlearning conflicts.
- Reassigning tokens aids concept erasure.
- Coherence regularizers preserve utility.
Method
TRACER reassigns concept-related items to alternative tokens for forgetting, minimizing side effects on retained items. It also uses a coherence regularizer to maintain semantic consistency among retain items.
In practice
- Implement token reassignment for sensitive concepts.
- Apply coherence regularizers to protect utility.
- Evaluate unlearning against utility preservation.
Topics
- Generative Recommendation
- Concept Unlearning
- Semantic IDs
- Token Reassignment
- Privacy-Preserving AI
- Recommender Systems
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Security Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.