Skip to content

ilias-ant/toxic-spans-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toxic-spans-detection

An attempt at the SemEval 2021 Task 5: Toxic Spans Detection.

all rights reserved by CodaLab

The Toxic Spans Detection task of SemEval2021 required participants to predict the spans of toxic posts that were responsible for the toxic label of the posts. You can read the task overview paper for more information about the task, data, evaluation, and performance of the participating systems.

Installation

python3.8 -m pip install poetry

and then:

python3.8 -m poetry install

To serve the Jupyter notebooks, available under notebooks/, run:

python3.8 -m poetry run jupyter notebook

Evaluation

The team that has ranked first in this competition (HITSZ-HLT) has achieved an F1 score of 70.83% , with the median score across all 36 participating teams being 67.58%.

Our approach, as presented here, yields: 64.46%.

Releases

No releases published

Packages

No packages published