Dwarf-Bench is a small LLM benchmark that tests how well models recall obscure, specific facts about dwarves across fantasy media — Tolkien, Warhammer, Dungeons & Dragons, Discworld, Dragon Age, World of Warcraft, and friends.

Each model is prompted with tools, search, and browsing disabled, and is told to answer from internal knowledge only or to reply "I don't know". Free-form responses are then graded against a gold-standard answer key by an LLM-as-judge using a 1.0 / 0.5 / 0.0 rubric (fully correct / partially correct / wrong-or-unknown).

It's a half-joke benchmark, but it's also a real one — mostly an excuse to build an eval pipeline from scratch (provider calls, async runner, judge, reporting) without leaning on a heavy framework.

Latest results

Last updated 2026-05-07 · judge: claude-opus-4-7

#ModelAccuracyCorrectPartialWrongN
1claude-opus-4-684.6%110213
1gpt-5.584.6%110213
3gemini-2.5-pro83.3%100212
4claude-opus-4-776.9%100313
4claude-sonnet-4-676.9%100313
6gpt-569.2%90413
6gpt-5.469.2%90413
8claude-haiku-4-538.5%50813

Source

Code, dataset, judge prompt, and the leaderboard JSON this page consumes all live on GitHub: github.com/nocount/dwarf-bench.