Multi-metric evaluation tool for Southeast Asian LLM selection

#1
by vigneshwar234 - opened

Hi SeaLLMs community ๐Ÿ‘‹

Excellent work benchmarking LLMs for Southeast Asian languages. For teams in the SEA region, API cost and latency from regional data centers differ significantly from US benchmarks โ€” making cost-aware evaluation critical.

I built an open source LLM Evaluation Framework that helps:

โ†’ ๐Ÿ’ฐ Cost per 1K tokens โ€” compare regional vs frontier model pricing
โ†’ โšก Latency p95 โ€” real-world latency from SEA can differ 2-3x from US benchmarks
โ†’ ๐Ÿ” Hallucination Rate โ€” especially critical for multilingual outputs
โ†’ ๐ŸŽฏ Accuracy โ€” MMLU + TruthfulQA + custom benchmark support for regional tasks
โ†’ ๐Ÿง  Reasoning Quality โ€” CoT depth scoring

Extensible benchmark system supports adding Bahasa, Thai, Vietnamese, Filipino evaluation tasks.

Live demo: https://huggingface.co/spaces/vigneshwar234/llm-eval-demo
GitHub: https://github.com/vignesh2027/LLM-Evaluation-Framework

Would love to discuss extending the benchmark system for SEA languages!

Sign up or log in to comment