Multi-metric LLM evaluation for cultural and multilingual model selection

#1
by vigneshwar234 - opened

Hi ๐Ÿ‘‹

Cultural MT evaluation captures something most benchmarks miss. For teams choosing LLMs for culturally-sensitive applications, hallucination rate is especially important โ€” cultural misrepresentation often comes from overconfident generation.

I built an open source LLM Evaluation Framework that measures:

โ†’ ๐Ÿ” Hallucination Rate โ€” overconfident culturally incorrect outputs
โ†’ ๐ŸŽฏ Accuracy โ€” task accuracy with 4-strategy cascade scoring
โ†’ ๐Ÿ’ฐ Cost per 1K tokens โ€” multilingual tasks tend to be longer, cost matters
โ†’ โšก Latency โ€” important for real-time cross-cultural applications
โ†’ ๐Ÿง  Reasoning Quality โ€” CoT depth

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

Sign up or log in to comment