Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Neural Metric Learning for Fast End-to-End Relation Extraction

About

Relation extraction (RE) is an indispensable information extraction task in several disciplines. RE models typically assume that named entity recognition (NER) is already performed in a previous step by another independent model. Several recent efforts, under the theme of end-to-end RE, seek to exploit inter-task correlations by modeling both NER and RE tasks jointly. Earlier work in this area commonly reduces the task to a table-filling problem wherein an additional expensive decoding step involving beam search is applied to obtain globally consistent cell labels. In efforts that do not employ table-filling, global optimization in the form of CRFs with Viterbi decoding for the NER component is still necessary for competitive performance. We introduce a novel neural architecture utilizing the table structure, based on repeated applications of 2D convolutions for pooling local dependency and metric-based features, that improves on the state-of-the-art without the need for global optimization. We validate our model on the ADE and CoNLL04 datasets for end-to-end RE and demonstrate $\approx 1\%$ gain (in F-score) over prior best results with training and testing times that are seven to ten times faster --- the latter highly advantageous for time-sensitive end user applications.

Tung Tran, Ramakanth Kavuluru• 2019

Related benchmarks

TaskDatasetResultRank
Relation ExtractionCoNLL04 (test)
F1 Score62.68
28
Entity ClassificationCoNLL04 (test)
F1 Score84.57
21
Named Entity RecognitionADE (test)
F1 Score87.1
19
Named Entity RecognitionCoNLL04 (test)
F1 Score84.2
16
Relation ExtractionADE (test)
Macro F177.29
13
Named Entity RecognitionADE exact match (10-fold cross val)
Macro-F187.1
7
Relation ExtractionADE 10-fold cross-validation
Macro F177.3
7
Entity recognitionADE 10-fold cross-validation
F1 Score0.8711
6
Showing 8 of 8 rows

Other info

Follow for update