Experiment - Dependency parsing
Problem:We want to build a model that can analyze sentences and find the grammatical relationships between words, called dependency parsing. The current model is trained on a small dataset and achieves 95% accuracy on training data but only 70% accuracy on validation data.
Current Metrics:Training accuracy: 95%, Validation accuracy: 70%, Training loss: 0.15, Validation loss: 0.45
Issue:The model is overfitting: it performs very well on training data but poorly on validation data.