paper-with-me

Papers

Efficient Probabilistic Logic Reasoning with Graph Neural Networks

2020-01-29 · ICLR 2020 1 · Yuyu Zhang, Xinshi Chen, Yuan Yang, Arun Ramamurthy, Bo Li, Yuan Qi, Le Song

Markov Logic Networks (MLNs), which elegantly combine logic rules and probabilistic graphical models, can be used to address many knowledge graph problems. However, inference in MLN is computationally intensive, making the industrial-scale application of MLN very difficult. In recent years, graph neural networks (GNNs) have emerged as efficient and effective tools for large-scale graph problems. Nevertheless, GNNs do not explicitly incorporate prior logic rules into the models, and may require many labeled examples for a target task. In this paper, we explore the combination of MLNs and GNNs, and use graph neural networks for variational inference in MLN. We propose a GNN variant, named ExpressGNN, which strikes a nice balance between the representation power and the simplicity of the model. Our extensive experiments on several benchmark datasets demonstrate that ExpressGNN leads to effective and efficient probabilistic logic reasoning.

📄 PDF Abstract BibTeX arXiv:2001.11850

Code (1)

expressGNN/ExpressGNN 공식 구현 pytorch

Tasks

Variational Inference

Methods 이 논문이 사용한 방법론

Affine Coupling 설명 없음
Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

Can Graph Neural Networks Help Logic Reasoning?

2019-06-05 · Yuyu Zhang, Xinshi Chen, Yuan Yang, Arun Ramamurthy 외

Effectively combining logic reasoning and probabilistic inference has been a long-standing goal of machine learning: the former has the ability to generalize with small training data, while the latter provides a principl…

Swift Markov Logic for Probabilistic Reasoning on Knowledge Graphs

2022-10-01 · Luigi Bellomarini, Eleonora Laurenza, Emanuel Sallinger, Evgeny Sherkhonov

We provide a framework for probabilistic reasoning in Vadalog-based Knowledge Graphs (KGs), satisfying the requirements of ontological reasoning: full recursion, powerful existential quantification, expression of inducti…

Knowledge GraphsManagementRelational Reasoning

Neural Probabilistic Logic Learning for Knowledge Graph Reasoning

2024-07-04 · Fengsong Sun, Jinyu Wang, Zhiqing Wei, Xianchao Zhang

Knowledge graph (KG) reasoning is a task that aims to predict unknown facts based on known factual samples. Reasoning methods can be divided into two categories: rule-based methods and KG-embedding based methods. The for…

Knowledge GraphsVariational Inference

Probabilistic Logic Neural Networks for Reasoning

2019-06-20 · NeurIPS 2019 12 · Meng Qu, Jian Tang

Knowledge graph reasoning, which aims at predicting the missing facts through reasoning with the observed facts, is critical to many applications. Such a problem has been widely explored by traditional logic rule-based a…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs

T-CPDL: A Temporal Causal Probabilistic Description Logic for Developing Logic-RAG Agent

2025-06-23 · Hong Qing Yu

Large language models excel at generating fluent text but frequently struggle with structured reasoning involving temporal constraints, causal relationships, and probabilistic reasoning. To address these limitations, we …

Causal InferenceDecision MakingRAGRetrieval-augmented Generation