Open source evaluation framework: hallucination + safety + accuracy + cost
Hi WhiteCircle team ๐
Safety and accuracy tradeoffs in LLM guards is exactly the right problem to benchmark. For teams choosing LLM guardrails for production, cost is the third dimension that determines what actually ships.
I built an open source LLM Evaluation Framework that measures:
โ ๐ Hallucination Rate โ safety-relevant overconfident outputs
โ ๐ฏ Accuracy โ precision on the task
โ ๐ฐ Cost per 1K tokens โ guardrail inference cost at production scale
โ โก Latency p95 โ guardrails in the critical path have strict latency budgets
โ ๐ง Reasoning Quality โ for guard models that explain their safety decisions
Live demo: https://huggingface.co/spaces/vigneshwar234/llm-eval-demo
GitHub: https://github.com/vignesh2027/LLM-Evaluation-Framework
Would love to discuss how accuracy/cost/safety measurement applies to guardrail benchmarking!