asr
stringlengths
3
192
intent
stringclasses
8 values
slots
dict
label
sequencelengths
1
34
may i have the address phone number and pricerange
request
{ "food": null, "area": null, "request": [ "phone", "address", "pricerange" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "request", "request", "O", "O", "request" ]
can i have the phone number
request
{ "food": null, "area": null, "request": [ "phone" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "request", "O" ]
can i please have a indian restaurant then and please give me the phone number
request
{ "food": "indian", "area": null, "request": [ "phone" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "B-food", "O", "O", "O", "O", "O", "O", "O", "request", "O" ]
a moderately priced restaurant in the east part of town please
find_restaurant
{ "food": null, "area": "east", "request": null, "pricerange": "moderate", "time": null, "persons": null }
[ "O", "B-pricerange", "O", "O", "O", "O", "B-area", "O", "O", "O", "O" ]
are there any good danish restaurants nearby
find_restaurant
{ "food": "danish", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "B-food", "O", "O" ]
yes what is the pricerange
request
{ "food": null, "area": null, "request": [ "pricerange" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "request" ]
what is the address
request
{ "food": null, "area": null, "request": [ "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "request" ]
can you assist me in reserving a table for a south african feast in the east with cheap pricing
book
{ "food": "african", "area": "east", "request": null, "pricerange": "cheap", "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-food", "B-food", "O", "O", "O", "B-area", "O", "B-pricerange", "O" ]
i would like to find an expensive restaurant in the east part of town
find_restaurant
{ "food": null, "area": "east", "request": null, "pricerange": "expensive", "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "B-pricerange", "O", "O", "O", "B-area", "O", "O", "O" ]
i cant affirm their service standards
deny
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O" ]
hello im looking for a cheap restaurant located in the north part of town
find_restaurant
{ "food": null, "area": "north", "request": null, "pricerange": "cheap", "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "B-pricerange", "O", "O", "O", "O", "B-area", "O", "O", "O" ]
i would like catalan food
find_restaurant
{ "food": "catalan", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "B-food", "O" ]
can i have the address and phone number as well
request
{ "food": null, "area": null, "request": [ "phone", "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "request", "O", "request", "O", "O", "O" ]
i need to reserve a table at a restaurant
book
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
what is the address
request
{ "food": null, "area": null, "request": [ "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "request" ]
just the phone number and postcode please
request
{ "food": null, "area": null, "request": [ "postcode", "phone" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "request", "O", "O", "request", "O" ]
i need the phone number of a restaurant in the west part of town that serves italian ood
request
{ "food": "italian", "area": "west", "request": [ "phone" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "request", "O", "O", "O", "O", "O", "O", "B-area", "O", "O", "O", "O", "O", "B-food", "O" ]
id like to find a restaurant that serves swiss food
find_restaurant
{ "food": "swiss", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-food", "O" ]
hello i am looking for a moderately priced restaurant that serves gastropub food
find_restaurant
{ "food": "gastropub", "area": null, "request": null, "pricerange": "moderate", "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "B-pricerange", "O", "O", "O", "O", "B-food", "O" ]
i want a moderately priced restaurant in the east part of town what is the phone number
request
{ "food": null, "area": "east", "request": [ "phone" ], "pricerange": "moderate", "time": null, "persons": null }
[ "O", "O", "O", "B-pricerange", "O", "O", "O", "O", "B-area", "O", "O", "O", "O", "O", "O", "request", "O" ]
im looking for an expensive restaurant in the north
find_restaurant
{ "food": null, "area": "north", "request": null, "pricerange": "expensive", "time": null, "persons": null }
[ "O", "O", "O", "O", "B-pricerange", "O", "O", "O", "B-area" ]
im interested in making a restaurant reservation
book
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O" ]
is there a thai restaurant in the centre of town
find_restaurant
{ "food": "thai", "area": "centre", "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "B-food", "O", "O", "O", "B-area", "O", "O" ]
no thats it thank you good bye
bye
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O" ]
okay great thanks and have a good day
thank
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
i need an east restaurant i want to try some canapes food
find_restaurant
{ "food": "canapes", "area": "east", "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "B-area", "O", "O", "O", "O", "O", "O", "B-food", "O" ]
i want a moderately priced restaurant in the north part of town what is the address
request
{ "food": null, "area": "north", "request": [ "address" ], "pricerange": "moderate", "time": null, "persons": null }
[ "O", "O", "O", "B-pricerange", "O", "O", "O", "O", "B-area", "O", "O", "O", "O", "O", "O", "request" ]
im looking for a moderately priced italian restaurant
find_restaurant
{ "food": "italian", "area": null, "request": null, "pricerange": "moderate", "time": null, "persons": null }
[ "O", "O", "O", "O", "B-pricerange", "O", "B-food", "O" ]
no i dont believe its a good dining experience
deny
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
i would like an expensive restaurant in the south part of town
find_restaurant
{ "food": null, "area": "south", "request": null, "pricerange": "expensive", "time": null, "persons": null }
[ "O", "O", "O", "O", "B-pricerange", "O", "O", "O", "B-area", "O", "O", "O" ]
what is the address of anyone of them
request
{ "food": null, "area": null, "request": [ "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "request", "O", "O", "O", "O" ]
i need a restaurant in the east part of town that serves world food
find_restaurant
{ "food": "world", "area": "east", "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "B-area", "O", "O", "O", "O", "O", "B-food", "O" ]
what is the address
request
{ "food": null, "area": null, "request": [ "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "request" ]
i am looking for an expensive french restaurant
find_restaurant
{ "food": "french", "area": null, "request": null, "pricerange": "expensive", "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "B-pricerange", "B-food", "O" ]
how about chinese food
find_restaurant
{ "food": "chinese", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "B-food", "O" ]
affirmative ive heard nothing but good things
affirm
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O" ]
can you help me find a cheap restaurant
find_restaurant
{ "food": null, "area": null, "request": null, "pricerange": "cheap", "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "B-pricerange", "O" ]
i need directions to golden dragon in chinatown
navigate
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
no i dont feel comfortable dining there
deny
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O" ]
direct me to sakura sushi
navigate
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O" ]
hello im looking for a place to eat that serves spanish food
find_restaurant
{ "food": "spanish", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-food", "O" ]
what is the pricerange
request
{ "food": null, "area": null, "request": [ "pricerange" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "request" ]
phone number and address of cambridge lodge restaurant please
request
{ "food": null, "area": null, "request": [ "phone", "address" ], "pricerange": null, "time": null, "persons": null }
[ "request", "O", "O", "request", "O", "O", "O", "O", "O" ]
id like to book a table at a trendy restaurant in the south
find_restaurant
{ "food": null, "area": "south", "request": null, "pricerange": "trendy", "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-pricerange", "O", "O", "O", "B-area" ]
can i have the phone number for dojo noodle bar
request
{ "food": null, "area": null, "request": [ "phone" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "request", "O", "O", "O", "O", "O" ]
what is the address and phone number of one of them
request
{ "food": null, "area": null, "request": [ "phone", "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "request", "O", "request", "O", "O", "O", "O", "O" ]
no thank you is there a restaurant with british food if so can you provide a phone number
request
{ "food": "british", "area": null, "request": [ "phone" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-food", "O", "O", "O", "O", "O", "O", "O", "request", "O" ]
what is their address and postcode
request
{ "food": null, "area": null, "request": [ "postcode", "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "request", "O", "request" ]
take me to the new sushi place on broad avenue
navigate
{ "food": "sushi", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "B-food", "O", "O", "O", "O" ]
do you have the address and phone number for alimentum
request
{ "food": null, "area": null, "request": [ "phone", "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "request", "O", "request", "O", "O", "O" ]
sorry what type of food do they serve
request
{ "food": null, "area": null, "request": [ "food" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "request", "O", "O", "O" ]
i want to schedule a reservation at a restaurant
book
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
can you assist me in reserving a table for a korean barbecue in the west with cheap pricing
book
{ "food": "korean", "area": "west", "request": null, "pricerange": "cheap", "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-food", "O", "O", "O", "B-area", "O", "B-pricerange", "O" ]
can i have the address of the anatolia
request
{ "food": null, "area": null, "request": [ "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "request", "O", "O", "O" ]
yes please give me their address and phone number
request
{ "food": null, "area": null, "request": [ "phone", "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "request", "O", "request", "O" ]
can you assist me in reserving a restaurant table for a korean barbecue in the city center with cheap pricing
book
{ "food": "korean", "area": "center", "request": null, "pricerange": "cheap", "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-food", "O", "O", "O", "O", "B-area", "O", "B-pricerange", "O" ]
ok thanks
thank
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O" ]
hello i am looking for a restaurant that serves international food
find_restaurant
{ "food": "international", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-food", "O" ]
take me to the new vegan cafe on pearl street
navigate
{ "food": "cafe", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "B-food", "B-food", "O", "O", "O" ]
hello i am looking for a restaurant that serves african food
find_restaurant
{ "food": "african", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-food", "O" ]
do you have any other suggestions ill need a postcode please
request
{ "food": null, "area": null, "request": [ "postcode" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "request", "O" ]
yes i would like the address for royal spice
request
{ "food": null, "area": null, "request": [ "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "request", "O", "O", "O" ]
yes i agree completely
affirm
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O" ]
italian and please include the address and phone number
request
{ "food": "italian", "area": null, "request": [ "phone", "address" ], "pricerange": null, "time": null, "persons": null }
[ "B-food", "O", "O", "O", "O", "request", "O", "request", "O" ]
i am looking for a restaurant that serves unusual food
find_restaurant
{ "food": "unusual", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-food", "O" ]
i prefer eritrean food although if thats not available please give me italian options
find_restaurant
{ "food": "eritrean", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "B-food", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
i am looking for a restaurant in the cheap pricerange that serves italian food
find_restaurant
{ "food": "italian", "area": null, "request": null, "pricerange": "cheap", "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-pricerange", "O", "O", "O", "B-food", "O" ]
what is the phone number and postcode
request
{ "food": null, "area": null, "request": [ "postcode", "phone" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "request", "O", "O", "request" ]
thank you goodbye
bye
{ "food": null, "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O" ]
great can i have the address and phone number
request
{ "food": null, "area": null, "request": [ "phone", "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "request", "O", "request", "O" ]
yes how about indian food
find_restaurant
{ "food": "indian", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "B-food", "O" ]
can you tell me where to eat in the east part of town
find_restaurant
{ "food": null, "area": "east", "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-area", "O", "O", "O" ]
can i get the address and phone number
request
{ "food": null, "area": null, "request": [ "phone", "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "request", "O", "request", "O" ]
any restaurants with a lively atmosphere near the centre
find_restaurant
{ "food": null, "area": "centre", "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-area" ]
i am on the south side do you have any diners down here
find_restaurant
{ "food": null, "area": "south", "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "B-area", "O", "O", "O", "O", "O", "O", "O", "O" ]
im looking for an expensive seafood place
find_restaurant
{ "food": "seafood", "area": null, "request": null, "pricerange": "expensive", "time": null, "persons": null }
[ "O", "O", "O", "O", "B-pricerange", "B-food", "O" ]
british
find_restaurant
{ "food": "british", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "B-food" ]
im looking for an austrian restaurant
find_restaurant
{ "food": "austrian", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "B-food", "O" ]
phone number please
request
{ "food": null, "area": null, "request": [ "phone" ], "pricerange": null, "time": null, "persons": null }
[ "request", "O", "O" ]
i guess i would prefer moderate what is their address and phone
request
{ "food": null, "area": null, "request": [ "phone", "address" ], "pricerange": "moderate", "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "B-pricerange", "O", "O", "O", "request", "O", "request" ]
i am looking for african food
find_restaurant
{ "food": "african", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "B-food", "O" ]
are there chinese restaurants in the north part of town
find_restaurant
{ "food": "chinese", "area": "north", "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "B-food", "O", "O", "O", "B-area", "O", "O", "O" ]
can you give me the full address for bedouin
request
{ "food": null, "area": null, "request": [ "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "request", "O", "O" ]
phone number please
request
{ "food": null, "area": null, "request": [ "phone" ], "pricerange": null, "time": null, "persons": null }
[ "request", "O", "O" ]
what is the address and phone number for frankie and bennys
request
{ "food": null, "area": null, "request": [ "phone", "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "request", "O", "request", "O", "O", "O", "O", "O" ]
can you guide me to the seafood restaurant on third avenue
navigate
{ "food": "seafood", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "B-food", "O", "O", "O", "O" ]
ah thats all right how about indian then
find_restaurant
{ "food": "indian", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "O", "O", "O", "B-food", "O" ]
chinese food sound good
find_restaurant
{ "food": "chinese", "area": null, "request": null, "pricerange": null, "time": null, "persons": null }
[ "B-food", "O", "O", "O" ]
please find a cheap restaurant in the east part of town
find_restaurant
{ "food": null, "area": "east", "request": null, "pricerange": "cheap", "time": null, "persons": null }
[ "O", "O", "O", "B-pricerange", "O", "O", "O", "B-area", "O", "O", "O" ]
what is the address and phone number
request
{ "food": null, "area": null, "request": [ "phone", "address" ], "pricerange": null, "time": null, "persons": null }
[ "O", "O", "O", "request", "O", "request", "O" ]