LLM backbone evaluation: cost + hallucination for web QA models

#1
by vigneshwar234 - opened

Hi πŸ‘‹

Web QA is a great benchmark for real-world LLM capability. For teams deploying web QA systems, hallucination rate is critical β€” a model that fabricates web content is worse than no model.

I built an open source LLM Evaluation Framework that measures:

β†’ πŸ” Hallucination Rate β€” detects fabricated facts and overconfident wrong answers
β†’ 🧠 Reasoning Quality β€” scores whether models show their web reasoning process
β†’ πŸ’° Cost per 1K tokens β€” web QA can be token-heavy with context
β†’ ⚑ Latency p95 β€” for real-time web search + answer use cases
β†’ 🎯 Accuracy β€” 4-strategy cascade scorer

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

Open source. Free forever. Happy to discuss web QA evaluation approaches!

Sign up or log in to comment