Experiment - Sentiment with context (sarcasm, negation)
Problem:We want to classify the sentiment of text messages, including tricky cases like sarcasm and negation. The current model predicts sentiment but often gets sarcastic or negated sentences wrong.
Current Metrics:Training accuracy: 92%, Validation accuracy: 70%, Validation loss: 0.85
Issue:The model overfits the training data and performs poorly on validation, especially on sarcastic and negated sentences.