-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsurfacer.yaml
More file actions
42 lines (35 loc) · 1.17 KB
/
Copy pathsurfacer.yaml
File metadata and controls
42 lines (35 loc) · 1.17 KB
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
33
34
35
36
37
38
39
40
41
42
prefix: ''
surfacer_separator: '
'
prefix_surfacer:
prefix: 'Instructions:
'
text: 'You will be provided with statements relating to a multiple-choice question. The contents of the statements may disagree with your prior knowledge of the world. That is ok. Your task is to provide the most appropriate answer to the multiple-choice question based on the reasoning presented in the statements. Provide your answer in JSON format using the following schema: {"answer": <label>} where <label> is exactly one of: "A", "B", "C", "D", or "E". Do not output anything else.'
template_sequence_surfacer:
prefix: 'Statements:
'
template_separator: '
'
template_surfacer:
prefix: '- '
term_surfacer:
prefix: '['
suffix: ']'
sequencer:
chosen_answer_position: -1
shuffle_tree_order: true
shuffle_within_tree_template_order: true
shuffle_between_tree_template_order: true
remove_duplicate_templates: true
qa_data_surfacer:
prefix: 'Question:
'
question_answer_separator: '
'
answer_choice_separator: ' '
answer_choice_formatter: '{}: {}'
omit_question: false
suffix_surfacer:
prefix: 'Answer:
'
text: ''