English

Ask a Local: Detecting Hallucinations With Specialized Model Divergence

Computation and Language 2025-06-05 v1 Artificial Intelligence

Abstract

Hallucinations in large language models (LLMs) - instances where models generate plausible but factually incorrect information - present a significant challenge for AI. We introduce "Ask a Local", a novel hallucination detection method exploiting the intuition that specialized models exhibit greater surprise when encountering domain-specific inaccuracies. Our approach computes divergence between perplexity distributions of language-specialized models to identify potentially hallucinated spans. Our method is particularly well-suited for a multilingual context, as it naturally scales to multiple languages without the need for adaptation, relying on external data sources, or performing training. Moreover, we select computationally efficient models, providing a scalable solution that can be applied to a wide range of languages and domains. Our results on a human-annotated question-answer dataset spanning 14 languages demonstrate consistent performance across languages, with Intersection-over-Union (IoU) scores around 0.3 and comparable Spearman correlation values. Our model shows particularly strong performance on Italian and Catalan, with IoU scores of 0.42 and 0.38, respectively, while maintaining cross-lingual effectiveness without language-specific adaptations. We release our code and architecture to facilitate further research in multilingual hallucination detection.

Keywords

Cite

@article{arxiv.2506.03357,
  title  = {Ask a Local: Detecting Hallucinations With Specialized Model Divergence},
  author = {Aldan Creo and Héctor Cerezo-Costas and Pedro Alonso-Doval and Maximiliano Hormazábal-Lagos},
  journal= {arXiv preprint arXiv:2506.03357},
  year   = {2025}
}

Comments

Supplementary materials: https://github.com/ACMCMC/ask-a-local

R2 v1 2026-07-01T02:57:55.579Z