jesse-tong/vietnamese_hate_speech_detection_phobert
Text Classification
•
Updated
ViTHSD: Vietnamese Targeted Hate Speech Detection
A new version of Vietnamese Hate Speech Detection with target-oriented labels. Each comment can have multiple targets, each target has a hatred level indicating the hateful: CLEAN, OFFENSIVE, and HATE.
The targets are: Individuals, Groups, Religion/creed, Race/ethnicity, and Politics
Directly load and use the dataset from hugging face:
from datasets import load_dataset
load_dataset("sonlam1102/vithsd")
BibTeX:
@article{vo2025vithsd,
title={ViTHSD: exploiting hatred by targets for hate speech detection on Vietnamese social media texts},
author={Vo, Cuong Nhat and Huynh, Khanh Bao and Luu, Son T and Do, Trong-Hop},
journal={Journal of Computational Social Science},
volume={8},
number={2},
pages={30},
year={2025},
publisher={Springer}
}
Email: [email protected] (Alternative: [email protected]).