paper-with-me

홈 › Papers

ChatRule: Mining Logical Rules with Large Language Models for Knowledge Graph Reasoning

2023-09-04 · Linhao Luo, Jiaxin Ju, Bo Xiong, Yuan-Fang Li, Gholamreza Haffari, Shirui Pan

Logical rules are essential for uncovering the logical connections between relations, which could improve reasoning performance and provide interpretable results on knowledge graphs (KGs). Although there have been many efforts to mine meaningful logical rules over KGs, existing methods suffer from computationally intensive searches over the rule space and a lack of scalability for large-scale KGs. Besides, they often ignore the semantics of relations which is crucial for uncovering logical connections. Recently, large language models (LLMs) have shown impressive performance in the field of natural language processing and various applications, owing to their emergent ability and generalizability. In this paper, we propose a novel framework, ChatRule, unleashing the power of large language models for mining logical rules over knowledge graphs. Specifically, the framework is initiated with an LLM-based rule generator, leveraging both the semantic and structural information of KGs to prompt LLMs to generate logical rules. To refine the generated rules, a rule ranking module estimates the rule quality by incorporating facts from existing KGs. Last, the ranked rules can be used to conduct reasoning over KGs. ChatRule is evaluated on four large-scale KGs, w.r.t. different rule quality metrics and downstream tasks, showing the effectiveness and scalability of our method.

📄 PDF Abstract BibTeX arXiv:2309.01538

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Beyond Markov Logic: Efficient Mining of Prediction Rules in Large Graphs

2018-02-10 · Tommaso Soru, André Valdestilhas, Edgard Marx, Axel-Cyrille Ngonga Ngomo

Graph representations of large knowledge bases may comprise billions of edges. Usually built upon human-generated ontologies, several knowledge bases do not feature declared ontological rules and are far from being compl…

Link Prediction

A hybrid spatial data mining approach based on fuzzy topological relations and MOSES evolutionary algorithm

2017-04-21 · Amir Hossein Goudarzi, Nasser Ghadiri

Making high-quality decisions in strategic spatial planning is heavily dependent on extracting knowledge from vast amounts of data. Although many decision-making problems like developing urban areas require such percepti…

Decision MakingGeneral Classification

DRUM: End-To-End Differentiable Rule Mining On Knowledge Graphs

2019-10-31 · NeurIPS 2019 12 · Ali Sadeghian, Mohammadreza Armandpour, Patrick Ding, Daisy Zhe Wang

In this paper, we study the problem of learning probabilistic logical rules for inductive and interpretable link prediction. Despite the importance of inductive link prediction, most previous works focused on transductiv…

Inductive knowledge graph completionInductive Link PredictionKnowledge GraphsLink Prediction+1

Differentiable Learning of Graph-like Logical Rules from Knowledge Graphs

2021-01-01 · Hongzhi Shi, Quanming Yao, Yong Li

Logical rules inside a knowledge graph (KG) are essential for reasoning, logical inference, and rule mining. However, existing works can only handle simple, i.e., chain-like and tree-like, rules and cannot capture KG's c…

Knowledge Graphs

AE SemRL: Learning Semantic Association Rules with Autoencoders

2024-03-26 · Erkan Karabulut, Victoria Degeler, Paul Groth

Association Rule Mining (ARM) is the task of learning associations among data features in the form of logical rules. Mining association rules from high-dimensional numerical data, for example, time series data from a lar…

Time Series