Table of Contents
Fetching ...

GENET: Unleashing the Power of Side Information for Recommendation via Hypergraph Pre-training

Yang Li, Qi'ao Zhao, Chen Lin, Zhenjie Zhang, Xiaomin Zhu, Jinsong Su

TL;DR

The paper addresses sparse feedback in recommendation systems by leveraging diverse side information with a unified hypergraph pre-training framework. GENET pre-trains user/item representations on side information via a hypergraph, then fine-tunes on user feedback, using three pre-training tasks—Hyperlink Prediction, global and local Hypergraph contrastive learning—and a robustness strategy that perturbs positive samples. It demonstrates that GENET generalizes across domains and side-information types, achieving up to 38% improvements in TOP-N and sequential recommendations and substantial cold-start gains. The work provides a scalable, modality-agnostic approach with practical benefits for real-world recommender systems.

Abstract

Recommendation with side information has drawn significant research interest due to its potential to mitigate user feedback sparsity. However, existing models struggle with generalization across diverse domains and types of side information. In particular, three challenges have not been addressed, and they are (1) the diverse formats of side information, including text sequences. (2) The diverse semantics of side information that describes items and users from multi-level in a context different from recommendation systems. (3) The diverse correlations in side information to measure similarity over multiple objects beyond pairwise relations. In this paper, we introduce GENET (Generalized hypErgraph pretraiNing on sidE informaTion), which pre-trains user and item representations on feedback-irrelevant side information and fine-tunes the representations on user feedback data. GENET leverages pre-training as a means to prevent side information from overshadowing critical ID features and feedback signals. It employs a hypergraph framework to accommodate various types of diverse side information. During pre-training, GENET integrates tasks for hyperlink prediction and self-supervised contrast to capture fine-grained semantics at both local and global levels. Additionally, it introduces a unique strategy to enhance pre-training robustness by perturbing positive samples while maintaining high-order relations. Extensive experiments demonstrate that GENET exhibits strong generalization capabilities, outperforming the SOTA method by up to 38% in TOP-N recommendation and Sequential recommendation tasks on various datasets with different side information.

GENET: Unleashing the Power of Side Information for Recommendation via Hypergraph Pre-training

TL;DR

The paper addresses sparse feedback in recommendation systems by leveraging diverse side information with a unified hypergraph pre-training framework. GENET pre-trains user/item representations on side information via a hypergraph, then fine-tunes on user feedback, using three pre-training tasks—Hyperlink Prediction, global and local Hypergraph contrastive learning—and a robustness strategy that perturbs positive samples. It demonstrates that GENET generalizes across domains and side-information types, achieving up to 38% improvements in TOP-N and sequential recommendations and substantial cold-start gains. The work provides a scalable, modality-agnostic approach with practical benefits for real-world recommender systems.

Abstract

Recommendation with side information has drawn significant research interest due to its potential to mitigate user feedback sparsity. However, existing models struggle with generalization across diverse domains and types of side information. In particular, three challenges have not been addressed, and they are (1) the diverse formats of side information, including text sequences. (2) The diverse semantics of side information that describes items and users from multi-level in a context different from recommendation systems. (3) The diverse correlations in side information to measure similarity over multiple objects beyond pairwise relations. In this paper, we introduce GENET (Generalized hypErgraph pretraiNing on sidE informaTion), which pre-trains user and item representations on feedback-irrelevant side information and fine-tunes the representations on user feedback data. GENET leverages pre-training as a means to prevent side information from overshadowing critical ID features and feedback signals. It employs a hypergraph framework to accommodate various types of diverse side information. During pre-training, GENET integrates tasks for hyperlink prediction and self-supervised contrast to capture fine-grained semantics at both local and global levels. Additionally, it introduces a unique strategy to enhance pre-training robustness by perturbing positive samples while maintaining high-order relations. Extensive experiments demonstrate that GENET exhibits strong generalization capabilities, outperforming the SOTA method by up to 38% in TOP-N recommendation and Sequential recommendation tasks on various datasets with different side information.
Paper Structure (20 sections, 13 equations, 4 figures, 3 tables)

This paper contains 20 sections, 13 equations, 4 figures, 3 tables.

Figures (4)

  • Figure 1: NDCG@10 on the Gowalla and FourSquare dataset by incorporating side information at feature, model, and signal level upon backbone models LightGCN and SimRec
  • Figure 2: Different types of side information and the construction of hypergraphs
  • Figure 3: The framework of $\texttt{GENET}\xspace$ pre-training phase and fine-tuning stage.
  • Figure 4: Performances of GENET variants, different pre-training tasks and cold start.