paper-with-me

홈 › Papers

Counterfactual Debating with Preset Stances for Hallucination Elimination of LLMs

2024-06-17 · Yi Fang, Moxin Li, Wenjie Wang, Hui Lin, Fuli Feng

Large Language Models (LLMs) excel in various natural language processing tasks but struggle with hallucination issues. Existing solutions have considered utilizing LLMs' inherent reasoning abilities to alleviate hallucination, such as self-correction and diverse sampling methods. However, these methods often overtrust LLMs' initial answers due to inherent biases. The key to alleviating this issue lies in overriding LLMs' inherent biases for answer inspection. To this end, we propose a CounterFactual Multi-Agent Debate (CFMAD) framework. CFMAD presets the stances of LLMs to override their inherent biases by compelling LLMs to generate justifications for a predetermined answer's correctness. The LLMs with different predetermined stances are engaged with a skeptical critic for counterfactual debate on the rationality of generated justifications. Finally, the debate process is evaluated by a third-party judge to determine the final answer. Extensive experiments on four datasets of three tasks demonstrate the superiority of CFMAD over existing methods.

📄 PDF Abstract BibTeX arXiv:2406.11514

Code (1)

peter-fy/cfmad 공식 구현

Tasks

counterfactualHallucination

Similar Papers 제목 키워드 기반

HalluciDoctor: Mitigating Hallucinatory Toxicity in Visual Instruction Data

2023-11-22 · CVPR 2024 1 · Qifan Yu, Juncheng Li, Longhui Wei, Liang Pang 외

Multi-modal Large Language Models (MLLMs) tuned on machine-generated instruction-following data have demonstrated remarkable performance in various multi-modal understanding and generation tasks. However, the hallucinati…

AttributecounterfactualHallucinationHallucination Evaluation+1

CortexDebate: Debating Sparsely and Equally for Multi-Agent Debate

2025-07-05 · Yiliu Sun, Zicheng Zhao, Sheng Wan, Chen Gong arxiv

Nowadays, single Large Language Model (LLM) struggles with critical issues such as hallucination and inadequate reasoning abilities. To mitigate these issues, Multi-Agent Debate (MAD) has emerged as an effective strategy…

Variable and value elimination in binary constraint satisfaction via forbidden patterns

2015-02-12 · David A. Cohen, Martin C. Cooper, Guillaume Escamocher, Stanislav Zivny

Variable or value elimination in a constraint satisfaction problem (CSP) can be used in preprocessing or during search to reduce search space size. A variable elimination rule (value elimination rule) allows the polynomi…

ARC

Fighting Hallucinations with Counterfactuals: Diffusion-Guided Perturbations for LVLM Hallucination Suppression

2026-03-11 · Hamidreza Dastmalchi, Aijun An, Ali Cheraghian, Hamed Barzamini arxiv

While large vision-language models (LVLMs) achieve strong performance on multimodal tasks, they frequently generate hallucinations -- unfaithful outputs misaligned with the visual input. To address this issue, we introdu…

Once Correct, Still Wrong: Counterfactual Hallucination in Multilingual Vision-Language Models

2026-02-05 · Basel Mousi, Fahim Dalvi, Shammur Chowdhury, Firoj Alam 외 arxiv

Vision-language models (VLMs) can achieve high accuracy while still accepting culturally plausible but visually incorrect interpretations. Existing hallucination benchmarks rarely test this failure mode, particularly out…