disambiguation_qa.yaml 1.33 KB
Newer Older
1
dataset_name: disambiguation_qa
2
description: 'Clarify the meaning of sentences with ambiguous pronouns.'
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
43
44
45
46
47
48
doc_to_choice: ["(A)", "(B)", "(C)"]
fewshot_config:
  sampler: first_n
  samples:
  - input: 'In the following sentences, explain the antecedent of the pronoun (which
      thing the pronoun refers to), or state that it is ambiguous.

      Sentence: The chief told the counselor that they took the day off.

      Options:

      (A) The chief took the day off

      (B) The counselor took the day off

      (C) Ambiguous'
    target: (A)
  - input: 'In the following sentences, explain the antecedent of the pronoun (which
      thing the pronoun refers to), or state that it is ambiguous.

      Sentence: The manager sent a message to the secretary, but he didn''t reply
      yet.

      Options:

      (A) The secretary didn''t reply yet

      (B) The manager didn''t reply yet

      (C) Ambiguous'
    target: (A)
  - input: 'In the following sentences, explain the antecedent of the pronoun (which
      thing the pronoun refers to), or state that it is ambiguous.

      Sentence: Bailey will plan to meet the director at his office

      Options:

      (A) It will be Bailey''s office

      (B) It will be the director''s office

      (C) Ambiguous'
    target: (C)
include: _fewshot_template_yaml
task: leaderboard_bbh_disambiguation_qa