Views
No views yet
1prompts = [
2 "Given the following background and situation, answer the question: ",
3 "Based on the background information and the current situation, what is the answer to the question? ",
4 "Considering the background and the described situation, provide an answer to this question: ",
5 ]input_text = f"{prompt}Background: {background} Situation: {situation} Question: {question} Answer: {answer_text}."