179 questions
No questions match those filters.
Your toxicity classifier was trained on Wikipedia talk-page comments. How does that affect its performance on Reddit or Twitter-style text?
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansDomain shift is the central challenge when moving from Wikipedia talk pages to social media. Because Wikipedia text is generally more formal and less abbreviated than social media, the classifier’s precision will likely degrade on informal, code-switched posts. To address this, perform targeted data collection by labeling 10K documents from the new domain. Use these labels to recalibrate the decision threshold or fine-tune the output layer, as the underlying embedding layer typically generalizes well even when the classification boundary needs adjustment.