Shiven
commited on
Update README.md
Browse files
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 |
+
}
|