CLAIMay 25, 2022

TAGPRIME: A Unified Framework for Relational Structure Extraction

arXiv:2205.12585v2228 citationsh-index: 64
Originality Incremental advance
AI Analysis

It addresses the need for a generalizable approach to relational extraction tasks, offering a unified solution that is incremental over task-specific models.

The paper tackles the problem of relational structure extraction across multiple NLP tasks by proposing TAGPRIME, a unified framework that appends priming words to input text, achieving strong performance on ten datasets across five languages.

Many tasks in natural language processing require the extraction of relationship information for a given condition, such as event argument extraction, relation extraction, and task-oriented semantic parsing. Recent works usually propose sophisticated models for each task independently and pay less attention to the commonality of these tasks and to have a unified framework for all the tasks. In this work, we propose to take a unified view of all these tasks and introduce TAGPRIME to address relational structure extraction problems. TAGPRIME is a sequence tagging model that appends priming words about the information of the given condition (such as an event trigger) to the input text. With the self-attention mechanism in pre-trained language models, the priming words make the output contextualized representations contain more information about the given condition, and hence become more suitable for extracting specific relationships for the condition. Extensive experiments and analyses on three different tasks that cover ten datasets across five different languages demonstrate the generality and effectiveness of TAGPRIME.

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