Automatic Knowledge Base Construction (AKBC)
Table of Contents
Notation
- KB acronym for knowledge base (which is a graph)
- represents a relation
- represents an entity
- represents a subject-relation-object triplet
- denotes set of possible entities
- denotes set of possible relations
textual relations refers to instances such as
Link-prediction / Knowledge-base Completion
Task
- Given a KB, predict new relations in KB
Vector representations
Overview
Model | Paper |
---|---|
DistMul | yang14_embed_entit_relat_learn_infer_knowl_bases |
Linear models (fastText) | joulin17_fast_linear_model_knowl_graph_embed |
Poincaré embeddings | nickel17_poinc_embed_learn_hierar_repres |
With textual data
- Learning vector representations for both the KB and textual relations jointly toutanova2015representing