paper-with-me

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 complete. Current rule mining approaches rely on schemata or store the graph in-memory, which can be unfeasible for large graphs. In this paper, we introduce HornConcerto, an algorithm to discover Horn clauses in large graphs without the need of a schema. Using a standard fact-based confidence score, we can mine close Horn rules having an arbitrary body size. We show that our method can outperform existing approaches in terms of runtime and memory consumption and mine high-quality rules for the link prediction task, achieving state-of-the-art results on a widely-used benchmark. Moreover, we find that rules alone can perform inference significantly faster than embedding-based methods and achieve accuracies on link prediction comparable to resource-demanding approaches such as Markov Logic Networks.

📄 PDF Abstract BibTeX arXiv:1802.03638

Code (1)

mommi84/horn-concerto 공식 구현

Tasks

Link Prediction

Similar Papers 제목 키워드 기반

Integrating Vague Association Mining with Markov Model

2014-05-08 · Priya Bajaj, Supriya Raheja

The increasing demand of world wide web raises the need of predicting the user's web page request.The most widely used approach to predict the web pages is the pattern discovery process of Web usage mining. This process …

Clusteringmodel

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

A Vague Improved Markov Model Approach for Web Page Prediction

2014-05-08 · Priya Bajaj, Supriya Raheja

Today most of the information in all areas is available over the web. It increases the web utilization as well as attracts the interest of researchers to improve the effectiveness of web access and web utilization. As th…

Prediction

Beyond Accuracy: Measuring Logical Compliance of Predictive Models

2026-06-18 · Guillaume Olivier Delplanque, Pierre Genevès, Nabil Layaïda, Zephirin Faure arxiv

Machine learning models are predominantly evaluated through predictive performance metrics such as ranking quality, prediction error, or classification accuracy. While these metrics effectively quantify how closely predi…

Link Prediction

A Hybrid Model for Learning Embeddings and Logical Rules Simultaneously from Knowledge Graphs

2020-09-22 · Susheel Suresh, Jennifer Neville

The problem of knowledge graph (KG) reasoning has been widely explored by traditional rule-based systems and more recently by knowledge graph embedding methods. While logical rules can capture deterministic behavior in a…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs