Databricks Certified Generative AI Engineer Associate — Question 28
A Generative AI Engineer is building an LLM to generate article summaries in the form of a type of poem, such as a haiku, given the article content. However, the initial output from the LLM does not match the desired tone or style.
Which approach will NOT improve the LLM’s response to achieve the desired response?
Answer options
- A. Provide the LLM with a prompt that explicitly instructs it to generate text in the desired tone and style
- B. Use a neutralizer to normalize the tone and style of the underlying documents
- C. Include few-shot examples in the prompt to the LLM
- D. Fine-tune the LLM on a dataset of desired tone and style
Correct answer: B
Explanation
Option B is correct because using a neutralizer does not directly address the specific tone and style requirements for generating summaries in a poetic form. The other options, A, C, and D, provide targeted strategies that can effectively guide the LLM in producing outputs that align with the desired tone and style.