File size: 831 Bytes
257f3d7 e63ace2 391188a 257f3d7 49bf31d 257f3d7 49bf31d 257f3d7 471ff67 49bf31d 471ff67 49bf31d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
license: apache-2.0
language:
- en
pipeline_tag: text-classification
datasets:
- tum-nlp/neural-news-benchmark
---
## Human written vs. AI written news classifier
Trained on the English news data from:
https://huggingface.co/datasets/tum-nlp/neural_news
## Base model:
https://huggingface.co/google-bert/bert-base-multilingual-cased
## Data
See below for data splits:
![Data Splits](splits.png)
## Results
See below for accuracy metrics:
![Metrics](metrics.png)
## Paper
```
@article{uyuk2024crafting,
title={Crafting Tomorrow's Headlines: Neural News Generation and Detection in English, Turkish, Hungarian, and Persian},
author={{\"U}y{\"u}k, Cem and Rov{\'o}, Danica and Kolli, Shaghayegh and Varol, Rabia and Groh, Georg and Dementieva, Daryna},
journal={arXiv preprint arXiv:2408.10724},
year={2024}
}
``` |