langtest.transform.fairness#
Classes
Abstract base class for implementing accuracy measures. |
|
|
A class for performing fairness tests on a given dataset. |
Subclass of BaseFairness that implements the maximum F1 score. |
|
Class for evaluating fairness based on maximum gender performance in question-answering tasks using Language Model. |
|
Subclass of BaseFairness that implements the Rouge score. |
|
Subclass of BaseFairness that implements the minimum F1 score. |
|
Class for evaluating fairness based on minimum gender performance in question-answering tasks using a Language Model. |
|
Subclass of BaseFairness that implements the minimum Rouge score. |