add citation info in readme
Browse files
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 book titles and is based on the dataset from the [GermEval 2019 Shared Task on Hierarchical Classification of Blurbs](https://www.inf.uni-hamburg.de/en/inst/ab/lt/resources/data/germeval-2019-hmc.html). It contains 18'084 unqiue samples, 28 splits with 177 to 16'425 samples and 4 to 93 unique classes. Splits are built similarly to [MTEB](https://github.com/embeddings-benchmark/mteb)'s [ArxivClusteringP2P](https://huggingface.co/datasets/mteb/arxiv-clustering-p2p).
|
| 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 book titles and is based on the dataset from the [GermEval 2019 Shared Task on Hierarchical Classification of Blurbs](https://www.inf.uni-hamburg.de/en/inst/ab/lt/resources/data/germeval-2019-hmc.html). It contains 18'084 unqiue samples, 28 splits with 177 to 16'425 samples and 4 to 93 unique classes. Splits are built similarly to [MTEB](https://github.com/embeddings-benchmark/mteb)'s [ArxivClusteringP2P](https://huggingface.co/datasets/mteb/arxiv-clustering-p2p).
|
| 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 |
+
```
|