Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ From these sentences, template-based sentences (`masked`) are created with two t
|
|
72 |
<!-- Provide the basic links for the dataset. -->
|
73 |
|
74 |
- **Repository:** [github.com/aieng-lab/gradiend](https://github.com/aieng-lab/gradiend)
|
75 |
-
- **Paper:** [
|
76 |
- **Original Data**: [BookCorpus](https://huggingface.co/datasets/bookcorpus/bookcorpus)
|
77 |
|
78 |
|
@@ -138,7 +138,17 @@ Due to BookCorpus, only lower-case sentences are contained.
|
|
138 |
|
139 |
**BibTeX:**
|
140 |
|
141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
|
143 |
|
144 |
## Dataset Card Authors
|
|
|
72 |
<!-- Provide the basic links for the dataset. -->
|
73 |
|
74 |
- **Repository:** [github.com/aieng-lab/gradiend](https://github.com/aieng-lab/gradiend)
|
75 |
+
- **Paper:** [![arXiv](https://img.shields.io/badge/arXiv-2502.01406-blue.svg)](https://arxiv.org/abs/2502.01406)
|
76 |
- **Original Data**: [BookCorpus](https://huggingface.co/datasets/bookcorpus/bookcorpus)
|
77 |
|
78 |
|
|
|
138 |
|
139 |
**BibTeX:**
|
140 |
|
141 |
+
```
|
142 |
+
@misc{drechsel2025gradiendmonosemanticfeaturelearning,
|
143 |
+
title={{GRADIEND}: Monosemantic Feature Learning within Neural Networks Applied to Gender Debiasing of Transformer Models},
|
144 |
+
author={Jonathan Drechsel and Steffen Herbold},
|
145 |
+
year={2025},
|
146 |
+
eprint={2502.01406},
|
147 |
+
archivePrefix={arXiv},
|
148 |
+
primaryClass={cs.LG},
|
149 |
+
url={https://arxiv.org/abs/2502.01406},
|
150 |
+
}
|
151 |
+
```
|
152 |
|
153 |
|
154 |
## Dataset Card Authors
|