SOTAVerified

Joint Entity and Relation Extraction Based on Table Labeling Using Convolutional Neural Networks

2022-05-01spnlp (ACL) 2022Code Available1· sign in to hype

Youmi Ma, Tatsuya Hiraoka, Naoaki Okazaki

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This study introduces a novel approach to the joint extraction of entities and relations by stacking convolutional neural networks (CNNs) on pretrained language models. We adopt table representations to model the entities and relations, casting the entity and relation extraction as a table-labeling problem. Regarding each table as an image and each cell in a table as an image pixel, we apply two-dimensional CNNs to the tables to capture local dependencies and predict the cell labels. The experimental results showed that the performance of the proposed method is comparable to those of current state-of-art systems on the CoNLL04, ACE05, and ADE datasets.Even when freezing pretrained language model parameters, the proposed method showed a stable performance, whereas the compared methods suffered from significant decreases in performance. This observation indicates that the parameters of the pretrained encoder may incorporate dependencies among the entity and relation labels during fine-tuning.

Tasks

Reproductions