paper-with-me

홈 › Papers

DecoPrompt : Decoding Prompts Reduces Hallucinations when Large Language Models Meet False Premises

2024-11-12 · Nan Xu, Xuezhe Ma

While large language models (LLMs) have demonstrated increasing power, they have also called upon studies on their hallucinated outputs that deviate from factually correct statements. In this paper, we focus on one important scenario of false premises, where LLMs are distracted by misaligned claims although the model possesses the required factual knowledge to answer original questions accurately. Inspired by the observation that entropy of the false-premise prompt is closely related to its likelihood to elicit hallucination generation, we propose a new prompting algorithm, named DecoPrompt, to mitigate hallucination. DecoPrompt leverages LLMs to "decode" the false-premise prompts without really eliciting hallucination output from LLMs. We perform experiments on two datasets, demonstrating that DecoPrompt can reduce hallucinations effectively on outputs from different LLMs. Moreover, DecoPrompt exhibits cross-model transferability, which facilitates its applications to scenarios such as LLMs of large sizes or unavailable model logits.

📄 PDF Abstract BibTeX arXiv:2411.07457

Code (1)

xunannancy/decoprompt 공식 구현

Tasks

Hallucination

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

MRFD: Multi-Region Fusion Decoding with Self-Consistency for Mitigating Hallucinations in LVLMs

2025-08-14 · Haonan Ge, Yiwei Wang, Ming-Hsuan Yang, Yujun Cai arxiv

Large Vision-Language Models (LVLMs) have shown strong performance across multimodal tasks. However, they often produce hallucinations -- text that is inconsistent with visual input, due to the limited ability to verify …

Active Layer-Contrastive Decoding Reduces Hallucination in Large Language Model Generation

2025-05-29 · Hongxiang Zhang, Hao Chen, Tianyi Zhang, Muhao Chen

Recent decoding methods improve the factuality of large language models~(LLMs) by refining how the next token is selected during generation. These methods typically operate at the token level, leveraging internal represe…

Decision MakingHallucinationLanguage ModelingLanguage Modelling+2

Exploring and Mitigating Fawning Hallucinations in Large Language Models

2025-08-31 · Zixuan Shangguan, Yanjie Dong, Lanjun Wang, Xiaoyi Fan 외 arxiv

Large language models (LLMs) have demonstrated exceptional proficiency in language understanding. However, when LLMs align their outputs with deceptive and/or misleading prompts, the generated responses could deviate fro…

Visual Description Grounding Reduces Hallucinations and Boosts Reasoning in LVLMs

2024-05-24 · Sreyan Ghosh, Chandra Kiran Reddy Evuru, Sonal Kumar, Utkarsh Tyagi 외

Large Vision-Language Models (LVLMs) often produce responses that misalign with factual information, a phenomenon known as hallucinations. While hallucinations are well-studied, the exact causes behind them remain undere…

HallucinationResponse GenerationVisual Reasoning

Mitigating Multimodal Hallucinations via Gradient-based Self-Reflection

2025-09-03 · Shan Wang, Maying Shen, Nadine Chang, Chuong Nguyen 외 arxiv

Multimodal large language models achieve strong performance across diverse tasks but remain prone to hallucinations, where outputs are not grounded in visual inputs. This issue can be attributed to two main biases: text-…

Visual Grounding