@@ -330,3 +317,20 @@ class QuestionAnswering(Task):
...
@@ -330,3 +317,20 @@ class QuestionAnswering(Task):
defbase_prompt(self):
defbase_prompt(self):
# TODO find good prompt
# TODO find good prompt
return"""In this task, you are given a context and a question. The task is to answer the question given the context. Return only the answer without any other text. Make sure that the answer is taken directly from the context."""
return"""In this task, you are given a context and a question. The task is to answer the question given the context. Return only the answer without any other text. Make sure that the answer is taken directly from the context."""