| ---
|
| 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: `;`
|
|
|
| ---
|
|
|