Hallucination Drops Like Heavy Bass Beats: 61% → 21%, Our Test Results
Abstract
Large language models (LLMs) hallucinate frequently when asked to reason within specific cultural and historical contexts. We hypothesized that grounding an LLM in verified cultural data, rather than allowing it to free-associate over its full training corpus, would sharply reduce hallucinations. To test this, we built a 75-question benchmark focused on Rome in 110 CE and compared a raw Mistral Small model to Airtrek AI's Triad Engine, which layers temporal, identity, and cultural value grounding over the base model. Across four categories, hallucinations dropped from 61 percent to 21 percent, with the largest gains in anachronism detection and character consistency. These results support our original claim that, on community or domain data that is not present in pretraining corpora, hallucinations can fall from around 82 percent to roughly 12 percent when the model is rigorously grounded in verified cultural knowledge.
Introduction
LLMs encode vast amounts of general knowledge but lack an inherent sense of time, identity, or local cultural frames. This becomes a critical problem when the goal is to simulate historically or culturally authentic agents rather than produce generic answers. Our thesis was simple: if we restrict the model to a verified cultural knowledge base and force it to reason within that boundary, hallucinations should collapse.
In our YC application, we quantified this intuition as a claim: Airtrek AI's Triad Engine can reduce hallucination rates from 82 percent to 12 percent on domain-specific cultural content. This study was designed to test that claim on a concrete, measurable benchmark built around a single historical setting: Rome in 110 CE.
Methods
Benchmark Design
We constructed a 75-question benchmark centered on daily life and context in Rome in 110 CE. Questions were grouped into four categories designed to probe different failure modes of LLMs:
- Anachronism Detection (20 questions) , Items referenced entities, events, or technologies not yet present in 110 CE, such as Hadrian's Wall, the Baths of Caracalla, stirrups, or later plagues.
- Character Consistency (20 questions) , Questions were asked of persistent characters (for example, Julia, Marcus, Gaius) about fixed traits such as age, family, and hometown, defined in advance in a cultural guide.
- Cultural Context Traps (15 questions) , Prompts were designed to trigger modern assumptions, for example, questions about democracy, views on slavery, or "favorite restaurant."
- Niche Domain Data (20 questions) , Hyper-specific factual questions such as the weight of an aureus, the number of figures on Trajan's Column, or penalties in Roman religious law.
All cultural and factual content for the benchmark was drawn from publicly available sources (for example, Roman history references, Wikipedia, and academic texts), mirroring typical pretraining data for modern LLMs.
Models and Conditions
We evaluated two conditions:
- •Raw LLM condition: Mistral Small, queried directly with appropriately phrased questions about Rome in 110 CE.
- •Triad Engine condition: The same base model, wrapped in the Airtrek AI Triad Engine, which injects a structured cultural guide and constraints into the prompt.
Both systems answered the same 75 questions.
Scoring Procedure
Answers were scored using an LLM-as-judge approach, with a rubric focused on factual correctness and cultural-historical consistency. Each response was labeled as either hallucinated (factually wrong, temporally inconsistent, or culturally inauthentic) or non-hallucinated. Category-level hallucination rates were computed as the percentage of hallucinated answers out of the total questions per category, and an overall hallucination rate was computed across all 75 questions.
Results
Overall Performance
- •Raw LLM hallucination rate: 61 percent
- •Triad Engine hallucination rate: 21 percent
This represents a 40-point reduction in hallucinations across the benchmark.
Interpretation
On general questions that align with widely known facts (for example, the name of the emperor, the number of hills in Rome), the raw model and the Triad Engine perform similarly, with accuracies around 90 percent. The largest gains appear exactly where the architecture exerts the most control: time-bounded questions, persistent character identity, and niche domain facts.
Architecture and Mechanisms
The Triad Engine's performance gains are driven by three complementary grounding mechanisms:
- Temporal Grounding, The engine provides an explicit "negative timeline" that lists structures, people, and events that do not yet exist in 110 CE. The raw LLM's training data presents Roman history as a flat set of facts, without an operational sense of when each fact is valid. The temporal layer forces the model to reject or qualify references that fall outside the valid time window, producing the large reduction in anachronistic hallucinations (80 percent down to 20 percent).
- Identity Grounding, Each character is backed by a structured profile specifying age, social class, family relationships, hometown, and worldview. Before answering, the engine injects this identity data into context, so the model conditions on a single consistent story rather than inventing one on the fly. This yields near-perfect character consistency (about 95 percent accuracy in this benchmark) and directly improves user trust in character-centric experiences.
- Cultural Value Grounding , The engine encodes the values, norms, and default assumptions of Rome in 110 CE, overriding contemporary Western moral and political frames. For example, a Roman senator is not expected to condemn slavery as morally wrong. This layer steers the model toward historically plausible attitudes, even when user questions are phrased from a modern perspective.
Together, these mechanisms convert a general-purpose language model into a culturally and temporally bounded reasoner that operates within a defined "cultural sandbox" rather than the full training distribution.
Discussion
This benchmark was intentionally constructed from the same kind of public data that contemporary LLMs already see at scale. In that sense, it is a conservative test: we evaluated the Triad Engine on the model's own "home field," where the raw model has maximum prior exposure.
Even under these favorable conditions for the base model, hallucinations fell from 61 percent to 21 percent. This strongly suggests that grounding architectures can deliver substantial gains even when no exclusive data advantage exists.
The implications are larger for data that does not appear in pretraining corpora at all. Community-sourced cultural knowledge, oral histories, local traditions, and non-digitized archives are effectively invisible to current LLMs. On such data, we expect raw hallucination rates to be significantly higher, because the model can only interpolate from adjacent or unrelated knowledge. In contrast, a grounded system that treats community contributions as the canonical source of truth can stay factual and consistent inside that domain.
This is where our original 82 percent to 12 percent claim lives: not on the open internet but in domains where the ground truth is held by communities, not by web-scale crawlers.
Future Work
We are currently applying the Triad Engine to a live community history project that collects stories, landmarks, customs, and cultural practices directly from local participants. This corpus is not available online and therefore is not present in any known LLM pretraining data.
Future work will focus on:
- •Measuring hallucination rates on fully community-sourced datasets.
- •Evaluating user trust and perceived authenticity in prolonged interactions with grounded cultural agents.
- •Extending the architecture to support multiple overlapping cultural frames and evolving timelines.
- •Formalizing evaluation metrics that capture cultural authenticity and value alignment, not just factual correctness.
We plan to release the full benchmark specification, scoring rubric, and, where feasible, anonymized question-answer pairs to facilitate independent replication and comparison.
Conclusion
Grounding a general-purpose LLM in verified cultural, temporal, and identity data can reduce hallucinations by roughly 40 percentage points, even on domains where the base model has already seen much of the underlying content. By turning community or domain knowledge into explicit, authoritative context and constraining the model to operate within that context, we move from "guessing with style" to culturally faithful reasoning.
As AI systems increasingly interact with real communities and histories, architectures like Airtrek AI's Triad Engine point toward a path where those communities remain the source of truth, and the model's role is to reason within, not beyond, their boundaries.
Kelly T. Hohman is the founder of Airtrek AI, the world's first AI-powered virtual time machine.
