Question 9
Section 3An organization wants its LLM to answer employee questions using internal policy documents while avoiding reliance on general internet knowledge unless necessary. Which type of grounding best fits this requirement?
Correct answer: A
Explanation
Grounding improves LLM output by tying responses to a defined data source, and the grounding type depends on whether the source is internal enterprise information, external third-party information, or broad world knowledge. — Grounding in LLMs is described and differentiated between grounding with first-party enterprise data, third-party data, and world data.
Why each option is right or wrong
A. Grounding with first-party enterprise data
The requirement is to answer questions from internal policy documents owned by the organization, which matches grounding with first-party enterprise data rather than external or general sources.
B. Grounding with third-party data
Third-party data comes from external sources rather than the organization's own internal documents.
C. Grounding with world data
World data refers to broad general knowledge, not the company's internal policy information.
D. Grounding without any data source
Grounding requires tying the model to a defined source of information.