-
Notifications
You must be signed in to change notification settings - Fork 124
Topic 09: Knowledge Graph Embedding, Learning, Reasoning and Rule Mining
Sherry Lin edited this page Oct 8, 2020
·
8 revisions
Surveys and Experimental Studies
- Knowledge graph embedding: A survey of approaches and applications (TKDE 2017)๐
- Knowledge representation learning: A quantitative review (2018) [Code in this paper]
- A Comprehensive Survey of Knowledge Graph Embeddings with Literals: Techniques and Applications (ESWC 2019) [Paper]
- Knowledge Graph Embedding for Link Prediction: A Comparative Analysis [Paper]
- Realistic Re-evaluation of Knowledge Graph Completion Methods: An Experimental Study [Paper] (SIGMOD 2020) ๐
Summary
- Papers, Surveys, and Datasets on Knowledge Graph Embedding (KGE) [GitHub]
- Knowledge Graph Reasoning: Recent Advances (Slides) [Link]
General KG Embedding and KG Representation
- DeepWalk: Online Learning of Social Representations (DeepWalk, KDD 2014) [Code] (https://github.com/phanein/deepwalk Slides: https://www.slideshare.net/bperz/14-kdddeep-walk-2)
- Use a sentence embedding model
- EventKG: A Multilingual Event-Centric Temporal Knowledge Graph
- Has time and location info
- A system that integrates knowledge from different existing KBs
- Multilingual Knowledge Graph Embedding for Cross-lingual Knowledge Alignment. [Slides]
- SimplE Embedding for Link Prediction in Knowledge Graphs
- STransE: a novel embedding model of entities and relationships in knowledge bases (NAACL 2016)
- The Role of โConditionโ: A Novel Scientific Knowledge Graph Representation and Construction Model [Paper, Presentation] (KDD 2019)
- Universal Representation Learning of Knowledge Bases by Jointly Embedding Instances and Ontological Concepts [Paper, Presentation] (KDD 2019)
- NSCaching: Simple and Efficient Negative Sampling for Knowledge Graph Embedding [PDF] (ICDE 2019) ๐
How to find valuable negative samples efficiently
- Entity Integrity, Referential Integrity, and Query Optimization with Embedded Uniqueness Constraints [Paper, short paper] (ICDE 2019) ๐
- AutoSF: Searching Scoring Functions for Knowledge Graph Embedding [Video][Slides][Paper] (ICDE 2020) ๐
- TransN: Heterogeneous Network Representation Learning by Translating Node Embeddings [Video][Slides][Paper] (ICDE 2020) ๐
- Generalized Translation-Based Embedding of Knowledge Graph (TKDE 2020) ๐
Dynamic Embedding
- Dynamic Word Embeddings [Paper]
- DYREP: LEARNING REPRESENTATIONS OVER DYNAMIC GRAPHS [ICLR 2019] [Paper]
- Know-Evolve: Deep Temporal Reasoning for Dynamic Knowledge Graphs [Know-Evolve, ICML 2017][Paper][Code (C++)]
- Continuous-Time Dynamic Network Embeddings [WWW 2018] [Paper]
KG Reasoning
- Know-Evolve: Deep Temporal Reasoning for Dynamic Knowledge Graphs (Know-Evolve, ICML 2017)[Paper][Code (C++)]
- DeepPath: A Reinforcement Learning Method for Knowledge Graph Reasoning (DeepPath, EMNLP 2017) [Code](https://github.com/xwhan/DeepPath Notes: https://zhuanlan.zhihu.com/p/33536026)
- Reading and Reasoning with Knowledge Graphs (PhD Thesis of Matthew Gardner) [Thesis]
- Reasoning, Relation Extraction, Modeling Lexical Semantics
- The Vadalog System: Datalog-based Reasoning for Knowledge Graphs (VLDB 2018)[PDF] ๐
- Linguistic Petri Nets Based on Cloud Model Theory for Knowledge Representation and Reasoning (TKDE 2018)
Rule Mining and Path Finding in KGs