GENERATIVE-AI-ENGINEER-ASSOCIATE · Question #32
GENERATIVE-AI-ENGINEER-ASSOCIATE Question #32: Real Exam Question with Answer & Explanation
The correct answer is C: You will receive customer emails and need to extract date, sender email, and order ID. Return the. This prompt is the most effective because it provides a clear and specific example of the desired JSON output, which will guide the LLM to extract the relevant information (date, sender email, and order ID) and format it precisely in JSON. The explicit example ensures the model u
Question
A Generative AI Engineer would like an LLM to parse and extract the following information: date, sender email, and order ID. The output should be formatted into JSON. Here's an email sample: They need a prompt that will extract and output the required information in JSON with the highest level of output accuracy. Which prompt will do that?
Options
- AYou will receive customer emails and need to extract date, sender email, and order ID. Return the
- BYou will receive customer emails and need to extract date, sender email, and order ID. Return the
- CYou will receive customer emails and need to extract date, sender email, and order ID. Return the
- DYou will receive customer emails and need to extract date, sender email, and order ID. You
Explanation
This prompt is the most effective because it provides a clear and specific example of the desired JSON output, which will guide the LLM to extract the relevant information (date, sender email, and order ID) and format it precisely in JSON. The explicit example ensures the model understands both the extraction task and the required format.
Topics
Community Discussion
No community discussion yet for this question.