Spaces:
Sleeping
Sleeping
armandstrickernlp
commited on
Commit
·
0e21bc9
1
Parent(s):
fa658dd
update article
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ restaurant booking...
|
|
91 |
|
92 |
article = """
|
93 |
### Model Outputs
|
94 |
-
This task-oriented
|
95 |
[SimpleTOD](https://arxiv.org/pdf/2005.00796.pdf), where GPT-2 is trained by casting task-oriented
|
96 |
dialogue as a seq2seq task.
|
97 |
|
@@ -111,21 +111,20 @@ conversation going.
|
|
111 |
### Dataset
|
112 |
The SGD dataset ([blogpost](https://ai.googleblog.com/2019/10/introducing-schema-guided-dialogue.html) and
|
113 |
[article](https://arxiv.org/pdf/1909.05855.pdf)) contains multiple task domains... Here is a list of some
|
114 |
-
of the services and their
|
115 |
-
|
116 |
-
* **
|
117 |
-
* **
|
118 |
-
* **
|
119 |
-
* **
|
120 |
-
* **
|
121 |
-
* **
|
122 |
-
* **
|
123 |
-
* **
|
124 |
-
* **
|
125 |
-
* **
|
126 |
-
* **
|
127 |
-
* **
|
128 |
-
* **RentalCars** : *Car rental service with extensive coverage of locations and cars*
|
129 |
"""
|
130 |
|
131 |
|
|
|
91 |
|
92 |
article = """
|
93 |
### Model Outputs
|
94 |
+
This task-oriented dialogue system is trained end-to-end, following the method detailed in
|
95 |
[SimpleTOD](https://arxiv.org/pdf/2005.00796.pdf), where GPT-2 is trained by casting task-oriented
|
96 |
dialogue as a seq2seq task.
|
97 |
|
|
|
111 |
### Dataset
|
112 |
The SGD dataset ([blogpost](https://ai.googleblog.com/2019/10/introducing-schema-guided-dialogue.html) and
|
113 |
[article](https://arxiv.org/pdf/1909.05855.pdf)) contains multiple task domains... Here is a list of some
|
114 |
+
of the services and their descriptions from the dataset:
|
115 |
+
* **Restaurants** : A leading provider for restaurant search and reservations
|
116 |
+
* **Weather** : Check the weather for any place and any date
|
117 |
+
* **Buses** : Find a bus to take you to the city you want
|
118 |
+
* **Calendar** : Calendar service to manage personal events and reservations
|
119 |
+
* **Flights** : Find your next flight
|
120 |
+
* **Events** : Get tickets for the coolest concerts and sports in your area
|
121 |
+
* **Homes** : A widely used service for finding apartments and scheduling visits
|
122 |
+
* **Hotels** : A popular service for searching and reserving rooms in hotels
|
123 |
+
* **Media** : A leading provider of movies for searching and watching on-demand
|
124 |
+
* **Banks** : Manage bank accounts and transfer money
|
125 |
+
* **Movies** : A go-to provider for finding movies, searching for show times and booking tickets
|
126 |
+
* **Music** : A popular provider of a wide range of music content for searching and listening
|
127 |
+
* **RentalCars** : Car rental service with extensive coverage of locations and cars
|
|
|
128 |
"""
|
129 |
|
130 |
|