Each visitor comment should become one of {praise, complaint, question}. Which encoder job is that?
Select an answer to reveal the explanation.
Short Explanation
One comment, one bucket: praise, complaint, or question. That is sequence-level classification, a single label for the whole input. NER tags tokens, a decoder writes a reply, and a comment is not a camera frame.
Full Explanation
Sequence-level classification assigns one label to the whole input. NER labels tokens, and a decoder that writes a reply is a different job. A comment is not an image table.