Papers › On the Fragility of Active Learners for Text Classification

On the Fragility of Active Learners for Text Classification

23 Mar 2024arXiv:2403.15744archive 2025-07-28

Abhishek Ghose, Emma Thuong Nguyen

Active learning (AL) techniques optimally utilize a labeling budget by iteratively selecting instances that are most valuable for learning. However, they lack ``prerequisite checks'', i.e., there are no prescribed criteria to pick an AL algorithm best suited for a dataset. A practitioner must pick a technique they \emph{trust} would beat random sampling, based on prior reported results, and hope that it is resilient to the many variables in their environment: dataset, labeling budget and prediction pipelines. The important questions then are: how often on average, do we expect any AL technique to reliably beat the computationally cheap and easy-to-implement strategy of random sampling? Does it at least make sense to use AL in an ``Always ON'' mode in a prediction pipeline, so that while it might not always help, it never under-performs random sampling? How much of a role does the prediction pipeline play in AL's success? We examine these questions in detail for the task of text classification using pre-trained representations, which are ubiquitous today. Our primary contribution here is a rigorous evaluation of AL techniques, old and new, across setups that vary wrt datasets, text representations and classifiers. This unlocks multiple insights around warm-up times, i.e., number of labels before gains from AL are seen, viability of an ``Always ON'' mode and the relative significance of different factors. Additionally, we release a framework for rigorous benchmarking of AL techniques for text classification.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2403.15744")

Code

Syntology Ran 10 of 15 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 10 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10ran
5unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ThuongTNguyen/ALchemist. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

flatten_param_grid ThuongTNguyen/ALchemist/core/model_selection.py official repository ran no licence file found · pointer only · a21592fe7dca71e5 · report
get_formatter ThuongTNguyen/ALchemist/run_expts_nonBERT.py official repository ran fingerprinted no licence file found · pointer only · bfc0d8240d6b72ba · report
get_plot_template ThuongTNguyen/ALchemist/results_utils.py official repository ran no licence file found · pointer only · cb6c23a57e56be7a · report
is_al_file_complete ThuongTNguyen/ALchemist/run_expts_nonBERT.py official repository ran no licence file found · pointer only · 14356eed8e0fc4e9 · report
load_dataset ThuongTNguyen/ALchemist/run_expts_nonBERT.py official repository ran no licence file found · pointer only · b83afb52b80f22d6 · report
move_elements ThuongTNguyen/ALchemist/core/al.py official repository ran no licence file found · pointer only · de3bfb9775413c1b · report
multiple_splits ThuongTNguyen/ALchemist/core/data_utils.py official repository ran no licence file found · pointer only · 32f6c8de16c55c70 · report
prepare_train_data ThuongTNguyen/ALchemist/core/hf_model_selection.py official repository ran no licence file found · pointer only · 3f9f2d92317ece14 · report
rel_improv_plot_template ThuongTNguyen/ALchemist/results_utils.py official repository ran no licence file found · pointer only · 37086e0324c9aa23 · report
tokenize_text ThuongTNguyen/ALchemist/core/hf_model_selection.py official repository ran no licence file found · pointer only · 9f8877b9d156b548 · report
avg_friedman ThuongTNguyen/ALchemist/process_results.py official repository unverified no licence file found · pointer only · d80a8704bae88de7 · report
collate_data ThuongTNguyen/ALchemist/process_results.py official repository unverified no licence file found · pointer only · 1a0572c9c271a498 · report
dirname_parse ThuongTNguyen/ALchemist/process_results.py official repository unverified no licence file found · pointer only · 9d75a3f4c68b30a6 · report
load_data ThuongTNguyen/ALchemist/core/data_utils.py official repository unverified no licence file found · pointer only · cbc9a2d7314e9cf1 · report
select_model ThuongTNguyen/ALchemist/core/model_selection.py official repository unverified no licence file found · pointer only · 142b553f00dd3941 · report

Tasks

Active LearningBenchmarkingText Classificationtext-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections