r/Arabic_NLP • u/789siko • 11h ago
Resource spotlight: Masader: the largest catalogue of Arabic NLP datasets
If you're not already using it, Masader is worth bookmarking. It's the largest public catalogue of Arabic NLP and speech datasets: over 1000+ datasets, each annotated with 25+ metadata fields (dialect, domain, source, license, volume, tasks, access type, paper link, citation count, and more).
What makes it genuinely useful over just googling around:
- Filterable/searchable by dialect, domain, task, license, and access type: handy when you need something specific like "free, human-annotated, Levantine dialect, sentiment"
- Each entry links the paper, the data host, and citation counts
- Programmatic access via Hugging Face:
datasets.load_dataset('arbml/masader') - Has a chat interface (Ask Masader) for querying the catalogue conversationally
- Actively maintained: started in 2021 as part of the BigScience project, now maintained by the ARBML team and community, with a form to submit new datasets
Originally described in the paper "Masader: Metadata Sourcing for Arabic Text and Speech Data Resources" (Alyafeai et al., 2021): https://arxiv.org/abs/2110.06744, later expanded in "Masader Plus" (2022): https://arxiv.org/abs/2208.00932
GitHub (to contribute or browse the raw metadata): https://github.com/ARBML/masader
Sources: