Active Learning: Actively reducing redundancies in Active Learning
methods for Sequence Tagging
- VLM
While deep learning is a powerful tool for natural language processing (NLP) problems, successful solutions to these problems rely heavily on large amounts of annotated samples. However, manually annotating data is expensive and time-consuming. Active Learning (AL) strategies reduce the need for huge volumes of labeled data by iteratively selecting a small number of examples for manual annotation based on their estimated utility in training the given model. In this paper, we argue that since AL strategies choose examples independently, they may potentially select similar examples, all of which may not contribute significantly to the learning process. By focusing on sequence tagging NLP tasks, we propose a method, referred to as Active Learning (AL), that actively adapts to the deep learning model being trained to further eliminate such redundant examples chosen by an AL strategy. We show that AL is widely applicable by using it in conjunction with several different AL strategies and sequence tagging tasks. We empirically demonstrate that the proposed approach is further able to reduce the data requirements of state-of-the-art AL strategies by on multiple sequence tagging tasks while achieving the same performance..
View on arXiv