pminervini commited on
Commit
53f6f17
1 Parent(s): c9f0103
Files changed (1) hide show
  1. src/backend/tasks/popqa/popqa.yaml +1 -1
src/backend/tasks/popqa/popqa.yaml CHANGED
@@ -4,7 +4,7 @@ output_type: generate_until
4
  test_split: test
5
  description: "Answer these questions:\n\n"
6
  doc_to_text: "Q: {{question}}?\nA:"
7
- doc_to_target: "{{answer}}" # TODO: should be multi-target
8
  fewshot_delimiter: "\n"
9
  generation_kwargs:
10
  until:
 
4
  test_split: test
5
  description: "Answer these questions:\n\n"
6
  doc_to_text: "Q: {{question}}?\nA:"
7
+ doc_to_target: "{{possible_answers}}" # TODO: should be multi-target
8
  fewshot_delimiter: "\n"
9
  generation_kwargs:
10
  until: