Open source 5-metric evaluation framework โ€” add cost + hallucination to any leaderboard

#3
by vigneshwar234 - opened

Hi OpenEvals team ๐Ÿ‘‹

Aggregating every leaderboard is such valuable work. One dimension consistently missing from all the leaderboards you're aggregating is cost per token โ€” the metric teams use for final deployment decisions.

I built an open source LLM Evaluation Framework that fills that gap:

โ†’ ๐Ÿ’ฐ Cost per 1K tokens โ€” 15+ models, real token-count pricing
โ†’ โšก Latency p50/p95/p99 โ€” another missing dimension in most leaderboards
โ†’ ๐Ÿ” Hallucination Rate โ€” runs locally, adds no API cost
โ†’ ๐ŸŽฏ Accuracy โ€” compatible with standard MC benchmark format
โ†’ ๐Ÿง  Reasoning Quality โ€” CoT depth scoring

Could be interesting to include cost/latency data alongside the aggregated accuracy scores.

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

Open source, 71 tests, free forever!

Sign up or log in to comment