Open source evaluation framework: hallucination + safety + accuracy + cost

#2
by vigneshwar234 - opened

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!

Sign up or log in to comment