dardem commited on
Commit
19e6542
1 Parent(s): a5d31a6

Update README.md

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