AIIRSep 14, 2023

Neuro-Symbolic Recommendation Model based on Logic Query

arXiv:2309.07594v18 citationsh-index: 54
Originality Incremental advance
AI Analysis

This addresses the challenge of incorporating reasoning into recommendation tasks for users, though it appears incremental as it builds on existing neuro-symbolic and logic-based approaches.

The paper tackles the problem of recommendation systems by proposing a neuro-symbolic model that transforms user interactions into logic expressions and predicts recommendations as query tasks, achieving better performance than state-of-the-art models on three datasets.

A recommendation system assists users in finding items that are relevant to them. Existing recommendation models are primarily based on predicting relationships between users and items and use complex matching models or incorporate extensive external information to capture association patterns in data. However, recommendation is not only a problem of inductive statistics using data; it is also a cognitive task of reasoning decisions based on knowledge extracted from information. Hence, a logic system could naturally be incorporated for the reasoning in a recommendation task. However, although hard-rule approaches based on logic systems can provide powerful reasoning ability, they struggle to cope with inconsistent and incomplete knowledge in real-world tasks, especially for complex tasks such as recommendation. Therefore, in this paper, we propose a neuro-symbolic recommendation model, which transforms the user history interactions into a logic expression and then transforms the recommendation prediction into a query task based on this logic expression. The logic expressions are then computed based on the modular logic operations of the neural network. We also construct an implicit logic encoder to reasonably reduce the complexity of the logic computation. Finally, a user's interest items can be queried in the vector space based on the computation results. Experiments on three well-known datasets verified that our method performs better compared to state of the art shallow, deep, session, and reasoning models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes