CLAIFeb 11, 2025

Aligning Large Language Models to Follow Instructions and Hallucinate Less via Effective Data Filtering

Peking UTsinghua
arXiv:2502.07340v312 citationsh-index: 24ACL
Originality Incremental advance
AI Analysis

This addresses the issue of unreliable outputs in LLMs for users, though it is incremental as it builds on existing data filtering methods.

The paper tackles the problem of hallucinations in large language models during instruction tuning by introducing NOVA, a framework that filters data based on the model's familiarity with the content, resulting in reduced hallucinations.

Training LLMs on data containing unfamiliar knowledge during the instruction tuning stage can encourage hallucinations. To address this challenge, we introduce NOVA, a novel framework designed to identify high-quality data that aligns well with the LLM's learned knowledge to reduce hallucinations. NOVA includes Internal Consistency Probing (ICP) and Semantic Equivalence Identification (SEI) to measure how familiar the LLM is with instruction data. Specifically, ICP evaluates the LLM's understanding of the given instruction by calculating the tailored consistency among multiple self-generated responses. SEI further assesses the familiarity of the LLM with the target response by comparing it to the generated responses, using the proposed semantic clustering and well-designed voting strategy. Finally, to ensure the quality of selected samples, we introduce an expert-aligned reward model, considering characteristics beyond just familiarity. By considering data quality and avoiding unfamiliar data, we can utilize the selected data to effectively align LLMs to follow instructions and hallucinate less.

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