web_of_lies.yaml 933 Bytes
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
dataset_name: web_of_lies
description: 'Evaluate a random boolean function expressed as a word problem.


  '
doc_to_text: 'Q: {{input}}

  A:'
fewshot_config:
  sampler: first_n
  samples:
  - input: 'Question: Fidel tells the truth. Jerry says Fidel tells the truth. Vina
      says Jerry tells the truth. Millicent says Vina lies. Raymond says Millicent
      lies. Does Raymond tell the truth?'
    target: 'Yes'
  - input: 'Question: Kristian lies. Millie says Kristian lies. Maybelle says Millie
      tells the truth. Fidel says Maybelle lies. Leda says Fidel lies. Does Leda tell
      the truth?'
    target: 'Yes'
  - input: 'Question: Kristian tells the truth. Michaela says Kristian lies. Raymond
      says Michaela tells the truth. Osvaldo says Raymond tells the truth. Jamey says
      Osvaldo tells the truth. Does Jamey tell the truth?'
    target: 'No'
include: _fewshot_template_yaml
task: bbh_fewshot_web_of_lies