zhuqi commited on
Commit
910584e
1 Parent(s): 0a443b3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -1,10 +1,34 @@
1
- # Dataset Card for Taskmaster-1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  - **Repository:** https://github.com/google-research-datasets/Taskmaster/tree/master/TM-3-2020
4
  - **Paper:** https://aclanthology.org/2021.acl-long.55.pdf
5
  - **Leaderboard:** None
6
  - **Who transforms the dataset:** Qi Zhu(zhuq96 at gmail dot com)
7
 
 
 
 
 
 
 
 
 
 
 
8
  ### Dataset Summary
9
 
10
  The Taskmaster-3 (aka TicketTalk) dataset consists of 23,789 movie ticketing dialogs (located in Taskmaster/TM-3-2020/data/). By "movie ticketing" we mean conversations where the customer's goal is to purchase tickets after deciding on theater, time, movie name, number of tickets, and date, or opt out of the transaction.
 
1
+ ---
2
+ language:
3
+ - en
4
+ license:
5
+ - cc-by-4.0
6
+ multilinguality:
7
+ - monolingual
8
+ pretty_name: Taskmaster-3
9
+ size_categories:
10
+ - 10K<n<100K
11
+ task_categories:
12
+ - conversational
13
+ ---
14
+
15
+ # Dataset Card for Taskmaster-3
16
 
17
  - **Repository:** https://github.com/google-research-datasets/Taskmaster/tree/master/TM-3-2020
18
  - **Paper:** https://aclanthology.org/2021.acl-long.55.pdf
19
  - **Leaderboard:** None
20
  - **Who transforms the dataset:** Qi Zhu(zhuq96 at gmail dot com)
21
 
22
+ To use this dataset, you need to install [ConvLab-3](https://github.com/ConvLab/ConvLab-3) platform first. Then you can load the dataset via:
23
+ ```
24
+ from convlab.util import load_dataset, load_ontology, load_database
25
+
26
+ dataset = load_dataset('tm3')
27
+ ontology = load_ontology('tm3')
28
+ database = load_database('tm3')
29
+ ```
30
+ For more usage please refer to [here](https://github.com/ConvLab/ConvLab-3/tree/master/data/unified_datasets).
31
+
32
  ### Dataset Summary
33
 
34
  The Taskmaster-3 (aka TicketTalk) dataset consists of 23,789 movie ticketing dialogs (located in Taskmaster/TM-3-2020/data/). By "movie ticketing" we mean conversations where the customer's goal is to purchase tickets after deciding on theater, time, movie name, number of tickets, and date, or opt out of the transaction.