CCA-F 练习题库· Context Management & Reliability
Claude returns a confident answer that turns out to be factually wrong. This is known as:
- AHallucination — generating plausible but incorrect information
- BA context overflow
- CA temperature artefact
- DA system prompt violation
正确答案:A
解析
- Ais correct. "Hallucination" is the standard term for when a language model like Claude generates plausible-sounding but factually incorrect information, often stated with unwarranted confidence.It is an intrinsic characteristic of how autoregressive LLMs predict likely token sequences rather than retrieve verified facts, so it is not strictly a "bug" but a behavior to be mitigated through grounding techniques such as retrieval-augmented generation (RAG), tool/function calling, citations, and verification loops.
- Ba "context overflow" refers to exceeding the model's context-window capacity.
- Ca "temperature artefact" is not a real term — temperature governs sampling randomness/diversity, not factual accuracy.
- Da "system prompt violation" describes ignoring instructions or guardrails, not producing false facts.
延伸阅读
本题为本站自有原创练习题,非任何官方考试内容;解析对照 Anthropic 公开文档撰写, 如与最新文档不符请以官方为准。想在限时环境下检验水平,可参加 模拟考(题目与本页题库不重叠)。