Work

A smaller model with better structure

I compared four combinations: smaller and larger language models, each with and without a knowledge graph. The evaluation covered multi-hop questions, entity disambiguation, set operations, document scope, grounding, cost, and latency.

The useful result was not that smaller models always win. They do not. It was that architecture can matter more than model size. Across 35 head-to-head tests, Llama 3.1 8B with graph tools outperformed Llama 3.3 70B without them: a 55% higher core evaluation score, input tokens at $0.075 instead of $1.00 per million, and mean latency of 2.9 seconds instead of 8.8. It also produced a verifiable tool-call chain for every answer, which the 70B model alone could not.

I published the methodology, category-level results, limitations, and system design because the tradeoff is more useful when somebody else can examine it.