paper-with-me

Papers

Interact2Vec -- An efficient neural network-based model for simultaneously learning users and items embeddings in recommender systems

2025-06-27 · Pedro R. Pires, Tiago A. Almeida

Over the past decade, recommender systems have experienced a surge in popularity. Despite notable progress, they grapple with challenging issues, such as high data dimensionality and sparseness. Representing users and items as low-dimensional embeddings learned via neural networks has become a leading solution. However, while recent studies show promising results, many approaches rely on complex architectures or require content data, which may not always be available. This paper presents Interact2Vec, a novel neural network-based model that simultaneously learns distributed embeddings for users and items while demanding only implicit feedback. The model employs state-of-the-art strategies that natural language processing models commonly use to optimize the training phase and enhance the final embeddings. Two types of experiments were conducted regarding the extrinsic and intrinsic quality of the model. In the former, we benchmarked the recommendations generated by Interact2Vec's embeddings in a top-$N$ ranking problem, comparing them with six other recommender algorithms. The model achieved the second or third-best results in 30\% of the datasets, being competitive with other recommenders, and has proven to be very efficient with an average training time reduction of 274\% compared to other embedding-based models. Later, we analyzed the intrinsic quality of the embeddings through similarity tables. Our findings suggest that Interact2Vec can achieve promising results, especially on the extrinsic task, and is an excellent embedding-generator model for scenarios of scarce computing resources, enabling the learning of item and user embeddings simultaneously and efficiently.

📄 PDF Abstract BibTeX arXiv:2506.22648

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient Neural NetworkRecommendation Systems

Similar Papers 제목 키워드 기반

Uncertainty-aware Consistency Learning for Cold-Start Item Recommendation

2023-08-07 · Taichi Liu, Chen Gao, Zhenyu Wang, Dong Li 외

Graph Neural Network (GNN)-based models have become the mainstream approach for recommender systems. Despite the effectiveness, they are still suffering from the cold-start problem, i.e., recommend for few-interaction it…

Graph Neural NetworkRecommendation Systems

Dynamic Graph Collaborative Filtering

2021-01-08 · Xiaohan Li, Mengqi Zhang, Shu Wu, Zheng Liu 외

Dynamic recommendation is essential for modern recommender systems to provide real-time predictions based on sequential data. In real-world scenarios, the popularity of items and interests of users change over time. Base…

Collaborative FilteringRecommendation Systems

Graph Reasoning for Explainable Cold Start Recommendation

2024-06-11 · Jibril Frej, Marta Knezevic, Tanja Kaser

The cold start problem, where new users or items have no interaction history, remains a critical challenge in recommender systems (RS). A common solution involves using Knowledge Graphs (KG) to train entity embeddings or…

Entity EmbeddingsKnowledge GraphsRecommendation Systems

Dual-embedding based Neural Collaborative Filtering for Recommender Systems

2021-02-04 · Gongshan He, Dongxing Zhao, Lixin Ding

Among various recommender techniques, collaborative filtering (CF) is the most successful one. And a key problem in CF is how to represent users and items. Previous works usually represent a user (an item) as a vector of…

Collaborative FilteringRecommendation Systems

Enhancing Recommender Systems Using Textual Embeddings from Pre-trained Language Models

2025-03-24 · Ngoc Luyen Le, Marie-Hélène Abel

Recent advancements in language models and pre-trained language models like BERT and RoBERTa have revolutionized natural language processing, enabling a deeper understanding of human-like language. In this paper, we expl…

Recommendation Systems