In domain-specific sentiment analysis, Precision and Recall are key. We want to correctly identify positive or negative feelings related to a specific topic or field.
Precision tells us how many of the predicted sentiments are actually correct. This matters because we don't want to label neutral or unrelated comments as positive or negative by mistake.
Recall tells us how many of the true sentiments we found. This is important to catch all relevant opinions, especially if missing some could lead to wrong conclusions.
F1 score balances Precision and Recall, giving a single number to check overall quality.