sports_understanding.yaml 665 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
dataset_name: sports_understanding
description: 'Determine whether an artificially constructed sentence relating to sports
  is plausible or not.


  '
doc_to_text: 'Q: {{input}}

  A:'
fewshot_config:
  sampler: first_n
  samples:
  - input: Is the following sentence plausible? "Bam Adebayo scored a reverse layup
      in the Western Conference Finals."
    target: 'yes'
  - input: Is the following sentence plausible? "Santi Cazorla scored a touchdown."
    target: 'no'
  - input: Is the following sentence plausible? "DeMar DeRozan was called for the
      goal tend."
    target: 'yes'
include: _fewshot_template_yaml
task: bbh_fewshot_sports_understanding