MLS-C01 · Question #211
A retail company collects customer comments about its products from social media, the company website, and customer call logs. A team of data scientists and engineers wants to find common topics and…
The correct answer is B. Custom classification with multi-label mode. In multi-label mode, individual classes represent different categories, but these categories are not mutually exclusive while individual classes are mutually exclusive in multi-class mode. https://docs.aws.amazon.com/comprehend/latest/dg/prep-classifier-data-multi-label.html
Question
A retail company collects customer comments about its products from social media, the company website, and customer call logs. A team of data scientists and engineers wants to find common topics and determine which products the customers are referring to in their comments. The team is using natural language processing (NLP) to build a model to help with this classification. Each product can be classified into multiple categories that the company defines. These categories are related but are not mutually exclusive. For example, if there is mention of "Sample Yogurt" in the document of customer comments, then "Sample Yogurt" should be classified as "yogurt," "snack," and "dairy product." The team is using Amazon Comprehend to train the model and must complete the project as soon as possible. Which functionality of Amazon Comprehend should the team use to meet these requirements?
Options
- ACustom classification with multi-class mode
- BCustom classification with multi-label mode
- CCustom entity recognition
- DBuilt-in models
How the community answered
(19 responses)- B84% (16)
- C11% (2)
- D5% (1)
Explanation
In multi-label mode, individual classes represent different categories, but these categories are not mutually exclusive while individual classes are mutually exclusive in multi-class mode. https://docs.aws.amazon.com/comprehend/latest/dg/prep-classifier-data-multi-label.html
Topics
Community Discussion
No community discussion yet for this question.