File size: 1,789 Bytes
ae50432
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: uuid
    dtype: string
  - name: scenario_name
    dtype: string
  - name: difficulty
    dtype: string
  - name: rules
    dtype: string
  - name: is_realistic
    dtype: bool
  - name: plan
    dtype: string
  - name: metadata
    dtype: string
  - name: q0_1_type
    dtype: string
  - name: q0_1_question
    dtype: string
  - name: q0_1_options
    list: string
  - name: q0_1_metadata_reference
    dtype: string
  - name: q0_1_correct_answers
    list: int64
  - name: q0_1_correct_answer
    dtype: string
  - name: q0_1_is_multiselect
    dtype: bool
  - name: q0_2_type
    dtype: string
  - name: q0_2_question
    dtype: string
  - name: q0_2_options
    list: string
  - name: q0_2_metadata_reference
    dtype: string
  - name: q0_2_correct_answers
    list: int64
  - name: q0_2_correct_answer
    dtype: string
  - name: q0_2_is_multiselect
    dtype: bool
  - name: q1_type
    dtype: string
  - name: q1_question
    dtype: string
  - name: q1_options
    list: string
  - name: q1_metadata_reference
    dtype: string
  - name: q1_correct_answers
    list: int64
  - name: q1_is_multiselect
    dtype: bool
  - name: q2_type
    dtype: string
  - name: q2_question
    dtype: string
  - name: q2_metadata_reference
    dtype: string
  - name: q2_correct_answer
    dtype: string
  - name: q3_type
    dtype: string
  - name: q3_question
    dtype: string
  - name: q3_options
    list: string
  - name: q3_metadata_reference
    dtype: string
  - name: q3_correct_answers
    list: int64
  - name: q3_is_multiselect
    dtype: bool
  - name: video
    dtype: video
  splits:
  - name: test
    num_examples: 528
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---