This repository contains code for Multilingual Interactive Attention Network (MLIAN) model.
Required to install the next libraries:
- numpy
- pandas
- tensorflow
- sklearn
- laserembeddings (with pre-trained models)
- sentence-transformers
The data could be requested after filling this form.
If you use this code in your research, please kindly cite our paper:
@inproceedings{vitiugin2021mlian,
title = {Efficient Detection of Multilingual Hate Speech by Using Interactive Attention Network with Minimal Human Feedback},
author = {Vitiugin, Fedor and Senarath, Yasas and Purohit, Hemant},
year = {2021},
booktitle = {13th ACM Web Science Conference 2021}
}