CLJan 2, 2025

Think More, Hallucinate Less: Mitigating Hallucinations via Dual Process of Fast and Slow Thinking

arXiv:2501.01306v229 citationsh-index: 25ACL
Originality Incremental advance
AI Analysis

This addresses the issue of unreliable and factually inaccurate responses in LLMs, which is critical for applications requiring trustworthiness, though it is an incremental improvement over existing methods.

The paper tackles the hallucination problem in large language models by proposing HaluSearch, a framework that integrates tree search algorithms and a dual-process thinking mechanism to improve factual accuracy, achieving significant performance gains over baselines on English and Chinese datasets.

Large language models (LLMs) demonstrate exceptional capabilities, yet still face the hallucination issue. Typical text generation approaches adopt an auto-regressive generation without deliberate reasoning, which often results in untrustworthy and factually inaccurate responses. In this paper, we propose HaluSearch, a novel framework that incorporates tree search-based algorithms (e.g. MCTS) to enable an explicit slow thinking generation process for mitigating hallucinations of LLMs during inference. Specifically, HaluSearch frames text generation as a step-by-step reasoning process, using a self-evaluation reward model to score each generation step and guide the tree search towards the most reliable generation pathway for fully exploiting the internal knowledge of LLMs. To balance efficiency and quality, we introduce a hierarchical thinking system switch mechanism inspired by the dual process theory in cognitive science, which dynamically alternates between fast and slow thinking modes at both the instance and step levels, adapting to the complexity of questions and reasoning states. We conduct extensive experiments on both English and Chinese datasets and the results show that our approach significantly outperforms baseline approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes