Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Structured Prediction as Translation between Augmented Natural Languages

About

We propose a new framework, Translation between Augmented Natural Languages (TANL), to solve many structured prediction language tasks including joint entity and relation extraction, nested named entity recognition, relation classification, semantic role labeling, event extraction, coreference resolution, and dialogue state tracking. Instead of tackling the problem by training task-specific discriminative classifiers, we frame it as a translation task between augmented natural languages, from which the task-relevant information can be easily extracted. Our approach can match or outperform task-specific models on all tasks, and in particular, achieves new state-of-the-art results on joint entity and relation extraction (CoNLL04, ADE, NYT, and ACE2005 datasets), relation classification (FewRel and TACRED), and semantic role labeling (CoNLL-2005 and CoNLL-2012). We accomplish this while using the same architecture and hyperparameters for all tasks and even when training a single model to solve all tasks at the same time (multi-task learning). Finally, we show that our framework can also significantly improve the performance in a low-resource regime, thanks to better use of label semantics.

Giovanni Paolini, Ben Athiwaratkun, Jason Krone, Jie Ma, Alessandro Achille, Rishita Anubhai, Cicero Nogueira dos Santos, Bing Xiang, Stefano Soatto• 2021

Related benchmarks

TaskDatasetResultRank
Relation ExtractionTACRED (test)
F1 Score71.9
194
Coreference ResolutionCoNLL English 2012 (test)
MUC F1 Score81
114
Named Entity RecognitionCoNLL 03
F1 (Entity)91.7
102
Relation ExtractionTACRED
Micro F171.9
97
Named Entity RecognitionOntoNotes
F1-score89.9
91
Argument ClassificationACE05-E (test)
F1 Score48.5
63
Relation ExtractionCONLL04
Relation Strict F171.4
43
Semantic Role LabelingCoNLL 2005 (WSJ)
F1 Score89.4
41
Span-based Semantic Role LabelingCoNLL 2005 (Out-of-domain (Brown))
F1 Score82
41
Named Entity RecognitionACE05
F1 Score84.9
38
Showing 10 of 53 rows

Other info

Code

Follow for update