mithundas commited on
Commit
159b363
1 Parent(s): ed7428a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -6,15 +6,21 @@ license: afl-3.0
6
  This model is used detecting **abusive speech** in **Bengali, Devanagari Hindi, Code-mixed Hindi, Code-mixed Kannada, Code-mixed Malayalam, Marathi, Code-mixed Tamil, Urdu, Code-mixed Urdu, and English languages**. The allInOne in the name refers to the Joint training/Cross-lingual training, where the model is trained using all the languages data. It is finetuned on MuRIL model.
7
  The model is trained with learning rates of 2e-5. Training code can be found at this [url](https://github.com/hate-alert/IndicAbusive)
8
 
 
 
 
9
 
10
 
11
  ### For more details about our paper
12
 
13
- Coming soon
14
 
15
  ***Please cite our paper in any published work that uses any of these resources.***
16
  ~~~
17
- Coming soon
18
-
19
- ~~~
20
-
 
 
 
 
6
  This model is used detecting **abusive speech** in **Bengali, Devanagari Hindi, Code-mixed Hindi, Code-mixed Kannada, Code-mixed Malayalam, Marathi, Code-mixed Tamil, Urdu, Code-mixed Urdu, and English languages**. The allInOne in the name refers to the Joint training/Cross-lingual training, where the model is trained using all the languages data. It is finetuned on MuRIL model.
7
  The model is trained with learning rates of 2e-5. Training code can be found at this [url](https://github.com/hate-alert/IndicAbusive)
8
 
9
+ LABEL_0 :-> Normal
10
+
11
+ LABEL_1 :-> Abusive
12
 
13
 
14
  ### For more details about our paper
15
 
16
+ Mithun Das, Somnath Banerjee and Animesh Mukherjee. "[Data Bootstrapping Approaches to Improve Low Resource Abusive Language Detection for Indic Languages](https://arxiv.org/abs/2204.12543)". Accepted at ACM HT 2022.
17
 
18
  ***Please cite our paper in any published work that uses any of these resources.***
19
  ~~~
20
+ @article{das2022data,
21
+ title={Data Bootstrapping Approaches to Improve Low Resource Abusive Language Detection for Indic Languages},
22
+ author={Das, Mithun and Banerjee, Somnath and Mukherjee, Animesh},
23
+ journal={arXiv preprint arXiv:2204.12543},
24
+ year={2022}
25
+ }
26
+ ~~~