Add 'dstc3' config data files
Browse files- README.md +100 -0
- dstc3/test-00000-of-00001.parquet +3 -0
- dstc3/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -82,6 +82,100 @@ dataset_info:
|
|
82 |
num_examples: 15851
|
83 |
download_size: 3488959
|
84 |
dataset_size: 12956568
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
- config_name: dyda
|
86 |
features:
|
87 |
- name: Speaker
|
@@ -836,6 +930,12 @@ configs:
|
|
836 |
path: ami/train-*
|
837 |
- split: test
|
838 |
path: ami/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
839 |
- config_name: dyda
|
840 |
data_files:
|
841 |
- split: train
|
|
|
82 |
num_examples: 15851
|
83 |
download_size: 3488959
|
84 |
dataset_size: 12956568
|
85 |
+
- config_name: dstc3
|
86 |
+
features:
|
87 |
+
- name: Speaker
|
88 |
+
dtype: string
|
89 |
+
- name: Utterance
|
90 |
+
dtype: string
|
91 |
+
- name: Dialogue_Act
|
92 |
+
dtype: string
|
93 |
+
- name: Dialogue_Id
|
94 |
+
dtype: string
|
95 |
+
- name: Dialogue_Act_ISO
|
96 |
+
dtype: string
|
97 |
+
- name: Label
|
98 |
+
dtype:
|
99 |
+
class_label:
|
100 |
+
names:
|
101 |
+
'0': negate
|
102 |
+
'1': ack
|
103 |
+
'2': affirm
|
104 |
+
'3': repeat
|
105 |
+
'4': bye
|
106 |
+
'5': canthelp
|
107 |
+
'6': reqalts
|
108 |
+
'7': request
|
109 |
+
'8': thankyou
|
110 |
+
'9': reqmore
|
111 |
+
'10': inform
|
112 |
+
'11': expl-conf
|
113 |
+
'12': OOD
|
114 |
+
'13': welcomemsg
|
115 |
+
'14': hello
|
116 |
+
'15': canthelp.missing_slot_value
|
117 |
+
'16': restart
|
118 |
+
'17': select
|
119 |
+
'18': deny
|
120 |
+
'19': confirm
|
121 |
+
'20': offer
|
122 |
+
- name: Label_ISO
|
123 |
+
dtype:
|
124 |
+
class_label:
|
125 |
+
names:
|
126 |
+
'0': commissive
|
127 |
+
'1': disagreement
|
128 |
+
'2': greeting
|
129 |
+
'3': answer
|
130 |
+
'4': directive
|
131 |
+
'5': goodbye
|
132 |
+
'6': inform
|
133 |
+
'7': thanking
|
134 |
+
'8': feedback
|
135 |
+
'9': OOD
|
136 |
+
- name: Dialogue_Act_Base
|
137 |
+
dtype: string
|
138 |
+
- name: Label_Base
|
139 |
+
dtype:
|
140 |
+
class_label:
|
141 |
+
names:
|
142 |
+
'0': Deny
|
143 |
+
'1': Explicit Confirmation
|
144 |
+
'2': Thank you
|
145 |
+
'3': Goodbye
|
146 |
+
'4': Repeat
|
147 |
+
'5': Request More
|
148 |
+
'6': Select
|
149 |
+
'7': Acknowledge
|
150 |
+
'8': Affirmation
|
151 |
+
'9': OOD
|
152 |
+
'10': Welcome
|
153 |
+
'11': Restart
|
154 |
+
'12': Request Alternative
|
155 |
+
'13': Can not help
|
156 |
+
'14': Inform
|
157 |
+
'15': Confirm
|
158 |
+
'16': Hello
|
159 |
+
'17': Offer
|
160 |
+
'18': Request
|
161 |
+
'19': Negate
|
162 |
+
- name: Idx
|
163 |
+
dtype: int32
|
164 |
+
- name: Speaker_Id
|
165 |
+
dtype:
|
166 |
+
class_label:
|
167 |
+
names:
|
168 |
+
'0': SYS
|
169 |
+
'1': USR
|
170 |
+
splits:
|
171 |
+
- name: train
|
172 |
+
num_bytes: 36830
|
173 |
+
num_examples: 279
|
174 |
+
- name: test
|
175 |
+
num_bytes: 6823590
|
176 |
+
num_examples: 50179
|
177 |
+
download_size: 1085375
|
178 |
+
dataset_size: 6860420
|
179 |
- config_name: dyda
|
180 |
features:
|
181 |
- name: Speaker
|
|
|
930 |
path: ami/train-*
|
931 |
- split: test
|
932 |
path: ami/test-*
|
933 |
+
- config_name: dstc3
|
934 |
+
data_files:
|
935 |
+
- split: train
|
936 |
+
path: dstc3/train-*
|
937 |
+
- split: test
|
938 |
+
path: dstc3/test-*
|
939 |
- config_name: dyda
|
940 |
data_files:
|
941 |
- split: train
|
dstc3/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8671e3bd72b3daae579b63be54c1715697249ec041bc751c2598c872f3302ee7
|
3 |
+
size 1072863
|
dstc3/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:524c7233bf1ed388c928ec0383c04fbd47ab4814d2680a9e2606fcd9736a7be6
|
3 |
+
size 12512
|