Collaborative Filtering

369 papers with code • 1 benchmarks • 4 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Collaborative Filtering models and implementations

Cluster-based Graph Collaborative Filtering

zhao254014/clustergcf 16 Apr 2024

This model performs high-order graph convolution on cluster-specific graphs, which are constructed by capturing the multiple interests of users and identifying the common interests among them.

0
16 Apr 2024

Countering Mainstream Bias via End-to-End Adaptive Local Learning

jp-25/end-to-end-adaptive-local-leanring-tall- 13 Apr 2024

In this paper, we identify two root causes of this mainstream bias: (i) discrepancy modeling, whereby CF algorithms focus on modeling mainstream users while neglecting niche users with unique preferences; and (ii) unsynchronized learning, where niche users require more training epochs than mainstream users to reach peak performance.

1
13 Apr 2024

A Review of Modern Recommender Systems Using Generative Models (Gen-RecSys)

yasdel/llm-recsys 31 Mar 2024

Traditional recommender systems (RS) have used user-item rating histories as their primary data source, with collaborative filtering being one of the principal methods.

14
31 Mar 2024

KGUF: Simple Knowledge-aware Graph-based Recommender with User-based Semantic Features Filtering

sisinflab/kguf 29 Mar 2024

The recent integration of Graph Neural Networks (GNNs) into recommendation has led to a novel family of Collaborative Filtering (CF) approaches, namely Graph Collaborative Filtering (GCF).

1
29 Mar 2024

Sequential Recommendation with Latent Relations based on Large Language Model

ysh-1998/lrd 27 Mar 2024

Different from previous relation-aware models that rely on predefined rules, we propose to leverage the Large Language Model (LLM) to provide new types of relations and connections between items.

7
27 Mar 2024

Lightweight Embeddings for Graph Collaborative Filtering

xurong-liang/LEGCF 27 Mar 2024

Graph neural networks (GNNs) are currently one of the most performant collaborative filtering methods.

3
27 Mar 2024

AFDGCF: Adaptive Feature De-correlation Graph Collaborative Filtering for Recommendations

u-rara/afdgcf 26 Mar 2024

Collaborative filtering methods based on graph neural networks (GNNs) have witnessed significant success in recommender systems (RS), capitalizing on their ability to capture collaborative signals within intricate user-item relationships via message-passing mechanisms.

1
26 Mar 2024

Knowledge-aware Dual-side Attribute-enhanced Recommendation

tjtp/kdar 24 Mar 2024

Specifically, we build \textit{user preference representations} and \textit{attribute fusion representations} upon the attribute information in knowledge graphs, which are utilized to enhance \textit{collaborative filtering} (CF) based user and item representations, respectively.

1
24 Mar 2024

Knowledge-Enhanced Recommendation with User-Centric Subgraph Network

leolouis14/kucnet 21 Mar 2024

Recommendation systems, as widely implemented nowadays on various platforms, recommend relevant items to users based on their preferences.

4
21 Mar 2024

Accelerating Matrix Factorization by Dynamic Pruning for Fast Recommendation

git-smsun/dp-mf 18 Mar 2024

The fine-grained structured sparsity causes a large amount of unnecessary operations during both matrix multiplication and latent factor update, increasing the computational time of the MF training process.

0
18 Mar 2024