izhx commited on
Commit
1540d96
·
1 Parent(s): f2ce865

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 the mix of full-text and splitted sentences of [Hello-SimpleAI/HC3](https://huggingface.co/datasets/Hello-SimpleAI/HC3).
14
+
15
+ The base checkpoint is [roberta-base](https://huggingface.co/roberta-base).
16
+ We train it with all [Hello-SimpleAI/HC3](https://huggingface.co/datasets/Hello-SimpleAI/HC3) data (without held-out) for 1 epoch,
17
+ which is consistent with the experiments in the [paper](https://arxiv.org/abs/2301.07597).
18
+
19
+ ## Citation
20
+
21
+ Checkout this papaer [arxiv: 2301.07597](https://arxiv.org/abs/2301.07597)
22
+
23
+ ```
24
+ @article{guo-etal-2023-hc3,
25
+ title = "How Close is ChatGPT to Human Experts? Comparison Corpus, Evaluation, and Detection",
26
+ author = "Guo, Biyang and
27
+ Zhang, Xin and
28
+ Wang, Ziyuan and
29
+ Jiang, Minqi and
30
+ Nie, Jinran and
31
+ Ding, Yuxuan and
32
+ Yue, Jianwei and
33
+ Wu, Yupeng",
34
+ journal={arXiv preprint arxiv:2301.07597}
35
+ year = "2023",
36
+ }
37
+ ```