Shiven commited on
Commit
3b603f8
·
verified ·
1 Parent(s): 89f19c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Finetuned MAGE for Enhanced computer generated text detection
6
+
7
+
8
+ In this repo, We present a Finetuned variant of MAGE : Machine-generated Text Detection in the Wild , using a novel technique to finetune on a generated dataset.
9
+
10
+ The model is finetuned from MAGE cited below:
11
+
12
+ @misc{li2024mage,
13
+ title={MAGE: Machine-generated Text Detection in the Wild},
14
+ author={Yafu Li and Qintong Li and Leyang Cui and Wei Bi and Zhilin Wang and Longyue Wang and Linyi Yang and Shuming Shi and Yue Zhang},
15
+ year={2024},
16
+ eprint={2305.13242},
17
+ archivePrefix={arXiv},
18
+ primaryClass={cs.CL}
19
+ }