Experiment - Part-of-speech tagging
Problem:Build a model to assign part-of-speech tags to words in sentences. The current model uses a simple neural network but shows signs of overfitting.
Current Metrics:Training accuracy: 98%, Validation accuracy: 75%
Issue:The model overfits the training data, resulting in poor generalization on validation data.