GitXplorerGitXplorer
c

OffensEval2020-code

public
17 stars
3 forks
3 issues

Commits

List of commits on branch master.
Verified
874b86f14112326c9ba09965174142bdb0acdfb0

adding citation

ccozek committed 4 years ago
Unverified
a2223e4734fffb05264a044ec1277df1951a0cdd

variable renaming

ccozek committed 5 years ago
Verified
3ad05c560f0a14aa192b8af327a7fc8b7c84e7bc

Update README.md

ccozek committed 5 years ago
Unverified
4fd41f6220ea5e4ac3cb2b99877680f0da131907

Bug fix

ccozek committed 5 years ago
Unverified
3664e118ca91aa66d1c999b6f839189554921605

Bug fix

ccozek committed 5 years ago
Unverified
1710cf8291f8bd2edfe86b59fb752d95556a0534

task b notebook

ccozek committed 5 years ago

README

The README file for this repository.

OffensEval2020_submission

OffensEval 2020 Models code for Team KAFK

Paper Link: https://www.aclweb.org/anthology/2020.semeval-1.267.pdf

Please find the notebooks for the system code used for each task in the notebooks directory. They should work out of the box in Google Colab. However, to fully replicate our work you will need the exact hyperparmeters from the original paper and the full dataset which might not be possible in Colab.

We have provided small subset of the dataset for each task in the data folder to use with the abovementioned notebooks. Please cite their work if you used the data in your work. The citation is provided below. Also, if you want to use the full dataset, kindly create DataFrames out of them in the same manner as used in the notebooks.

Credits:

If you found our paper/scripts useful cite:

@inproceedings{das2020kafk,
  title={KAFK at SemEval-2020 Task 12: Checkpoint Ensemble of Transformers for Hate Speech Classification},
  author={Das, Kaushik Amar and Baruah, Arup and Barbhuiya, Ferdous Ahmed and Dey, Kuntal},
  booktitle={Proceedings of the Fourteenth Workshop on Semantic Evaluation},
  pages={2023--2029},
  year={2020}
}

If you used the data please cite

@inproceedings{rosenthal2020,
    title={{A Large-Scale Semi-Supervised Dataset for Offensive Language Identification}},
    author={Rosenthal, Sara and Atanasova, Pepa and Karadzhov, Georgi and Zampieri, Marcos and Nakov, Preslav},
    year={2020},
    booktitle={arxiv}
 }