Open source multi-metric LLM evaluation: accuracy + cost + hallucination

#9
by vigneshwar234 - opened

Hi AllenAI team and RewardBench community ๐Ÿ‘‹

RewardBench is fantastic for evaluating reward models. For teams who also need end-to-end LLM evaluation beyond reward scoring, I built an open source framework.

LLM Evaluation Framework measures 5 dimensions simultaneously:

โ†’ ๐ŸŽฏ Accuracy โ€” 4-strategy cascade: exact, normalized, MC letter, fuzzy (โ‰ฅ0.85)
โ†’ โšก Latency โ€” p50/p95/p99 percentiles for SLA planning
โ†’ ๐Ÿ’ฐ Cost per 1K tokens โ€” 15+ models priced from real token counts
โ†’ ๐Ÿ” Hallucination Rate โ€” linguistic signal analysis, runs offline
โ†’ ๐Ÿง  Reasoning Quality โ€” chain-of-thought depth score 1-10

Pairs naturally with reward model evaluation โ€” use ours for the task metric side, RewardBench for the alignment side.

Live demo (no API key): 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