izhx commited on
Commit
ac0454e
1 Parent(s): 651c79d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - Hello-SimpleAI/HC3-Chinese
4
+ language:
5
+ - zh
6
+ pipeline_tag: text-classification
7
+ tags:
8
+ - chatgpt
9
+ ---
10
+
11
+ # Model Card for `Hello-SimpleAI/chatgpt-detector-roberta-chinese`
12
+
13
+ This model is trained on `question-answer` pairs of **the filtered full-text** `answer`s from [Hello-SimpleAI/HC3-Chinese](https://huggingface.co/datasets/Hello-SimpleAI/HC3-Chinese).
14
+
15
+
16
+ The base checkpoint is [hfl/chinese-roberta-wwm-ext](https://huggingface.co/hfl/chinese-roberta-wwm-ext).
17
+ We train it with all [Hello-SimpleAI/HC3-Chinese](https://huggingface.co/datasets/Hello-SimpleAI/HC3-Chinese) data (without held-out) for 2 epochs.
18
+
19
+ ( 2-epoch is consistent with the experiments in [our paper](https://arxiv.org/abs/2301.07597).)
20
+
21
+ ## Citation
22
+
23
+ Checkout this papaer [arxiv: 2301.07597](https://arxiv.org/abs/2301.07597)
24
+
25
+ ```
26
+ @article{guo-etal-2023-hc3,
27
+ title = "How Close is ChatGPT to Human Experts? Comparison Corpus, Evaluation, and Detection",
28
+ author = "Guo, Biyang and
29
+ Zhang, Xin and
30
+ Wang, Ziyuan and
31
+ Jiang, Minqi and
32
+ Nie, Jinran and
33
+ Ding, Yuxuan and
34
+ Yue, Jianwei and
35
+ Wu, Yupeng",
36
+ journal={arXiv preprint arxiv:2301.07597}
37
+ year = "2023",
38
+ }
39
+ ```