TLDRocket
Sign in

A guide to setting up your own Hugging Face leaderboard: an end-to-end example with Vectara's hallucination leaderboard

Hugging Face

Vectara rebuilt its hallucination leaderboard using Hugging Face's new open-source leaderboard template. It turns a static model comparison into a living tool anyone can update or submit models to.

Based on reporting by Hugging Face — read the original for the full story.

Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error

Vectara's Hughes Hallucination Evaluation Model, better known as HHEM, has quietly become one of the more useful yardsticks in the LLM world. Launched in late 2023, it measures how often models like GPT-4, Claude, Gemini, Llama 2, or Mistral 7B produce summaries that drift from the source material or just make things up. That's a real problem for anyone building on top of these models, and HHEM gave people actual numbers to compare instead of vibes.

The catch was maintenance. Vectara's original setup paired a Hugging Face model with a GitHub repo, which worked fine until the team wanted to add new models on an ongoing basis without rebuilding everything by hand each time. So when Hugging Face released lightweight leaderboard templates, essentially stripped-down versions of the machinery behind the popular Open LLM Leaderboard, Vectara grabbed one and adapted it.

The rebuild involved forking the template into their own space, then wiring up two datasets, one to track incoming requests for new models to evaluate and one to hold results. For a basic leaderboard that's nearly the whole job. But HHEM's evaluation is more involved than a typical benchmark, so Vectara had to customize several backend files: one that generates summaries and tracks things like answer rate, another that runs the actual hallucination scoring to produce metrics like Factual Consistency Rate, and a pipeline that ties it all together and pushes results live.

There's a quieter story behind the acronym too. HHEM is named for Simon Hughes, a Vectara researcher who died unexpectedly in November 2023, and the team chose to keep his name on the model as a lasting credit to his work in the space.

What's notable here isn't really the leaderboard itself, it's the plumbing. Hugging Face open-sourcing this template means any team with a specialized eval, not just general benchmarks, can spin up a submission-and-results pipeline without reinventing the backend. Vectara's writeup reads like a template for the next ten teams who want to do the same thing with their own niche metric.

My take — AI-written commentary, not fact-checked reporting

This is the boring infrastructure work that actually matters more than another benchmark headline, and I'd rather see ten teams reuse Hugging Face's template for narrow, honest evals like hallucination rate than one more leaderboard claiming to rank 'general intelligence.' Open tooling for measuring where models fail, rather than just how fast they score on trivia, is exactly the kind of unglamorous transparency the open ecosystem needs more of.

Read more about this at: Hugging Face

Related stories

The daily briefing

Every AI story that matters, in your inbox by 8am.

TLDRocket reads all relevant sources, removes duplicate coverage, and summarises the day in two minutes. Follow companies and topics for alerts, or get the briefing in Slack. Free, no spam, unsubscribe anytime.