flan_boolq.yaml 1.55 KB
Newer Older
1
2
3
# Flan Prompt Templates
prompts:
  "template-0":
lintangsutawika's avatar
lintangsutawika committed
4
    doc_to_text: "{{text}}\n\nCan we conclude that {{question}}?\n\nOPTIONS:\n- no\n- yes"
5
6
    doc_to_target: "{{answer}}"
  "template-1":
lintangsutawika's avatar
lintangsutawika committed
7
    doc_to_text: "{{text}}\n\nIs it true that {{question}}?\n\nOPTIONS:\n- no\n- yes"
8
9
    doc_to_target: "{{answer}}"
  "template-2":
lintangsutawika's avatar
lintangsutawika committed
10
    doc_to_text: "{{text}}\n\n{{question}}?\n\nOPTIONS:\n- no\n- yes"
11
12
    doc_to_target: "{{answer}}"
  "template-3":
lintangsutawika's avatar
lintangsutawika committed
13
    doc_to_text: "Text: {{text}}\n\nQuestion: {{question}}?\n\nOPTIONS:\n- no\n- yes"
14
15
    doc_to_target: "{{answer}}"
  "template-4":
lintangsutawika's avatar
lintangsutawika committed
16
    doc_to_text: "{{text}}\n\nWhat's the best answer to this question: {{question}}?\n\nOPTIONS:\n- no\n- yes"
17
18
    doc_to_target: "{{answer}}"
  "template-5":
lintangsutawika's avatar
lintangsutawika committed
19
    doc_to_text: "{{text}}\nBased on the above text what's the best answer to this question: {{question}}?\n\nOPTIONS:\n- no\n- yes"
20
21
    doc_to_target: "{{answer}}"
  "template-6":
lintangsutawika's avatar
lintangsutawika committed
22
    doc_to_text: "{{text}}\nAnswer this question making sure that the answer is supposed by the text: {{question}}?\n\nOPTIONS:\n- no\n- yes"
23
24
    doc_to_target: "{{answer}}"
  "template-7":
lintangsutawika's avatar
lintangsutawika committed
25
    doc_to_text: "{{text}}\n\nIs the following statement correct based on the text\n\n{{question}}\n\nOPTIONS:\n- no\n- yes"
26
27
    doc_to_target: "{{answer}}"
  "template-8":
lintangsutawika's avatar
lintangsutawika committed
28
    doc_to_text: "{{title}}\n\n{{text}}\n\nIs this statement correct \"{{question}}\"?\n\nOPTIONS:\n- no\n- yes"
29
30
    doc_to_target: "{{answer}}"
  "template-9":
lintangsutawika's avatar
lintangsutawika committed
31
    doc_to_text: "Is it true that {{question}} based on the following text?\n\n{{text}}\n\nOPTIONS:\n- no\n- yes"
32
    doc_to_target: "{{answer}}"