AI-900 Question 274
Single answerA company is using the Azure OpenAI Service to generate product descriptions for their e-commerce platform. They need to ensure the generated descriptions are coherent, contextually relevant, and tailored to their brand tone. Which feature of the Azure OpenAI Service should they leverage to meet this requirement?
- A
Prompt engineering with specific instructions
- B
Integration with Azure Cognitive Search
- C
Fine-tuning a pre-trained model
- D
Using Azure Translator for multilingual support
Show answer and explanation
Correct answer: A
Explanation
Azure OpenAI Service provides natural language generation capabilities that can be guided using prompt engineering. By crafting specific instructions in the input prompt, users can control the tone, style, and content of the generated text. This makes it an ideal approach for creating coherent and branded product descriptions without requiring model fine-tuning or additional integrations.
- A. Correct.
Prompt engineering with specific instructions allows the user to guide the model's outputs by providing a well-crafted prompt that defines the context, tone, and style for generating text. This is the most suitable feature for generating tailored product descriptions.
- B. Incorrect.
Integration with Azure Cognitive Search is used for knowledge retrieval and indexing, but it does not directly influence the generation of contextually relevant or branded text.
- C. Incorrect.
Fine-tuning a pre-trained model is a more advanced approach that involves retraining the model with domain-specific data. While it can be helpful, it is not necessary for generating descriptions if well-crafted prompts can achieve the desired output.
- D. Incorrect.
Using Azure Translator for multilingual support is useful for translating text into different languages, but it does not directly impact the coherence, relevance, or tone of generated text.