Update eval.yaml

#3
by SaylorTwift HF Staff - opened
Files changed (1) hide show
  1. eval.yaml +16 -1
eval.yaml CHANGED
@@ -15,10 +15,25 @@ tasks:
15
  field_spec:
16
  input: question
17
  target: "eva4b_label_letter"
18
- choices: ["direct", "intermediate", "fully_evasive"]
 
19
 
20
  solvers:
 
 
 
 
 
 
21
  - name: multiple_choice
 
 
 
 
 
 
22
 
 
23
  scorers:
24
  - name: choice
 
 
15
  field_spec:
16
  input: question
17
  target: "eva4b_label_letter"
18
+ choices: "choices"
19
+ metadata: ["answer"]
20
 
21
  solvers:
22
+ - name: prompt_template
23
+ args:
24
+ template: |
25
+ Question: {prompt}
26
+
27
+ Answer: {answer}
28
  - name: multiple_choice
29
+ args:
30
+ template: |
31
+ You are a financial analyst. Your task is to Detect Evasive Answers in Financial Q&A.
32
+ The entire content of your response should be of the following format: 'ANSWER: $LETTER' (without quotes) where LETTER is one of {letters}.
33
+
34
+ {question}
35
 
36
+ {choices}
37
  scorers:
38
  - name: choice
39
+