CLFeb 20, 2024

OPDAI at SemEval-2024 Task 6: Small LLMs can Accelerate Hallucination Detection with Weakly Supervised Data

arXiv:2402.12913v128 citationsh-index: 4SemEval
Originality Incremental advance
AI Analysis

This addresses the problem of detecting hallucinations in LLM outputs for researchers and practitioners, offering a more efficient method with small models, though it is incremental as it builds on existing techniques like prompt engineering and few-shot learning.

The paper tackled hallucination detection in LLMs for text-generation tasks without labeled data, achieving second prize in a model-agnostic track and competitive results by using weakly supervised data to fine-tune small LLMs, which performed comparably to large LLMs and GPT-4-based approaches.

This paper mainly describes a unified system for hallucination detection of LLMs, which wins the second prize in the model-agnostic track of the SemEval-2024 Task 6, and also achieves considerable results in the model-aware track. This task aims to detect hallucination with LLMs for three different text-generation tasks without labeled training data. We utilize prompt engineering and few-shot learning to verify the performance of different LLMs on the validation data. Then we select the LLMs with better performance to generate high-quality weakly supervised training data, which not only satisfies the consistency of different LLMs, but also satisfies the consistency of the optimal LLM with different sampling parameters. Furthermore, we finetune different LLMs by using the constructed training data, and finding that a relatively small LLM can achieve a competitive level of performance in hallucination detection, when compared to the large LLMs and the prompt-based approaches using GPT-4.

Foundations

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

Your Notes