CLLGSep 17, 2020

More Embeddings, Better Sequence Labelers?

arXiv:2009.08330v31000 citations
Originality Synthesis-oriented
AI Analysis

This work provides practical guidelines for building sequence labelers across various resource settings, though it is incremental as it builds on existing embedding methods.

The paper investigates whether combining different embeddings improves sequence labeling accuracy, finding that concatenating more embeddings boosts performance in rich-resource and cross-domain settings, but can hurt it in extremely low-resource conditions.

Recent work proposes a family of contextual embeddings that significantly improves the accuracy of sequence labelers over non-contextual embeddings. However, there is no definite conclusion on whether we can build better sequence labelers by combining different kinds of embeddings in various settings. In this paper, we conduct extensive experiments on 3 tasks over 18 datasets and 8 languages to study the accuracy of sequence labeling with various embedding concatenations and make three observations: (1) concatenating more embedding variants leads to better accuracy in rich-resource and cross-domain settings and some conditions of low-resource settings; (2) concatenating additional contextual sub-word embeddings with contextual character embeddings hurts the accuracy in extremely low-resource settings; (3) based on the conclusion of (1), concatenating additional similar contextual embeddings cannot lead to further improvements. We hope these conclusions can help people build stronger sequence labelers in various settings.

Foundations

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

Your Notes