atomic claim: A decomposed, self-contained, and decontextualized sentence containing a single fact derived from the original long-form text
ICAT: Information Coverage and Accuracy for Text generation—the proposed framework evaluating both factuality and aspect coverage
NLI: Natural Language Inference—a task determining if a hypothesis (claim) is entailed by, contradicts, or is neutral to a premise (retrieved evidence)
FActScore: A prior metric measuring the ratio of atomic claims supported by a knowledge source, which ICAT extends by adding coverage analysis
DeBERTa: Decoding-enhanced BERT with disentangled attention—a transformer model used here for the NLI task of verifying claims against evidence
TREC Web Track: A standard information retrieval benchmark used here because its queries include aspect-level relevance annotations suitable for measuring diversity
ClueWeb: A large web crawl dataset used as the retrieval corpus for grounding claims in the experiments
QLoRA: Quantized Low-Rank Adaptation—an efficient fine-tuning method that reduces memory usage by freezing the base model and training small adapters