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

Automated Concatenation of Embeddings for Structured Prediction

About

Pretrained contextualized embeddings are powerful word representations for structured prediction tasks. Recent work found that better word representations can be obtained by concatenating different types of embeddings. However, the selection of embeddings to form the best concatenated representation usually varies depending on the task and the collection of candidate embeddings, and the ever-increasing number of embedding types makes it a more difficult problem. In this paper, we propose Automated Concatenation of Embeddings (ACE) to automate the process of finding better concatenations of embeddings for structured prediction tasks, based on a formulation inspired by recent progress on neural architecture search. Specifically, a controller alternately samples a concatenation of embeddings, according to its current belief of the effectiveness of individual embedding types in consideration for a task, and updates the belief based on a reward. We follow strategies in reinforcement learning to optimize the parameters of the controller and compute the reward based on the accuracy of a task model, which is fed with the sampled concatenation as input and trained on a task dataset. Empirical results on 6 tasks and 21 datasets show that our approach outperforms strong baselines and achieves state-of-the-art performance with fine-tuned embeddings in all the evaluations.

Xinyu Wang, Yong Jiang, Nguyen Bach, Tao Wang, Zhongqiang Huang, Fei Huang, Kewei Tu• 2020

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionCoNLL English 2003 (test)
F1 Score94.6
135
Named Entity RecognitionCoNLL Spanish NER 2002 (test)
F1 Score95.9
98
Named Entity RecognitionCoNLL Dutch 2002 (test)
F1 Score95.7
87
Named Entity RecognitionCoNLL German 2003 (test)
F1 Score88.3
78
Named Entity RecognitionCoNLL 2003 (dev)
F1 Score94.6
40
Part-of-Speech TaggingTWEEBANK V2 (test)
Accuracy95.8
38
Dependency ParsingPTB
UAS97.2
24
POS TaggingRitter11 T-POS (test)
Accuracy93.4
20
POS TaggingARK-Twitter (test)
Accuracy94.4
18
Semantic Dependency ParsingSemEval Task 18 2015 (WSJ ID)--
17
Showing 10 of 24 rows

Other info

Code

Follow for update