Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,13 +25,13 @@ From those manipulated distributions, we can study how to effectively detect the
|
|
| 25 |
|
| 26 |
This dataset accompanies the paper:
|
| 27 |
|
| 28 |
-
**Exposing the Illusion of Fairness (EIF): Auditing Vulnerabilities to Distributional Manipulation Attacks**
|
| 29 |
https://arxiv.org/abs/2507.20708
|
| 30 |
|
| 31 |
-
HF Models repository:
|
| 32 |
https://huggingface.co/ValentinLAFARGUE/EIF-biased-classifiers
|
| 33 |
|
| 34 |
-
Code repository:
|
| 35 |
https://github.com/ValentinLafargue/Inspection
|
| 36 |
|
| 37 |
It contains preprocessed tabular datasets, model outputs, and fairness-related quantities used to analyze bias and mitigation strategies.
|
|
@@ -139,7 +139,7 @@ path = hf_hub_download(
|
|
| 139 |
arr = np.load(path)
|
| 140 |
```
|
| 141 |
|
| 142 |
-
For all files:
|
| 143 |
```
|
| 144 |
from huggingface_hub import list_repo_files
|
| 145 |
files = list_repo_files("ValentinLAFARGUE/EIF-Manipulated-distributions", repo_type = "dataset")
|
|
|
|
| 25 |
|
| 26 |
This dataset accompanies the paper:
|
| 27 |
|
| 28 |
+
**Exposing the Illusion of Fairness (EIF): Auditing Vulnerabilities to Distributional Manipulation Attacks** <br/>
|
| 29 |
https://arxiv.org/abs/2507.20708
|
| 30 |
|
| 31 |
+
HF Models repository:<br/>
|
| 32 |
https://huggingface.co/ValentinLAFARGUE/EIF-biased-classifiers
|
| 33 |
|
| 34 |
+
Code repository: <br/>
|
| 35 |
https://github.com/ValentinLafargue/Inspection
|
| 36 |
|
| 37 |
It contains preprocessed tabular datasets, model outputs, and fairness-related quantities used to analyze bias and mitigation strategies.
|
|
|
|
| 139 |
arr = np.load(path)
|
| 140 |
```
|
| 141 |
|
| 142 |
+
For all distribution files (.npy):
|
| 143 |
```
|
| 144 |
from huggingface_hub import list_repo_files
|
| 145 |
files = list_repo_files("ValentinLAFARGUE/EIF-Manipulated-distributions", repo_type = "dataset")
|