PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
January 1, 20161,278 citationsOpen Access

End-to-End Relation Extraction using LSTMs on Sequences and Tree Structures

MMMakoto MiwaMBMohit Bansal

Key Points

  • This research aims to develop a unified neural model for extracting entities and their relations from text.
  • Developed a recurrent neural network model utilizing bidirectional LSTM-RNNs and tree-structured LSTM-RNNs.
  • Implemented entity pretraining and scheduled sampling to enhance entity detection during training.
  • Conducted an extensive ablation analysis to evaluate various model components.
  • Achieved a 12.1% relative error reduction in F1-score on ACE2005 and 5.7% on ACE2004.
  • Outperformed the state-of-the-art CNN model in F1-score on nominal relation classification (SemEval-2010 Task 8).
  • Showed significant improvements over traditional feature-based models in end-to-end relation extraction.

Abstract

We present a novel end-to-end neural model to extract entities and relations between them. Our recurrent neural network based model captures both word sequence and dependency tree substructure information by stacking bidirectional treestructured LSTM-RNNs on bidirectional sequential LSTM-RNNs. This allows our model to jointly represent both entities and relations with shared parameters in a single model. We further encourage detection of entities during training and use of entity information in relation extraction via entity pretraining and scheduled sampling. Our model improves over the stateof-the-art feature-based model on end-toend relation extraction, achieving 12.1% and 5.7% relative error reductions in F1score on ACE2005 and ACE2004, respectively. We also show that our LSTM-RNN based model compares favorably to the state-of-the-art CNN based model (in F1-score) on nominal relation classification (SemEval-2010 Task 8). Finally, we present an extensive ablation analysis of several model components.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Miwa et al. (2016) studied this question.

synapsesocial.com/papers/6a0f261e04e2b0ba896c9aa6https://doi.org/10.18653/v1/p16-1105
Ask AI
Helpful
Bookmark
Share
View Full Paper