Paper

[WWW2021-FairGo] Learning Fair Representations for Recommendation: A Graph-based Perspective [pdf] [code]

One word: The correlation between users and items is not considered in fair recommendation model. Removing the sensitive attributes of the user and user-centric graph embedding, then achieving fairness.

[AAAI2020-LR-GCCF] Revisiting Graph based Collaborative Filtering: A Linear Residual Graph Convolutional Network Approach [pdf] [code]

One word: Focusing on over-smoothing problem and training difficulty problem. Removing non-linear activations and designing residual network structure to solve problem.

[TKDE2019-HASC] A Hierarchical Attention Model for Social Contextual Image Recommendation [pdf arxiv] [code]

One word: Focuing on fuseing various kinds of side information(e.g., image visual representation, social network). We develop a hierarchical attention model for social contextual image recommendation.

Dataset

Flickr-collect and organize by myself

In TKDE2019-HASC, we collected and published Flickr data with rich information.

F_L dataset, ensure each user and each image have at least 10 rating records. [download_link]

F_S dataset, a smaller but denser dataset. [download_link]

Skills of Writing and Training Code