date_understanding.yaml 1019 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
dataset_name: date_understanding
description: 'Infer the date from context.


  '
doc_to_text: 'Q: {{input}}

  A:'
fewshot_config:
  sampler: first_n
  samples:
  - input: 'Today is Christmas Eve of 1937. What is the date 10 days ago in MM/DD/YYYY?

      Options:

      (A) 12/14/2026

      (B) 12/14/1950

      (C) 12/14/2007

      (D) 12/14/1937

      (E) 07/14/1938

      (F) 12/14/1988'
    target: (D)
  - input: 'Tomorrow is 11/12/2019. What is the date one year ago from today in MM/DD/YYYY?

      Options:

      (A) 09/04/2018

      (B) 11/11/2018

      (C) 08/25/2018

      (D) 11/02/2018

      (E) 11/04/2018'
    target: (B)
  - input: 'Jane and John married on Jan 2, 1958. It is their 5-year anniversary today.
      What is the date tomorrow in MM/DD/YYYY?

      Options:

      (A) 01/11/1961

      (B) 01/03/1963

      (C) 01/18/1961

      (D) 10/14/1960

      (E) 01/03/1982

      (F) 12/03/1960'
    target: (B)
include: _fewshot_template_yaml
task: bbh_fewshot_date_understanding