Add dataset card, link to paper and GitHub
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- zh
|
| 7 |
+
tags:
|
| 8 |
+
- text-correction
|
| 9 |
+
- cgec
|
| 10 |
+
- chain-of-thought
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# CSRP: Chain-of-Thought Reasoning for Chinese Text Correction
|
| 14 |
+
|
| 15 |
+
This dataset contains the 340,000 Chain-of-Thought (CoT) reasoning samples introduced in the paper [CSRP: Chain-of-Thought Reasoning for Chinese Text Correction via Reinforcement Learning with Efficiency-Aware Rewards](https://huggingface.co/papers/2606.00020).
|
| 16 |
+
|
| 17 |
+
## Links
|
| 18 |
+
- **Paper**: [CSRP: Chain-of-Thought Reasoning for Chinese Text Correction via Reinforcement Learning with Efficiency-Aware Rewards](https://huggingface.co/papers/2606.00020)
|
| 19 |
+
- **GitHub Repository**: [TW-NLP/ChineseErrorCorrector](https://github.com/TW-NLP/ChineseErrorCorrector)
|
| 20 |
+
|
| 21 |
+
## Dataset Summary
|
| 22 |
+
The CSRP dataset is designed to enhance Chinese Grammatical Error Correction (CGEC) by providing explicit error reasoning (Chain-of-Thought) for corrections. This diagnostic transparency helps models internalize linguistic priors and effectively mitigates over-correction bias.
|
| 23 |
+
|
| 24 |
+
The dataset includes 340,000 balanced samples covering various error types:
|
| 25 |
+
- Spelling errors (错别字)
|
| 26 |
+
- Word collocation errors (词语搭配错误)
|
| 27 |
+
- Word order errors (语序错误)
|
| 28 |
+
- Component omission or redundancy (成分残缺/赘余)
|
| 29 |
+
- Semantic logic issues (语义逻辑不通)
|
| 30 |
+
|
| 31 |
+
## Citation
|
| 32 |
+
If you use this dataset, please cite:
|
| 33 |
+
|
| 34 |
+
```bibtex
|
| 35 |
+
@misc{tian2026csrpchainofthoughtreasoningchinese,
|
| 36 |
+
title={CSRP: Chain-of-Thought Reasoning for Chinese Text Correction via Reinforcement Learning with Efficiency-Aware Rewards},
|
| 37 |
+
author={Wei Tian and Yuhao Zhou and Man Lan},
|
| 38 |
+
year={2026},
|
| 39 |
+
eprint={2606.00020},
|
| 40 |
+
archivePrefix={arXiv},
|
| 41 |
+
primaryClass={cs.CL},
|
| 42 |
+
url={https://arxiv.org/abs/2606.00020},
|
| 43 |
+
}
|
| 44 |
+
```
|