So far, we have seen problems in which we need to classify text into one of the classes or labels. There are text classification problems in which we might need to attach multiple categories to the same document. For example, in the Yelp reviews dataset, the reviewer might be talking about different aspects of a restaurant such as the food, ambiance, quality of service, and so on. In this case, we need to identify what categories the review belongs to so that we can understand the overall review. We will now look at some of the existing approaches to this problem.
Multi-label classification
Binary relevance
Multi-label classification for identifying L labels of a document can be transformed to an L binary classification problem...