paper-with-me

Papers

Deep-BIAS: Detecting Structural Bias using Explainable AI

2023-04-04 · Bas van Stein, Diederick Vermetten, Fabio Caraffini, Anna V. Kononova

Evaluating the performance of heuristic optimisation algorithms is essential to determine how well they perform under various conditions. Recently, the BIAS toolbox was introduced as a behaviour benchmark to detect structural bias (SB) in search algorithms. The toolbox can be used to identify biases in existing algorithms, as well as to test for bias in newly developed algorithms. In this article, we introduce a novel and explainable deep-learning expansion of the BIAS toolbox, called Deep-BIAS. Where the original toolbox uses 39 statistical tests and a Random Forest model to predict the existence and type of SB, the Deep-BIAS method uses a trained deep-learning model to immediately detect the strength and type of SB based on the raw performance distributions. Through a series of experiments with a variety of structurally biased scenarios, we demonstrate the effectiveness of Deep-BIAS. We also present the results of using the toolbox on 336 state-of-the-art optimisation algorithms, which showed the presence of various types of structural bias, particularly towards the centre of the objective space or exhibiting discretisation behaviour. The Deep-BIAS method outperforms the BIAS toolbox both in detecting bias and for classifying the type of SB. Furthermore, explanations can be derived using XAI techniques.

📄 PDF Abstract BibTeX arXiv:2304.01869

Code (1)

Basvanstein/BIAS 공식 구현 tf

Tasks

Explainable Artificial Intelligence (XAI)

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Can Explainable AI Explain Unfairness? A Framework for Evaluating Explainable AI

2021-06-14 · Kiana Alikhademi, Brianna Richardson, Emma Drobina, Juan E. Gilbert

Many ML models are opaque to humans, producing decisions too complex for humans to easily understand. In response, explainable artificial intelligence (XAI) tools that analyze the inner workings of a model have been crea…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Fairness

Towards detecting unanticipated bias in Large Language Models

2024-04-03 · Anna Kruspe

Over the last year, Large Language Models (LLMs) like ChatGPT have become widely available and have exhibited fairness issues similar to those in previous machine learning systems. Current research is primarily focused o…

Decision MakingFairnessUncertainty Quantification

Challenges in Applying Explainability Methods to Improve the Fairness of NLP Models

2022-06-08 · NAACL (TrustNLP) 2022 7 · Esma Balkir, Svetlana Kiritchenko, Isar Nejadgholi, Kathleen C. Fraser

Motivations for methods in explainable artificial intelligence (XAI) often include detecting, quantifying and mitigating bias, and contributing to making machine learning models fairer. However, exactly how an XAI method…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Fairness

Is there Anisotropy in Structural Bias?

2021-05-10 · Diederick Vermetten, Anna V. Kononova, Fabio Caraffini, Hao Wang 외

Structural Bias (SB) is an important type of algorithmic deficiency within iterative optimisation heuristics. However, methods for detecting structural bias have not yet fully matured, and recent studies have uncovered m…

FairMonitor: A Four-Stage Automatic Framework for Detecting Stereotypes and Biases in Large Language Models

2023-08-21 · Yanhong Bai, Jiabao Zhao, Jinxin Shi, Tingjiang Wei 외

Detecting stereotypes and biases in Large Language Models (LLMs) can enhance fairness and reduce adverse impacts on individuals or groups when these LLMs are applied. However, the majority of existing methods focus on me…

Fairness