Open m-krastev opened 1 week ago
can't we just fit a prompt with dspy instead of trying to hard-code new ones?
Issue is, it might not be very compute-efficient. We can try to generate one prompt per dataset. I need to say that I am thinking along the lines of using a 70B+ model for generation. If we only use <=8B models, this concern is not as real at all.
Adaptive Prompt Template
Issues:
prompts
are relatively hard-coded for all datasets.webqsp
, the template could be "What is the answer to the question: {question}?".