Mitigating Bias in Machine Learning Models

Thursday 06 March 2025


The quest for fair and accurate artificial intelligence (AI) has taken a significant step forward with a recent study on mitigating bias in machine learning models. The research team, comprised of experts from various fields, developed a novel approach to address the long-standing issue of annotator representation in training data.


In today’s AI-powered world, it’s not uncommon for algorithms to be trained on datasets created by human annotators. However, these annotators often reflect biased views and opinions, which can ultimately affect the performance and reliability of the models. This bias can manifest in various ways, such as labeling certain individuals or groups unfairly or neglecting specific aspects of a problem.


The researchers tackled this challenge by creating a simulation study that mimicked real-world scenarios. They designed a dataset with two types of annotators – Type A and Type B – each with distinct labeling tendencies. The team then trained machine learning models on the simulated datasets, varying the proportion of Type A and Type B annotators to examine how bias affects model performance.


The results showed that models trained on non-representative annotator pools performed poorly in terms of calibration and classification accuracy. Calibration refers to the ability of a model to accurately predict its confidence level. In other words, if an AI system is 90% confident it will correctly classify a tweet as offensive language, it should indeed be right 9 times out of 10.


To combat this issue, the researchers proposed a simple yet effective adjustment method. They used post-stratification weights to create a pseudo-population that mirrors the target population. This process involves assigning weights to each annotator based on their characteristics and then duplicating them proportionally to their weight. The resulting dataset is more representative of the population, reducing bias and improving model performance.


The study demonstrated that this adjustment method can significantly mitigate the effects of annotator bias. Models trained on the adjusted datasets showed improved calibration and classification accuracy compared to those trained on unbalanced datasets. Furthermore, the researchers found that the adjustment method was particularly effective in reducing the gap between the performance of models on balanced and unbalanced datasets.


This breakthrough has significant implications for the development of AI systems. It highlights the importance of considering annotator representation when designing machine learning models. By incorporating this simple yet effective adjustment method into their workflows, developers can create more accurate and reliable AI systems that better serve society.


The findings also underscore the need for greater diversity in the creation of training datasets.


Cite this article: “Mitigating Bias in Machine Learning Models”, The Science Archive, 2025.


Machine Learning, Artificial Intelligence, Bias, Annotator Representation, Training Data, Dataset, Calibration, Classification Accuracy, Post-Stratification Weights, Pseudo-Population


Reference: Stephanie Eckman, Bolei Ma, Christoph Kern, Rob Chew, Barbara Plank, Frauke Kreuter, “Correcting Annotator Bias in Training Data: Population-Aligned Instance Replication (PAIR)” (2025).


Leave a Reply