Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -107,14 +107,12 @@ The original dataset provides counts of names (with their gender) for male and f
107
  **BibTeX:**
108
 
109
  ```
110
- @misc{drechsel2025gradiendmonosemanticfeaturelearning,
111
- title={{GRADIEND}: Monosemantic Feature Learning within Neural Networks Applied to Gender Debiasing of Transformer Models},
112
- author={Jonathan Drechsel and Steffen Herbold},
113
- year={2025},
114
- eprint={2502.01406},
115
- archivePrefix={arXiv},
116
- primaryClass={cs.LG},
117
- url={https://arxiv.org/abs/2502.01406},
118
  }
119
  ```
120
 
 
107
  **BibTeX:**
108
 
109
  ```
110
+ @inproceedings{drechsel2026gradiend,
111
+ title = {{GRADIEND}: Feature Learning within Neural Networks Exemplified through Biases},
112
+ author = {Drechsel, Jonathan and Herbold, Steffen},
113
+ booktitle = {Proceedings of the International Conference on Learning Representations},
114
+ year = {2026},
115
+ url = {https://arxiv.org/abs/2502.01406}
 
 
116
  }
117
  ```
118