paper-with-me

Papers

Stemming Hallucination in Language Models Using a Licensing Oracle

2025-11-08 · Simeon Emanuilov, Richard Ackermann arxiv

Language models exhibit remarkable natural language generation capabilities but remain prone to hallucinations, generating factually incorrect information despite producing syntactically coherent responses. This study introduces the Licensing Oracle, an architectural solution designed to stem hallucinations in LMs by enforcing truth constraints through formal validation against structured knowledge graphs. Unlike statistical approaches that rely on data scaling or fine-tuning, the Licensing Oracle embeds a deterministic validation step into the model's generative process, ensuring that only factually accurate claims are made. We evaluated the effectiveness of the Licensing Oracle through experiments comparing it with several state-of-the-art methods, including baseline language model generation, fine-tuning for factual recall, fine-tuning for abstention behavior, and retrieval-augmented generation (RAG). Our results demonstrate that although RAG and fine-tuning improve performance, they fail to eliminate hallucinations. In contrast, the Licensing Oracle achieved perfect abstention precision (AP = 1.0) and zero false answers (FAR-NE = 0.0), ensuring that only valid claims were generated with 89.1% accuracy in factual responses. This work shows that architectural innovations, such as the Licensing Oracle, offer a necessary and sufficient solution for hallucinations in domains with structured knowledge representations, offering guarantees that statistical methods cannot match. Although the Licensing Oracle is specifically designed to address hallucinations in fact-based domains, its framework lays the groundwork for truth-constrained generation in future AI systems, providing a new path toward reliable, epistemically grounded models.

📄 PDF Abstract BibTeX arXiv:2511.06073

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Incentives or Ontology? A Structural Rebuttal to OpenAI's Hallucination Thesis

2025-12-16 · Richard Ackermann, Simeon Emanuilov arxiv

OpenAI has recently argued that hallucinations in large language models result primarily from misaligned evaluation incentives that reward confident guessing rather than epistemic humility. On this view, hallucination is…

Comparison of Large Language Models for Deployment Requirements

2025-07-31 · Alper Yaman, Jannik Schwab, Christof Nitsche, Abhirup Sinha 외 arxiv

Large Language Models (LLMs), such as Generative Pre-trained Transformers (GPTs) are revolutionizing the generation of human-like text, producing contextually relevant and syntactically correct content. Despite challenge…

Code Generation

Mitigating Image Captioning Hallucinations in Vision-Language Models

2025-05-06 · Fei Zhao, Chengcui Zhang, Runlin Zhang, Tianyang Wang 외

Hallucinations in vision-language models (VLMs) hinder reliability and real-world applicability, usually stemming from distribution shifts between pretraining data and test samples. Existing solutions, such as retraining…

HallucinationHallucination EvaluationImage CaptioningLanguage Modeling+2

An Inflectional Database for Gitksan

2022-06-01 · LREC 2022 6 · Bruce Oliver, Clarissa Forbes, Changbing Yang, Farhan Samir 외

This paper presents a new inflectional resource for Gitksan, a low-resource Indigenous language of Canada. We use Gitksan data in interlinear glossed format, stemming from language documentation efforts, to build a datab…

Data AugmentationHallucinationTranslation

Decoding by Perturbation: Mitigating MLLM Hallucinations via Dynamic Textual Perturbation

2026-04-14 · Sihang Jia, Shuliang Liu, Songbo Yang, Yibo Yan 외 arxiv

Multimodal Large Language Models frequently suffer from inference hallucinations, partially stemming from language priors dominating visual evidence. Existing training-free mitigation methods either perturb the visual re…

Visual Grounding