Experiment - Few-shot learning with prompts
Problem:We want to teach a language model to classify movie reviews as positive or negative using very few examples (few-shot learning) by providing prompts. The current model is trained with 2 examples per class but shows low accuracy on new reviews.
Current Metrics:Training accuracy: 95%, Validation accuracy: 60%
Issue:The model overfits the few examples and does not generalize well to new data, resulting in low validation accuracy.