Tharindu Ranasinghe
commited on
Commit
·
10b6dc4
1
Parent(s):
0798f67
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MUDES - {Mu}ltilingual {De}tection of Offensive {S}pans
|
| 2 |
|
| 3 |
-
We provide state-of-the-art models to detect toxic spans in
|
| 4 |
|
| 5 |
|
| 6 |
## Usage
|
|
@@ -26,9 +33,9 @@ An experimental demonstration interface called MUDES-UI has been released on [Gi
|
|
| 26 |
|
| 27 |
## Citing & Authors
|
| 28 |
|
| 29 |
-
If you find this model helpful, feel free to cite our
|
| 30 |
|
| 31 |
-
```
|
| 32 |
@inproceedings{ranasinghemudes,
|
| 33 |
title={{MUDES: Multilingual Detection of Offensive Spans}},
|
| 34 |
author={Tharindu Ranasinghe and Marcos Zampieri},
|
|
@@ -37,7 +44,7 @@ If you find this model helpful, feel free to cite our publication
|
|
| 37 |
}
|
| 38 |
```
|
| 39 |
|
| 40 |
-
```
|
| 41 |
@inproceedings{ranasinghe2021semeval,
|
| 42 |
title={{WLV-RIT at SemEval-2021 Task 5: A Neural Transformer Framework for Detecting Toxic Spans}},
|
| 43 |
author = {Ranasinghe, Tharindu and Sarkar, Diptanu and Zampieri, Marcos and Ororbia, Alex},
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
tags:
|
| 4 |
+
- mudes
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
# MUDES - {Mu}ltilingual {De}tection of Offensive {S}pans
|
| 9 |
|
| 10 |
+
We provide state-of-the-art models to detect toxic spans in social media texts. We introduce our framework in [this paper](https://arxiv.org/abs/2102.09665). We have evaluated our models on Toxic Spans task at SemEval 2021 (Task 5). Our participation in the task is detailed in [this paper](https://arxiv.org/abs/2104.04630).
|
| 11 |
|
| 12 |
|
| 13 |
## Usage
|
|
|
|
| 33 |
|
| 34 |
## Citing & Authors
|
| 35 |
|
| 36 |
+
If you find this model helpful, feel free to cite our publications
|
| 37 |
|
| 38 |
+
```bibtex
|
| 39 |
@inproceedings{ranasinghemudes,
|
| 40 |
title={{MUDES: Multilingual Detection of Offensive Spans}},
|
| 41 |
author={Tharindu Ranasinghe and Marcos Zampieri},
|
|
|
|
| 44 |
}
|
| 45 |
```
|
| 46 |
|
| 47 |
+
```bibtex
|
| 48 |
@inproceedings{ranasinghe2021semeval,
|
| 49 |
title={{WLV-RIT at SemEval-2021 Task 5: A Neural Transformer Framework for Detecting Toxic Spans}},
|
| 50 |
author = {Ranasinghe, Tharindu and Sarkar, Diptanu and Zampieri, Marcos and Ororbia, Alex},
|