ACL 2026 · Main Conference

PRISM

Probing Reasoning, Instruction, and Source Memory
in LLM Hallucinations

Yuhe Wu, Guangyu Wang, Yuran Chen, Jiatong Zhang, Yutong Zhang, Yujie Chen, Jiaming Shang, Guang Zhang, Zhuang Liu

4 Dimensions
65 Sub-tasks
9,448 Instances

Abstract

As large language models (LLMs) evolve from conversational assistants into agents capable of handling complex tasks, they are increasingly deployed in high-risk domains. However, existing benchmarks largely rely on mixed queries and posterior evaluation, which quantifies hallucination severity but offers limited insight into where and why hallucinations arise in the generation pipeline. We therefore reformulate hallucination evaluation as a diagnostic problem and propose PRISM, a controlled benchmark that disentangles hallucinations into four dimensions: knowledge missing, knowledge errors, reasoning errors, and instruction-following errors, grounded in three stages of generation (memory, instruction, and reasoning). PRISM contains 9,448 instances across 65 tasks and supports fine-grained, stage-aware diagnostic evaluation. Evaluating 24 mainstream open-source and proprietary LLMs, we uncover consistent trade-offs across instruction following, memory retrieval, and logical reasoning, showing that mitigation strategies often improve specific dimensions at the expense of others.

Framework Overview

PRISM's structured query design and diagnostic evaluation pipeline.

PRISM Framework Overview
Figure 1. Overview of the PRISM framework and optimization trade-offs. The left panel contrasts the mixed query design of existing benchmarks with our structured approach that isolates cognitive stages. The right panel illustrates performance trade-offs where enhancing instruction following compromises reasoning ability.
PRISM Data Distribution
Figure 2. Data distribution of the PRISM benchmark across 65 sub-tasks organized by four failure dimensions: Knowledge Missing, Knowledge Error, Reasoning Error, and Instruction Following Error.

Hallucination Leaderboard

All values are hallucination rates — lower is better.

PRISM decomposes hallucination into 4 diagnostic dimensions: KE Knowledge Error, KM Knowledge Missing, RE Reasoning Error, and IFE Instruction Following Error. The 𝓗-Score is the weighted overall hallucination rate.
Filter:
Model 𝓗-Score KE KM RE IFE Size Think

Citations

Use the following citations when referencing PRISM in your research.

PRISM [ACL 2026]

@inproceedings{wu2026prism,
  title     = {PRISM: Probing Reasoning, Instruction, and Source Memory in LLM Hallucinations},
  author    = {Wu, Yuhe and Wang, Guangyu and Chen, Yuran and Zhang, Jiatong and Zhang, Yutong and Chen, Yujie and Shang, Jiaming and Zhang, Guang and Liu, Zhuang},
  booktitle = {Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (ACL)},
  year      = {2026}
}

Contact Us

For general inquiries about PRISM, please email:

yuhewu@hkust-gz.edu.cn

News & Press

Coverage, updates, and talks about PRISM.

Docs

Documentation for the PRISM benchmark.

Coming soon

Documentation is coming soon. Stay tuned!

View the code repository ↗

Submit

Submit your model results to the PRISM leaderboard.

Coming soon

Submission portal is coming soon.

For early access, please contact yuhewu@hkust-gz.edu.cn