paper-with-me

홈 › Papers

Knowledge-Driven Hallucination in Large Language Models: An Empirical Study on Process Modeling

2025-09-18 · Humam Kourani, Anton Antonov, Alessandro Berti, Wil M. P. van der Aalst arxiv

The utility of Large Language Models (LLMs) in analytical tasks is rooted in their vast pre-trained knowledge, which allows them to interpret ambiguous inputs and infer missing information. However, this same capability introduces a critical risk of what we term knowledge-driven hallucination: a phenomenon where the model's output contradicts explicit source evidence because it is overridden by the model's generalized internal knowledge. This paper investigates this phenomenon by evaluating LLMs on the task of automated process modeling, where the goal is to generate a formal business process model from a given source artifact. The domain of Business Process Management (BPM) provides an ideal context for this study, as many core business processes follow standardized patterns, making it likely that LLMs possess strong pre-trained schemas for them. We conduct a controlled experiment designed to create scenarios with deliberate conflict between provided evidence and the LLM's background knowledge. We use inputs describing both standard and deliberately atypical process structures to measure the LLM's fidelity to the provided evidence. Our work provides a methodology for assessing this critical reliability issue and raises awareness of the need for rigorous validation of AI-generated artifacts in any evidence-based domain.

📄 PDF Abstract BibTeX arXiv:2509.15336

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Low-hallucination Synthetic Captions for Large-Scale Vision-Language Model Pre-training

2025-04-17 · Xinsong Zhang, Yarong Zeng, Xinting Huang, Hu Hu 외

In recent years, the field of vision-language model pre-training has experienced rapid advancements, driven primarily by the continuous enhancement of textual capabilities in large language models. However, existing trai…

Caption GenerationHallucinationLanguage ModelingLanguage Modelling

KSHSeek: Data-Driven Approaches to Mitigating and Detecting Knowledge-Shortcut Hallucinations in Generative Models

2025-03-25 · Zhiwei Wang, Zhongxin Liu, Ying Li, Hongyu Sun 외

The emergence of large language models (LLMs) has significantly advanced the development of natural language processing (NLP), especially in text generation tasks like question answering. However, model hallucinations re…

HallucinationQuestion AnsweringText Generation

HaluEval: A Large-Scale Hallucination Evaluation Benchmark for Large Language Models

2023-05-19 · Junyi Li, Xiaoxue Cheng, Wayne Xin Zhao, Jian-Yun Nie 외

Large language models (LLMs), such as ChatGPT, are prone to generate hallucinations, i.e., content that conflicts with the source or cannot be verified by the factual knowledge. To understand what types of content and to…

HallucinationHallucination Evaluation

HalluScore: Large Language Model Hallucination Question Answering Benchmark

2026-05-16 · Aisha Alansari, Hamzah Luqman arxiv

Large language models (LLMs) have achieved remarkable progress in natural language generation, but remain susceptible to hallucination. In response to growing concerns about hallucinations, several benchmarks have been d…

Question Answering

Mitigating Prompt-Induced Hallucinations in Large Language Models via Structured Reasoning

2026-01-06 · Jinbo Hao, Kai Yang, Qingzhen Su, Yang Chen 외 arxiv

To address hallucination issues in large language models (LLMs), this paper proposes a method for mitigating prompt-induced hallucinations. Building on a knowledge distillation chain-style model, we introduce a code modu…

Knowledge Distillation