Hgformer is a hyperbolic graph transformer for collaborative filtering that reports improved recall and NDCG on six datasets, but its linear-attention approximation is not actually unbiased as claimed.
SIGformer: Sign-aware Graph Transformer for Recommendation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In recommender systems, most graph-based methods focus on positive user feedback, while overlooking the valuable negative feedback. Integrating both positive and negative feedback to form a signed graph can lead to a more comprehensive understanding of user preferences. However, the existing efforts to incorporate both types of feedback are sparse and face two main limitations: 1) They process positive and negative feedback separately, which fails to holistically leverage the collaborative information within the signed graph; 2) They rely on MLPs or GNNs for information extraction from negative feedback, which may not be effective. To overcome these limitations, we introduce SIGformer, a new method that employs the transformer architecture to sign-aware graph-based recommendation. SIGformer incorporates two innovative positional encodings that capture the spectral properties and path patterns of the signed graph, enabling the full exploitation of the entire graph. Our extensive experiments across five real-world datasets demonstrate the superiority of SIGformer over state-of-the-art methods. The code is available at https://github.com/StupidThree/SIGformer.
citation-role summary
citation-polarity summary
fields
cs.IR 1years
2024 1verdicts
REJECT 1roles
contradiction 1polarities
contest 1representative citing papers
citing papers explorer
-
Hgformer: Hyperbolic Graph Transformer for Recommendation
Hgformer is a hyperbolic graph transformer for collaborative filtering that reports improved recall and NDCG on six datasets, but its linear-attention approximation is not actually unbiased as claimed.