File size: 447 Bytes
c85ac02
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9

# Open 2ch-based toxic classification dataset

- Based on [p1atdev/open2ch](https://huggingface.co/datasets/p1atdev/open2ch)
- We apply keyword-based filtering to collect toxic texts
- We use [Perspective API](https://perspectiveapi.com/) to filter non-toxic texts from the original corpus
- 3k texts for each class, toxic (label=1) and non-toxic (label=0) texts
- `perspective_api_score` is a prediction of toxicity score by the Perspective API