Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
jdrechsel commited on
Commit
425b878
·
verified ·
1 Parent(s): bf1c9ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -73,7 +73,7 @@ A larger name dataset is [NAMEXTEND](https://huggingface.co/datasets/aieng-lab/n
73
  <!-- Provide the basic links for the dataset. -->
74
 
75
  - **Repository:** [github.com/aieng-lab/gradiend](https://github.com/aieng-lab/gradiend)
76
- - **Paper:** [More Information Needed]
77
  - **Original Dataset:** [Gender by Name](https://archive.ics.uci.edu/dataset/591/gender+by+name)
78
 
79
 
@@ -119,7 +119,17 @@ The original dataset provides counts of names (with their gender) for male and f
119
 
120
  **BibTeX:**
121
 
122
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
123
 
124
 
125
  ## Dataset Card Authors
 
73
  <!-- Provide the basic links for the dataset. -->
74
 
75
  - **Repository:** [github.com/aieng-lab/gradiend](https://github.com/aieng-lab/gradiend)
76
+ - **Paper:** [![arXiv](https://img.shields.io/badge/arXiv-2502.01406-blue.svg)](https://arxiv.org/abs/2502.01406)
77
  - **Original Dataset:** [Gender by Name](https://archive.ics.uci.edu/dataset/591/gender+by+name)
78
 
79
 
 
119
 
120
  **BibTeX:**
121
 
122
+ ```
123
+ @misc{drechsel2025gradiendmonosemanticfeaturelearning,
124
+ title={{GRADIEND}: Monosemantic Feature Learning within Neural Networks Applied to Gender Debiasing of Transformer Models},
125
+ author={Jonathan Drechsel and Steffen Herbold},
126
+ year={2025},
127
+ eprint={2502.01406},
128
+ archivePrefix={arXiv},
129
+ primaryClass={cs.LG},
130
+ url={https://arxiv.org/abs/2502.01406},
131
+ }
132
+ ```
133
 
134
 
135
  ## Dataset Card Authors