DFT: Discrete Fourier Transform—a mathematical technique that decomposes a signal into its constituent frequencies (global decomposition)
DWT: Discrete Wavelet Transform—a signal processing technique using localized basis functions to capture changes at different scales and positions
Laplacian operator: A local operator that calculates the second-order difference between adjacent points, effectively acting as a simple high-pass filter
Parseval's theorem: A theorem stating that the total energy of a signal is the same whether computed in the time domain or the frequency domain
Lookback-Lens: A baseline method that detects hallucinations by analyzing the ratio of attention weights assigned to context versus generated tokens
RAGTruth: A benchmark dataset for hallucination detection in RAG scenarios, covering QA, summarization, and data-to-text tasks
AUROC: Area Under the Receiver Operating Characteristic curve—a performance metric for binary classification where 0.5 is random guessing and 1.0 is perfect
EigenScore: A baseline method using spectral analysis of the semantic consistency graph constructed from output probability distributions
SelfCheckGPT: A baseline method that detects hallucinations by checking consistency across multiple sampled responses from the model
high-pass filter: A filter that allows high-frequency signals (rapid changes) to pass through while attenuating low-frequency signals (smooth trends)