AI-900 Question 271
Single answerA retail company wants to use the Azure OpenAI Service to automatically generate detailed product descriptions for its e-commerce website. Which capability of natural language generation (NLG) in Azure OpenAI Service makes this possible?
- A
The ability to generate human-like text based on input prompts
- B
The ability to summarize large datasets into concise insights
- C
The ability to classify text into predefined categories
- D
The ability to perform sentiment analysis on customer reviews
Show answer and explanation
Correct answer: A
Explanation
Azure OpenAI Service excels in natural language generation through pre-trained models such as GPT. This capability allows it to create human-like text outputs from a given prompt, making it ideal for tasks like generating product descriptions for an e-commerce website. Other features like summarization, classification, and sentiment analysis serve different purposes in text processing.
- A. Correct.
Correct. Azure OpenAI Service uses pre-trained models like GPT to generate human-like text based on a given input prompt, making it suitable for tasks like creating product descriptions.
- B. Incorrect.
Incorrect. Summarizing large datasets into concise insights is a feature of text summarization, which is separate from generating detailed, creative content like product descriptions.
- C. Incorrect.
Incorrect. Text classification involves categorizing text into predefined labels and is unrelated to generating human-like text for product descriptions.
- D. Incorrect.
Incorrect. Sentiment analysis is used to determine the emotional tone of text, not to generate descriptive or creative content.