paper-with-me

Papers

humancompatible.detect: a Python Toolkit for Detecting Bias in AI Models

2025-09-29 · German M. Matilla, Jiri Nemecek, Illia Kryvoviaz, Jakub Marecek arxiv

There is a strong recent emphasis on trustworthy AI. In particular, international regulations, such as the AI Act, demand that AI practitioners measure data quality on the input and estimate bias on the output of high-risk AI systems. However, there are many challenges involved, including scalability (MMD) and computability (Wasserstein-1) issues of traditional methods for estimating distances on measure spaces. Here, we present humancompatible.detect, a toolkit for bias detection that addresses these challenges. It incorporates two newly developed methods to detect and evaluate bias: maximum subgroup discrepancy (MSD) and subsampled $\ell_\infty$ distances. It has an easy-to-use API documented with multiple examples. humancompatible.detect is licensed under the Apache License, Version 2.0.

📄 PDF Abstract BibTeX arXiv:2509.24340

Code (0)

등록된 구현이 없습니다.

Tasks

Bias Detection

Similar Papers 제목 키워드 기반

humancompatible.train: Implementing Optimization Algorithms for Stochastically-Constrained Stochastic Optimization Problems

2025-09-25 · Andrii Kliachkin, Jana Lepšová, Gilles Bareilles, Jakub Mareček arxiv

There has been a considerable interest in constrained training of deep neural networks (DNNs) recently for applications such as fairness and safety. Several toolkits have been proposed for this task, yet there is still n…

Stochastic Optimization

UnBias-Plus: Detect, Explain, and Rewrite Bias

2026-06-22 · Ahmed Y. Radwan, Ahmed ElKady, Sindhuja Chaduvula, Mohamed Hafez 외 arxiv

Bias in natural language remains a persistent challenge in both human-written and AI-generated content, affecting domains such as journalism, education, and AI research. Most existing detection methods identify only the …

AI Fairness 360: An Extensible Toolkit for Detecting, Understanding, and Mitigating Unwanted Algorithmic Bias

2018-10-03 · Rachel K. E. Bellamy, Kuntal Dey, Michael Hind, Samuel C. Hoffman 외

Fairness is an increasingly important concern as machine learning models are used to support decision making in high-stakes applications such as mortgage lending, hiring, and prison sentencing. This paper introduces a ne…

BenchmarkingDecision MakingFairness

DadmaTools: Natural Language Processing Toolkit for Persian Language

2022-07-01 · NAACL (ACL) 2022 7 · Romina Etezadi, Mohammad Karrabi, Najmeh Zare, Mohamad Bagher Sajadi 외

We introduce DadmaTools, an open-source Python Natural Language Processing toolkit for the Persian language. The toolkit is a neural pipeline based on spaCy for several text processing tasks, including normalization, tok…

ChunkingConstituency ParsingDependency ParsingLemmatization

humancompatible.interconnect: Testing Properties of Repeated Uses of Interconnections of AI Systems

2025-07-13 · Rodion Nazarov, Anthony Quinn, Robert Shorten, Jakub Marecek arxiv

Artificial intelligence (AI) systems often interact with multiple agents. The regulation of such AI systems often requires that {\em a priori\/} guarantees of fairness and robustness be satisfied. With stochastic models …