lgienapp commited on
Commit
569b444
·
verified ·
1 Parent(s): b0eee9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -13
README.md CHANGED
@@ -352,7 +352,7 @@ configs:
352
 
353
  A comprehensive collection of German-language text data under open licenses for training German language models.
354
 
355
- For a full datasheet compliant with the recommendations of [Gebru et al. (2018)](https://arxiv.org/abs/1803.09010v8), see [DATASHEET.md](DATASHEET.md).
356
 
357
  ## Dataset Description
358
 
@@ -449,20 +449,24 @@ Supported splits and constituent datasets are:
449
 
450
  ## Citation
451
 
452
- If you use this dataset in your research, please cite:
453
 
454
  ```bibtex
455
- @article{german_commons,
456
- author = {Gienapp, Lukas and
457
- Schröder, Christopher and
458
- Schweter, Stefan and
459
- Akiki, Christopher, and
460
- Schlatt, Ferdinand and
461
- Zimmermann, Arden and
462
- Ge\^net, Phillipe and
463
- Potthast, Martin},
464
- title = {German Commons -- 154 Billion Tokens of Openly Licensed Text for German Language Models},
465
- year = {2025}
 
 
 
 
466
  }
467
  ```
468
 
 
352
 
353
  A comprehensive collection of German-language text data under open licenses for training German language models.
354
 
355
+ For a full datasheet, see [DATASHEET.md](DATASHEET.md). For the corresponding paper, see [arxiv.org/abs/2510.13996](https://arxiv.org/abs/2510.13996)
356
 
357
  ## Dataset Description
358
 
 
449
 
450
  ## Citation
451
 
452
+ If you use this dataset, please cite the correponding paper:
453
 
454
  ```bibtex
455
+ @article{gienapp:2025d,
456
+ title = {{The German Commons -- 154 Billion Tokens of Openly Licensed Text for German Language Models}},
457
+ author = {Lukas Gienapp and
458
+ Christopher Schr\"oder and
459
+ Stefan Schweter and
460
+ Christopher Akiki and
461
+ Ferdinand Schlatt and
462
+ Arden Zimmermann and
463
+ Phillipe Gen\^et and
464
+ Martin Potthast},
465
+ year = 2025,
466
+ month = oct,
467
+ journal = {CoRR},
468
+ volume = {abs/2510.13996},
469
+ url = {https://arxiv.org/abs/2510.13996}
470
  }
471
  ```
472