yuchuantian commited on
Commit
d67ec87
1 Parent(s): b55385b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
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_v2
26
+
27
+ En_v2: This model is trained with MPU from a pretrained RoBERTa-Base, but the standard training setting in the paper is not followed.