paper-with-me

홈 › Papers

KDCM: Reducing Hallucination in LLMs through Explicit Reasoning Structures

2026-01-07 · Jinbo Hao, Kai Yang, Qingzhen Su, Yifan Li, Chao Jiang arxiv

To mitigate hallucinations in large language models (LLMs), we propose a framework that focuses on errors induced by prompts. Our method extends a chain-style knowledge distillation approach by incorporating a programmable module that guides knowledge graph exploration. This module is embedded as executable code within the reasoning prompt, allowing the model to leverage external structured knowledge during inference. Based on this design, we develop an enhanced distillation-based reasoning framework that explicitly regulates intermediate reasoning steps, resulting in more reliable predictions. We evaluate the proposed approach on multiple public benchmarks using GPT-4 and LLaMA-3.3. Experimental results show that code-guided reasoning significantly improves contextual modeling and reduces prompt-induced hallucinations. Specifically, HIT@1, HIT@3, and HIT@5 increase by 15.64%, 13.38%, and 13.28%, respectively, with scores exceeding 95% across several evaluation settings. These findings indicate that the proposed method effectively constrains erroneous reasoning while improving both accuracy and interpretability.

📄 PDF Abstract BibTeX arXiv:2601.04086

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Mitigating Large Language Model Hallucination with Faithful Finetuning

2024-06-17 · Minda Hu, Bowei He, YuFei Wang, Liangyou Li 외

Large language models (LLMs) have demonstrated remarkable performance on various natural language processing tasks. However, they are prone to generating fluent yet untruthful responses, known as "hallucinations". Halluc…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model+3

Probabilistic Guarantees for Reducing Contextual Hallucinations in LLMs

2026-01-02 · Nils Rautenberg, Sven Schippkus arxiv

Large language models (LLMs) frequently produce contextual hallucinations, where generated content contradicts or ignores information explicitly stated in the prompt. Such errors are particularly problematic in determini…

Prompt Engineering

CogMG: Collaborative Augmentation Between Large Language Model and Knowledge Graph

2024-06-25 · Tong Zhou, Yubo Chen, Kang Liu, Jun Zhao

Large language models have become integral to question-answering applications despite their propensity for generating hallucinations and factually inaccurate content. Querying knowledge graphs to reduce hallucinations in…

Knowledge Graph CompletionKnowledge GraphsLanguage ModelingLanguage Modelling+2

Chain of Natural Language Inference for Reducing Large Language Model Ungrounded Hallucinations

2023-10-06 · Deren Lei, Yaxi Li, Mengya Hu, Mingyu Wang 외

Large language models (LLMs) can generate fluent natural language texts when given relevant documents as background context. This ability has attracted considerable interest in developing industry applications of LLMs. H…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model+2

GraphThinker: Reinforcing Temporally Grounded Video Reasoning with Event Graph Thinking

2026-02-19 · Zixu Cheng, Da Li, Jian Hu, Yuhang Zang 외 arxiv

Video reasoning requires a fine-grained understanding of the temporal dependencies and event-level relations between objects and events in videos. Current Multimodal Large Language Models (MLLMs) are prone to severe temp…

Visual Grounding