Tharindu Ranasinghe commited on
Commit
5edaf8a
1 Parent(s): 490d521

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MOLD - {M}arathi {O}ffensive {L}anguage {D}ataset
2
+
3
+ The {M}arathi {O}ffensive {L}anguage {D}ataset (MOLD) contains a collection of 2500 annotated Marathi tweets.
4
+
5
+ The files included are:
6
+ ```
7
+ MOLD
8
+ │ README.md
9
+ └───data
10
+ │ MOLD_train.csv
11
+ │ MOLD_test.csv
12
+ ```
13
+ - `MOLD_train.csv`: contains 1,875 annotated tweets for the training set.
14
+ - `MOLD_test.csv`: contains 625 annotated tweets for the test set.
15
+
16
+
17
+ The dataset was annotated using crowdsourcing. The gold labels were assigned taking the agreement of six annotators into consideration. No correction has been carried out on the crowdsourcing annotations.
18
+ Each instance in MOLD has been annotated as offensive or not_offensive
19
+
20
+
21
+
22
+
23
+ ## Citation
24
+ If you used MOLD, please refer to this paper:
25
+
26
+ ```bash
27
+ @InProceedings{mold,
28
+ author = {Gaikwad, Saurabh and Ranasinghe, Tharindu and Zampieri, Marcos and Homan, Christopher M.},
29
+ title = {Cross-lingual Offensive Language Identification for Low Resource Languages: The Case of Marathi},
30
+ booktitle = {Proceedings of RANLP},
31
+ year = {2021}
32
+ }
33
+ ```
34
+