WarpRec: Unifying Academic Rigor and Industrial Scale for Responsible, Reproducible, and Efficient Recommendation
AI 摘要
WarpRec框架弥合学术界和工业界推荐系统差距,实现高效、可持续、面向Agent的推荐系统。
主要贡献
- 提出backend-agnostic的高性能推荐框架WarpRec
- 集成50+先进算法和40种指标,支持分布式训练
- 集成CodeCarbon实现实时能源追踪
方法论
构建一个灵活的框架,通过backend-agnostic架构,支持多种算法和指标,并集成能源监控,实现学术研究到工业应用的无缝过渡。
原文摘要
Innovation in Recommender Systems is currently impeded by a fractured ecosystem, where researchers must choose between the ease of in-memory experimentation and the costly, complex rewriting required for distributed industrial engines. To bridge this gap, we present WarpRec, a high-performance framework that eliminates this trade-off through a novel, backend-agnostic architecture. It includes 50+ state-of-the-art algorithms, 40 metrics, and 19 filtering and splitting strategies that seamlessly transition from local execution to distributed training and optimization. The framework enforces ecological responsibility by integrating CodeCarbon for real-time energy tracking, showing that scalability need not come at the cost of scientific integrity or sustainability. Furthermore, WarpRec anticipates the shift toward Agentic AI, leading Recommender Systems to evolve from static ranking engines into interactive tools within the Generative AI ecosystem. In summary, WarpRec not only bridges the gap between academia and industry but also can serve as the architectural backbone for the next generation of sustainable, agent-ready Recommender Systems. Code is available at https://github.com/sisinflab/warprec/