# Semantic Relation Classification via Bidirectional LSTM Networks with   Entity-aware Attention using Latent Entity Typing

**Authors:** Joohong Lee, Sangwoo Seo, Yong Suk Choi

arXiv: 1901.08163 · 2020-10-07

## TL;DR

This paper introduces a novel neural network model for semantic relation classification that effectively utilizes entity information and latent entity types, outperforming existing models without relying on high-level NLP features.

## Contribution

The paper proposes an end-to-end bidirectional LSTM model with entity-aware attention and latent entity typing, enhancing interpretability and performance in relation classification.

## Key findings

- Outperforms state-of-the-art models on SemEval-2010 Task 8
- Effectively utilizes entity and latent type information
- Provides visual interpretability of attention mechanisms

## Abstract

Classifying semantic relations between entity pairs in sentences is an important task in Natural Language Processing (NLP). Most previous models for relation classification rely on the high-level lexical and syntactic features obtained by NLP tools such as WordNet, dependency parser, part-of-speech (POS) tagger, and named entity recognizers (NER). In addition, state-of-the-art neural models based on attention mechanisms do not fully utilize information of entity that may be the most crucial features for relation classification. To address these issues, we propose a novel end-to-end recurrent neural model which incorporates an entity-aware attention mechanism with a latent entity typing (LET) method. Our model not only utilizes entities and their latent types as features effectively but also is more interpretable by visualizing attention mechanisms applied to our model and results of LET. Experimental results on the SemEval-2010 Task 8, one of the most popular relation classification task, demonstrate that our model outperforms existing state-of-the-art models without any high-level features.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.08163/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1901.08163/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1901.08163/full.md

---
Source: https://tomesphere.com/paper/1901.08163