Experiment - Entity types (PERSON, ORG, LOC, DATE)
Problem:You want to build a model that can recognize named entities in text, specifically people (PERSON), organizations (ORG), locations (LOC), and dates (DATE). The current model identifies entities but often confuses entity types or misses some entities.
Current Metrics:Training accuracy: 92%, Validation accuracy: 75%, Validation F1-score: 0.70
Issue:The model is overfitting: training accuracy is high but validation accuracy and F1-score are much lower, indicating poor generalization.