Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/about.html
Browse files- frontend/about.html +22 -18
frontend/about.html
CHANGED
|
@@ -238,18 +238,20 @@
|
|
| 238 |
</div>
|
| 239 |
<div class="grid grid-cols-1 sm:grid-cols-3 gap-4">
|
| 240 |
<!-- Paper -->
|
| 241 |
-
<
|
| 242 |
-
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
|
|
|
|
|
|
| 253 |
|
| 254 |
<!-- Blog Post -->
|
| 255 |
<a href="https://huggingface.co/blog/tiiuae/qimma-arabic-leaderboard" target="_blank"
|
|
@@ -314,12 +316,14 @@
|
|
| 314 |
</button>
|
| 315 |
</div>
|
| 316 |
<pre id="citationCode"
|
| 317 |
-
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{
|
| 318 |
-
|
| 319 |
-
|
| 320 |
-
year
|
| 321 |
-
|
| 322 |
-
|
|
|
|
|
|
|
| 323 |
}</pre>
|
| 324 |
</div>
|
| 325 |
</div>
|
|
|
|
| 238 |
</div>
|
| 239 |
<div class="grid grid-cols-1 sm:grid-cols-3 gap-4">
|
| 240 |
<!-- Paper -->
|
| 241 |
+
<a href="https://arxiv.org/pdf/2604.03395" target="_blank"
|
| 242 |
+
<div class="flex flex-col gap-3 p-5 rounded-xl border border-slate-200 dark:border-slate-600 bg-slate-50 dark:bg-slate-700/30">
|
| 243 |
+
<div class="flex items-center gap-2 text-slate-700 dark:text-slate-300">
|
| 244 |
+
<i data-lucide="file-text" class="w-5 h-5 shrink-0"></i>
|
| 245 |
+
<span class="font-semibold">Paper</span>
|
| 246 |
+
</div>
|
| 247 |
+
<p class="text-sm text-slate-500 dark:text-slate-400 leading-relaxed flex-1">
|
| 248 |
+
Describes the full methodology, benchmark design, and analysis behind QIMMA — including task selection, scoring, and model comparisons.
|
| 249 |
+
</p>
|
| 250 |
+
<span class="inline-flex items-center gap-1 text-xs text-slate-400 dark:text-slate-500 font-medium cursor-not-allowed">
|
| 251 |
+
Read on arXiv <i data-lucide="arrow-right" class="w-3 h-3"></i>
|
| 252 |
+
</span>
|
| 253 |
+
</div>
|
| 254 |
+
</a>
|
| 255 |
|
| 256 |
<!-- Blog Post -->
|
| 257 |
<a href="https://huggingface.co/blog/tiiuae/qimma-arabic-leaderboard" target="_blank"
|
|
|
|
| 316 |
</button>
|
| 317 |
</div>
|
| 318 |
<pre id="citationCode"
|
| 319 |
+
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{alqadi2026arabicbenchmarksreliableqimmas,
|
| 320 |
+
title={Are Arabic Benchmarks Reliable? QIMMA's Quality-First Approach to LLM Evaluation},
|
| 321 |
+
author={Leen AlQadi and Ahmed Alzubaidi and Mohammed Alyafeai and Hamza Alobeidli and Maitha Alhammadi and Shaikha Alsuwaidi and Omar Alkaabi and Basma El Amel Boussaha and Hakim Hacid},
|
| 322 |
+
year={2026},
|
| 323 |
+
eprint={2604.03395},
|
| 324 |
+
archivePrefix={arXiv},
|
| 325 |
+
primaryClass={cs.CL},
|
| 326 |
+
url={https://arxiv.org/abs/2604.03395},
|
| 327 |
}</pre>
|
| 328 |
</div>
|
| 329 |
</div>
|