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

#1
by vigneshwar234 - opened

Hi AMA-Bench team ๐Ÿ‘‹

Multi-benchmark comparison is exactly the right approach. I built an open source framework that goes beyond accuracy to give you 5 metrics per model in one run:

โ†’ ๐ŸŽฏ Accuracy โ€” 4-strategy cascade scorer (exact, normalized, MC, fuzzy)
โ†’ ๐Ÿ’ฐ Cost per 1K tokens โ€” the metric missing from most leaderboards
โ†’ โšก Latency p50/p95/p99 โ€” full percentile breakdown
โ†’ ๐Ÿ” Hallucination Rate โ€” 0.0-1.0 score, runs locally
โ†’ ๐Ÿง  Reasoning Quality โ€” chain-of-thought depth 1-10

One CLI command. Any LiteLLM-compatible model. Full JSON + PDF report.

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

Would love to discuss combining our approaches for comprehensive model comparison!

Sign up or log in to comment