TasksΒΆ
The task classes define different experiment types in ALF. The DesignTask runs a multi-round
active learning optimisation loop, the SupervisedTask trains and evaluates models on fixed data
splits, and the ZeroShotTask evaluates pre-trained models without additional training. All tasks
inherit from BaseTask which provides the common interface.