Named Entity Recognition and Relation Extraction using Enhanced Table Filling by Contextualized Representations

In this study, a novel method for extracting named entities and relations from unstructured text based on the table representation is presented. By using contextualized word embeddings, the proposed method computes representations for entity mentions and long-range dependencies without complicated hand-crafted features or neural-network architectures. We also adapt a tensor dot-product to predict relation labels all at once without resorting to history-based predictions or search strategies. These advances significantly simplify the model and algorithm for the extraction of named entities and relations. Despite its simplicity, the experimental results demonstrate that the proposed method outperforms the state-of-the-art methods on the CoNLL04 and ACE05 English datasets. We also confirm that the proposed method achieves a comparable performance with the state-of-the-art NER models on the ACE05 datasets when multiple sentences are provided for context aggregation.

PDF Abstract Journal of 2022 PDF Journal of 2022 Abstract

Results from the Paper


Ranked #3 on Relation Extraction on CoNLL04 (NER Micro F1 metric)

     Get a GitHub badge
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Relation Extraction ACE 2005 TablERT RE Micro F1 66.1 # 7
NER Micro F1 88.0 # 9
RE+ Micro F1 62.4 # 7
Sentence Encoder BERT base # 1
Cross Sentence No # 1
Relation Extraction CoNLL04 TablERT RE+ Micro F1 72.6 # 4
NER Micro F1 90.2 # 3

Methods


No methods listed for this paper. Add relevant methods here