exam questions

Exam AWS Certified AI Practitioner AIF-C01 All Questions

View all questions & answers for the AWS Certified AI Practitioner AIF-C01 exam

Exam AWS Certified AI Practitioner AIF-C01 topic 1 question 231 discussion

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?

  • A. Use Retrieval Augmented Generation (RAG).
  • B. Use few-shot prompting.
  • C. Set the temperature to 1.
  • D. Decrease the token size.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nand2804
2 weeks ago
Selected Answer: A
Retrieval Augmented Generation (RAG) is a technique that enhances a large language model (LLM) by retrieving relevant documents or passages from a knowledge base (such as HR policy documents) at inference time, and then using that retrieved content to generate more accurate, context-aware responses. This is ideal when: You have a large documentation base, and You want responses to be grounded in factual, internal data (like HR policies).
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...