Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
intent-classification
Size:
10K - 100K
ArXiv:
License:
Add dataset preparation notes
Browse files
README.md
CHANGED
|
@@ -490,6 +490,23 @@ Source datasets:
|
|
| 490 |
- [masakhane/InjongoIntent](https://huggingface.co/datasets/masakhane/InjongoIntent)
|
| 491 |
|
| 492 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 493 |
## How to evaluate on this task
|
| 494 |
|
| 495 |
You can evaluate an embedding model on this dataset using the following code:
|
|
|
|
| 490 |
- [masakhane/InjongoIntent](https://huggingface.co/datasets/masakhane/InjongoIntent)
|
| 491 |
|
| 492 |
|
| 493 |
+
## Dataset Preparation in MTEB
|
| 494 |
+
|
| 495 |
+
This repository is a staging copy of `masakhane/InjongoIntent` for MTEB. The intended long-term canonical benchmark copy is `mteb/InjongoIntent`.
|
| 496 |
+
|
| 497 |
+
### Transformations
|
| 498 |
+
- Harmonized text columns across configs: `text` / `utterance` / `sentence` -> `text`
|
| 499 |
+
- Harmonized label columns across configs: `label` / `intent` / `labels` -> `label`
|
| 500 |
+
- Preserved the MTEB-facing subset names, including `gaz` and `swh`, while sourcing from the original Hub configs
|
| 501 |
+
- Applied dataset cleaning before upload to reduce duplicates and train-test leakage in the benchmark copy
|
| 502 |
+
|
| 503 |
+
### Label Schema
|
| 504 |
+
- Integer intent labels from the source dataset are preserved after harmonization
|
| 505 |
+
|
| 506 |
+
### Splits and subsets
|
| 507 |
+
- 17 language-specific configs with cleaned train/dev-or-validation/test style splits
|
| 508 |
+
- Language coverage matches the benchmark task: 16 African languages plus English
|
| 509 |
+
|
| 510 |
## How to evaluate on this task
|
| 511 |
|
| 512 |
You can evaluate an embedding model on this dataset using the following code:
|