AfroScope: A Framework for Studying the Linguistic Landscape of Africa
Paper • 2601.13346 • Published
Error code: ClientConnectionError
This is the corpus released as part of the AfroScope project for large-scale African language identification, supporting 713 languages. It provides sentence-level text with language labels and linguistic metadata and was used to train the open Afroscope-model.
The source project and additional resources are openly available here:
https://github.com/skwon01-UBC/AfroScope
Latn, Arab).from datasets import load_dataset
ds = load_dataset(
"UBC-NLP/afroscope-dataset",
split="train"
)
print(ds[0])
@article{kwon2026afroscope,
title={AfroScope: A Framework for Studying the Linguistic Landscape of Africa},
author={Kwon, Sang Yun and Elmadany, AbdelRahim and Abdul-Mageed, Muhammad},
journal={arXiv preprint arXiv:2601.13346},
year={2026}
}