paper-with-me

Papers

A Thorough Performance Benchmarking on Lightweight Embedding-based Recommender Systems

2024-06-25 · Hung Vinh Tran, Tong Chen, Quoc Viet Hung Nguyen, Zi Huang, Lizhen Cui, Hongzhi Yin

Since the creation of the Web, recommender systems (RSs) have been an indispensable mechanism in information filtering. State-of-the-art RSs primarily depend on categorical features, which ecoded by embedding vectors, resulting in excessively large embedding tables. To prevent over-parameterized embedding tables from harming scalability, both academia and industry have seen increasing efforts in compressing RS embeddings. However, despite the prosperity of lightweight embedding-based RSs (LERSs), a wide diversity is seen in evaluation protocols, resulting in obstacles when relating LERS performance to real-world usability. Moreover, despite the common goal of lightweight embeddings, LERSs are evaluated with a single choice between the two main recommendation tasks -- collaborative filtering and content-based recommendation. This lack of discussions on cross-task transferability hinders the development of unified, more scalable solutions. Motivated by these issues, this study investigates various LERSs' performance, efficiency, and cross-task transferability via a thorough benchmarking process. Additionally, we propose an efficient embedding compression method using magnitude pruning, which is an easy-to-deploy yet highly competitive baseline that outperforms various complex LERSs. Our study reveals the distinct performance of LERSs across the two tasks, shedding light on their effectiveness and generalizability. To support edge-based recommendations, we tested all LERSs on a Raspberry Pi 4, where the efficiency bottleneck is exposed. Finally, we conclude this paper with critical summaries of LERS performance, model selection suggestions, and underexplored challenges around LERSs for future research. To encourage future research, we publish source codes and artifacts at \href{this link}{https://github.com/chenxing1999/recsys-benchmark}.

📄 PDF Abstract BibTeX arXiv:2406.17335

Code (1)

chenxing1999/recsys-benchmark 공식 구현 pytorch

Tasks

BenchmarkingCollaborative FilteringModel SelectionRaspberry Pi 4Recommendation Systems

Similar Papers 제목 키워드 기반

Benchmarking LLMs in Recommendation Tasks: A Comparative Evaluation with Conventional Recommenders

2025-03-07 · Qijiong Liu, Jieming Zhu, Lu Fan, Kun Wang 외

In recent years, integrating large language models (LLMs) into recommender systems has created new opportunities for improving recommendation quality. However, a comprehensive benchmark is needed to thoroughly evaluate a…

BenchmarkingClick-Through Rate PredictionRecommendation SystemsSequential Recommendation

The Future is Sparse: Embedding Compression for Scalable Retrieval in Recommender Systems

2025-05-16 · Petr Kasalický, Martin Spišák, Vojtěch Vančura, Daniel Bohuněk 외

Industry-scale recommender systems face a core challenge: representing entities with high cardinality, such as users or items, using dense embeddings that must be accessible during both training and inference. However, a…

Recommendation SystemsRetrieval

Lightweight Self-Attentive Sequential Recommendation

2021-08-25 · Yang Li, Tong Chen, Peng-Fei Zhang, Hongzhi Yin

Modern deep neural networks (DNNs) have greatly facilitated the development of sequential recommender systems by achieving state-of-the-art recommendation performance on various sequential recommendation tasks. Given a s…

Recommendation SystemsSequential Recommendation

Integrating Textual Embeddings from Contrastive Learning with Generative Recommender for Enhanced Personalization

2025-04-13 · Yijun Liu

Recent advances in recommender systems have highlighted the complementary strengths of generative modeling and pretrained language models. We propose a hybrid framework that augments the Hierarchical Sequential Transduct…

Contrastive LearningRecommendation Systems

Learning Compact Compositional Embeddings via Regularized Pruning for Recommendation

2023-09-07 · Xurong Liang, Tong Chen, Quoc Viet Hung Nguyen, JianXin Li 외

Latent factor models are the dominant backbones of contemporary recommender systems (RSs) given their performance advantages, where a unique vector embedding with a fixed dimensionality (e.g., 128) is required to represe…

Recommendation Systems