Experiment - Extractive summarization
Problem:You want to build a model that picks important sentences from a text to create a short summary. The current model selects sentences but tends to pick too many, making summaries too long and less useful.
Current Metrics:Training accuracy: 95%, Validation accuracy: 70%, Average summary length: 8 sentences
Issue:The model overfits by memorizing training data and selects too many sentences, causing low validation accuracy and long summaries.
