# Flan Prompt Templates prompts: "template-0": doc_to_text: "{{text}}\n\nCan we conclude that {{question}}?\n\n{{options_}}" doc_to_target: "{{answer}}" "template-1": doc_to_text: "{{text}}\n\nIs it true that {{question}}?\n\n{{options_}}" doc_to_target: "{{answer}}" "template-2": doc_to_text: "{{text}}\n\n{{question}}?\n\n{{options_}}" doc_to_target: "{{answer}}" "template-3": doc_to_text: "Text: {{text}}\n\nQuestion: {{question}}?\n\n{{options_}}" doc_to_target: "{{answer}}" "template-4": doc_to_text: "{{text}}\n\nWhat's the best answer to this question: {{question}}?\n\n{{options_}}" doc_to_target: "{{answer}}" "template-5": doc_to_text: "{{text}}\nBased on the above text what's the best answer to this question: {{question}}?\n\n{{options_}}" doc_to_target: "{{answer}}" "template-6": doc_to_text: "{{text}}\nAnswer this question making sure that the answer is supposed by the text: {{question}}?\n\n{{options_}}" doc_to_target: "{{answer}}" "template-7": doc_to_text: "{{text}}\n\nIs the following statement correct based on the text\n\n{{question}}\n\n{{options_}}" doc_to_target: "{{answer}}" "template-8": doc_to_text: "{{title}}\n\n{{text}}\n\nIs this statement correct \"{{question}}\"?\n\n{{options_}}" doc_to_target: "{{answer}}" "template-9": doc_to_text: "Is it true that {{question}} based on the following text?\n\n{{text}}\n\n{{options_}}" doc_to_target: "{{answer}}"