Datasets:
user commited on
Commit ·
e8599db
1
Parent(s): fb709ff
Fix links
Browse files
README.md
CHANGED
|
@@ -140,7 +140,7 @@ language:
|
|
| 140 |
---
|
| 141 |
# Multilingual Document Classification Dataset
|
| 142 |
|
| 143 |
-
This dataset contains **100,000 text passages** across **100 non-English language-script pairs** sourced from the [`agentlans/HuggingFaceFW-finetranslations-100-languages-sample`](
|
| 144 |
|
| 145 |
Each original text passage is paired with its English translation and has been programmatically annotated with domain, writing genre, and educational classifications to facilitate cross-lingual classification and domain adaptation tasks.
|
| 146 |
|
|
@@ -161,8 +161,8 @@ The dataset contains subset configurations tailored for specific training object
|
|
| 161 |
|
| 162 |
To generate granular metadata for domain, genre, and cognitive level, two primary text classifiers were applied to the **English translations**:
|
| 163 |
|
| 164 |
-
1. **[`nvidia/domain-classifier`](
|
| 165 |
-
2. **[`EssentialAI/eai-distill-0.5b`](
|
| 166 |
|
| 167 |
### Key Classification Fields
|
| 168 |
|
|
|
|
| 140 |
---
|
| 141 |
# Multilingual Document Classification Dataset
|
| 142 |
|
| 143 |
+
This dataset contains **100,000 text passages** across **100 non-English language-script pairs** sourced from the [`agentlans/HuggingFaceFW-finetranslations-100-languages-sample`](https://huggingface.co/datasets/agentlans/HuggingFaceFW-finetranslations-100-languages-sample) collection.
|
| 144 |
|
| 145 |
Each original text passage is paired with its English translation and has been programmatically annotated with domain, writing genre, and educational classifications to facilitate cross-lingual classification and domain adaptation tasks.
|
| 146 |
|
|
|
|
| 161 |
|
| 162 |
To generate granular metadata for domain, genre, and cognitive level, two primary text classifiers were applied to the **English translations**:
|
| 163 |
|
| 164 |
+
1. **[`nvidia/domain-classifier`](https://huggingface.co/nvidia/domain-classifier)** – Extracts high-level topical domains.
|
| 165 |
+
2. **[`EssentialAI/eai-distill-0.5b`](https://huggingface.co/EssentialAI/eai-distill-0.5b)** – Extracts genre, cognitive depth, and educational level. See the [EAI Taxonomy Schema](https://github.com/Essential-AI/eai-taxonomy#dataset-schema-documentation) for detailed definitions.
|
| 166 |
|
| 167 |
### Key Classification Fields
|
| 168 |
|