CCNU at SemEval-2025 Task 3: Leveraging Internal and External Knowledge of Large Language Models for Multilingual Hallucination Annotation
Xu Liu, Guanyi Chen
TL;DR
The paper tackles multilingual QA hallucination detection by extending Mu-SHROOM to 14 languages and requiring token-level localization. It proposes a crowdsourced-like LLM ensemble that runs in parallel, with each annotator leveraging both internal and external knowledge, avoiding fine-tuning. Experiments compare backbone LLMs (notably DeepSeek-V3 and GPT-4o variants) and show that incorporating knowledge improves $IoU$ across languages, with Hindi achieving top performance. It also discusses unsuccessful approaches and dataset quality issues, offering insights for future improvements and the interpretation of hallucinations in QA.
Abstract
We present the system developed by the Central China Normal University (CCNU) team for the Mu-SHROOM shared task, which focuses on identifying hallucinations in question-answering systems across 14 different languages. Our approach leverages multiple Large Language Models (LLMs) with distinct areas of expertise, employing them in parallel to annotate hallucinations, effectively simulating a crowdsourcing annotation process. Furthermore, each LLM-based annotator integrates both internal and external knowledge related to the input during the annotation process. Using the open-source LLM DeepSeek-V3, our system achieves the top ranking (\#1) for Hindi data and secures a Top-5 position in seven other languages. In this paper, we also discuss unsuccessful approaches explored during our development process and share key insights gained from participating in this shared task.
