sudanese-mt-benchmark / dataset_infos.json
O96a's picture
Add Sudanese Arabic MT benchmark dataset (via git)
353ee53
{
"sudanese_test": {
"description": "Sudanese Arabic to English translation test set",
"citation": "@dataset{mihaysi2026sudanese_mt_benchmark,\n title = {Sudanese Arabic Machine Translation Benchmark},\n author = {Mihaysi, Aamer},\n year = {2026},\n publisher = {HuggingFace}\n}",
"homepage": "https://huggingface.co/datasets/O96a/sudanese-mt-benchmark",
"license": "CC-BY-4.0",
"features": {
"id": {"dtype": "string"},
"source": {"dtype": "string"},
"reference": {"dtype": "string"},
"difficulty": {"dtype": "string"},
"notes": {"dtype": "string"},
"dialect_markers": {"dtype": "list"},
"confusion_risk": {"dtype": "string"}
},
"splits": {
"test": {
"name": "test",
"num_examples": 10
}
}
},
"msa_control": {
"description": "Modern Standard Arabic to English control set for comparison",
"citation": "@dataset{mihaysi2026sudanese_mt_benchmark,\n title = {Sudanese Arabic Machine Translation Benchmark},\n author = {Mihaysi, Aamer},\n year = {2026},\n publisher = {HuggingFace}\n}",
"homepage": "https://huggingface.co/datasets/O96a/sudanese-mt-benchmark",
"license": "CC-BY-4.0",
"features": {
"id": {"dtype": "string"},
"source": {"dtype": "string"},
"reference": {"dtype": "string"},
"dialect": {"dtype": "string"},
"notes": {"dtype": "string"}
},
"splits": {
"test": {
"name": "test",
"num_examples": 10
}
}
}
}