paper-with-me

Papers

Self-Training for Sample-Efficient Active Learning for Text Classification with Pre-Trained Language Models

2024-06-13 · Christopher Schröder, Gerhard Heyer

Active learning is an iterative labeling process that is used to obtain a small labeled subset, despite the absence of labeled data, thereby enabling to train a model for supervised tasks such as text classification. While active learning has made considerable progress in recent years due to improvements provided by pre-trained language models, there is untapped potential in the often neglected unlabeled portion of the data, although it is available in considerably larger quantities than the usually small set of labeled data. In this work, we investigate how self-training, a semi-supervised approach that uses a model to obtain pseudo-labels for unlabeled data, can be used to improve the efficiency of active learning for text classification. Building on a comprehensive reproduction of four previous self-training approaches, some of which are evaluated for the first time in the context of active learning or natural language processing, we introduce HAST, a new and effective self-training strategy, which is evaluated on four text classification benchmarks. Our results show that it outperforms the reproduced self-training approaches and reaches classification results comparable to previous experiments for three out of four datasets, using as little as 25% of the data. The code is publicly available at https://github.com/chschroeder/self-training-for-sample-efficient-active-learning .

📄 PDF Abstract BibTeX arXiv:2406.09206

Code (1)

chschroeder/self-training-for-sample-efficient-active-learning 공식 구현 pytorch

Tasks

Active LearningClassificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

AcTune: Uncertainty-Aware Active Self-Training for Active Fine-Tuning of Pretrained Language Models

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Although fine-tuning pre-trained language models (PLMs) renders strong performance in many NLP tasks, it relies on excessive labeled data. Recently, researchers have resorted to active fine-tuning for enhancing the label…

Active Learningtext-classificationText Classification

AcTune: Uncertainty-Based Active Self-Training for Active Fine-Tuning of Pretrained Language Models

2022-07-01 · NAACL 2022 7 · Yue Yu, Lingkai Kong, Jieyu Zhang, Rongzhi Zhang 외

Although fine-tuning pre-trained language models (PLMs) renders strong performance in many NLP tasks, it relies on excessive labeled data. Recently, researchers have resorted to active fine-tuning for enhancing the label…

Active Learningtext-classificationText Classification

AcTune: Uncertainty-aware Active Self-Training for Semi-Supervised Active Learning with Pretrained Language Models

2021-12-16 · Yue Yu, Lingkai Kong, Jieyu Zhang, Rongzhi Zhang 외

While pre-trained language model (PLM) fine-tuning has achieved strong performance in many NLP tasks, the fine-tuning stage can be still demanding in labeled data. Recent works have resorted to active fine-tuning to impr…

Active LearningLanguage ModelingLanguage Modellingtext-classification+1

PT4AL: Using Self-Supervised Pretext Tasks for Active Learning

2022-01-19 · John Seon Keun Yi, Minseok Seo, Jongchan Park, Dong-Geol Choi

Labeling a large set of data is expensive. Active learning aims to tackle this problem by asking to annotate only the most informative data from the unlabeled set. We propose a novel active learning approach that utilize…

Active Learningimage-classificationImage Classification

Interpretability-Driven Sample Selection Using Self Supervised Learning For Disease Classification And Segmentation

2021-04-13 · Dwarikanath Mahapatra

In supervised learning for medical image analysis, sample selection methodologies are fundamental to attain optimum system performance promptly and with minimal expert interactions (e.g. label querying in an active learn…

Active LearningGeneral ClassificationImage SegmentationInformativeness+4