viv commited on
Commit
f602039
·
verified ·
1 Parent(s): e23f88c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -4,8 +4,6 @@ license: cc-by-nc-4.0
4
  # Offensive Language Detection Model for Modern Greek
5
 
6
  This model is fine-tuned to detect offensive language in Greek texts.
7
- Please refer to: Stella Markantonatou, Vivian Stamou, Christina Christodoulou, Georgia Apostolopoulou, Antonis Balas, George Ioannakis,
8
- The Corpus AIKIA: using ranking annotation for Offensive Language Detection in Modern Greek. LREC. 2024. Torino, Italy
9
 
10
  ## Model Details
11
  - Pretrained on `nlpaueb/bert-base-greek-uncased-v1`
@@ -13,4 +11,28 @@ The Corpus AIKIA: using ranking annotation for Offensive Language Detection in M
13
 
14
  ## Labels
15
  - `0`: NOT offensive
16
- - `1`: OFFENSIVE language
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  # Offensive Language Detection Model for Modern Greek
5
 
6
  This model is fine-tuned to detect offensive language in Greek texts.
 
 
7
 
8
  ## Model Details
9
  - Pretrained on `nlpaueb/bert-base-greek-uncased-v1`
 
11
 
12
  ## Labels
13
  - `0`: NOT offensive
14
+ - `1`: OFFENSIVE language
15
+
16
+
17
+ ## Citation
18
+ @inproceedings{markantonatou-etal-2024-corpus,
19
+ title = "The Corpus {AIKIA}: Using Ranking Annotation for Offensive Language Detection in {M}odern {G}reek",
20
+ author = "Markantonatou, Stella and
21
+ Stamou, Vivian and
22
+ Christodoulou, Christina and
23
+ Apostolopoulou, Georgia and
24
+ Balas, Antonis and
25
+ Ioannakis, George",
26
+ editor = "Calzolari, Nicoletta and
27
+ Kan, Min-Yen and
28
+ Hoste, Veronique and
29
+ Lenci, Alessandro and
30
+ Sakti, Sakriani and
31
+ Xue, Nianwen",
32
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
33
+ month = may,
34
+ year = "2024",
35
+ address = "Torino, Italia",
36
+ publisher = "ELRA and ICCL",
37
+ url = "https://aclanthology.org/2024.lrec-main.1378",
38
+ pages = "15861--15871"}