flan_boolq.yaml 1.46 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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}}"