arXiv:2602.15659cs.IR2026-02中稿 · ICML被引 6

推荐系统可自我迭代优化,无需外部数据。

Can Recommender Systems Teach Themselves? A Recursive Self-Improving Framework with Fidelity Control

  • 模型自动生成用户行为序列,通过一致性筛选增强训练数据。
  • 多基准测试下性能持续提升,小模型也能获益。
  • 无需教师模型,适合资源有限的场景。

高质量训练数据稀缺是机器学习扩展的核心瓶颈,尤其在推荐系统中,用户交互极度稀疏导致优化路径崎岖、泛化能力差。本文提出递归自提升推荐框架(RSIR),使模型在无外部数据或教师模型的情况下,通过闭环自我优化。当前模型生成合理的用户行为序列,基于保真度的质量控制机制筛选出与用户偏好流形一致的数据,用于增强后续模型的训练。理论分析表明,RSIR作为数据驱动的隐式正则化器,能平滑优化景观并引导模型走向更鲁棒的解。实证结果显示,RSIR在多个基准和架构上均实现持续累积增益,即使小型模型也受益,弱模型可为强模型生成有效训练课程。结果表明,递归自提升是一种通用、模型无关的抗数据稀疏方法,为推荐系统及其他领域提供了可扩展的发展路径。代码已匿名公开于 https://github.com/USTC-StarTeam/RSIR。

原文摘要 · Abstract (English)

The scarcity of high-quality training data presents a fundamental bottleneck to scaling machine learning models. This challenge is particularly acute in recommendation systems, where extreme sparsity in user interactions leads to rugged optimization landscapes and poor generalization. We propose the Recursive Self-Improving Recommendation (RSIR) framework, a paradigm in which a model bootstraps its own performance without reliance on external data or teacher models. RSIR operates in a closed loop: the current model generates plausible user interaction sequences, a fidelity-based quality control mechanism filters them for consistency with user's approximate preference manifold, and a successor model is augmented on the enriched dataset. Our theoretical analysis shows that RSIR acts as a data-driven implicit regularizer, smoothing the optimization landscape and guiding models toward more robust solutions. Empirically, RSIR yields consistent, cumulative gains across multiple benchmarks and architectures. Notably, even smaller models benefit, and weak models can generate effective training curricula for stronger ones. These results demonstrate that recursive self-improvement is a general, model-agnostic approach to overcoming data sparsity, suggesting a scalable path forward for recommender systems and beyond. Our anonymized code is available at https://github.com/USTC-StarTeam/RSIR.

推荐系统自提升数据稀疏闭环优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。