2026· Poster Volume 0007 The 2026 Twenty-Second International Conference on Intelligent Computing July 23-26, 2026 Toronto, Canada· 0 citations
Abstract
Large Language Models (LLMs) have achieved remarkable success in natural language generation but remain prone to hallucinations—generating content that is fluent but factually incorrect. While recent inference-time interventions like Contrastive Decoding (CD) effectively mitigate this by penalizing tokens favored by a "weak" hallucination-prone model, they introduce significant computational overhead (doubling inference latency) and fail to permanently align the model. In this paper, we propose \textbf{ContrastSFT}, a novel training framework to mitigate hallucinations in LLMs that internalizes the efficacy of contrastive decoding into the model's parameters via Contrastive Logit Regularization (CLR). Unlike standard Supervised Fine-Tuning (SFT) which indiscriminately maximizes the likelihood of ground-truth tokens, ContrastSFT dynamically recalibrates the training objective by subtracting the log-probabilities of a weak reference model. This effectively penalizes "easy" but potentially hallucinatory patterns captured by the weak model, forcing the model to learn more robust, factual representations. Extensive experiments on NLU benchmarks (ParaRel, WiCE) and Factuality tasks (HaluEval, MMLU) demonstrate that ContrastSFT achieves a 5-9\% absolute improvement over SFT and previous contrastive methods. Crucially, ContrastSFT eliminates the need for auxiliary models during deployment, retaining the high inference efficiency of standard LLMs. Code will be released.
This work proposes M ulti-Model C ontrastive D ecoding (MCD), which integrates a pretrained language model with an evil model and a truthful model for contrastive decoding and effectively reduces hallucinations in LLMs and outperforms state-of-the-art methods across various benchmarks.
Chenyu Zhu, Yefeng Liu, Hao Zhang et al.· Neural Information Processin...· 7 citations
This work proposes CounterfactualLVLM, a training-free and plug-and-play framework that mitigates object hallucinations via small-model-assisted counterfactual reasoning and highlights the power of counterfactual guidance as a simple yet effective paradigm for enhancing factual grounding in LVLM-based multi-modal reasoning.
Xilin Li, Boyue Wang, Xiaoqian Ju et al.· Multimedia Systems· 0 citations
This work proposes FADE (FFN Attenuation for DEcoding), a training-free method that attenuates FFN outputs to reduce language-prior dominance and shows that FADE effectively mitigates hallucinations while preserving inference efficiency.
Yichen Guo, Kai Tang, Fenglai Lin et al.· arXiv.org· 2 citations
SeeMe is proposed, a training-free framework that introduces the concept of feature engineering from traditional machine learning into LVLMs and restructures visual tokens through a three-stage token engineering process to suppress hallucination sources while preserving informative visual evidence.
Kai Tang, Jinhao You, Bohua Zhang et al.· 2 citations
This work proposes AURORA, a novel hallucination detection framework that shifts the focus from static representations to the weight-gradient dynamics of LLMs, and achieves strong hallucination detection performance across four model families and four benchmark datasets.
Z. Zhang, Hainan Zhang, Zhiming Zheng· arXiv.org· 0 citations
Large Language Models (LLMs) have demonstrated increasingly sophisticated capabilities in simulating human social interactions on social media platforms. Distinguishing LLMs from humans is essential for a deep analysis of online public opinion, while suffering from significant challenges, as existing approaches primarily rely on classifiers that learn different linguistic stylistic features of LLM-generated and human-written content. First, endless algorithmic confrontation games result in diminishing effectiveness against progressively more human-like LLM outputs. Second, for malignant events (such as fake news, rumor spread, etc.), relying on large-scale corpora to train classifiers is passive and lagging. To address these limitations, we propose PromptFishing, an active hallucination induction scheme that identifies LLMs through specific responses during interactions with social accounts. PromptFishing aims to embed machine-readable prompts into seemingly normal topics, creating a “semantic decoy” that triggers LLM hallucinations to produce a target response. To achieve this, we propose a gradient-guided two-stage beam search algorithm for adversarial suffix generation: the first stage seeks perturbations that deviate LLM responses from the original topic, while the second stage optimizes alignment with the target response. Experiments on data collected from Twitter show that our method achieves a true positive rate exceeding 0.85 while maintaining the false positive rate below 0.01. This work establishes a new paradigm for active LLM identification.
Bei Chen, Gaolei Li, Jun Wu et al.· IEEE Transactions on Informa...· 0 citations