Moealsarraj/arabic-bench-dataset
Arabic Bench Dataset A curated evaluation dataset for benchmarking AI models on Arabic language tasks. Overview 50 test cases across 8 categories Each case includes a prompt, gold-standard reference answer, and a deliberately imperfect AI response Covers Modern Standard Arabic (MSA) and multiple Arabic dialects Designed for evaluating: translation, summarization, Q&A, creative writing, grammar, dialect understanding, legal/formal, and medical/scientific tasks… See the full description on the dataset page: https://huggingface.co/datasets/Moealsarraj/arabic-bench-dataset.
Arabic Bench Dataset
A curated evaluation dataset for benchmarking AI models on Arabic language tasks.
Overview
- 50 test cases across 8 categories
- Each case includes a prompt, gold-standard reference answer, and a deliberately imperfect AI response
- Covers Modern Standard Arabic (MSA) and multiple Arabic dialects
- Designed for evaluating: translation, summarization, Q&A, creative writing, grammar, dialect understanding, legal/formal, and medical/scientific tasks
Categories
Schema
Each test case contains:
Usage
from datasets import load_dataset
ds = load_dataset("Moealsarraj/arabic-bench-dataset", split="train")Or load directly:
import json
with open("data/test_cases.jsonl") as f:
cases = [json.loads(line) for line in f]Live Tool
Try the interactive evaluation tool: Arabic Bench on HuggingFace Spaces
Author
Mohammed AL Sarraj — AI Engineer
