AWS Certified AI Practitioner · Free Practice Question Medium
Question 17
A customer service company is exploring ways to improve its AI-powered chatbot, seeking to balance automation with human input to ensure high-quality responses. The company is considering two approaches: Reinforcement Learning from Human Feedback (RLHF) and Amazon Augmented AI (A2I). However, the company needs to understand the primary differences between these two approaches, as it will help the company choose the right approach to enhance the chatbot's accuracy and reliability.
What would you recommend to the company?
-
A
RLHF is a technique used to train AI models using human feedback to refine their behavior, whereas A2I is an AWS service that provides a human review of machine learning predictions to improve model accuracy and reliability
-
B
RLHF requires no human involvement during the training process, while A2I automates the entire machine learning workflow without human review
-
C
RLHF focuses on automatically generating data labels for training datasets, while A2I is used for unsupervised learning tasks
-
D
RLHF is used exclusively for natural language processing tasks, whereas A2I is used for image recognition and analysis tasks
Reveal correct answer
Correct answer: A
Explanation
Correct option:
RLHF is a technique used to train AI models using human feedback to refine their behavior, whereas A2I is an AWS service that provides a human review of machine learning predictions to improve model accuracy and reliability
Reinforcement learning from human feedback (RLHF) is a machine learning (ML) technique that uses human feedback to optimize ML models to self-learn more efficiently. Reinforcement learning (RL) techniques train software to make decisions that maximize rewards, making their outcomes more accurate. RLHF incorporates human feedback in the rewards function, so the ML model can perform tasks more aligned with human goals, wants, and needs. RLHF is used throughout generative artificial intelligence (generative AI) applications, including in large language models (LLM).

Amazon Augmented AI (Amazon A2I) allows you to conduct a human review of machine learning (ML) systems to guarantee precision. You can implement human reviews and audits of ML predictions based on your specific requirements, including multiple reviewers.

Incorrect options:
RLHF focuses on automatically generating data labels for training datasets, while A2I is used for unsupervised learning tasks - RLHF is not primarily focused on data labeling, and A2I is not limited to unsupervised learning tasks.
RLHF is used exclusively for natural language processing tasks, whereas A2I is used for image recognition and analysis tasks - RLHF can be applied to various AI tasks, including natural language processing, but it is not exclusive to NLP. A2I can be used for a range of tasks, including image recognition and more.
RLHF requires no human involvement during the training process, while A2I automates the entire machine learning workflow without human review - RLHF involves human feedback during the training process, and A2I specifically incorporates human review to improve machine learning predictions.
References:
https://aws.amazon.com/what-is/reinforcement-learning-from-human-feedback/
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
