File size: 1,995 Bytes
41f4502
 
4b0587b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41f4502
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4b0587b
 
 
 
 
 
41f4502
 
 
 
 
 
 
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
dataset_info:
- config_name: answerable
  features:
  - name: id
    dtype: string
  - name: paragraphs
    list:
    - name: idx
      dtype: int64
    - name: is_supporting
      dtype: bool
    - name: paragraph_text
      dtype: string
    - name: title
      dtype: string
  - name: question
    dtype: string
  - name: question_decomposition
    list:
    - name: answer
      dtype: string
    - name: id
      dtype: int64
    - name: paragraph_support_idx
      dtype: int64
    - name: question
      dtype: string
  - name: answer
    dtype: string
  - name: answer_aliases
    sequence: string
  - name: answerable
    dtype: bool
  - name: n_hops
    dtype: int64
  splits:
  - name: train
    num_bytes: 3328586
    num_examples: 300
  - name: validation
    num_bytes: 3411422
    num_examples: 300
  download_size: 3715774
  dataset_size: 6740008
- config_name: default
  features:
  - name: id
    dtype: string
  - name: paragraphs
    list:
    - name: idx
      dtype: int64
    - name: is_supporting
      dtype: bool
    - name: paragraph_text
      dtype: string
    - name: title
      dtype: string
  - name: question
    dtype: string
  - name: question_decomposition
    list:
    - name: answer
      dtype: string
    - name: id
      dtype: int64
    - name: paragraph_support_idx
      dtype: int64
    - name: question
      dtype: string
  - name: answer
    dtype: string
  - name: answer_aliases
    sequence: string
  - name: answerable
    dtype: bool
  - name: n_hops
    dtype: int64
  splits:
  - name: train
    num_bytes: 3324355
    num_examples: 300
  - name: validation
    num_bytes: 3309434
    num_examples: 300
  download_size: 3696778
  dataset_size: 6633789
configs:
- config_name: answerable
  data_files:
  - split: train
    path: answerable/train-*
  - split: validation
    path: answerable/validation-*
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---