hyperbaton.yaml 761 Bytes
Newer Older
1
dataset_name: hyperbaton
2
description: 'Order adjectives correctly in English sentences.'
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
doc_to_choice: ["(A)", "(B)"]
fewshot_config:
  sampler: first_n
  samples:
  - input: 'Which sentence has the correct adjective order:

      Options:

      (A) rubber terrible ship

      (B) terrible rubber ship'
    target: (B)
  - input: 'Which sentence has the correct adjective order:

      Options:

      (A) repulsive small Brazilian exercise ship

      (B) Brazilian repulsive exercise small ship'
    target: (A)
  - input: 'Which sentence has the correct adjective order:

      Options:

      (A) blue gold wonderful square shoe

      (B) wonderful square blue gold shoe'
    target: (B)
include: _fewshot_template_yaml
task: leaderboard_bbh_hyperbaton