# End-to-end neural relation extraction using deep biaffine attention

**Authors:** Dat Quoc Nguyen, Karin Verspoor

arXiv: 1812.11275 · 2019-04-16

## TL;DR

This paper introduces a neural network model that jointly extracts entities and their relations using a deep biaffine attention mechanism, achieving state-of-the-art results on the CoNLL04 dataset without relying on handcrafted features.

## Contribution

The novel contribution is extending a BiLSTM-CRF model with a deep biaffine attention layer to model second-order interactions for relation classification.

## Key findings

- Outperforms previous models on CoNLL04 dataset
- Achieves new state-of-the-art performance
- Does not require handcrafted features

## Abstract

We propose a neural network model for joint extraction of named entities and relations between them, without any hand-crafted features. The key contribution of our model is to extend a BiLSTM-CRF-based entity recognition model with a deep biaffine attention layer to model second-order interactions between latent features for relation classification, specifically attending to the role of an entity in a directional relationship. On the benchmark "relation and entity recognition" dataset CoNLL04, experimental results show that our model outperforms previous models, producing new state-of-the-art performances.

## Full text

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

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1812.11275/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1812.11275/full.md

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