slvnwhrl commited on
Commit
1c6223a
1 Parent(s): acaa4ca

add citation info in readme

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -13,4 +13,26 @@ This dataset can be used as a benchmark for clustering word embeddings for <b>Ge
13
 
14
  The datasets contains news article titles and is based on the dataset of the [One Million Posts Corpus](https://ofai.github.io/million-post-corpus/) and [10kGNAD](https://github.com/tblock/10kGNAD). It contains 10'267 unique samples, 10 splits with 1'436 to 9'962 samples and 9 unique classes. Splits are built similarly to MTEB's [TwentyNewsgroupsClustering](https://huggingface.co/datasets/mteb/twentynewsgroups-clustering).
15
 
16
- Have a look at German Text Embedding Clustering Benchmark ([Github](https://github.com/ClimSocAna/tecb-de), [Paper](https://arxiv.org/abs/2401.02709)) for more infos, datasets and evaluation results.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  The datasets contains news article titles and is based on the dataset of the [One Million Posts Corpus](https://ofai.github.io/million-post-corpus/) and [10kGNAD](https://github.com/tblock/10kGNAD). It contains 10'267 unique samples, 10 splits with 1'436 to 9'962 samples and 9 unique classes. Splits are built similarly to MTEB's [TwentyNewsgroupsClustering](https://huggingface.co/datasets/mteb/twentynewsgroups-clustering).
15
 
16
+ Have a look at German Text Embedding Clustering Benchmark ([Github](https://github.com/ClimSocAna/tecb-de), [Paper](https://arxiv.org/abs/2401.02709)) for more infos, datasets and evaluation results.
17
+
18
+ If you use this dataset in your work, please cite the following paper:
19
+
20
+ ```
21
+ @inproceedings{wehrli-etal-2023-german,
22
+ title = "{G}erman Text Embedding Clustering Benchmark",
23
+ author = "Wehrli, Silvan and
24
+ Arnrich, Bert and
25
+ Irrgang, Christopher",
26
+ editor = "Georges, Munir and
27
+ Herygers, Aaricia and
28
+ Friedrich, Annemarie and
29
+ Roth, Benjamin",
30
+ booktitle = "Proceedings of the 19th Conference on Natural Language Processing (KONVENS 2023)",
31
+ month = sep,
32
+ year = "2023",
33
+ address = "Ingolstadt, Germany",
34
+ publisher = "Association for Computational Lingustics",
35
+ url = "https://aclanthology.org/2023.konvens-main.20",
36
+ pages = "187--201",
37
+ }
38
+ ```