Our summary
An article can be about several subjects, so choosing one category may hide useful information. This recipe asks Jev a separate yes-or-no question for every possible tag. It checks whether each topic is a main theme rather than just a passing mention.
The program sends those questions together and receives a probability for each tag. It keeps tags above a chosen cutoff, with at least one tag retained. The author compares several cutoffs against labelled examples to show how stricter settings change the mistakes.
A higher cutoff can remove incorrect tags while also missing genuine topics. Some disagreements reflect subjective labels rather than a clear mistake. The recipe's comparison that knows the correct number of tags in advance is only an upper bound, not a usable everyday setting.
Key takeaways
- Define what makes a topic central rather than incidental.
- Check both wrong tags and relevant tags the program missed.
- Do not mistake a comparison with advance knowledge for a practical setting.