nerdexam
Amazon

AIF-C01 · Question #178

A company wants to create a chatbot that answers questions about human resources policies. The company is using a large language model (LLM) and has a large digital documentation base. Which…

The correct answer is A. Use Retrieval Augmented Generation (RAG). The company is building a chatbot using an LLM to answer questions about HR policies, with access to a large digital documentation base. Retrieval Augmented Generation (RAG) optimizes the LLM's responses by retrieving relevant information from the documentation base and using…

Submitted by kwame.gh· Mar 30, 2026

Question

A company wants to create a chatbot that answers questions about human resources policies. The company is using a large language model (LLM) and has a large digital documentation base. Which technique should the company use to optimize the generated responses?

Options

  • AUse Retrieval Augmented Generation (RAG).
  • BUse few-shot prompting.
  • CSet the temperature to 1.
  • DDecrease the token size.

How the community answered

(64 responses)
  • A
    80% (51)
  • B
    5% (3)
  • C
    13% (8)
  • D
    3% (2)

Explanation

The company is building a chatbot using an LLM to answer questions about HR policies, with access to a large digital documentation base. Retrieval Augmented Generation (RAG) optimizes the LLM's responses by retrieving relevant information from the documentation base and using it to generate accurate, contextually grounded answers, reducing hallucinations and improving response quality. Retrieval Augmented Generation (RAG) enhances the performance of large language models by retrieving relevant information from external knowledge bases, such as documentation or databases, and incorporating it into the generation process. This technique ensures responses are accurate and grounded in the provided data, making it ideal for applications like policy

Topics

#Retrieval Augmented Generation#RAG#LLM applications#Knowledge retrieval

Community Discussion

No community discussion yet for this question.

Full AIF-C01 Practice