Comprehensive and Detailed Explanation (AWS AI documents):
AWS generative AI documentation defines hallucinations as a condition in which a generative model produces outputs that appear fluent, confident, and plausible but are factually incorrect or not grounded in the training data or provided context.
Limited or insufficient training data increases the likelihood of hallucinations because the model lacks enough factual grounding to generate reliable responses. This behavior is a well-known challenge in large language models and foundation models.
Why the other options are incorrect:
Interpretability refers to understanding how a model arrives at its predictions.
Nondeterminism refers to variation in outputs across runs due to probabilistic sampling.
Accuracy is a general performance metric, not the specific phenomenon described.
AWS AI Study Guide References:
AWS generative AI challenges and limitations
AWS guidance on hallucinations in foundation models
Submit