Experiment - Named entity recognition
Problem:We want to teach a computer to find names of people, places, and organizations in sentences. Our current model learns well on training data but does not do well on new sentences.
Current Metrics:Training accuracy: 95%, Validation accuracy: 70%
Issue:The model is overfitting: it performs very well on training data but poorly on validation data.
