Update README.md
#1
by
yuchuantian
- opened
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# AIGC Detector (MPU)
|
5 |
+
|
6 |
+
[[arXiv]](https://arxiv.org/abs/2305.18149) [[Codes (Model Links, Other Detector Versions)]](https://github.com/YuchuanTian/AIGC_text_detector)
|
7 |
+
|
8 |
+
The AIGC Detector (MPU) in our paper "Multiscale Positive-Unlabeled Detection of AI-Generated Texts".
|
9 |
+
|
10 |
+
Paper Link: https://arxiv.org/pdf/2305.18149.pdf
|
11 |
+
|
12 |
+
*BibTex* formatted citation:
|
13 |
+
|
14 |
+
```
|
15 |
+
@misc{tian2023multiscale,
|
16 |
+
title={Multiscale Positive-Unlabeled Detection of AI-Generated Texts},
|
17 |
+
author={Yuchuan Tian and Hanting Chen and Xutao Wang and Zheyuan Bai and Qinghua Zhang and Ruifeng Li and Chao Xu and Yunhe Wang},
|
18 |
+
year={2023},
|
19 |
+
eprint={2305.18149},
|
20 |
+
archivePrefix={arXiv},
|
21 |
+
primaryClass={cs.CL}
|
22 |
+
}
|
23 |
+
```
|
24 |
+
|
25 |
+
## Version: En_v1
|
26 |
+
|
27 |
+
En_v1: This model is trained on HC3-English from a pretrained RoBERTa-Base. The proposed MPU method is applied according to the standard setting in the paper.
|