asr
stringlengths 3
192
| intent
stringclasses 8
values | slots
dict | label
sequencelengths 1
34
|
---|---|---|---|
yes is there any expensive european eateries | find_restaurant | {
"food": "european",
"area": null,
"request": null,
"pricerange": "expensive",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-pricerange",
"B-food",
"O"
] |
im looking for a restaurant the serves spanish food | find_restaurant | {
"food": "spanish",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
yes i am looking for a restaurant on the west side of town | find_restaurant | {
"food": null,
"area": "west",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
i am looking for a moderately priced restaurant in the north part of town | find_restaurant | {
"food": null,
"area": "north",
"request": null,
"pricerange": "moderate",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
is there anything else give me the address and postcode please | request | {
"food": null,
"area": null,
"request": [
"postcode",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"request",
"O"
] |
can i please have the address and phone number and type of food of lucky star | request | {
"food": null,
"area": null,
"request": [
"phone",
"address",
"food"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"request",
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"O"
] |
is there a highlyrated restaurant in the centre i should visit | find_restaurant | {
"food": null,
"area": "centre",
"request": null,
"pricerange": "highlyrated",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
can i get the address | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request"
] |
hello i am looking for a lebanese restaurant in the centre of town | find_restaurant | {
"food": "lebanese",
"area": "centre",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"B-area",
"O",
"O"
] |
i am looking for 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",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
in would like the info on the gastropub please | find_restaurant | {
"food": "gastropub",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
can you tell me the address and phone number of this restaurant | request | {
"food": null,
"area": null,
"request": [
"address",
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"request",
"O",
"O",
"O",
"O"
] |
i want to find a cheap restaurant serving swedish food | find_restaurant | {
"food": "swedish",
"area": null,
"request": null,
"pricerange": "cheap",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"B-food",
"O"
] |
help me find a cheap restaurant in the west | find_restaurant | {
"food": null,
"area": "west",
"request": null,
"pricerange": "cheap",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-area"
] |
where can i have a business dinner in the centre | find_restaurant | {
"food": "business",
"area": "centre",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"B-area"
] |
locate an expensive restaurant in the south | find_restaurant | {
"food": null,
"area": "south",
"request": null,
"pricerange": "expensive",
"time": null,
"persons": null
} | [
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-area"
] |
whats the address of this restaurant | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"request",
"O",
"O",
"O"
] |
that sounds good what is their phone number and address | request | {
"food": null,
"area": null,
"request": [
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"request"
] |
id like their address and phone number please | request | {
"food": null,
"area": null,
"request": [
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"request",
"O",
"request",
"O",
"O"
] |
ok can you give me their address and phone please | request | {
"food": null,
"area": null,
"request": [
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"request",
"O"
] |
how do i get to the moroccan restaurant in the old quarter | navigate | {
"food": "moroccan",
"area": "old",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"B-area",
"O"
] |
what is the pricerange | request | {
"food": null,
"area": null,
"request": [
"pricerange"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"request"
] |
thats ok because its for a special occasion can you give me the phone number | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O"
] |
i would love to have some singaporean for today can you find me a restaurant | find_restaurant | {
"food": "singaporean",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
can you give me the address and phone number for restaurant alimentum | request | {
"food": null,
"area": null,
"request": [
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"request",
"O",
"O",
"O",
"O"
] |
may i have the phone number and postcode | request | {
"food": null,
"area": null,
"request": [
"postcode",
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"request"
] |
locate an expensive dining spot | find_restaurant | {
"food": null,
"area": null,
"request": null,
"pricerange": "expensive",
"time": null,
"persons": null
} | [
"O",
"O",
"B-pricerange",
"O",
"O"
] |
is there a popular restaurant in the north | find_restaurant | {
"food": null,
"area": "north",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-area"
] |
is there any asian food | find_restaurant | {
"food": "asian oriental",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"B-food",
"O"
] |
i want a restaurant with corsica food please | find_restaurant | {
"food": "corsica",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-food",
"O",
"O"
] |
i am looking for a restaurant that serves russian food | find_restaurant | {
"food": "russian",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
yes phone number please | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"request",
"O",
"O"
] |
yes that sounds perfect | affirm | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O"
] |
well how many in the west | find_restaurant | {
"food": null,
"area": "west",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-area"
] |
im looking for a place to eat in the east side of the city | 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",
"O"
] |
i want to book oregon electric station in north city | find_restaurant | {
"food": "oregon",
"area": "north",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"B-area",
"O"
] |
no just the address please | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"request",
"O"
] |
can you recommend a good brunch place in the east | 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"
] |
whats the best restaurant in the center for a date night | find_restaurant | {
"food": null,
"area": "center",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O"
] |
thank you goodbye | bye | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O"
] |
is there a good spanish restaurant | find_restaurant | {
"food": "spanish",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
im looking for a british restaurant in the east part of town ill need the phone number too | request | {
"food": "british",
"area": "east",
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"O"
] |
address please | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"request",
"O"
] |
ok how about an italian restaurant | find_restaurant | {
"food": "italian",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
are you sure thats the phone number of the chop house | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"O",
"O",
"O"
] |
i am looking for the east part of town serving austrian food | find_restaurant | {
"food": "austrian",
"area": "east",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
what is the phone number | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"request",
"O"
] |
hi im trying to find a restaurant that serves danish food | find_restaurant | {
"food": "danish",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
could you give me the address for restaurant alimentum | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"O"
] |
sure thing i trust your recommendation | affirm | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O"
] |
moderately priced european food i will also need the address and postcode | request | {
"food": "european",
"area": null,
"request": [
"postcode",
"address"
],
"pricerange": "moderate",
"time": null,
"persons": null
} | [
"B-pricerange",
"O",
"B-food",
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"request"
] |
im looking for an expensive german restaurant | find_restaurant | {
"food": "german",
"area": null,
"request": null,
"pricerange": "expensive",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-pricerange",
"B-food",
"O"
] |
i want afghan food in the centre of town | find_restaurant | {
"food": "afghan",
"area": "centre",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"B-food",
"O",
"O",
"O",
"B-area",
"O",
"O"
] |
i would like the address of a cheap restaurant in the south part of town | request | {
"food": null,
"area": "south",
"request": [
"address"
],
"pricerange": "cheap",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
id like to make a dinner reservation for tonight | book | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
i prefer cantonese food in the city center but british crusine is good too can you give me their address and phone number | request | {
"food": "cantonese",
"area": "centre",
"request": [
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"B-food",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"request",
"O"
] |
hi im looking for an expensive malaysian restaurant | find_restaurant | {
"food": "malaysian",
"area": null,
"request": null,
"pricerange": "expensive",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-pricerange",
"B-food",
"O"
] |
then i would like a restaurant in the east part of time that serves chinese food please | find_restaurant | {
"food": "chinese",
"area": "east",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O",
"O"
] |
are any in the south part of town | find_restaurant | {
"food": null,
"area": "south",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
could i have the address and phone number for the british restaurant | request | {
"food": "british",
"area": null,
"request": [
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"request",
"O",
"O",
"O",
"B-food",
"O"
] |
i want to find a cheap restaurant in the north part of town what is the address and food | request | {
"food": null,
"area": "north",
"request": [
"food",
"address"
],
"pricerange": "cheap",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"request"
] |
i must disagree | deny | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O"
] |
need a restaurant recommendation in the city centre | find_restaurant | {
"food": null,
"area": "centre",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-area"
] |
im inquiring about booking a table for dinner | book | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
any caribbean restaurants in the east part of town | find_restaurant | {
"food": "caribbean",
"area": "east",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"B-food",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
where can i book a table for dinner in the west | find_restaurant | {
"food": null,
"area": "west",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-area"
] |
id like the address phone and postcode to the chinese restaurant on the east side please | request | {
"food": "chinese",
"area": "east",
"request": [
"postcode",
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"request",
"O",
"O",
"B-food",
"O",
"O",
"O",
"B-area",
"O",
"O"
] |
no tell me more about alimentum whats the address | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"request"
] |
could you assist me in finding a restaurant to book | book | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"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"
] |
im searching for a moderatepriced dining spot in the west | find_restaurant | {
"food": null,
"area": "west",
"request": null,
"pricerange": "moderatepriced",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"O",
"B-area"
] |
can you navigate me to the greek eatery on maple avenue | navigate | {
"food": "greek",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"O"
] |
may i have the phone number and address for the south location | request | {
"food": null,
"area": "south",
"request": [
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"request",
"O",
"O",
"B-area",
"O"
] |
no thanks have a good day | thank | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O"
] |
thank you | thank | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O"
] |
may i have the phone number of the both of the restaurants | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
indian please | find_restaurant | {
"food": "indian",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"B-food",
"O"
] |
whats the address of this restaurant | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"request",
"O",
"O",
"O"
] |
can you give me information for the centre part of town which serves international food | find_restaurant | {
"food": "international",
"area": "centre",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
show me the directions to the upscale french restaurant in the west end | navigate | {
"food": "french",
"area": "west",
"request": null,
"pricerange": "upscale",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-pricerange",
"B-food",
"O",
"O",
"O",
"B-area",
"O"
] |
alright what about oriental or asian food | find_restaurant | {
"food": "asian oriental",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
i am looking for 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",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
id like to find a restaurant in the north | find_restaurant | {
"food": null,
"area": "north",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-area"
] |
portuguese in centre | find_restaurant | {
"food": "portuguese",
"area": "centre",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"B-food",
"O",
"B-area"
] |
find a moderatepriced restaurant in the north | find_restaurant | {
"food": null,
"area": "north",
"request": null,
"pricerange": "moderatepriced",
"time": null,
"persons": null
} | [
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-area"
] |
thank you goodbye | bye | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O"
] |
can i have the address of the location in the centre of town | request | {
"food": null,
"area": "centre",
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O"
] |
what type of food do they serve | find_restaurant | {
"food": null,
"area": null,
"request": [
"food"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"request",
"O",
"O",
"O"
] |
can you provide the phone number for this dining spot | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"O",
"O",
"O"
] |
yes im in full agreement | affirm | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O"
] |
whats the address of this restaurant | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"request",
"O",
"O",
"O"
] |
do you have some places that serve italian | find_restaurant | {
"food": "italian",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-food"
] |
i am looking for a moderately priced restaurant in the north part of town what do you have available | find_restaurant | {
"food": null,
"area": "north",
"request": null,
"pricerange": "moderate",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
could i get the address of one of them | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"O",
"O"
] |
id rather not are there any french restaurants | find_restaurant | {
"food": "french",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
i would be willing to go indian on the south side as well could you give the phone number as well please | request | {
"food": "indian",
"area": "south",
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"O",
"O"
] |
could you recommend an expensive restaurant that serves mediterranean food | find_restaurant | {
"food": "mediterranean",
"area": null,
"request": null,
"pricerange": "expensive",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-food",
"O"
] |
how about vietnamese food | find_restaurant | {
"food": "vietnamese",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"B-food",
"O"
] |
hi im looking for some african food | find_restaurant | {
"food": "african",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
take me to the budgetfriendly noodle shop on pine avenue | navigate | {
"food": null,
"area": null,
"request": null,
"pricerange": "budgetfriendly",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"O",
"O"
] |
End of preview. Expand
in Dataset Viewer.
README.md exists but content is empty.
Use the Edit dataset card button to edit it.
- Downloads last month
- 36