File size: 2,271 Bytes
1db676b
 
04099b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1db676b
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
104
105
---
license: cc-by-sa-4.0
dataset_info:
  features:
  - name: id
    dtype: string
  - name: turns
    list:
    - name: id
      dtype: int64
    - name: ques_type_id
      dtype: int64
    - name: question-type
      dtype: string
    - name: description
      dtype: string
    - name: entities_in_utterance
      list: string
    - name: relations
      list: string
    - name: type_list
      list: string
    - name: speaker
      dtype: string
    - name: utterance
      dtype: string
    - name: all_entities
      list: string
    - name: active_set
      list: string
    - name: sec_ques_sub_type
      dtype: int64
    - name: sec_ques_type
      dtype: int64
    - name: set_op_choice
      dtype: int64
    - name: is_inc
      dtype: int64
    - name: count_ques_sub_type
      dtype: int64
    - name: count_ques_type
      dtype: int64
    - name: is_incomplete
      dtype: int64
    - name: inc_ques_type
      dtype: int64
    - name: set_op
      dtype: int64
    - name: bool_ques_type
      dtype: int64
    - name: entities
      list: string
    - name: clarification_step
      dtype: int64
    - name: gold_actions
      list:
        list: string
    - name: is_spurious
      dtype: bool
    - name: masked_verbalized_answer
      dtype: string
    - name: parsed_active_set
      list: string
    - name: sparql_query
      dtype: string
    - name: verbalized_all_entities
      list: string
    - name: verbalized_answer
      dtype: string
    - name: verbalized_entities_in_utterance
      list: string
    - name: verbalized_gold_actions
      list:
        list: string
    - name: verbalized_parsed_active_set
      list: string
    - name: verbalized_sparql_query
      dtype: string
    - name: verbalized_triple
      dtype: string
    - name: verbalized_type_list
      list: string
  splits:
  - name: train
    num_bytes: 6815016095
    num_examples: 152391
  - name: test
    num_bytes: 1007873839
    num_examples: 27797
  - name: validation
    num_bytes: 692344634
    num_examples: 16813
  download_size: 2406342185
  dataset_size: 8515234568
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---