add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -25,6 +25,55 @@ paperswithcode_id: coached-conversational-preference-elicitation
|
|
25 |
pretty_name: Coached Conversational Preference Elicitation
|
26 |
tags:
|
27 |
- Conversational Recommendation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
# Dataset Card for Coached Conversational Preference Elicitation
|
|
|
25 |
pretty_name: Coached Conversational Preference Elicitation
|
26 |
tags:
|
27 |
- Conversational Recommendation
|
28 |
+
dataset_info:
|
29 |
+
features:
|
30 |
+
- name: conversationId
|
31 |
+
dtype: string
|
32 |
+
- name: utterances
|
33 |
+
sequence:
|
34 |
+
- name: index
|
35 |
+
dtype: int32
|
36 |
+
- name: speaker
|
37 |
+
dtype:
|
38 |
+
class_label:
|
39 |
+
names:
|
40 |
+
0: USER
|
41 |
+
1: ASSISTANT
|
42 |
+
- name: text
|
43 |
+
dtype: string
|
44 |
+
- name: segments
|
45 |
+
sequence:
|
46 |
+
- name: startIndex
|
47 |
+
dtype: int32
|
48 |
+
- name: endIndex
|
49 |
+
dtype: int32
|
50 |
+
- name: text
|
51 |
+
dtype: string
|
52 |
+
- name: annotations
|
53 |
+
sequence:
|
54 |
+
- name: annotationType
|
55 |
+
dtype:
|
56 |
+
class_label:
|
57 |
+
names:
|
58 |
+
0: ENTITY_NAME
|
59 |
+
1: ENTITY_PREFERENCE
|
60 |
+
2: ENTITY_DESCRIPTION
|
61 |
+
3: ENTITY_OTHER
|
62 |
+
- name: entityType
|
63 |
+
dtype:
|
64 |
+
class_label:
|
65 |
+
names:
|
66 |
+
0: MOVIE_GENRE_OR_CATEGORY
|
67 |
+
1: MOVIE_OR_SERIES
|
68 |
+
2: PERSON
|
69 |
+
3: SOMETHING_ELSE
|
70 |
+
config_name: coached_conv_pref
|
71 |
+
splits:
|
72 |
+
- name: train
|
73 |
+
num_bytes: 2295579
|
74 |
+
num_examples: 502
|
75 |
+
download_size: 5191959
|
76 |
+
dataset_size: 2295579
|
77 |
---
|
78 |
|
79 |
# Dataset Card for Coached Conversational Preference Elicitation
|