
Explanation:
The AI practitioner is using Chain-of-Thought (CoT) prompting. This technique involves structuring prompts to encourage large language models (LLMs) to break down complex problems into intermediate reasoning steps before arriving at a final answer. In this scenario, the practitioner explicitly asks the model to "show its work by explaining its reasoning step by step" when solving numerical reasoning challenges. This aligns perfectly with CoT prompting, which enhances the model's ability to handle multi-step problems by mimicking human-like reasoning processes.
Why Chain-of-Thought Prompting is Correct:
Why Other Options Are Incorrect:
Thus, based on AWS AI best practices and the definition of prompt engineering techniques, Chain-of-Thought prompting is the optimal choice.
Ultimate access to all questions.
An AI practitioner is using Amazon Bedrock to host an Amazon Titan model for solving numerical reasoning challenges. They append the phrase “Ask the model to show its work by explaining its reasoning step by step” to the end of their prompt.
Which prompt engineering technique is being applied?
A
Chain-of-thought prompting
B
Prompt injection
C
Few-shot prompting
D
Prompt templating
No comments yet.