Spaces:
Sleeping
LLM backbone evaluation: cost + hallucination for web QA models
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!