Challenge: Active learning (AL) techniques optimally utilize a labeling budget by iteratively selecting instances that are most valuable for learning.
Approach: They propose to use active learning techniques to iteratively select instances that are most valuable for learning.
Outcome: The proposed framework is used to benchmark active learning techniques for text classification using pre-trained representations.

Similar Papers

On the Limitations of Simulating Active Learning (2023.findings-acl)

Copied to clipboard

Challenge: Active learning (AL) is a human-and-model-in-the-loop paradigm that iteratively selects informative unlabeled data for human annotation.
Approach: They propose to simulate active learning by using an already labeled dataset as the pool of unlabeled data.
Outcome: The proposed model-in-the-loop paradigm can be used to perform experiments with human annotations on-the fly.
Active Learning for BERT: An Empirical Study (2020.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to deal with data scarcity are active learning (AL) and pre-trained models are not being considered.
Approach: They propose to use active learning techniques to cope with data scarcity in binary text classification scenarios where the annotation budget is very small and the data is often skewed.
Outcome: The proposed methods improve BERT performance in binary text classification scenarios where the annotation budget is very small and the data is often skewed.
Practical Obstacles to Deploying Active Learning (D19-1)

Copied to clipboard

Challenge: Active learning (AL) is a widely-used training strategy for maximizing predictive performance subject to a fixed annotation budget.
Approach: They propose to use active learning to optimize predictive performance . they find that current approaches do not generalize reliably across models and tasks .
Outcome: The proposed approach outperforms training on i.i.d. datasets on supervised learning tasks.
From Selection to Generation: A Survey of LLM-based Active Learning (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have been used for selection and training of data for active learning.
Approach: They propose an intuitive taxonomy that categorizes LLM-based active learning techniques and discuss the transformative roles they can play in the active learning loop.
Outcome: The proposed model can generate entirely new data instances and provide more cost-effective annotations with fewer labeled data instances.
Towards Computationally Feasible Deep Active Learning (2022.findings-naacl)

Copied to clipboard

Challenge: Active learning (AL) is a technique for reducing the amount of annotation required for training machine learning models.
Approach: They propose two techniques that reduce the amount of time required for AL . they use pseudo-labeling and distilled models to train a successor model .
Outcome: The proposed algorithm reduces the time and computational overhead required to train an acquisition model and estimate uncertainty on instances in the unlabeled pool.
Active Learning for Abstractive Text Summarization (2022.findings-emnlp)

Copied to clipboard

Challenge: Abstractive text summarization (ATS) requires a long document and short summaries.
Approach: They propose a query strategy for AL in abstractive text summarization that uses uncertainty estimation to reduce model performance.
Outcome: The proposed query strategy improves ROUGE and consistency scores for annotated datasets . it also increases the performance of the model, compared to passive annotation.
Investigating Active Learning Sampling Strategies for Extreme Multi Label Text Classification (2022.lrec-1)

Copied to clipboard

Challenge: Large scale, multi-label text datasets with high numbers of different classes are expensive to annotate due to domain experts taking a lot of time working through all the classes.
Approach: They propose to build classifiers on multi-label text datasets using Active Learning to reduce labeling effort.
Outcome: The proposed classifiers can be used to reduce labeling effort on multi-label datasets.
Investigating Multi-source Active Learning for Natural Language Inference (2023.eacl-main)

Copied to clipboard

Challenge: Recent studies often assume that training and test data are drawn from the same distribution.
Approach: They propose to apply active learning to unlabelled data pools to test for learning and generalisation.
Outcome: The proposed strategies outperform random selection and outperformed hard-to-learn data on the task of natural language inference.
Deep Bayesian Active Learning for Natural Language Processing: Results of a Large-Scale Empirical Study (D18-1)

Copied to clipboard

Challenge: Existing studies on Active Learning (AL) for natural language processing have limited data requirements.
Approach: They propose a Bayesian active learning approach that reduces deep learning's data dependence by comparing models and acquisition functions.
Outcome: The proposed approach outperforms i.i.d. baselines and is more efficient than other approaches.
On the Importance of Effectively Adapting Pretrained Language Models for Active Learning (2022.acl-short)

Copied to clipboard

Challenge: Recent active learning approaches in NLP use off-the-shelf pretrained language models (LMs) . a poor training strategy can be catastrophic for AL, authors argue .
Approach: They propose to first adapt the pretrained LM to the target task and then use it for AL.
Outcome: The proposed approach provides substantial data efficiency improvements compared to the standard fine-tuning approach.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations