Update README.md
Browse files
README.md
CHANGED
@@ -7,16 +7,30 @@ datasets:
|
|
7 |
- tum-nlp/neural-news-benchmark
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
11 |
https://huggingface.co/FacebookAI/xlm-roberta-base
|
12 |
|
13 |
-
|
14 |
-
https://huggingface.co/datasets/tum-nlp/neural_news
|
15 |
|
16 |
See below for data splits:
|
17 |
![Data Splits](splits.png)
|
18 |
|
|
|
|
|
19 |
See below for accuracy metrics:
|
20 |
![Metrics](metrics.png)
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- tum-nlp/neural-news-benchmark
|
8 |
---
|
9 |
|
10 |
+
## Human written vs. AI written news classifier
|
11 |
+
Trained on the English news data from:
|
12 |
+
https://huggingface.co/datasets/tum-nlp/neural_news
|
13 |
+
|
14 |
+
## Base model:
|
15 |
https://huggingface.co/FacebookAI/xlm-roberta-base
|
16 |
|
17 |
+
## Data
|
|
|
18 |
|
19 |
See below for data splits:
|
20 |
![Data Splits](splits.png)
|
21 |
|
22 |
+
## Results
|
23 |
+
|
24 |
See below for accuracy metrics:
|
25 |
![Metrics](metrics.png)
|
26 |
|
27 |
+
## Paper
|
28 |
+
|
29 |
+
```
|
30 |
+
@article{uyuk2024crafting,
|
31 |
+
title={Crafting Tomorrow's Headlines: Neural News Generation and Detection in English, Turkish, Hungarian, and Persian},
|
32 |
+
author={{\"U}y{\"u}k, Cem and Rov{\'o}, Danica and Kolli, Shaghayegh and Varol, Rabia and Groh, Georg and Dementieva, Daryna},
|
33 |
+
journal={arXiv preprint arXiv:2408.10724},
|
34 |
+
year={2024}
|
35 |
+
}
|
36 |
+
```
|