Shaikha710 commited on
Commit
2f314ce
Β·
1 Parent(s): f8be5d4

updated info in about

Browse files
Files changed (1) hide show
  1. frontend/about.html +70 -43
frontend/about.html CHANGED
@@ -25,9 +25,9 @@
25
 
26
  <div class="text-center mb-12">
27
  <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl gradient-text mb-6">About QIMMA</h1>
28
- <p class="text-lg text-slate-600 dark:text-slate-400 max-w-2xl mx-auto">
29
  Understanding the methodology and metrics behind the Open Arabic LLM Leaderboard.
30
- </p>
31
  </div>
32
 
33
  <div class="space-y-12 animate-fade-in">
@@ -43,15 +43,10 @@
43
  </div>
44
  <div class="prose dark:prose-invert max-w-none text-slate-600 dark:text-slate-300 leading-relaxed">
45
  <p class="mb-4">
46
- QIMMA (Summit in Arabic) is a comprehensive leaderboard designed to evaluate and compare the
47
- performance of Large Language Models (LLMs) on Arabic language tasks. As the field of Arabic NLP
48
- grows, there is a pressing need for a standardized, transparent, and rigorous benchmark to
49
- assess model capabilities.
50
  </p>
51
  <p>
52
- Our goal is to foster innovation in the Arabic AI ecosystem by providing researchers and
53
- developers with clear insights into model performance across a diverse set of linguistic and
54
- reasoning challenges.
55
  </p>
56
  </div>
57
  </section>
@@ -67,21 +62,15 @@
67
  </div>
68
  <div class="prose dark:prose-invert max-w-none text-slate-600 dark:text-slate-300 leading-relaxed">
69
  <p class="mb-6">
70
- The leaderboard utilizes a robust evaluation pipeline powered by <a
71
- href="https://github.com/EleutherAI/lm-evaluation-harness" target="_blank"
72
- class="text-indigo-600 dark:text-indigo-400 hover:underline">EleutherAI's LM Evaluation
73
- Harness</a>. We ensure fair comparisons by running all models in a controlled environment
74
- with consistent settings.
75
  </p>
76
 
77
  <h3 class="text-lg font-bold text-slate-800 dark:text-slate-200 mb-3">Evaluation Pipeline</h3>
78
  <ul class="space-y-3 list-disc list-inside marker:text-indigo-500">
79
  <li><strong>Submission:</strong> Users submit their Hugging Face model ID.</li>
80
  <li><strong>Queue:</strong> Models are added to a processing queue.</li>
81
- <li><strong>Execution:</strong> Our GPU cluster loads the model and runs the benchmark suite.
82
- </li>
83
- <li><strong>Scoring:</strong> Results are computed, aggregated, and published to the
84
- leaderboard.</li>
85
  </ul>
86
  </div>
87
  </section>
@@ -96,29 +85,67 @@
96
  <h2 class="text-2xl font-bold text-slate-800 dark:text-slate-100">Benchmarks & Metrics</h2>
97
  </div>
98
  <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
99
- <div
100
- class="p-4 bg-slate-50 dark:bg-slate-700/30 rounded-xl border border-slate-100 dark:border-slate-700">
101
- <h4 class="font-bold text-slate-800 dark:text-slate-200 mb-2">ArabicMMLU</h4>
102
- <p class="text-sm text-slate-600 dark:text-slate-400">Massive Multitask Language Understanding
103
- adapted for Arabic, covering diverse topics from STEM to humanities.</p>
 
104
  </div>
105
- <div
106
- class="p-4 bg-slate-50 dark:bg-slate-700/30 rounded-xl border border-slate-100 dark:border-slate-700">
107
- <h4 class="font-bold text-slate-800 dark:text-slate-200 mb-2">EXAMS</h4>
108
- <p class="text-sm text-slate-600 dark:text-slate-400">A benchmark for evaluating model
109
- performance on high school examinations across various subjects.</p>
 
110
  </div>
111
- <div
112
- class="p-4 bg-slate-50 dark:bg-slate-700/30 rounded-xl border border-slate-100 dark:border-slate-700">
113
- <h4 class="font-bold text-slate-800 dark:text-slate-200 mb-2">AlGhafa</h4>
114
- <p class="text-sm text-slate-600 dark:text-slate-400">A suite of multiple-choice QA tasks
115
- designed to test native Arabic reasoning and cultural knowledge.</p>
 
116
  </div>
117
- <div
118
- class="p-4 bg-slate-50 dark:bg-slate-700/30 rounded-xl border border-slate-100 dark:border-slate-700">
119
- <h4 class="font-bold text-slate-800 dark:text-slate-200 mb-2">MadinahQA</h4>
120
- <p class="text-sm text-slate-600 dark:text-slate-400">A question answering dataset focusing on
121
- religious and historical knowledge relevant to the Arab world.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  </div>
123
  </div>
124
  </section>
@@ -136,11 +163,11 @@
136
  </div>
137
  <pre id="citationCode"
138
  class="bg-slate-100 dark:bg-slate-900/50 p-6 rounded-xl border border-slate-200 dark:border-slate-700 overflow-x-auto text-xs sm:text-sm text-slate-600 dark:text-slate-400 font-mono leading-relaxed">@misc{QIMMA,
139
- author = {AlQadi, Leen and Alzubaidi, Ahmed and Alobeidli, Hamza and Alhammadi, Maitha and Alyafeai, Mohammed and Alswuidi, Shaikha and Alkaabi, Omar and Boussaha, Basma El Amel and Hacid, Hakim},
140
- title = {QIMMA Leaderboard},
141
- year = {2026},
142
- publisher = {QIMMA},
143
- howpublished = {https://huggingface.co/spaces/qimma/Qimma-Leaderboard}
144
  }</pre>
145
  </div>
146
  </div>
 
25
 
26
  <div class="text-center mb-12">
27
  <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl gradient-text mb-6">About QIMMA</h1>
28
+ <!-- <p class="text-lg text-slate-600 dark:text-slate-400 max-w-2xl mx-auto">
29
  Understanding the methodology and metrics behind the Open Arabic LLM Leaderboard.
30
+ </p> -->
31
  </div>
32
 
33
  <div class="space-y-12 animate-fade-in">
 
43
  </div>
44
  <div class="prose dark:prose-invert max-w-none text-slate-600 dark:text-slate-300 leading-relaxed">
45
  <p class="mb-4">
46
+ QIMMA Ω‚Ω…Ω‘Ψ© (Summit in Arabic) is a quality-assured Arabic LLM evaluation leaderboard built on 13 carefully chosen benchmarks spanning STEM, legal reasoning, medical knowledge, poetry, cultural understanding, and code generation. QIMMA includes over 52,000 quality-validated samples across multiple-choice, generative, and code evaluation tracks. Over 99% of QIMMA's content is native Arabic, ensuring authentic linguistic and cultural assessment rather than relying on translated materials.
 
 
 
47
  </p>
48
  <p>
49
+ QIMMA was constructed through a systematic benchmark curation process: candidate benchmarks were assessed using a multi-model quality validation pipeline that identified issues in the samples, including false, missing or invalid gold answers, textual encoding problems and many more. Only clean, validated samples made it into the final leaderboard. This process also revealed that quality problems are more pervasive across existing Arabic benchmarks than previously documented.
 
 
50
  </p>
51
  </div>
52
  </section>
 
62
  </div>
63
  <div class="prose dark:prose-invert max-w-none text-slate-600 dark:text-slate-300 leading-relaxed">
64
  <p class="mb-6">
65
+ QIMMA uses a multi-framework evaluation pipeline tailored to each task type. Multiple-choice and generative QA tasks are evaluated using <a href="https://github.com/huggingface/lighteval" target="_blank" class="text-indigo-600 dark:text-indigo-400 hover:underline">LightEval</a>, code generation is evaluated using <a href="https://github.com/evalplus/evalplus" target="_blank" class="text-indigo-600 dark:text-indigo-400 hover:underline">EvalPlus</a>, and poetry understanding is evaluated using an adapted version of the <a href="https://github.com/mbzuai-oryx/FannOrFlop" target="_blank" class="text-indigo-600 dark:text-indigo-400 hover:underline">FannOrFlop</a> evaluation framework. All models are run in a controlled environment with consistent prompt templates to ensure fair comparison.
 
 
 
 
66
  </p>
67
 
68
  <h3 class="text-lg font-bold text-slate-800 dark:text-slate-200 mb-3">Evaluation Pipeline</h3>
69
  <ul class="space-y-3 list-disc list-inside marker:text-indigo-500">
70
  <li><strong>Submission:</strong> Users submit their Hugging Face model ID.</li>
71
  <li><strong>Queue:</strong> Models are added to a processing queue.</li>
72
+ <li><strong>Execution:</strong> Our GPU cluster loads the model and runs the benchmark suite across all tracks.</li>
73
+ <li><strong>Scoring:</strong> Per-subset scores are aggregated by domain and published alongside per-sample model predictions for full transparency.</li>
 
 
74
  </ul>
75
  </div>
76
  </section>
 
85
  <h2 class="text-2xl font-bold text-slate-800 dark:text-slate-100">Benchmarks & Metrics</h2>
86
  </div>
87
  <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
88
+ <div class="p-4 bg-slate-50 dark:bg-slate-700/30 rounded-xl border border-slate-100 dark:border-slate-700">
89
+ <div class="flex items-center justify-between mb-2">
90
+ <h4 class="font-bold text-slate-800 dark:text-slate-200">Cultural Understanding</h4>
91
+ <span class="text-xs font-medium px-2 py-0.5 rounded-full bg-indigo-100 dark:bg-indigo-900/50 text-indigo-600 dark:text-indigo-400">MCQ</span>
92
+ </div>
93
+ <p class="text-sm text-slate-600 dark:text-slate-400">AraDiCE-Culture, ArabCulture, PalmX β€” evaluating native Arabic cultural knowledge, social norms, and regional understanding.</p>
94
  </div>
95
+ <div class="p-4 bg-slate-50 dark:bg-slate-700/30 rounded-xl border border-slate-100 dark:border-slate-700">
96
+ <div class="flex items-center justify-between mb-2">
97
+ <h4 class="font-bold text-slate-800 dark:text-slate-200">STEM</h4>
98
+ <span class="text-xs font-medium px-2 py-0.5 rounded-full bg-indigo-100 dark:bg-indigo-900/50 text-indigo-600 dark:text-indigo-400">MCQ</span>
99
+ </div>
100
+ <p class="text-sm text-slate-600 dark:text-slate-400">ArabicMMLU, 3LM STEM β€” covering science, mathematics, and technical reasoning across diverse academic subjects.</p>
101
  </div>
102
+ <div class="p-4 bg-slate-50 dark:bg-slate-700/30 rounded-xl border border-slate-100 dark:border-slate-700">
103
+ <div class="flex items-center justify-between mb-2">
104
+ <h4 class="font-bold text-slate-800 dark:text-slate-200">Language & Reasoning</h4>
105
+ <span class="text-xs font-medium px-2 py-0.5 rounded-full bg-indigo-100 dark:bg-indigo-900/50 text-indigo-600 dark:text-indigo-400">MCQ</span>
106
+ </div>
107
+ <p class="text-sm text-slate-600 dark:text-slate-400">GAT (Saudi Aptitude Test) β€” assessing verbal reasoning, language comprehension, and mathematical aptitude.</p>
108
  </div>
109
+ <div class="p-4 bg-slate-50 dark:bg-slate-700/30 rounded-xl border border-slate-100 dark:border-slate-700">
110
+ <div class="flex items-center justify-between mb-2">
111
+ <h4 class="font-bold text-slate-800 dark:text-slate-200">Legal</h4>
112
+ <div class="flex gap-1">
113
+ <span class="text-xs font-medium px-2 py-0.5 rounded-full bg-indigo-100 dark:bg-indigo-900/50 text-indigo-600 dark:text-indigo-400">MCQ</span>
114
+ <span class="text-xs font-medium px-2 py-0.5 rounded-full bg-cyan-100 dark:bg-cyan-900/50 text-cyan-600 dark:text-cyan-400">QA</span>
115
+ </div>
116
+ </div>
117
+ <p class="text-sm text-slate-600 dark:text-slate-400">ArabLegalQA (Saudi law), MizanQA (Moroccan law) β€” testing legal reasoning and regulatory understanding across Arabic jurisdictions.</p>
118
+ </div>
119
+ <div class="p-4 bg-slate-50 dark:bg-slate-700/30 rounded-xl border border-slate-100 dark:border-slate-700">
120
+ <div class="flex items-center justify-between mb-2">
121
+ <h4 class="font-bold text-slate-800 dark:text-slate-200">Medical</h4>
122
+ <div class="flex gap-1">
123
+ <span class="text-xs font-medium px-2 py-0.5 rounded-full bg-indigo-100 dark:bg-indigo-900/50 text-indigo-600 dark:text-indigo-400">MCQ</span>
124
+ <span class="text-xs font-medium px-2 py-0.5 rounded-full bg-cyan-100 dark:bg-cyan-900/50 text-cyan-600 dark:text-cyan-400">QA</span>
125
+ </div>
126
+ </div>
127
+ <p class="text-sm text-slate-600 dark:text-slate-400">MedArabiQ, MedAraBench β€” evaluating healthcare knowledge, clinical reasoning, and medical terminology in Arabic.</p>
128
+ </div>
129
+ <div class="p-4 bg-slate-50 dark:bg-slate-700/30 rounded-xl border border-slate-100 dark:border-slate-700">
130
+ <div class="flex items-center justify-between mb-2">
131
+ <h4 class="font-bold text-slate-800 dark:text-slate-200">Poetry & Literature</h4>
132
+ <span class="text-xs font-medium px-2 py-0.5 rounded-full bg-indigo-100 dark:bg-indigo-900/50 text-indigo-600 dark:text-indigo-400">MCQ</span>
133
+ </div>
134
+ <p class="text-sm text-slate-600 dark:text-slate-400">FannOrFlop β€” assessing understanding of classical and modern Arabic poetry, literary devices, and cultural context.</p>
135
+ </div>
136
+ <div class="p-4 bg-slate-50 dark:bg-slate-700/30 rounded-xl border border-slate-100 dark:border-slate-700">
137
+ <div class="flex items-center justify-between mb-2">
138
+ <h4 class="font-bold text-slate-800 dark:text-slate-200">Trust & Safety</h4>
139
+ <span class="text-xs font-medium px-2 py-0.5 rounded-full bg-indigo-100 dark:bg-indigo-900/50 text-indigo-600 dark:text-indigo-400">MCQ</span>
140
+ </div>
141
+ <p class="text-sm text-slate-600 dark:text-slate-400">AraTrust β€” probing model behavior on sensitive content, bias, and safety-relevant scenarios in Arabic.</p>
142
+ </div>
143
+ <div class="p-4 bg-slate-50 dark:bg-slate-700/30 rounded-xl border border-slate-100 dark:border-slate-700">
144
+ <div class="flex items-center justify-between mb-2">
145
+ <h4 class="font-bold text-slate-800 dark:text-slate-200">Code Generation</h4>
146
+ <span class="text-xs font-medium px-2 py-0.5 rounded-full bg-emerald-100 dark:bg-emerald-900/50 text-emerald-600 dark:text-emerald-400">CODE</span>
147
+ </div>
148
+ <p class="text-sm text-slate-600 dark:text-slate-400">3LM HumanEval+, 3LM MBPP+ β€” assessing code generation from Arabic instructions, evaluated via functional correctness (pass@1).</p>
149
  </div>
150
  </div>
151
  </section>
 
163
  </div>
164
  <pre id="citationCode"
165
  class="bg-slate-100 dark:bg-slate-900/50 p-6 rounded-xl border border-slate-200 dark:border-slate-700 overflow-x-auto text-xs sm:text-sm text-slate-600 dark:text-slate-400 font-mono leading-relaxed">@misc{QIMMA,
166
+ author = {AlQadi, Leen and Alzubaidi, Ahmed and Alobeidli, Hamza and Alhammadi, Maitha and Alyafeai, Mohammed and Alswuidi, Shaikha and Alkaabi, Omar and Boussaha, Basma El Amel and Hacid, Hakim},
167
+ title = {QIMMA Leaderboard},
168
+ year = {2026},
169
+ publisher = {QIMMA},
170
+ howpublished = {https://huggingface.co/spaces/qimma/Qimma-Leaderboard}
171
  }</pre>
172
  </div>
173
  </div>