dardem commited on
Commit
42c455f
1 Parent(s): 40b18c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -4
README.md CHANGED
@@ -7,16 +7,30 @@ datasets:
7
  - tum-nlp/neural-news-benchmark
8
  ---
9
 
10
- Base model:
 
 
 
 
11
  https://huggingface.co/google-bert/bert-base-multilingual-cased
12
 
13
- Human written vs. AI written news classifier trained on the Persian 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.
 
 
 
 
 
 
 
 
 
 
7
  - tum-nlp/neural-news-benchmark
8
  ---
9
 
10
+ ## Human written vs. AI written news classifier
11
+ Trained on the Persian news data from:
12
+ https://huggingface.co/datasets/tum-nlp/neural_news
13
+
14
+ ## Base model:
15
  https://huggingface.co/google-bert/bert-base-multilingual-cased
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
+ ```