Datasets:
Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,43 +1,39 @@
|
|
| 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 |
-
data_files:
|
| 41 |
-
- split: train
|
| 42 |
-
path: data/train-*
|
| 43 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_name: IndoDiscourse
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- id
|
| 7 |
+
size: 23_552 rows
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# IndoDiscourse Dataset 🇮🇩
|
| 12 |
+
|
| 13 |
+
Dataset ini berisi komentar dan postingan diskursus publik Indonesia yang telah dianotasi berdasarkan beberapa kategori, termasuk:
|
| 14 |
+
|
| 15 |
+
- Toxicity
|
| 16 |
+
- Profanity / Obscenity
|
| 17 |
+
- Threat / Incitement to Violence
|
| 18 |
+
- Identity Attack
|
| 19 |
+
- Hate / Polarization
|
| 20 |
+
- SARA relevance
|
| 21 |
+
- Sexually Explicit
|
| 22 |
+
|
| 23 |
+
## 📊 Struktur Kolom
|
| 24 |
+
|
| 25 |
+
| Column | Type | Description |
|
| 26 |
+
| ------------------- | ------ | ------------- |
|
| 27 |
+
| text_id | string | Unique ID |
|
| 28 |
+
| text | string | Original text |
|
| 29 |
+
| topic | string | Topic label |
|
| 30 |
+
| toxicity | int | 0/1 label |
|
| 31 |
+
| profanity_obscenity | int | 0/1 |
|
| 32 |
+
| insults | int | 0/1 |
|
| 33 |
+
| identity_attack | int | 0/1 |
|
| 34 |
+
| sexually_explicit | int | 0/1 |
|
| 35 |
+
|
| 36 |
+
Total rows: **23,552**
|
| 37 |
+
Delimiter: `;`
|
| 38 |
+
|
| 39 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|