Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,18 @@ The multilingual model currently supports over 20 languages, including Arabic, A
|
|
139 |
The NER model has been tested in English, Spanish, French, Italian, and
|
140 |
German.
|
141 |
Additionally, users can choose to have detected entities broken down into three types of camouflaged words: Canonical Leetspeak, Punctuation Camouflaged, and Inversion Camouflaged.
|
142 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
""")
|
144 |
|
145 |
with st.expander("Try any of these examples", expanded=False):
|
|
|
139 |
The NER model has been tested in English, Spanish, French, Italian, and
|
140 |
German.
|
141 |
Additionally, users can choose to have detected entities broken down into three types of camouflaged words: Canonical Leetspeak, Punctuation Camouflaged, and Inversion Camouflaged.
|
142 |
+
|
143 |
+
Please cite us:
|
144 |
+
```
|
145 |
+
@misc{huertasgarcía2022countering,
|
146 |
+
title={Countering Malicious Content Moderation Evasion in Online Social Networks: Simulation and Detection of Word Camouflage},
|
147 |
+
author={Álvaro Huertas-García and Alejandro Martín and Javier Huertas Tato and David Camacho},
|
148 |
+
year={2022},
|
149 |
+
eprint={2212.14727},
|
150 |
+
archivePrefix={arXiv},
|
151 |
+
primaryClass={cs.CL}
|
152 |
+
}
|
153 |
+
```
|
154 |
""")
|
155 |
|
156 |
with st.expander("Try any of these examples", expanded=False):
|