CLIRLGMay 1, 2020

Neural Entity Summarization with Joint Encoding and Weak Supervision

arXiv:2005.00152v225 citations
AI Analysis

This work addresses the need for efficient entity summarization in knowledge graphs, offering a scalable solution with weak supervision to reduce manual labeling costs.

The paper tackles the problem of generating concise entity summaries from large knowledge graphs by introducing NEST, a supervised neural model that jointly encodes graph structure and text, and it significantly outperforms state-of-the-art methods on two public benchmarks.

In a large-scale knowledge graph (KG), an entity is often described by a large number of triple-structured facts. Many applications require abridged versions of entity descriptions, called entity summaries. Existing solutions to entity summarization are mainly unsupervised. In this paper, we present a supervised approach NEST that is based on our novel neural model to jointly encode graph structure and text in KGs and generate high-quality diversified summaries. Since it is costly to obtain manually labeled summaries for training, our supervision is weak as we train with programmatically labeled data which may contain noise but is free of manual work. Evaluation results show that our approach significantly outperforms the state of the art on two public benchmarks.

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