CLAILGApr 16, 2020

LEAN-LIFE: A Label-Efficient Annotation Framework Towards Learning from Explanation

arXiv:2004.07499v11003 citations
AI Analysis

This addresses the challenge of reducing human annotation effort for NLP practitioners, though it is incremental as it builds on existing annotation methods by adding explanations.

The paper tackles the problem of high labeling effort for training deep neural networks by introducing LEAN-LIFE, a framework that incorporates explanations from annotators to generate additional labeled data from unlabeled instances, resulting in models surpassing baseline F1 scores by 5-10 percentage points while using 2 times fewer labeled instances on NLP tasks.

Successfully training a deep neural network demands a huge corpus of labeled data. However, each label only provides limited information to learn from and collecting the requisite number of labels involves massive human effort. In this work, we introduce LEAN-LIFE, a web-based, Label-Efficient AnnotatioN framework for sequence labeling and classification tasks, with an easy-to-use UI that not only allows an annotator to provide the needed labels for a task, but also enables LearnIng From Explanations for each labeling decision. Such explanations enable us to generate useful additional labeled data from unlabeled instances, bolstering the pool of available training data. On three popular NLP tasks (named entity recognition, relation extraction, sentiment analysis), we find that using this enhanced supervision allows our models to surpass competitive baseline F1 scores by more than 5-10 percentage points, while using 2X times fewer labeled instances. Our framework is the first to utilize this enhanced supervision technique and does so for three important tasks -- thus providing improved annotation recommendations to users and an ability to build datasets of (data, label, explanation) triples instead of the regular (data, label) pair.

Foundations

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

Your Notes