Robust Multilingual Part-of-Speech Tagging via Adversarial Training
About
Adversarial training (AT) is a powerful regularization method for neural networks, aiming to achieve robustness to input perturbations. Yet, the specific effects of the robustness obtained from AT are still unclear in the context of natural language processing. In this paper, we propose and analyze a neural POS tagging model that exploits AT. In our experiments on the Penn Treebank WSJ corpus and the Universal Dependencies (UD) dataset (27 languages), we find that AT not only improves the overall tagging accuracy, but also 1) prevents over-fitting well in low resource languages and 2) boosts tagging accuracy for rare / unseen words. We also demonstrate that 3) the improved tagging performance by AT contributes to the downstream task of dependency parsing, and that 4) AT helps the model to learn cleaner word representations. 5) The proposed AT model is generally effective in different sequence labeling tasks. These positive results motivate further use of AT for natural language tasks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Named Entity Recognition | CoNLL 2003 (test) | F1 Score91.56 | 539 | |
| Named Entity Recognition | OntoNotes 5.0 (test) | F1 Score86.99 | 90 | |
| Chunking | CoNLL 2000 (test) | F1 Score95.25 | 88 | |
| Part-of-Speech Tagging | WSJ (test) | Accuracy97.58 | 51 | |
| CCG Supertagging | CCGBank (test) | Accuracy94.1 | 35 | |
| Part-of-Speech Tagging | UD Average 1.2 (test) | Accuracy96.65 | 22 | |
| Part-of-Speech Tagging | Wall Street Journal (WSJ) section 23 (test) | Accuracy97.58 | 12 | |
| POS Tagging | WSJ (Section 23) | Mean Accuracy97.5 | 4 | |
| Part-of-Speech Tagging | UD v2.2 (test) | POS Accuracy (cs)98.42 | 3 |