IRAIFeb 13

Self-EvolveRec: Self-Evolving Recommender Systems with LLM-based Directional Feedback

arXiv:2602.12612v13 citationsh-index: 9Has Code
Originality Highly original
AI Analysis

This addresses the limitation of fixed search spaces in recommender system automation, offering a novel approach for improving design efficiency and effectiveness.

The authors tackled the problem of automating recommender system design by proposing Self-EvolveRec, a framework that integrates qualitative critiques and quantitative verification to provide directional feedback, resulting in significant outperformance over state-of-the-art baselines in recommendation performance and user satisfaction.

Traditional methods for automating recommender system design, such as Neural Architecture Search (NAS), are often constrained by a fixed search space defined by human priors, limiting innovation to pre-defined operators. While recent LLM-driven code evolution frameworks shift fixed search space target to open-ended program spaces, they primarily rely on scalar metrics (e.g., NDCG, Hit Ratio) that fail to provide qualitative insights into model failures or directional guidance for improvement. To address this, we propose Self-EvolveRec, a novel framework that establishes a directional feedback loop by integrating a User Simulator for qualitative critiques and a Model Diagnosis Tool for quantitative internal verification. Furthermore, we introduce a Diagnosis Tool - Model Co-Evolution strategy to ensure that evaluation criteria dynamically adapt as the recommendation architecture evolves. Extensive experiments demonstrate that Self-EvolveRec significantly outperforms state-of-the-art NAS and LLM-driven code evolution baselines in both recommendation performance and user satisfaction. Our code is available at https://github.com/Sein-Kim/self_evolverec.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes