Split citations into separate blocks by use case
Browse files
README.md
CHANGED
|
@@ -124,7 +124,7 @@ The original pipeline targets MediaWiki ≤1.41. Spanish Wikipedia runs MW 1.42+
|
|
| 124 |
|
| 125 |
## Citation
|
| 126 |
|
| 127 |
-
If you use this dataset, please
|
| 128 |
|
| 129 |
```bibtex
|
| 130 |
@misc{henriquez2026spanishwikiclustering,
|
|
@@ -134,14 +134,22 @@ If you use this dataset, please also cite the original WikiClusteringP2P work an
|
|
| 134 |
publisher = {Hugging Face},
|
| 135 |
howpublished = {\url{https://huggingface.co/datasets/ClementeH/SpanishWikiClustering}},
|
| 136 |
}
|
|
|
|
|
|
|
|
|
|
| 137 |
|
|
|
|
| 138 |
@misc{rystrom2024wikiclustering,
|
| 139 |
author = {Rystr{\o}m, Jonathan},
|
| 140 |
title = {Wiki Clustering},
|
| 141 |
year = {2024},
|
| 142 |
howpublished = {\url{https://github.com/jhrystrom/wiki-clustering}},
|
| 143 |
}
|
|
|
|
|
|
|
|
|
|
| 144 |
|
|
|
|
| 145 |
@article{muennighoff2022mteb,
|
| 146 |
author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"i}c and Reimers, Nils},
|
| 147 |
title = {{MTEB}: Massive Text Embedding Benchmark},
|
|
|
|
| 124 |
|
| 125 |
## Citation
|
| 126 |
|
| 127 |
+
If you use this dataset, please cite:
|
| 128 |
|
| 129 |
```bibtex
|
| 130 |
@misc{henriquez2026spanishwikiclustering,
|
|
|
|
| 134 |
publisher = {Hugging Face},
|
| 135 |
howpublished = {\url{https://huggingface.co/datasets/ClementeH/SpanishWikiClustering}},
|
| 136 |
}
|
| 137 |
+
```
|
| 138 |
+
|
| 139 |
+
If you use the replication pipeline, please also cite the original wiki-clustering work it is based on:
|
| 140 |
|
| 141 |
+
```bibtex
|
| 142 |
@misc{rystrom2024wikiclustering,
|
| 143 |
author = {Rystr{\o}m, Jonathan},
|
| 144 |
title = {Wiki Clustering},
|
| 145 |
year = {2024},
|
| 146 |
howpublished = {\url{https://github.com/jhrystrom/wiki-clustering}},
|
| 147 |
}
|
| 148 |
+
```
|
| 149 |
+
|
| 150 |
+
If you use this dataset via MTEB, please also cite:
|
| 151 |
|
| 152 |
+
```bibtex
|
| 153 |
@article{muennighoff2022mteb,
|
| 154 |
author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"i}c and Reimers, Nils},
|
| 155 |
title = {{MTEB}: Massive Text Embedding Benchmark},
|