IndoDiscourse_clean / README.md
ridiey's picture
Upload README.md
c2a86eb verified
---
dataset_name: IndoDiscourse
task_categories:
- text-classification
language:
- id
size: 23_552 rows
license: apache-2.0
---
# IndoDiscourse Dataset ๐Ÿ‡ฎ๐Ÿ‡ฉ
Dataset ini berisi komentar dan postingan diskursus publik Indonesia yang telah dianotasi berdasarkan beberapa kategori, termasuk:
- Toxicity
- Profanity / Obscenity
- Threat / Incitement to Violence
- Identity Attack
- Hate / Polarization
- SARA relevance
- Sexually Explicit
## ๐Ÿ“Š Struktur Kolom
| Column | Type | Description |
| ------------------- | ------ | ------------- |
| text_id | string | Unique ID |
| text | string | Original text |
| topic | string | Topic label |
| toxicity | int | 0/1 label |
| profanity_obscenity | int | 0/1 |
| insults | int | 0/1 |
| identity_attack | int | 0/1 |
| sexually_explicit | int | 0/1 |
Total rows: **23,552**
Delimiter: `;`
---