Dataset Regeneration for Sequential Recommendation

Mingjia Yin,Hao Wang,Wei Guo,Yong Liu,Suojuan Zhang,Sirui Zhao,Defu Lian,Enhong Chen
DOI: https://doi.org/10.1145/3637528.3671841
2024-09-11
Abstract:The sequential recommender (SR) system is a crucial component of modern recommender systems, as it aims to capture the evolving preferences of users. Significant efforts have been made to enhance the capabilities of SR systems. These methods typically follow the model-centric paradigm, which involves developing effective models based on fixed datasets. However, this approach often overlooks potential quality issues and flaws inherent in the data. Driven by the potential of data-centric AI, we propose a novel data-centric paradigm for developing an ideal training dataset using a model-agnostic dataset regeneration framework called DR4SR. This framework enables the regeneration of a dataset with exceptional cross-architecture generalizability. Additionally, we introduce the DR4SR+ framework, which incorporates a model-aware dataset personalizer to tailor the regenerated dataset specifically for a target model. To demonstrate the effectiveness of the data-centric paradigm, we integrate our framework with various model-centric methods and observe significant performance improvements across four widely adopted datasets. Furthermore, we conduct in-depth analyses to explore the potential of the data-centric paradigm and provide valuable insights. The code can be found at <a class="link-external link-https" href="https://github.com/USTC-StarTeam/DR4SR" rel="external noopener nofollow">this https URL</a>.
Information Retrieval
What problem does this paper attempt to address?
The paper attempts to address the issue of developing high-quality training data in sequential recommendation systems. Traditional sequential recommendation methods mainly focus on the development of the model itself, neglecting potential data quality issues. To solve this problem, the authors propose a data-centric new paradigm, namely the "Data Regeneration Framework for Sequential Recommendation (DR4SR)," which aims to generate new, informative, and highly generalizable datasets from existing datasets. This approach can significantly improve the performance of different models on recommendation tasks. Specifically: 1. **Data Regeneration**: The DR4SR framework can extract useful transformation patterns from the original dataset and generate new datasets through a model-agnostic data regeneration process. 2. **Model Personalized Data Regeneration**: The DR4SR+ framework is further proposed, which customizes the regenerated dataset by combining the characteristics of specific models to better match the needs of the target model. 3. **Experimental Validation**: By integrating DR4SR and its enhanced version with various model-centric methods and conducting experiments on 4 widely used datasets, the effectiveness and cross-architecture generalization ability are demonstrated. In summary, the core goal of this paper is to improve the performance of sequential recommendation systems from the data level, rather than solely relying on model improvements.