contrastive-active-learning icon indicating copy to clipboard operation
contrastive-active-learning copied to clipboard

Code for the EMNLP 2021 Paper "Active Learning by Acquiring Contrastive Examples" & the ACL 2022 Paper "On the Importance of Effectively Adapting Pretrained Language Models for Active Learning"

Results 2 contrastive-active-learning issues
Sort by recently updated
recently updated
newest added

Hello, when I try to run the command `python run_al.py --dataset_name sst-2 --acquisition batch_bald`, it throws an error that "IndexError: Dimension out of range (expected to be in range of...

Hello, in the batchbald.py file, the function "with_progress_bar " shows that ProgressBarIterable is undefined. How can I solve it?