Vectorized Context-Aware Embeddings for GAT-Based Collaborative Filtering
Danial Ebrat, Sepideh Ahmadian, Luis Rueda

TL;DR
This paper introduces a GAT-based collaborative filtering framework enhanced with LLM-driven context-aware embeddings, improving recommendation accuracy especially in cold-start and sparse data scenarios by integrating rich textual user and item representations.
Contribution
The novel integration of LLM-generated textual embeddings into GAT-based collaborative filtering, combined with a hybrid loss function, advances recommendation performance in cold-start and sparse data situations.
Findings
Improved accuracy metrics (Precision, NDCG, MAP) on MovieLens datasets.
Robust performance for users with limited interaction history.
Ablation studies highlight the importance of LLM embeddings and cosine similarity.
Abstract
Recommender systems often struggle with data sparsity and cold-start scenarios, limiting their ability to provide accurate suggestions for new or infrequent users. This paper presents a Graph Attention Network (GAT) based Collaborative Filtering (CF) framework enhanced with Large Language Model (LLM) driven context aware embeddings. Specifically, we generate concise textual user profiles and unify item metadata (titles, genres, overviews) into rich textual embeddings, injecting these as initial node features in a bipartite user item graph. To further optimize ranking performance, we introduce a hybrid loss function that combines Bayesian Personalized Ranking (BPR) with a cosine similarity term and robust negative sampling, ensuring explicit negative feedback is distinguished from unobserved data. Experiments on the MovieLens 100k and 1M datasets show consistent improvements over…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
