--- license: apache-2.0 task_categories: - text2text-generation language: - zh size_categories: - 100Mhttp://tcci.ccf.org.cn/conference/2023/dldoc/nacgec_training.zip
http://tcci.ccf.org.cn/conference/2018/dldoc/trainingdata02.tar.gz| |pycorrector 语法纠错集|中文语法纠错数据集|https://github.com/shibing624/pycorrector/tree/llm/examples/data/grammar| 其余的数据集还可以看 - 中文文本纠错数据集汇总 (天池):https://tianchi.aliyun.com/dataset/138195 - NLPCC 2023中文语法纠错数据集:http://tcci.ccf.org.cn/conference/2023/taskdata.php # Languages The data in CSC are in Chinese. # Dataset Structure An example of "train" looks as follows: ```json { "conversations": [ {"from":"human","value":"对这个句子纠错\n\n以后,我一直以来自学汉语了。"}, {"from":"gpt","value":"从此以后,我就一直自学汉语了。"} ] } ``` # Contributions [Weaxs](https://github.com/Weaxs) 整理并上传