Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,18 @@ We release the latest and largest Chinese dataset **ChineseWebText**, which cons
|
|
26 |
- "score": 【float】Quality score generated by the quality evaluation model.
|
27 |
- "text": 【string】Text content of data sample.
|
28 |
- "url": 【string】External URL, points to the original web address of the text.
|
29 |
-
- "source_domain": 【string】The domain name of the source website.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
- "score": 【float】Quality score generated by the quality evaluation model.
|
27 |
- "text": 【string】Text content of data sample.
|
28 |
- "url": 【string】External URL, points to the original web address of the text.
|
29 |
+
- "source_domain": 【string】The domain name of the source website.
|
30 |
+
|
31 |
+
# Citation
|
32 |
+
Please cite the paper if you use the data or code in this repo.
|
33 |
+
|
34 |
+
```shell
|
35 |
+
@misc{chen2023chinesewebtext,
|
36 |
+
title={Chinesewebtext: Large-scale high-quality Chinese web text extracted with effective evaluation model},
|
37 |
+
author={Jianghao Chen and Pu Jian and Tengxiao Xi and Yidong Yi and Chenglin Ding and Qianlong Du and Guibo Zhu and Chengqing Zong and Jinqiao Wang and Jiajun Zhang},
|
38 |
+
year={2023},
|
39 |
+
eprint={2311.01149},
|
40 |
+
archivePrefix={arXiv},
|
41 |
+
primaryClass={cs.CL}
|
42 |
+
}
|
43 |
+
```
|