paper-with-me

Papers

Fair Mixed Effects Support Vector Machine

2024-05-10 · Jan Pablo Burgard, João Vitor Pamplona

To ensure unbiased and ethical automated predictions, fairness must be a core principle in machine learning applications. Fairness in machine learning aims to mitigate biases present in the training data and model imperfections that could lead to discriminatory outcomes. This is achieved by preventing the model from making decisions based on sensitive characteristics like ethnicity or sexual orientation. A fundamental assumption in machine learning is the independence of observations. However, this assumption often does not hold true for data describing social phenomena, where data points are often clustered based. Hence, if the machine learning models do not account for the cluster correlations, the results may be biased. Especially high is the bias in cases where the cluster assignment is correlated to the variable of interest. We present a fair mixed effects support vector machine algorithm that can handle both problems simultaneously. With a reproducible simulation study we demonstrate the impact of clustered data on the quality of fair machine learning predictions.

📄 PDF Abstract BibTeX arXiv:2405.06433

Code (1)

JoaoVitorPamplona/FairML.jl

Tasks

Fairness

Similar Papers 제목 키워드 기반

NoLimits.jl: Flexible and Composable Nonlinear Mixed-Effects Modeling in Julia

2026-06-23 · Manuel Huth, Jonas Arruda, Nina Schmid, Roy Gusinow 외 arxiv

Nonlinear mixed-effects models are widely used to analyze longitudinal data, but existing open-source software often supports only a limited subset of the model structures, inference methods, machine-learning components,…

fairseq: A Fast, Extensible Toolkit for Sequence Modeling

2019-04-01 · NAACL 2019 6 · Myle Ott, Sergey Edunov, Alexei Baevski, Angela Fan 외

fairseq is an open-source sequence modeling toolkit that allows researchers and developers to train custom models for translation, summarization, language modeling, and other text generation tasks. The toolkit is based o…

Language ModelingLanguage ModellingText GenerationTranslation

Misinformation detection in Luganda-English code-mixed social media text

2021-03-31 · Peter Nabende, David Kabiito, Claire Babirye, Hewitt Tusiime 외

The increasing occurrence, forms, and negative effects of misinformation on social media platforms has necessitated more misinformation detection tools. Currently, work is being done addressing COVID-19 misinformation ho…

BIG-bench Machine LearningClassificationGeneral ClassificationMisinformation

Spectral Algorithms for Computing Fair Support Vector Machines

2017-10-16 · Matt Olfat, Anil Aswani

Classifiers and rating scores are prone to implicitly codifying biases, which may be present in the training data, against protected classes (i.e., age, gender, or race). So it is important to understand how to design cl…

Fairness

Fairness in two-player zero-sum games with bandit feedback

2026-05-31 · S Akash, Pratik Gajane arxiv

We study two-player zero-sum games (TPZSGs) with bandit feedback under fairness constraints requiring every action to be played with probability at least $α/m$. Existing instance-dependent results target $\textit{pure}$ …