Update README.md
Browse files
README.md
CHANGED
|
@@ -15,12 +15,15 @@ papers:
|
|
| 15 |
|
| 16 |
This repository contains a collection of neural network models trained on seven tabular datasets for the study:
|
| 17 |
|
| 18 |
-
**Exposing the Illusion of Fairness (EIF): Auditing Vulnerabilities to Distributional Manipulation Attacks**
|
| 19 |
https://arxiv.org/abs/2507.20708
|
| 20 |
|
| 21 |
-
Codebase:
|
| 22 |
https://github.com/ValentinLafargue/Inspection
|
| 23 |
|
|
|
|
|
|
|
|
|
|
| 24 |
Each model corresponds to a specific dataset and is designed to analyze fairness properties rather than maximize predictive performance.
|
| 25 |
|
| 26 |
## 🧠 Model Description
|
|
@@ -55,6 +58,11 @@ https://www.kaggle.com/datasets/sgpjesus/bank-account-fraud-dataset-neurips-2022
|
|
| 55 |
- Other datasets: 20,000 test samples
|
| 56 |
- Sensitive attributes are used for fairness evaluation
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
## 📈 Predictive Performance (Accuracy)
|
| 59 |
|
| 60 |
| Dataset | Accuracy |
|
|
|
|
| 15 |
|
| 16 |
This repository contains a collection of neural network models trained on seven tabular datasets for the study:
|
| 17 |
|
| 18 |
+
**Exposing the Illusion of Fairness (EIF): Auditing Vulnerabilities to Distributional Manipulation Attacks** <br/>
|
| 19 |
https://arxiv.org/abs/2507.20708
|
| 20 |
|
| 21 |
+
Codebase: <br/>
|
| 22 |
https://github.com/ValentinLafargue/Inspection
|
| 23 |
|
| 24 |
+
Results: <br/>
|
| 25 |
+
https://huggingface.co/datasets/ValentinLAFARGUE/EIF-Manipulated-distributions
|
| 26 |
+
|
| 27 |
Each model corresponds to a specific dataset and is designed to analyze fairness properties rather than maximize predictive performance.
|
| 28 |
|
| 29 |
## 🧠 Model Description
|
|
|
|
| 58 |
- Other datasets: 20,000 test samples
|
| 59 |
- Sensitive attributes are used for fairness evaluation
|
| 60 |
|
| 61 |
+
### Results and manipulated results
|
| 62 |
+
|
| 63 |
+
The results obtained on the tests samples, and their fairwashed counterparts are directly available on [Hugging Face](https://huggingface.co/datasets/ValentinLAFARGUE/EIF-Manipulated-distributions).
|
| 64 |
+
|
| 65 |
+
|
| 66 |
## 📈 Predictive Performance (Accuracy)
|
| 67 |
|
| 68 |
| Dataset | Accuracy |
|