Proceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics: System Demonstrati 2023
DOI: 10.18653/v1/2023.eacl-demo.11
|View full text |Cite
|
Sign up to set email alerts
|

Small-Text: Active Learning for Text Classification in Python

Christopher Schröder,
Lydia Müller,
Andreas Niekler
et al.

Abstract: We introduce small-text, an easy-to-use active learning library, which offers pool-based active learning for single-and multi-label text classification in Python. It features numerous pre-implemented state-of-the-art query strategies, including some that leverage the GPU. Standardized interfaces allow the combination of a variety of classifiers, query strategies, and stopping criteria, facilitating a quick mix and match, and enabling a rapid and convenient development of both active learning experiments and ap… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2

Citation Types

0
0
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
2
2

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(2 citation statements)
references
References 34 publications
(50 reference statements)
0
0
0
Order By: Relevance
“…Active Learning (AL), which contains several stages by definition, has also been shown to boost performance of BERT models for minority classes (Ein-Dor et al, 2020). For a discussion about AL and deep learning, see Schröder and Niekler (2020).…”
Section: Staged Learningmentioning
confidence: 99%
“…Active Learning (AL), which contains several stages by definition, has also been shown to boost performance of BERT models for minority classes (Ein-Dor et al, 2020). For a discussion about AL and deep learning, see Schröder and Niekler (2020).…”
Section: Staged Learningmentioning
confidence: 99%
“…The goal is to intelligently choose data points for labelling, in order to improve the performance and efficiency of the learning process. Over the years, many query strategies have been proposed by various researchers, most of them using prediction based query strategies [23]. Active learning follows a process that involves two pools: a labelled pool and an unlabelled pool.…”
Section: Active Learningmentioning
confidence: 99%