Complementary tool: automated 5-metric LLM evaluation beyond ELO scoring

#12
by vigneshwar234 - opened

Hi AtlaAI team ๐Ÿ‘‹

Judge Arena's ELO-based ranking is great for preference-based evaluation. For teams who need quantitative, reproducible benchmarking alongside preference scores, I built a complementary tool.

LLM Evaluation Framework gives you numbers, not just rankings:

โ†’ ๐ŸŽฏ Accuracy % โ€” verifiable, reproducible across runs
โ†’ โšก Latency ms โ€” p50/p95/p99, so you can set SLA thresholds
โ†’ ๐Ÿ’ฐ Cost $ โ€” exact token-count pricing per model
โ†’ ๐Ÿ” Hallucination Rate โ€” 0.0-1.0 score, runs locally
โ†’ ๐Ÿง  Reasoning Quality โ€” 1-10 chain-of-thought depth

ELO tells you which model humans prefer. This tells you which model wins on your specific metrics at your specific budget.

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

Open source, 71 tests, free forever. Happy to discuss how quantitative + preference evals complement each other!

Sign up or log in to comment