Generative AI models like GPT can create original text content but may produce factual inaccuracies (hallucinations).
- True
- False
Answer: True
Large Language Models generate plausible text but can 'hallucinate' incorrect facts, especially for niche topics. Mitigation: retrieval-augmented generation (RAG), fact-checking layers, and human oversight. Critical for responsible AI deployment questions.