birolkuyumcu / wawunet_for_toxicspan

wawunet for SemEval-2021 Task 5: Toxic Spans Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wawUnet for SemEval-2021 Task 5: Toxic Spans Detection

SemEval 2021 Task 5: Toxic Spans Detection

Moderation is crucial to promoting healthy online discussions. Although several toxicity (abusive language) detection datasets and models have been released, most of them classify whole comments or documents, and do not identify the spans that make a text toxic. But highlighting such toxic spans can assist human moderators (e.g., news portals moderators) who often deal with lengthy comments, and who prefer attribution instead of just a system-generated unexplained toxicity score per post. The evaluation of systems that could accurately locate toxic spans within a text is thus a crucial step towards successful semi-automated moderation.

wawUnet

Our approach considers toxic spans detection as a segmentation problem. The system, Waw-unet, consists of a 1-D convolutional neural network adopted from U-Net architecture commonly applied for semantic segmentation. We customize existing architecture by adding a special network block considering for text segmentation, as an essential component of the model.

read details of wawunet at wawunet.md

Papers with wawUnet

  1. Parsing Address Texts with Deep Learning Method
  2. Toxic Spans Detection Using Segmentation Based 1-D Convolutional Neural Network Model

Citiations

If you use this work for academic and/or professional purposes please cite:

@inproceedings{inproceedings,
author = {Delil, Selman and Kuyumcu, Birol and Aksakallı, Cüneyt},
year = {2021},
month = {01},
pages = {909-912},
title = {Sefamerve ARGE at SemEval-2021 Task 5: Toxic Spans Detection Using Segmentation Based 1-D Convolutional Neural Network Model},
doi = {10.18653/v1/2021.semeval-1.123}
}

and

@inproceedings{inproceedings,
author = {Delil, Selman and Kuyumcu, Birol and Aksakalli, Cuneyt and Akcira, Isa},
year = {2020},
month = {10},
pages = {1-4},
title = {Parsing Address Texts with Deep Learning Method},
doi = {10.1109/SIU49456.2020.9302154}
}

Results

official F1 scores of our best model

Train Trial Test
0.81265 0.602049 0.625106

About

wawunet for SemEval-2021 Task 5: Toxic Spans Detection

License:BSD 2-Clause "Simplified" License


Languages

Language:Jupyter Notebook 53.0%Language:Python 47.0%