Abstract
The rise in usage of Large Language Models to near ubiquitousness in recentyears has risen societal concern about their applications in decision-makingcontexts, such as organizational justice or healthcare. This, in turn, posesquestions about the fairness of these models in critical settings, which leadsto the developement of different procedures to address bias in Natural LanguageProcessing. Although many datasets, metrics and algorithms have been proposedto measure and mitigate harmful prejudice in Natural Language Processing, theirimplementation is diverse and far from centralized. As a response, this paperpresents FairLangProc, a comprehensive Python package providing a commonimplementation of some of the more recent advances in fairness in NaturalLanguage Processing providing an interface compatible with the famous HuggingFace transformers library, aiming to encourage the widespread use anddemocratization of bias mitigation techniques. The implementation can be foundon https://github.com/arturo-perez-peralta/FairLangProc.