paper-with-me

홈 › Papers

PRISM: Probing Reasoning, Instruction, and Source Memory in LLM Hallucinations

2026-04-18 · Yuhe Wu, Guangyu Wang, Yuran Chen, Jiatong Zhang, Yutong Zhang, Yujie Chen, Jiaming Shang, Guang Zhang, Zhuang Liu arxiv

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, output-level scoring, 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. We hope PRISM provides a framework for understanding the specific mechanisms behind LLMs hallucinations, ultimately accelerating the development of trustworthy large language models.

📄 PDF Abstract BibTeX arXiv:2604.16909

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingLogical Reasoning

Similar Papers 제목 키워드 기반

PRISM: Progressive Reasoning through Iterative Slot Memory for Vision

2026-05-29 · Ziyu Wang, Shuangpeng Han, Mengmi Zhang arxiv

Modern vision models process images in a single feed-forward pass, which limits their ability to recover missing evidence or refine uncertain representations under incomplete observations. Inspired by the iterative natur…

Semantic SegmentationImage ClassificationObject Detection

TTS-PRISM: A Perceptual Reasoning and Interpretable Speech Model for Fine-Grained Diagnosis

2026-04-24 · Xi Wang, Jie Wang, Xingchen Song, Baijun Song 외 arxiv

While generative text-to-speech (TTS) models approach human-level quality, monolithic metrics fail to diagnose fine-grained acoustic artifacts or explain perceptual collapse. To address this, we propose TTS-PRISM, a mult…

PrismRAG: Boosting RAG Factuality with Distractor Resilience and Strategized Reasoning

2025-07-25 · Mohammad Kachuee, Teja Gollapudi, Minseok Kim, Yin Huang 외 arxiv

Retrieval-augmented generation (RAG) often falls short when retrieved context includes confusing semi-relevant passages, or when answering questions require deep contextual understanding and reasoning. We propose an effi…

PRISM-MCTS: Learning from Reasoning Trajectories with Metacognitive Reflection

2026-04-07 · Siyuan Cheng, Bozhong Tian, YanChao Hao, Zheng Wei arxiv

PRISM-MCTS: Learning from Reasoning Trajectories with Metacognitive Reflection Siyuan Cheng, Bozhong Tian, Yanchao Hao, Zheng Wei Published: 06 Apr 2026, Last Modified: 06 Apr 2026 ACL 2026 Findings Conference, Area Chai…

Question Answering

When Words Are Safe But Actions Kill: Probing Physical Jailbreak Beyond Textual Jailbreak in Hidden-State Risk Space

2026-07-16 · Weimeng Wang, Ziqiang Wang, Zihang Zhan, Chuanpu Fu 외 arxiv

Large language models (LLMs) increasingly serve as high-level planners for embodied agents, where linguistically benign instructions can become unsafe once grounded in the physical world. We study whether this physically…