PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #115
You work for a gaming company that has millions of customers around the world. All games offer a chat feature that allows players to communicate with each other in real time. Messages can be typed…
The correct answer is B. Train a classifier using the chat messages in their original language. Since the performance of the model varies significantly across different languages, it suggests that the translation process might have introduced some noise in the chat messages, making it difficult for the model to generalize across languages. One way to address this issue is…
Question
Options
- AAdd a regularization term such as the Min-Diff algorithm to the loss function.
- BTrain a classifier using the chat messages in their original language.
- CReplace the in-house word2vec with GPT-3 or T5.
- DRemove moderation for languages for which the false positive rate is too high.
How the community answered
(36 responses)- A14% (5)
- B78% (28)
- C3% (1)
- D6% (2)
Explanation
Since the performance of the model varies significantly across different languages, it suggests that the translation process might have introduced some noise in the chat messages, making it difficult for the model to generalize across languages. One way to address this issue is to train a classifier using the chat messages in their original language.
Topics
Community Discussion
No community discussion yet for this question.