yikang0131
commited on
Commit
•
b5f3874
1
Parent(s):
bb54fec
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- SJTU-CL/ArguGPT
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
pipeline_tag: text-classification
|
9 |
+
tags:
|
10 |
+
- AIGC for education
|
11 |
+
---
|
12 |
+
|
13 |
+
## Citation
|
14 |
+
|
15 |
+
Please cite our work [arXiv:2304.07666](https://arxiv.org/abs/2304.07666) as
|
16 |
+
|
17 |
+
```
|
18 |
+
@misc{liu2023argugpt,
|
19 |
+
title={ArguGPT: evaluating, understanding and identifying argumentative essays generated by GPT models},
|
20 |
+
author={Yikang Liu and Ziyin Zhang and Wanyang Zhang and Shisen Yue and Xiaojing Zhao and Xinyuan Cheng and Yiwen Zhang and Hai Hu},
|
21 |
+
year={2023},
|
22 |
+
eprint={2304.07666},
|
23 |
+
archivePrefix={arXiv},
|
24 |
+
primaryClass={cs.CL}
|
25 |
+
}
|
26 |
+
```
|