knowledge graph embedding

The process of mapping nodes and relations in a knowledge graph to continuous vector representations so symbolic constraints can be integrated with neural models and graph-level tasks (e.g., duplicate-predicate detection) can be automated with high precision and recall.

knowledgegraphembedding

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

This paper addresses core challenges in knowledge graph (KG) relation modeling—namely, mapping complexity (e.g., one-to-many, many-to-many), semantic patterns (symmetry, invertibility, compositionality), implicit hierarchies, and dynamic sparsity. It systematically surveys mainstream approaches, including tensor factorization, geometric embeddings (e.g., RotatE, hyperbolic space), polar coordinate modeling, and neural networks. Methodologically, it introduces, for the first time, a unified four-dimensional analytical framework covering mapping properties, pattern awareness, hierarchical structure, and dynamic adaptability—establishing the most comprehensive taxonomy of relational characteristics to date. The work further identifies rule-guided learning, multimodal fusion, and dynamic relation representation as critical future directions. By providing a principled theoretical foundation for knowledge graph embedding (KGE) design, this study significantly advances robust relational representation under sparse and evolving KG settings.

Addressing sparse and dynamic Knowledge Graphs with innovative approaches.Capturing diverse relation patterns like symmetry and composition.Modeling complex relation mappings in Knowledge Graph Embeddings.

LLM-empowered knowledge graph construction: A survey

Oct 23, 2025
HB
Haonan Bian
🏛️ Xidian University

This paper addresses the limitations of traditional rule- and statistics-based approaches in knowledge graph (KG) construction—namely, ontology engineering, knowledge extraction, and knowledge fusion. It proposes a novel “language-driven generative KG construction” paradigm that unifies schema-based and schema-agnostic methods, establishing synergistic mechanisms between large language models (LLMs) and symbolic KGs for structured organization and open-ended semantic expression. The method integrates prompt engineering, knowledge representation learning, automated reasoning, and multimodal modeling to enable dynamic, interpretable knowledge acquisition and fusion. The study comprehensively surveys technical pathways and bottlenecks, identifying three key research directions: LLM reasoning enhancement via KGs, agent memory modeling with KGs, and multimodal KG construction. Ultimately, this work advances the development of adaptive, neuro-symbolic intelligent knowledge systems.

Analyzing LLM impact on ontology engineering and knowledge extractionBridging symbolic knowledge engineering with neural semantic understandingSurveying LLM-driven knowledge graph construction paradigms

Must-Read Papers

Most classic and influential ideas
View more

This work proposes a novel knowledge graph representation paradigm that addresses the limitations of traditional approaches, which rely on predefined symbolic relations and consequently fail to capture the context-dependency, fine-grained semantics, and inherent uncertainty of real-world relationships—often leading to critical information loss. By reformulating relations as natural language descriptions rather than discrete symbols, the proposed framework leverages the generative and reasoning capabilities of large language models. It integrates prompt engineering with a minimal structural backbone, thereby harmonizing structured scaffolding with unstructured semantic expression. This hybrid design substantially enhances the semantic richness and context-awareness of relation modeling, offering a more adaptive and expressive pathway for knowledge graph construction in the era of large language models.

knowledge graphlarge language modelsnatural-language relations

This work addresses the challenge that existing large language models often generate facts violating ontological constraints during knowledge graph extraction, thereby hindering symbolic reasoning and complex querying. The authors propose a neuro-symbolic framework that innovatively defers ontology-aware consistency correction to a post-processing stage following open-domain extraction. By integrating embedding-driven entity type and predicate normalization, ontology-guided large language model refinement, and SPARQL-based graph pattern analysis, the approach significantly reduces the computational cost of large model invocations while effectively enhancing the logical consistency of the resulting knowledge graph. Experimental results demonstrate that the method substantially decreases ontology violations without compromising question-answering performance and reliably supports graph pattern operations required for symbolic queries.

complex question answeringknowledge graph constructionLLM extraction errors

Current approaches to scientific discovery lack sufficient capacity for deep cross-domain knowledge association and dynamic reasoning. Method: This paper proposes a graph reasoning framework integrating category-theoretic isomorphic representation with preference-guided recursive modeling. It formalizes task-driven reasoning as structured mapping and enables principle-level alignment across heterogeneous domains (e.g., mythology and materials science) via a “Knowledge Garden Growth” strategy. The framework combines graph neural networks, symbolic abstraction, categorical semantic encoding, and reinforcement learning–inspired preference modeling to instantiate a 3-billion-parameter recursive language model. Contribution/Results: It achieves, for the first time, autonomous dynamic knowledge graph generation, abstract pattern extraction, and interpretable answer derivation. Empirical evaluation demonstrates significant improvements in reasoning depth and cross-domain adaptability across hypothesis generation, materials design, and creative reasoning tasks, thereby enabling multi-disciplinary, autonomous scientific discovery.

Adaptive AIInterdisciplinary KnowledgeScientific Discovery

Towards Unified Neurosymbolic Reasoning on Knowledge Graphs

Jul 04, 2025
QL
Qika Lin
🏛️ National University of Singapore | Xi’an Jiaotong University | Institute of Automation, Chinese Academy of Sciences | Nanyang Technological University

Knowledge graph reasoning faces two key challenges: the fragmentation between neural and symbolic approaches, and poor adaptability across diverse reasoning scenarios. To address these, this paper proposes Tunsr, a unified neural-symbolic reasoning framework that— for the first time—integrates transductive, inductive, interpolative, and extrapolative reasoning within a single model. Its core innovations include: (i) a unified reasoning graph structure with forward logical message passing to synergistically combine neural computation and symbolic rules; (ii) the FARI algorithm, enabling dynamic rule merging and automatic induction of first-order logic rules; and (iii) attention-enhanced structural awareness. Extensive experiments across 19 benchmark datasets demonstrate that Tunsr significantly improves cross-scenario generalization, validating both the effectiveness and scalability of deep neural-symbolic integration.

Address diverse real-world reasoning scenariosBridge representation gap between rules and networksIntegrate neural and symbolic reasoning for KG

Traditional knowledge graphs struggle to capture high-order interactions among multiple entities in scientific reasoning, limiting intelligent inference in complex research scenarios. This work proposes the first hypergraph-based framework for scientific knowledge representation, constructing a global hypergraph comprising 161,172 nodes and 320,201 hyperedges by extracting multi-entity co-occurrence relations from over 1,100 publications on biomaterial composite scaffolds. By leveraging hypergraphs, the approach avoids the combinatorial explosion inherent in pairwise expansions and preserves the contextual integrity of scientific statements. Furthermore, it enables verifiable, teacher-free cross-concept reasoning through hypergraph traversal constrained by node intersections. Experimental results demonstrate the generation of novel, mechanistically interpretable material design hypotheses, such as cerium oxide–chitosan–PCL scaffolds.

higher-order interactionshypergraphknowledge representation

Latest Papers

What's happening recently
View more

To address prompt sensitivity, factual hallucination, and ontological inconsistency of large language models (LLMs) in domain-specific knowledge graph (KG) construction, this paper proposes GraphMERT—the first efficient, scalable neuro-symbolic architecture. GraphMERT is a lightweight encoder-only graph model that performs end-to-end semantic relation extraction and structured KG generation directly from unstructured text (e.g., PubMed diabetes literature) via internal representation learning and knowledge distillation. Crucially, it eliminates reliance on LLMs, thereby ensuring factual verifiability (with provenance) and strict ontological consistency. Experimental evaluation on the diabetes domain demonstrates GraphMERT’s superior reliability: it achieves an FActScore of 69.8% and a ValidityScore of 68.8%, significantly outperforming LLM-based baselines. This work establishes a novel paradigm for constructing domain KGs that is highly reliable, interpretable, and scalable.

Addressing scalability limitations in neurosymbolic AI frameworksAutomatically deriving reliable knowledge graphs from unstructured textImproving factual accuracy and semantic validity of extracted relations

Graph Queries from Natural Language using Constrained Language Models and Visual Editing

Nov 30, 2025
BK
Benedikt Kantz
🏛️ Graz University of Technology

To address the challenge non-expert users face in directly querying knowledge graphs, this paper proposes a natural language-driven interactive query construction method. The approach employs a two-stage constrained language model that integrates ontology-based semantic constraints to generate syntactically and semantically valid query prototypes—thereby avoiding invalid classes, relations, and grammatical errors. A visual editor enables users to iteratively refine queries via natural language descriptions and graphical adjustments. Finally, an interpretable SPARQL translation pipeline converts the refined prototype into standard SPARQL. Evaluated across multiple ontologies and language models, the system consistently produces correct SPARQL queries without manual intervention, outperforming existing baselines in both retrieval accuracy and efficiency. Validation through synthetic data experiments and an initial user study confirms the method’s effectiveness, usability, and practical applicability.

Consistently generates valid SPARQL queries without syntax or ontology correctionsConverts natural language to prototype graphs using constrained language model generationEnables non-experts to query knowledge graphs via natural language and visual editing

This work proposes a modular differentiable neuro-symbolic reasoning framework to address the challenge of efficiently and accurately integrating neural models with knowledge graphs in knowledge-intensive multi-hop question answering. The approach innovatively combines soft unification-based symbolic reasoning, a neural path evaluator, and a value-guided Monte Carlo tree exploration mechanism to jointly optimize reasoning accuracy and computational efficiency. Evaluated on standard KGQA benchmarks, the model achieves high answer accuracy while substantially reducing the number of expensive graph queries and model invocations, demonstrating its effectiveness and practicality.

Knowledge Graph Question AnsweringKnowledge-intensive QueriesMulti-hop Inference

This study addresses the lack of systematic understanding regarding the applicability, timing, and methodology of integrating graph structures with large language models (LLMs) across diverse scenarios. It proposes a structured analytical framework that categorizes existing graph-LLM approaches according to task objectives, graph types, and integration strategies—encompassing techniques such as prompt engineering, data augmentation, joint training, and agent-based architectures—and covering multiple graph modalities including knowledge graphs and causal graphs. Through cross-domain evaluation, the work identifies optimal practices and boundary conditions for various fusion schemes in tasks like reasoning and retrieval, offering researchers a principled guideline for selecting appropriate methods based on task requirements, data characteristics, and reasoning complexity.

generative AIGraph-LLM integrationreasoning

Hot Scholars

SS

Steffen Staab

WAIS, University of Southampton, UK & Analytic Computing, Universität Stuttgart, DE
Artificial IntelligenceKnowledge GraphsSimulation ScienceIntelligent User Interfaces
JC

Jiaoyan Chen

Department of Computer Science, University of Manchester
Knowledge GraphOntologyMachine LearningLarge Language Model
GQ

Guilin Qi

Southeast University
Artificial Intelligenceontology
SP

Shirui Pan

Professor, ARC Future Fellow, FQA, Director of TrustAGI Lab, Griffith University
Data MiningMachine LearningGraph Neural NetworksTrustworthy AI
HP

Heiko Paulheim

Professor for Data Science at University of Mannheim, Germany
Knowledge GraphsSemantic WebData MiningMachine Learning