izhx commited on
Commit
c272e56
·
1 Parent(s): 8bc4420

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
4
+ language:
5
+ - en
6
+ pipeline_tag: text-classification
7
+ tags:
8
+ - chatgpt
9
+ ---
10
+
11
+ # Model Card for `Hello-SimpleAI/chatgpt-detector-roberta`
12
+
13
+ This model is trained on `question-answer` pairs of **the filtered full-text** from [Hello-SimpleAI/HC3](https://huggingface.co/datasets/Hello-SimpleAI/HC3).
14
+
15
+
16
+ The base checkpoint is [roberta-base](https://huggingface.co/roberta-base).
17
+ We train it with all [Hello-SimpleAI/HC3](https://huggingface.co/datasets/Hello-SimpleAI/HC3) data (without held-out) for 1 epoch.
18
+
19
+ (1-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
+ ```