Experiment - Few-shot prompting
Problem:You want to improve a language model's ability to answer questions by giving it a few examples (few-shot prompting). Currently, the model answers questions with low accuracy because it has no examples to learn from during the prompt.
Current Metrics:Accuracy on test questions: 50%
Issue:The model underperforms because it lacks context examples in the prompt, leading to poor understanding of the task.