paper-with-me

홈 › Papers

R5: Rule Discovery with Reinforced and Recurrent Relational Reasoning

2022-05-13 · ICLR 2022 4 · Shengyao Lu, Bang Liu, Keith G. Mills, Shangling Jui, Di Niu

Systematicity, i.e., the ability to recombine known parts and rules to form new sequences while reasoning over relational data, is critical to machine intelligence. A model with strong systematicity is able to train on small-scale tasks and generalize to large-scale tasks. In this paper, we propose R5, a relational reasoning framework based on reinforcement learning that reasons over relational graph data and explicitly mines underlying compositional logical rules from observations. R5 has strong systematicity and being robust to noisy data. It consists of a policy value network equipped with Monte Carlo Tree Search to perform recurrent relational prediction and a backtrack rewriting mechanism for rule mining. By alternately applying the two components, R5 progressively learns a set of explicit rules from data and performs explainable and generalizable relation prediction. We conduct extensive evaluations on multiple datasets. Experimental results show that R5 outperforms various embedding-based and rule induction baselines on relation prediction tasks while achieving a high recall rate in discovering ground truth rules.

📄 PDF Abstract BibTeX arXiv:2205.06454

Code (1)

sluxsr/r5_graph_reasoning 공식 구현 pytorch

Tasks

PredictionRelationRelational ReasoningRelation Prediction

Similar Papers 제목 키워드 기반

EM-RBR: a reinforced framework for knowledge graph completion from reasoning perspective

2020-09-18 · Zhaochong An, Bozhou Chen, Houde Quan, Qihui Lin 외

Knowledge graph completion aims to predict the new links in given entities among the knowledge graph (KG). Most mainstream embedding methods focus on fact triplets contained in the given KG, however, ignoring the rich ba…

Knowledge Graph CompletionLink PredictionRelation

Recurrent Relational Networks for complex relational reasoning

2018-01-01 · ICLR 2018 1 · Rasmus Berg Palm, Ulrich Paquet, Ole Winther

Humans possess an ability to abstractly reason about objects and their interactions, an ability not shared with state-of-the-art deep learning models. Relational networks, introduced by Santoro et al. (2017), add the cap…

Relational Reasoning

Recurrent Relational Networks

2017-11-21 · NeurIPS 2018 12 · Rasmus Berg Palm, Ulrich Paquet, Ole Winther

This paper is concerned with learning to solve tasks that require a chain of interdependent steps of relational inference, like answering complex questions about the relationships between objects, or solving puzzles wher…

DiagnosticQuestion AnsweringRelational Reasoning

RuleReasoner: Reinforced Rule-based Reasoning via Domain-aware Dynamic Sampling

2025-06-10 · Yang Liu, Jiaqi Li, Zilong Zheng

Rule-based reasoning has been acknowledged as one of the fundamental problems in reasoning, while deviations in rule formats, types, and complexity in real-world applications pose severe challenges. Recent studies have s…

Computational EfficiencyReinforcement Learning (RL)

Towards Enhancing Relational Rules for Knowledge Graph Link Prediction

2023-10-20 · Shuhan Wu, Huaiyu Wan, Wei Chen, Yuting Wu 외

Graph neural networks (GNNs) have shown promising performance for knowledge graph reasoning. A recent variant of GNN called progressive relational graph neural network (PRGNN), utilizes relational rules to infer missing …

Graph Neural NetworkInductive Link PredictionLink PredictionPrediction+1