|
1 | 1 | # FairBench |
2 | 2 |
|
| 3 | +[](https://mammoth-eu.github.io/mammoth-commons/index.html) |
3 | 4 |  |
4 | 5 |  |
5 | 6 | [](https://fairbench.readthedocs.io/) |
6 | 7 | [](https://github.com/psf/black) |
7 | 8 | [](code_of_conduct.md) |
8 | 9 |
|
| 10 | +FairBench can be imported in Python AI projects to |
| 11 | +offer standardized exploration of more than 300 |
| 12 | +fairness concerns. It produces reports that can be viewed in various formats |
| 13 | +(e.g., in the terminal, in the browser) as part of continuous |
| 14 | +reporting by developers, auditors, and eventually policymakers |
| 15 | +with a certain degree of technical background. |
| 16 | + |
| 17 | +Fairness exploration is not limited to one or a few measure at a time, |
| 18 | +though single evaluations are still possible in line with other |
| 19 | +industrial frameworks. Instead, FairBench includes traceable computations |
| 20 | +that keep track of intermediate quantities. Furthermore, reporting on |
| 21 | +single metrics retrieves caveats and recommendations extracted through the |
| 22 | +help of social scientists. |
| 23 | + |
| 24 | +FairBench is independent of data modality, for example by |
| 25 | +supporting -among others- regression and multiclass outputs |
| 26 | +from most popular computational frameworks. It can also be used to |
| 27 | +uncover LLM biases. |
| 28 | + |
| 29 | +The library can be installed in your environment and called directly |
| 30 | +from your code. BUt it also |
| 31 | +supports many fairness analysis functionalities |
| 32 | +in the low-code environment of the |
| 33 | +[MAI-BIAS toolkit](https://mammoth-eu.github.io/mammoth-commons/index.html). |
| 34 | + |
| 35 | + |
9 | 36 | A comprehensive AI fairness exploration framework. <br> |
10 | 37 | 🧱 Build measures from simpler blocks<br> |
11 | 38 | 📈 Fairness reports and stamps <br> |
|
0 commit comments