Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,50 @@ task_ids:
|
|
20 |
- dialogue-modeling
|
21 |
paperswithcode_id: craigslistbargains
|
22 |
pretty_name: CraigslistBargains
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for CraigslistBargains
|
@@ -282,4 +326,4 @@ program under ARO prime contract no. W911NF15-1-0462
|
|
282 |
|
283 |
### Contributions
|
284 |
|
285 |
-
Thanks to [@ZacharySBrown](https://github.com/ZacharySBrown) for adding this dataset.
|
|
|
20 |
- dialogue-modeling
|
21 |
paperswithcode_id: craigslistbargains
|
22 |
pretty_name: CraigslistBargains
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: agent_info
|
26 |
+
sequence:
|
27 |
+
- name: Bottomline
|
28 |
+
dtype: string
|
29 |
+
- name: Role
|
30 |
+
dtype: string
|
31 |
+
- name: Target
|
32 |
+
dtype: float32
|
33 |
+
- name: agent_turn
|
34 |
+
sequence: int32
|
35 |
+
- name: dialogue_acts
|
36 |
+
sequence:
|
37 |
+
- name: intent
|
38 |
+
dtype: string
|
39 |
+
- name: price
|
40 |
+
dtype: float32
|
41 |
+
- name: utterance
|
42 |
+
sequence: string
|
43 |
+
- name: items
|
44 |
+
sequence:
|
45 |
+
- name: Category
|
46 |
+
dtype: string
|
47 |
+
- name: Images
|
48 |
+
dtype: string
|
49 |
+
- name: Price
|
50 |
+
dtype: float32
|
51 |
+
- name: Description
|
52 |
+
dtype: string
|
53 |
+
- name: Title
|
54 |
+
dtype: string
|
55 |
+
splits:
|
56 |
+
- name: test
|
57 |
+
num_bytes: 1353933
|
58 |
+
num_examples: 838
|
59 |
+
- name: train
|
60 |
+
num_bytes: 8538836
|
61 |
+
num_examples: 5247
|
62 |
+
- name: validation
|
63 |
+
num_bytes: 966032
|
64 |
+
num_examples: 597
|
65 |
+
download_size: 25373618
|
66 |
+
dataset_size: 10858801
|
67 |
---
|
68 |
|
69 |
# Dataset Card for CraigslistBargains
|
|
|
326 |
|
327 |
### Contributions
|
328 |
|
329 |
+
Thanks to [@ZacharySBrown](https://github.com/ZacharySBrown) for adding this dataset.
|