Spaces:
Running
Running
Commit
·
49ad4e5
1
Parent(s):
7d8479e
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,3 +10,18 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
## Citation
|
| 15 |
+
|
| 16 |
+
Please cite our work [arXiv:2304.07666](https://arxiv.org/abs/2304.07666) as
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
@misc{liu2023argugpt,
|
| 20 |
+
title={ArguGPT: evaluating, understanding and identifying argumentative essays generated by GPT models},
|
| 21 |
+
author={Yikang Liu and Ziyin Zhang and Wanyang Zhang and Shisen Yue and Xiaojing Zhao and Xinyuan Cheng and Yiwen Zhang and Hai Hu},
|
| 22 |
+
year={2023},
|
| 23 |
+
eprint={2304.07666},
|
| 24 |
+
archivePrefix={arXiv},
|
| 25 |
+
primaryClass={cs.CL}
|
| 26 |
+
}
|
| 27 |
+
```
|