AICLNov 4, 2018

Logic Attention Based Neighborhood Aggregation for Inductive Knowledge Graph Embedding

arXiv:1811.01399v2185 citations
Originality Incremental advance
AI Analysis

This work addresses the incremental challenge of handling new entities in knowledge graphs for applications like recommendation systems, but it is incremental as it builds on existing neighborhood aggregation methods.

The paper tackles the problem of embedding new entities in knowledge graphs by proposing a Logic Attention Network (LAN) aggregator that addresses the unordered and unequal nature of neighbors, showing experimental superiority on knowledge graph completion tasks.

Knowledge graph embedding aims at modeling entities and relations with low-dimensional vectors. Most previous methods require that all entities should be seen during training, which is unpractical for real-world knowledge graphs with new entities emerging on a daily basis. Recent efforts on this issue suggest training a neighborhood aggregator in conjunction with the conventional entity and relation embeddings, which may help embed new entities inductively via their existing neighbors. However, their neighborhood aggregators neglect the unordered and unequal natures of an entity's neighbors. To this end, we summarize the desired properties that may lead to effective neighborhood aggregators. We also introduce a novel aggregator, namely, Logic Attention Network (LAN), which addresses the properties by aggregating neighbors with both rules- and network-based attention weights. By comparing with conventional aggregators on two knowledge graph completion tasks, we experimentally validate LAN's superiority in terms of the desired properties.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes