paper-with-me

홈 › Papers

SLogic: Subgraph-Informed Logical Rule Learning for Knowledge Graph Completion

2025-09-30 · Trung Hoang Le, Tran Cao Son, Huiping Cao arxiv

Logical rule-based methods offer an interpretable approach to knowledge graph completion (KGC) by capturing compositional relationships in the form of human-readable inference rules. While existing logical rule-based methods learn rule confidence scores, they typically assign a global weight to each rule schema, applied uniformly across the graph. This is a significant limitation, as a rule's importance often varies depending on the specific query instance. To address this, we introduce SLogic (Subgraph-Informed Logical Rule learning), a novel framework that assigns query-dependent scores to logical rules. The core of SLogic is a context-aware scoring function. This function determines the importance of a rule by analyzing the subgraph locally defined by the query's head entity, thereby enabling a differentiated weighting of rules specific to their local query contexts. Extensive experiments on benchmark datasets show that SLogic outperforms existing rule-based methods and achieves competitive performance against state-of-the-art baselines. It also generates query-dependent, human-readable logical rules that serve as explicit explanations for its inferences.

📄 PDF Abstract BibTeX arXiv:2510.00279

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph Completion

Similar Papers 제목 키워드 기반

Large Language Model-Enhanced Symbolic Reasoning for Knowledge Base Completion

2025-01-02 · Qiyuan He, Jianfei Yu, Wenya Wang

Integrating large language models (LLMs) with rule-based reasoning offers a powerful solution for improving the flexibility and reliability of Knowledge Base Completion (KBC). Traditional rule-based KBC methods offer ver…

DiversityHallucinationKnowledge Base CompletionLanguage Modeling+2

Scientific Logicality Enriched Methodology for LLM Reasoning: A Practice in Physics

2026-05-16 · Zhaoxin Yu, Nan Xu, Kun Chen, Jiahao Zhao 외 arxiv

With the continuous advancement of reasoning abilities in Large Language Models (LLMs), their application to scientific reasoning tasks has gained significant research attention. Current research primarily emphasizes boo…

IntelliGraphs: Datasets for Benchmarking Knowledge Graph Generation

2023-07-13 · Thiviyan Thanapalasingam, Emile van Krieken, Peter Bloem, Paul Groth

Knowledge Graph Embedding (KGE) models are used to learn continuous representations of entities and relations. A key task in the literature is predicting missing links between entities. However, Knowledge Graphs are not …

BenchmarkingGraph EmbeddingGraph GenerationKnowledge Graph Embedding+2

Knowledge-Informed Local Causal Discovery of Optimal Adjustment Sets

2026-07-05 · Seong Woo Ahn, Alessandro Leite, José Lucas De Melo Costa, Fabrice Popineau 외 arxiv

Local causal discovery is a scalable alternative to global structure learning. However, it can struggle to identify valid adjustment sets in data-scarce settings because of finite-sample uncertainty, incomplete local nei…

GALAX: Graph-Augmented Language Model for Explainable Reinforcement-Guided Subgraph Reasoning in Precision Medicine

2025-09-25 · Heming Zhang, Di Huang, Wenyu Li, Michael Province 외 arxiv

In precision medicine, quantitative multi-omic features, topological context, and textual biological knowledge play vital roles in identifying disease-critical signaling pathways and targets. Existing pipelines capture o…

Reinforcement Learning