Datasets:
Tasks:
Question Answering
Sub-tasks:
open-domain-qa
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -23,6 +23,79 @@ pretty_name: Cryptonite
|
|
23 |
configs:
|
24 |
- cryptonite
|
25 |
- default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# Dataset Card for Cryptonite
|
@@ -169,4 +242,4 @@ Avia Efrat, Uri Shaham, Dan Kilman, Omer Levy
|
|
169 |
|
170 |
### Contributions
|
171 |
|
172 |
-
Thanks to [@theo-m](https://github.com/theo-m) for adding this dataset.
|
|
|
23 |
configs:
|
24 |
- cryptonite
|
25 |
- default
|
26 |
+
dataset_info:
|
27 |
+
- config_name: default
|
28 |
+
features:
|
29 |
+
- name: agent_info
|
30 |
+
sequence:
|
31 |
+
- name: Bottomline
|
32 |
+
dtype: string
|
33 |
+
- name: Role
|
34 |
+
dtype: string
|
35 |
+
- name: Target
|
36 |
+
dtype: float32
|
37 |
+
- name: agent_turn
|
38 |
+
sequence: int32
|
39 |
+
- name: dialogue_acts
|
40 |
+
sequence:
|
41 |
+
- name: intent
|
42 |
+
dtype: string
|
43 |
+
- name: price
|
44 |
+
dtype: float32
|
45 |
+
- name: utterance
|
46 |
+
sequence: string
|
47 |
+
- name: items
|
48 |
+
sequence:
|
49 |
+
- name: Category
|
50 |
+
dtype: string
|
51 |
+
- name: Images
|
52 |
+
dtype: string
|
53 |
+
- name: Price
|
54 |
+
dtype: float32
|
55 |
+
- name: Description
|
56 |
+
dtype: string
|
57 |
+
- name: Title
|
58 |
+
dtype: string
|
59 |
+
splits:
|
60 |
+
- name: test
|
61 |
+
num_bytes: 1353933
|
62 |
+
num_examples: 838
|
63 |
+
- name: train
|
64 |
+
num_bytes: 8538836
|
65 |
+
num_examples: 5247
|
66 |
+
- name: validation
|
67 |
+
num_bytes: 966032
|
68 |
+
num_examples: 597
|
69 |
+
download_size: 25373618
|
70 |
+
dataset_size: 10858801
|
71 |
+
- config_name: cryptonite
|
72 |
+
features:
|
73 |
+
- name: clue
|
74 |
+
dtype: string
|
75 |
+
- name: answer
|
76 |
+
dtype: string
|
77 |
+
- name: enumeration
|
78 |
+
dtype: string
|
79 |
+
- name: publisher
|
80 |
+
dtype: string
|
81 |
+
- name: date
|
82 |
+
dtype: int64
|
83 |
+
- name: quick
|
84 |
+
dtype: bool
|
85 |
+
- name: id
|
86 |
+
dtype: string
|
87 |
+
splits:
|
88 |
+
- name: test
|
89 |
+
num_bytes: 2908275
|
90 |
+
num_examples: 26157
|
91 |
+
- name: train
|
92 |
+
num_bytes: 52228597
|
93 |
+
num_examples: 470804
|
94 |
+
- name: validation
|
95 |
+
num_bytes: 2901768
|
96 |
+
num_examples: 26156
|
97 |
+
download_size: 21615952
|
98 |
+
dataset_size: 58038640
|
99 |
---
|
100 |
|
101 |
# Dataset Card for Cryptonite
|
|
|
242 |
|
243 |
### Contributions
|
244 |
|
245 |
+
Thanks to [@theo-m](https://github.com/theo-m) for adding this dataset.
|