A rec-center desk's chemical, hours, and class-signup labels disagree on the same sentence, and named-entity spans for locker numbers sometimes include the next word. What data work comes first?
Select an answer to reveal the explanation.
Short Explanation
Chemical, hours, and class-signup labels disagree on the same sentence, and locker-number spans eat the next word. Inspect label agreement and span hygiene in the corpus before a transformer is applied. An API call, a scored bake-off, and a guess-the-number kernel come later.
Full Explanation
For classification, NER, author attribution, and QA, Domain 4 owns corpus and label quality. Disagreeing labels and sloppy locker-number spans are that defect. The app call and the scored comparison come later. Fix agreement and span hygiene before a transformer is applied.