Question 1
Why might accuracy be a misleading metric for evaluating POS tagging systems in cases of class imbalance?
Because accuracy does not account for the number of true negatives.
Because accuracy gives equal weight to all classes, even if some tags are much rarer than others.
Because accuracy only measures the precision of the system, ignoring recall.
Because accuracy is not affected by the number of false positives and false negatives.