SOTAVerified

ITER: Iterative Transformer-based Entity Recognition and Relation Extraction

2024-11-11EMNLP 2024Code Available1· sign in to hype

Moritz Hennen, Florian Babl, Michaela Geierhos

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

When extracting structured information from text, recognizing entities and extracting relationships are essential. Recent advances in both tasks generate a structured representation of the information in an autoregressive manner, a time-consuming and computationally expensive approach. This naturally raises the question of whether autoregressive methods are necessary in order to achieve comparable results. In this work, we propose ITER, an efficient encoder-based relation extraction model, that performs the task in three parallelizable steps, greatly accelerating a recent language modeling approach: ITER achieves an inference throughput of over 600 samples per second for a large model on a single consumer-grade GPU. Furthermore, we achieve state-of-the-art results on the relation extraction datasets ADE and ACE05, and demonstrate competitive performance for both named entity recognition with GENIA and CoNLL03, and for relation extraction with SciERC and CoNLL04.

Tasks

Reproductions