paper-with-me

Papers

Triple Structural Information Modelling for Accurate, Explainable and Interactive Recommendation

2023-04-23 · Jiahao Liu, Dongsheng Li, Hansu Gu, Tun Lu, Peng Zhang, Li Shang, Ning Gu

In dynamic interaction graphs, user-item interactions usually follow heterogeneous patterns, represented by different structural information, such as user-item co-occurrence, sequential information of user interactions and the transition probabilities of item pairs. However, the existing methods cannot simultaneously leverage all three structural information, resulting in suboptimal performance. To this end, we propose TriSIM4Rec, a triple structural information modeling method for accurate, explainable and interactive recommendation on dynamic interaction graphs. Specifically, TriSIM4Rec consists of 1) a dynamic ideal low-pass graph filter to dynamically mine co-occurrence information in user-item interactions, which is implemented by incremental singular value decomposition (SVD); 2) a parameter-free attention module to capture sequential information of user interactions effectively and efficiently; and 3) an item transition matrix to store the transition probabilities of item pairs. Then, we fuse the predictions from the triple structural information sources to obtain the final recommendation results. By analyzing the relationship between the SVD-based and the recently emerging graph signal processing (GSP)-based collaborative filtering methods, we find that the essence of SVD is an ideal low-pass graph filter, so that the interest vector space in TriSIM4Rec can be extended to achieve explainable and interactive recommendation, making it possible for users to actively break through the information cocoons. Experiments on six public datasets demonstrated the effectiveness of TriSIM4Rec in accuracy, explainability and interactivity.

📄 PDF Abstract BibTeX arXiv:2304.11528

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringInteractive Recommendation

Similar Papers 제목 키워드 기반

Reinforcement Learning based Path Exploration for Sequential Explainable Recommendation

2021-11-24 · Yicong Li, Hongxu Chen, Yile Li, Lin Li 외

Recent advances in path-based explainable recommendation systems have attracted increasing attention thanks to the rich information provided by knowledge graphs. Most existing explainable recommendations only utilize sta…

Explainable RecommendationKnowledge GraphsRecommendation Systemsreinforcement-learning+2

GLProtein: Global-and-Local Structure Aware Protein Representation Learning

2025-05-17 · Yunqing Liu, Wenqi Fan, XiaoYong Wei, Qing Li

Proteins are central to biological systems, participating as building blocks across all forms of life. Despite advancements in understanding protein functions through protein sequence analysis, there remains potential fo…

Representation LearningTriplet

On the representation and embedding of knowledge bases beyond binary relations

2016-04-28 · Jianfeng Wen, Jian-Xin Li, Yongyi Mao, Shini Chen 외

The models developed to date for knowledge base embedding are all based on the assumption that the relations contained in knowledge bases are binary. For the training and testing of these embedding models, multi-fold (or…

Triples-to-Text Generation with Reinforcement Learning Based Graph-augmented Neural Networks

2021-11-20 · Hanning Gao, Lingfei Wu, Hongyun Zhang, Zhihua Wei 외

Considering a collection of RDF triples, the RDF-to-text generation task aims to generate a text description. Most previous methods solve this task using a sequence-to-sequence model or using a graph-based model to encod…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Text Generation

LLMAtKGE: Large Language Models as Explainable Attackers against Knowledge Graph Embeddings

2025-10-13 · Ting Li, Yang Yang, Yipeng Yu, Liang Yao 외 arxiv

Adversarial attacks on knowledge graph embeddings (KGE) aim to disrupt the model's ability of link prediction by removing or inserting triples. A recent black-box method has attempted to incorporate textual and structura…

Triple ClassificationLink Prediction