Active$^2$ Learning: Actively reducing redundancies in Active Learning methods for Sequence Tagging and Machine Translation
Rishi Hazra, Parag Dutta, Shubham Gupta, Mohammed Abdul, Qaathir, Ambedkar Dukkipati

TL;DR
Active$^2$ Learning (A$^2$L) enhances active learning by adaptively removing redundant examples, significantly reducing data needs in NLP tasks without extra computational cost.
Contribution
The paper introduces A$^2$L, a method that dynamically eliminates redundant samples during active learning, improving efficiency across various NLP tasks and strategies.
Findings
Reduces data requirements by approximately 3-25%
Achieves same performance with less data
Applicable across multiple NLP tasks and strategies
Abstract
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. Our proposed approach, Active Learning (AL), actively adapts to the deep learning model being trained to eliminate such redundant examples chosen by an AL strategy. We show that AL is widely applicable…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Machine Learning and Algorithms · Topic Modeling
