Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,3 +19,29 @@ configs:
|
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
| 21 |
---
|
| 22 |
+
## Dataset Summary
|
| 23 |
+
|
| 24 |
+
This is a diverse Turkish corpus consisting of 120,000 rows, categorized into 5 major domains.
|
| 25 |
+
|
| 26 |
+
### Dataset Schema & Labels
|
| 27 |
+
|
| 28 |
+
| Category | Label | Description |
|
| 29 |
+
| :--- | :---: | :--- |
|
| 30 |
+
| **Conversation** | 0 | Daily dialogues and conversational language |
|
| 31 |
+
| **Review** | 1 | User reviews and sentiment-related data |
|
| 32 |
+
| **Wiki** | 2 | Encyclopedic and formal informational texts |
|
| 33 |
+
| **News** | 3 | News articles and journalistic language |
|
| 34 |
+
| **STEM** | 4 | Academic texts (Science, Tech, Engineering, Math, Medicine) |
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
### Sources
|
| 38 |
+
The dataset is curated from the following sources:
|
| 39 |
+
|
| 40 |
+
* **Conversation:** `TFLai/Turkish-Dialog-Dataset`
|
| 41 |
+
* **Review:** `winvoker/turkish-sentiment-analysis-dataset`
|
| 42 |
+
* **Wiki:** `wikimedia/wikipedia` (Turkish)
|
| 43 |
+
* **News:** `batubayk/TR-News`
|
| 44 |
+
* **STEM:** * `hazal/Turkish-Biomedical-corpus-trM`
|
| 45 |
+
* `hazal/electronic-radiology-phd-thesis-trR`
|
| 46 |
+
* `ysdede/khanacademy-turkish`
|
| 47 |
+
|