webis-de / small-text

Active Learning for Text Classification in Python
https://small-text.readthedocs.io/
MIT License
547 stars 60 forks source link

Add ActivePETs query strategy #49

Open chschroeder opened 10 months ago

chschroeder commented 10 months ago

Feature description

ActivePETs is a recent query strategy that has been shown to be very effective for few-shot tasks. It uses pattern exploiting training PET over an ensemble of classifiers.

Additional comments

XiaZeng0223 commented 10 months ago

Happy to help!