IRAISep 26, 2021

SimpleX: A Simple and Strong Baseline for Collaborative Filtering

arXiv:2109.12613v3216 citations
Originality Incremental advance
AI Analysis

This work provides a strong baseline for recommender systems research, highlighting the importance of loss functions and negative sampling, though it is incremental in focusing on these components rather than interaction encoders.

The paper tackled the under-explored impacts of loss functions and negative sampling ratios in collaborative filtering, showing that a simple model with a new cosine contrastive loss and large negative sampling ratio achieves up to 48.5% improvement in NDCG@20 over state-of-the-art models.

Collaborative filtering (CF) is a widely studied research topic in recommender systems. The learning of a CF model generally depends on three major components, namely interaction encoder, loss function, and negative sampling. While many existing studies focus on the design of more powerful interaction encoders, the impacts of loss functions and negative sampling ratios have not yet been well explored. In this work, we show that the choice of loss function as well as negative sampling ratio is equivalently important. More specifically, we propose the cosine contrastive loss (CCL) and further incorporate it to a simple unified CF model, dubbed SimpleX. Extensive experiments have been conducted on 11 benchmark datasets and compared with 29 existing CF models in total. Surprisingly, the results show that, under our CCL loss and a large negative sampling ratio, SimpleX can surpass most sophisticated state-of-the-art models by a large margin (e.g., max 48.5% improvement in NDCG@20 over LightGCN). We believe that SimpleX could not only serve as a simple strong baseline to foster future research on CF, but also shed light on the potential research direction towards improving loss function and negative sampling. Our source code will be available at https://reczoo.github.io/SimpleX.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes