Update README.md
Browse files
README.md
CHANGED
|
@@ -543,6 +543,21 @@ print(example["masked"])
|
|
| 543 |
print(example["label"])
|
| 544 |
```
|
| 545 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 546 |
## Authors/ Maintainers
|
| 547 |
- Erisa Bytyqi
|
| 548 |
- Jonathan Drechsel ([jdrechsel](https://huggingface.co/jdrechsel))
|
|
|
|
| 543 |
print(example["label"])
|
| 544 |
```
|
| 545 |
|
| 546 |
+
## Citation
|
| 547 |
+
|
| 548 |
+
```bib
|
| 549 |
+
@misc{drechsel2026understandingmemorizingcasestudy,
|
| 550 |
+
title={Understanding or Memorizing? A Case Study of German Definite Articles in Language Models},
|
| 551 |
+
author={Jonathan Drechsel and Erisa Bytyqi and Steffen Herbold},
|
| 552 |
+
year={2026},
|
| 553 |
+
eprint={2601.09313},
|
| 554 |
+
archivePrefix={arXiv},
|
| 555 |
+
primaryClass={cs.CL},
|
| 556 |
+
url={https://arxiv.org/abs/2601.09313},
|
| 557 |
+
}
|
| 558 |
+
```
|
| 559 |
+
|
| 560 |
+
|
| 561 |
## Authors/ Maintainers
|
| 562 |
- Erisa Bytyqi
|
| 563 |
- Jonathan Drechsel ([jdrechsel](https://huggingface.co/jdrechsel))
|