File size: 2,436 Bytes
50eed79
 
a77b0f4
50eed79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a77b0f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4ee3109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50eed79
 
 
 
 
a77b0f4
 
 
 
4ee3109
 
 
 
50eed79
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
---
dataset_info:
- config_name: click
  features:
  - name: query
    dtype: string
  - name: question
    dtype: string
  - name: option_1
    dtype: string
  - name: option_2
    dtype: string
  - name: option_3
    dtype: string
  - name: option_4
    dtype: string
  - name: option_5
    dtype: string
  - name: impression_level
    dtype: string
  - name: engagement_level
    dtype: int64
  - name: option_cctr_1
    dtype: float64
  - name: option_cctr_2
    dtype: float64
  - name: option_cctr_3
    dtype: float64
  - name: option_cctr_4
    dtype: float64
  - name: option_cctr_5
    dtype: float64
  splits:
  - name: train
    num_bytes: 76846331
    num_examples: 414362
  download_size: 24512556
  dataset_size: 76846331
- config_name: clickexplore
  features:
  - name: query
    dtype: string
  - name: question
    dtype: string
  - name: option_1
    dtype: string
  - name: option_2
    dtype: string
  - name: option_3
    dtype: string
  - name: option_4
    dtype: string
  - name: option_5
    dtype: string
  - name: impression_level
    dtype: string
  - name: engagement_level
    dtype: int64
  - name: option_cctr_1
    dtype: float64
  - name: option_cctr_2
    dtype: float64
  - name: option_cctr_3
    dtype: float64
  - name: option_cctr_4
    dtype: float64
  - name: option_cctr_5
    dtype: float64
  splits:
  - name: train
    num_bytes: 31293565
    num_examples: 168921
  download_size: 8456339
  dataset_size: 31293565
- config_name: manual
  features:
  - name: query
    dtype: string
  - name: question
    dtype: string
  - name: option_1
    dtype: string
  - name: option_2
    dtype: string
  - name: option_3
    dtype: string
  - name: option_4
    dtype: string
  - name: option_5
    dtype: string
  - name: question_label
    dtype: float64
  - name: options_overall_label
    dtype: int64
  - name: option_label_1
    dtype: int64
  - name: option_label_2
    dtype: int64
  - name: option_label_3
    dtype: float64
  - name: option_label_4
    dtype: float64
  - name: option_label_5
    dtype: float64
  splits:
  - name: train
    num_bytes: 500932
    num_examples: 2832
  download_size: 175376
  dataset_size: 500932
configs:
- config_name: click
  data_files:
  - split: train
    path: click/train-*
- config_name: clickexplore
  data_files:
  - split: train
    path: clickexplore/train-*
- config_name: manual
  data_files:
  - split: train
    path: manual/train-*
---