CLFeb 15, 2020

Deeper Task-Specificity Improves Joint Entity and Relation Extraction

arXiv:2002.06424v115 citations
AI Analysis

This work addresses the challenge of optimizing multi-task learning for joint entity and relation extraction, which is incremental but improves performance in natural language processing tasks.

The authors tackled the problem of balancing shared and task-specific parameters in multi-task learning for joint named entity recognition and relation extraction by proposing a neural architecture with deeper task-specific layers, achieving state-of-the-art results on the ADE dataset and competitive results on CoNLL04 with fewer parameters.

Multi-task learning (MTL) is an effective method for learning related tasks, but designing MTL models necessitates deciding which and how many parameters should be task-specific, as opposed to shared between tasks. We investigate this issue for the problem of jointly learning named entity recognition (NER) and relation extraction (RE) and propose a novel neural architecture that allows for deeper task-specificity than does prior work. In particular, we introduce additional task-specific bidirectional RNN layers for both the NER and RE tasks and tune the number of shared and task-specific layers separately for different datasets. We achieve state-of-the-art (SOTA) results for both tasks on the ADE dataset; on the CoNLL04 dataset, we achieve SOTA results on the NER task and competitive results on the RE task while using an order of magnitude fewer trainable parameters than the current SOTA architecture. An ablation study confirms the importance of the additional task-specific layers for achieving these results. Our work suggests that previous solutions to joint NER and RE undervalue task-specificity and demonstrates the importance of correctly balancing the number of shared and task-specific parameters for MTL approaches in general.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes