paper-with-me

홈 › Papers

SIGformer: Sign-aware Graph Transformer for Recommendation

2024-04-18 · Sirui Chen, Jiawei Chen, Sheng Zhou, Bohao Wang, Shen Han, Chanfei Su, Yuqing Yuan, Can Wang

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.

📄 PDF Abstract BibTeX arXiv:2404.11982

Code (1)

stupidthree/sigformer 공식 구현 pytorch

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

SigFormer: Sparse Signal-Guided Transformer for Multi-Modal Human Action Segmentation

2023-11-29 · Qi Liu, Xinchen Liu, Kun Liu, Xiaoyan Gu 외

Multi-modal human action segmentation is a critical and challenging task with a wide range of applications. Nowadays, the majority of approaches concentrate on the fusion of dense signals (i.e., RGB, optical flow, and de…

Action SegmentationOptical Flow Estimationvalid

SigFormer: Signature Transformers for Deep Hedging

2023-10-20 · Anh Tong, Thanh Nguyen-Tang, Dongeun Lee, Toan Tran 외

Deep hedging is a promising direction in quantitative finance, incorporating models and techniques from deep learning research. While giving excellent hedging strategies, models inherently requires careful treatment in d…

Deep Learning

Position-aware Graph Transformer for Recommendation

2024-12-25 · Jiajia Chen, Jiancan Wu, Jiawei Chen, Chongming Gao 외

Collaborative recommendation fundamentally involves learning high-quality user and item representations from interaction data. Recently, graph convolution networks (GCNs) have advanced the field by utilizing high-order c…

Collaborative FilteringPosition

Knowledge Enhanced Multi-intent Transformer Network for Recommendation

2024-05-31 · Ding Zou, Wei Wei, Feida Zhu, Chuanyu Xu 외

Incorporating Knowledge Graphs into Recommendation has attracted growing attention in industry, due to the great potential of KG in providing abundant supplementary information and interpretability for the underlying mod…

DenoisingKnowledge GraphsRepresentation Learning

Personalized Graph Neural Networks with Attention Mechanism for Session-Aware Recommendation

2019-10-20 · Mengqi Zhang, Shu Wu, Meng Gao, Xin Jiang 외

The problem of session-aware recommendation aims to predict users' next click based on their current session and historical sessions. Existing session-aware recommendation methods have defects in capturing complex item t…

Graph Neural NetworkMachine TranslationSession-Based Recommendations