Search papers, labs, and topics across Lattice.
The paper introduces Recursive Self-Improving Recommendation (RSIR), a framework where recommender systems improve by generating plausible user interaction sequences, filtering them based on fidelity control, and training a successor model on the augmented data. RSIR addresses data sparsity by acting as a data-driven implicit regularizer, smoothing the optimization landscape. Experiments across benchmarks and architectures demonstrate consistent gains, even with smaller and weaker models, suggesting a scalable approach to overcome data sparsity in recommender systems.
Recommender systems can bootstrap their performance without external data via a recursive self-improvement loop that generates, filters, and learns from its own plausible user interaction sequences.
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://anonymous.4open.science/r/RSIR-7C5B .