paper-with-me

Papers

LFGCF: Light Folksonomy Graph Collaborative Filtering for Tag-Aware Recommendation

2022-08-06 · Yin Zhang, Can Xu, XianJun Wu, Yan Zhang, LiGang Dong, Weigang Wang

Tag-aware recommendation is a task of predicting a personalized list of items for a user by their tagging behaviors. It is crucial for many applications with tagging capabilities like last.fm or movielens. Recently, many efforts have been devoted to improving Tag-aware recommendation systems (TRS) with Graph Convolutional Networks (GCN), which has become new state-of-the-art for the general recommendation. However, some solutions are directly inherited from GCN without justifications, which is difficult to alleviate the sparsity, ambiguity, and redundancy issues introduced by tags, thus adding to difficulties of training and degrading recommendation performance. In this work, we aim to simplify the design of GCN to make it more concise for TRS. We propose a novel tag-aware recommendation model named Light Folksonomy Graph Collaborative Filtering (LFGCF), which only includes the essential GCN components. Specifically, LFGCF first constructs Folksonomy Graphs from the records of user assigning tags and item getting tagged. Then we leverage the simple design of aggregation to learn the high-order representations on Folksonomy Graphs and use the weighted sum of the embeddings learned at several layers for information updating. We share tags embeddings to bridge the information gap between users and items. Besides, a regularization function named TransRT is proposed to better depict user preferences and item features. Extensive hyperparameters experiments and ablation studies on three real-world datasets show that LFGCF uses fewer parameters and significantly outperforms most baselines for the tag-aware top-N recommendations.

📄 PDF Abstract BibTeX arXiv:2208.03454

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringRecommendation SystemsTAG

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Multilevel Browsing of Folksonomy-Based Digital Collections

2025-01-26 · Joaquín Gayoso-Cabada, Daniel Rodríguez-Cerezo, José-Luis Sierra

This paper describes how to extend the usual one-level tag selection navigation paradigm in folksonomy-based digital collections to a multilevel browsing one, according to which it is possible to incrementally narrow dow…

TAG

LightGCN: Simplifying and Powering Graph Convolution Network for Recommendation

2020-02-06 · Xiangnan He, Kuan Deng, Xiang Wang, Yan Li 외

Graph Convolution Network (GCN) has become new state-of-the-art for collaborative filtering. Nevertheless, the reasons of its effectiveness for recommendation are not well understood. Existing work that adapts GCN to rec…

Collaborative FilteringGraph ClassificationMulti-modal RecommendationRecommendation Systems

A Topology-aware Analysis of Graph Collaborative Filtering

2023-08-21 · Daniele Malitesta, Claudio Pomo, Vito Walter Anelli, Alberto Carlo Maria Mancino 외

The successful integration of graph neural networks into recommender systems (RSs) has led to a novel paradigm in collaborative filtering (CF), graph collaborative filtering (graph CF). By representing user-item data as …

Collaborative FilteringGraph SamplingRecommendation Systems

Fair Augmentation for Graph Collaborative Filtering

2024-08-22 · Ludovico Boratto, Francesco Fabbri, Gianni Fenu, Mirko Marras 외

Recent developments in recommendation have harnessed the collaborative power of graph neural networks (GNNs) in learning users' preferences from user-item networks. Despite emerging regulations addressing fairness of aut…

Collaborative FilteringFairness

BeLightRec: A lightweight recommender system enhanced with BERT

2025-03-26 · Manh Mai Van, Tin T. Tran

The trend of data mining using deep learning models on graph neural networks has proven effective in identifying object features through signal encoders and decoders, particularly in recommendation systems utilizing coll…

Collaborative FilteringRecommendation SystemsSemantic SimilaritySemantic Textual Similarity+3