Datasets:
File size: 1,464 Bytes
174db34 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | ---
pretty_name: ViHSD Explainable
language:
- vi
license: cc-by-4.0
multilinguality:
- monolingual
task_categories:
- text-classification
- text-generation
task_ids:
- hate-speech-detection
- explanation-generation
dataset_type: json
size_categories:
- 10K<n<100K
annotations_creators:
- machine-generated
- expert-generated
source_datasets:
- htdung167/ViHSD
modalities:
- text
formats:
- json
libraries:
- datasets
- pandas
- polars
tags:
- ViHSD
- Vietnamese
- Hate Speech Detection
- Toxicity Moderation
- Explainable AI
---
# vihsd-explainable
**ViHSD (extended)** — Vietnamese toxic/offensive dataset **with explanations & evidence**.
This dataset extends the original `htdung167/ViHSD` examples by adding:
- `explanation`: a short Vietnamese rationale (why the gold label applies)
- `evidence`: verbatim substrings extracted from the text that justify the label
## Splits
- `train`, `validation`, `test` — same splits as original ViHSD
## Schema (per sample)
- `text` (string): original sentence
- `label_id` (int): 0=CLEAN, 1=OFFENSIVE, 2=HATE
- `label` (string): human-readable label
- `explanation` (string): short Vietnamese rationale
- `evidence` (list[string]): verbatim substrings (empty for CLEAN)
## Provenance
- Original labels from `htdung167/ViHSD`.
- `explanation` and `evidence` were generated using an LLM (GPT-4o-mini on Azure) as a teacher, and reviewed/curated by authors.
## License
Dataset license: **CC-BY-4.0**. |