CLLGApr 17, 2020

Active Sentence Learning by Adversarial Uncertainty Sampling in Discrete Space

arXiv:2004.08046v20.001003 citations
AI Analysis55

This work addresses the problem of time-consuming sample selection in active learning for NLP practitioners, offering a more efficient method for reducing annotation costs.

The paper tackled the inefficiency of uncertainty sampling in active learning for sentence understanding by proposing adversarial uncertainty sampling in discrete space (AUSDS), which achieved over 10x speedup and outperformed baselines on five datasets.

Active learning for sentence understanding aims at discovering informative unlabeled data for annotation and therefore reducing the demand for labeled data. We argue that the typical uncertainty sampling method for active learning is time-consuming and can hardly work in real-time, which may lead to ineffective sample selection. We propose adversarial uncertainty sampling in discrete space (AUSDS) to retrieve informative unlabeled samples more efficiently. AUSDS maps sentences into latent space generated by the popular pre-trained language models, and discover informative unlabeled text samples for annotation via adversarial attack. The proposed approach is extremely efficient compared with traditional uncertainty sampling with more than 10x speedup. Experimental results on five datasets show that AUSDS outperforms strong baselines on effectiveness.

Foundations

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

Your Notes