paper-with-me

Papers

Neural-Symbolic Recommendation with Graph-Enhanced Information

2023-07-11 · Bang Chen, Wei Peng, Maonian Wu, Bo Zheng, Shaojun Zhu

The recommendation system is not only a problem of inductive statistics from data but also a cognitive task that requires reasoning ability. The most advanced graph neural networks have been widely used in recommendation systems because they can capture implicit structured information from graph-structured data. However, like most neural network algorithms, they only learn matching patterns from a perception perspective. Some researchers use user behavior for logic reasoning to achieve recommendation prediction from the perspective of cognitive reasoning, but this kind of reasoning is a local one and ignores implicit information on a global scale. In this work, we combine the advantages of graph neural networks and propositional logic operations to construct a neuro-symbolic recommendation model with both global implicit reasoning ability and local explicit logic reasoning ability. We first build an item-item graph based on the principle of adjacent interaction and use graph neural networks to capture implicit information in global data. Then we transform user behavior into propositional logic expressions to achieve recommendations from the perspective of cognitive reasoning. Extensive experiments on five public datasets show that our proposed model outperforms several state-of-the-art methods, source code is avaliable at [https://github.com/hanzo2020/GNNLR].

📄 PDF Abstract BibTeX arXiv:2307.05036

Code (1)

hanzo2020/gnnlr 공식 구현 pytorch

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

RAGEAR: Retrieval-Augmented Graph-Enhanced Academic Recommender

2026-05-26 · Francesco Granata, Lorenzo Lamazzi, Misael Mongiovì, Francesco Poggi 외 arxiv

We present RAGEAR (Retrieval-Augmented Graph-Enhanced Academic Recommender), a neurosymbolic recommender system for academic course recommendation. RAGEAR combines dense retrieval over full lecture transcripts with a sym…

Neural-Symbolic Reasoning over Knowledge Graph for Multi-stage Explainable Recommendation

2020-07-26 · Yikun Xian, Zuohui Fu, Qiaoying Huang, S. Muthukrishnan 외

Recent work on recommender systems has considered external knowledge graphs as valuable sources of information, not only to produce better recommendations but also to provide explanations of why the recommended items wer…

Explainable RecommendationKnowledge GraphsRecommendation Systems

Neural, Symbolic and Neural-Symbolic Reasoning on Knowledge Graphs

2020-10-12 · Jing Zhang, Bo Chen, Lingxi Zhang, Xirui Ke 외

Knowledge graph reasoning is the fundamental component to support machine learning applications such as information extraction, information retrieval, and recommendation. Since knowledge graphs can be viewed as the discr…

Information RetrievalKnowledge Graph CompletionKnowledge GraphsQuestion Answering+2

Knowledge Enhanced Multi-Domain Recommendations in an AI Assistant Application

2023-06-09 · Elan Markowitz, Ziyan Jiang, Fan Yang, Xing Fan 외

This work explores unifying knowledge enhanced recommendation with multi-domain recommendation systems in a conversational AI assistant application. Multi-domain recommendation leverages users' interactions in previous d…

Knowledge GraphsRecommendation Systems

Avoiding Over-Personalization with Rule-Guided Knowledge Graph Adaptation for LLM Recommendations

2025-09-08 · Fernando Spadea, Oshani Seneviratne arxiv

We present a lightweight neuro-symbolic framework to mitigate over-personalization in LLM-based recommender systems by adapting user-side Knowledge Graphs (KGs) at inference time. Instead of retraining models or relying …

Knowledge Graphs