Neural Knowledge Base Completion (KBC) is the machine learning task of using neural network models, primarily graph neural networks (GNNs) and embedding models, to infer missing links (facts) within a structured knowledge graph. The knowledge graph is represented as a set of triples (head entity, relation, tail entity), and the model's objective is to score the plausibility of unseen triples, effectively performing link prediction to expand and refine the knowledge base. This bridges statistical learning with structured, symbolic knowledge representation.
