Datasets:
Commit ·
4684f32
1
Parent(s): 3b8bdc2
docs: add CCI3-HQ citation metadata
Browse files
README.md
CHANGED
|
@@ -2,7 +2,25 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- zh
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
# CCI3-HQ-Annotation-Benchmark
|
| 7 |
|
| 8 |
-
These 14k samples were randomly extracted from a large corpus of Chinese texts, containing both the original text and corresponding labels. They can be used to evaluate the quality of Chinese corpora.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- zh
|
| 5 |
+
tags:
|
| 6 |
+
- arxiv:2410.18505
|
| 7 |
---
|
| 8 |
# CCI3-HQ-Annotation-Benchmark
|
| 9 |
|
| 10 |
+
These 14k samples were randomly extracted from a large corpus of Chinese texts, containing both the original text and corresponding labels. They can be used to evaluate the quality of Chinese corpora.
|
| 11 |
+
|
| 12 |
+
## Citation
|
| 13 |
+
|
| 14 |
+
If you use this benchmark or the CCI3-HQ dataset, please cite:
|
| 15 |
+
|
| 16 |
+
```bibtex
|
| 17 |
+
@misc{wang2024cci30hqlargescalechinesedataset,
|
| 18 |
+
title={CCI3.0-HQ: a large-scale Chinese dataset of high quality designed for pre-training large language models},
|
| 19 |
+
author={Liangdong Wang and Bo-Wen Zhang and Chengwei Wu and Hanyu Zhao and Xiaofeng Shi and Shuhao Gu and Jijie Li and Quanyue Ma and TengFei Pan and Guang Liu},
|
| 20 |
+
year={2024},
|
| 21 |
+
eprint={2410.18505},
|
| 22 |
+
archivePrefix={arXiv},
|
| 23 |
+
primaryClass={cs.CL},
|
| 24 |
+
url={https://arxiv.org/abs/2410.18505}
|
| 25 |
+
}
|
| 26 |
+
```
|