Keep pulling the thread on Lilian Weng.
Once LLMs learn examples with new knowledge through fine-tuning, their tendency to hallucinate increases, according to Gekhman et al. (2024).
The SAFE factuality evaluation method achieved a 72% agreement rate with human annotators and a 76% win rate over humans when they disagreed.
On the TruthfulQA benchmark, larger models were found to be less truthful due to their tendency to learn common misconceptions.
RLHF fine-tuning makes LLMs poorly calibrated, but using a higher sampling temperature can lead to better calibration results.
RLHF can worsen factuality because human feedback often prefers longer, more detailed answers, which are not necessarily more factual.
In-context hallucination in large language models occurs when the model's output is inconsistent with the provided source content.
Extrinsic hallucination in large language models occurs when the model's output is fabricated and not grounded by its pre-training data or world knowledge.
According to a study by Gekhman et al. (2024), LLMs learn fine-tuning examples with new knowledge slower than examples consistent with their pre-existing knowledge.
The FActScore method decomposes a long-form generation into multiple atomic facts and validates each one against a knowledge base like Wikipedia.
In biography generation tasks, LLM error rates are higher for rarer entities and for facts mentioned later in the generation.
The SAFE (Search-Augmented Factuality Evaluator) method uses a language model as an agent to iteratively issue Google Search queries to verify atomic facts.
SelfCheckGPT detects factuality mistakes by checking for consistency across multiple samples from a black-box LLM, without requiring an external knowledge base.