English

Neural Fine-Grained Entity Type Classification with Hierarchy-Aware Loss

Computation and Language 2018-04-17 v2

Abstract

The task of Fine-grained Entity Type Classification (FETC) consists of assigning types from a hierarchy to entity mentions in text. Existing methods rely on distant supervision and are thus susceptible to noisy labels that can be out-of-context or overly-specific for the training sentence. Previous methods that attempt to address these issues do so with heuristics or with the help of hand-crafted features. Instead, we propose an end-to-end solution with a neural network model that uses a variant of cross- entropy loss function to handle out-of-context labels, and hierarchical loss normalization to cope with overly-specific ones. Also, previous work solve FETC a multi-label classification followed by ad-hoc post-processing. In contrast, our solution is more elegant: we use public word embeddings to train a single-label that jointly learns representations for entity mentions and their context. We show experimentally that our approach is robust against noise and consistently outperforms the state-of-the-art on established benchmarks for the task.

Keywords

Cite

@article{arxiv.1803.03378,
  title  = {Neural Fine-Grained Entity Type Classification with Hierarchy-Aware Loss},
  author = {Peng Xu and Denilson Barbosa},
  journal= {arXiv preprint arXiv:1803.03378},
  year   = {2018}
}

Comments

Camera-ready for NAACL HLT 2018

R2 v1 2026-06-23T00:47:20.508Z