asr stringlengths 3 192 | intent stringclasses 8
values | slots dict | label listlengths 1 34 |
|---|---|---|---|
please find me a restaurant in the centre part of town | find_restaurant | {
"food": null,
"area": "centre",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
may i get the phone number of thank binh please | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"O",
"O",
"O"
] |
hello i am looking for a restaurant that serves halal food | find_restaurant | {
"food": "halal",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
can you recommend me a restaurant in the expensive priced range located 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",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
moderately priced restaurant in the west part of town please | find_restaurant | {
"food": null,
"area": "west",
"request": null,
"pricerange": "moderate",
"time": null,
"persons": null
} | [
"B-pricerange",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O"
] |
guide me to the gourmet restaurant in the east end | navigate | {
"food": null,
"area": "east",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-area",
"O"
] |
can i have the address and phone number of a gastropub in the centre of town | request | {
"food": "gastropub",
"area": "centre",
"request": [
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"request",
"O",
"O",
"O",
"B-food",
"O",
"O",
"B-area",
"O",
"O"
] |
yes in the west part of town please | find_restaurant | {
"food": null,
"area": "west",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O"
] |
whats the phone number of this restaurant | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"request",
"O",
"O",
"O",
"O"
] |
yes that would be great do you have their address and phone number | request | {
"food": null,
"area": null,
"request": [
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"request",
"O"
] |
yes i agree | affirm | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O"
] |
i would like a moderately priced restaurant in the west part of town | find_restaurant | {
"food": null,
"area": "west",
"request": null,
"pricerange": "moderate",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
how about any portuguese restaurants do you have the address to any of those | request | {
"food": "portuguese",
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"O",
"O"
] |
can i have the address please | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O"
] |
can you look for asian food | find_restaurant | {
"food": "asian oriental",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
please provide me with a cheap place to eat south of town i need to know the full address | request | {
"food": null,
"area": "south",
"request": [
"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",
"O",
"O",
"request"
] |
thank you good bye | bye | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O"
] |
yes please could i have the address phone number and postcode of the venue | request | {
"food": null,
"area": null,
"request": [
"postcode",
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"request",
"O",
"O",
"request",
"O",
"O",
"O"
] |
yes thats correct | affirm | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O"
] |
find a cheap restaurant | find_restaurant | {
"food": null,
"area": null,
"request": null,
"pricerange": "cheap",
"time": null,
"persons": null
} | [
"O",
"O",
"B-pricerange",
"O"
] |
yes i would like to know the address please | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O"
] |
can i get the address and postcode please | request | {
"food": null,
"area": null,
"request": [
"postcode",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"request",
"O"
] |
i need the address of a restaurant that serves gastropub food | request | {
"food": "gastropub",
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"request",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
i am looking for restaurants in the north part of town | find_restaurant | {
"food": null,
"area": "north",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
id like it in the south part of town | find_restaurant | {
"food": null,
"area": "south",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
i want to book a taverna in archer city for this spring for nine people | book | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": "this spring",
"persons": "nine"
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-time",
"I-time",
"O",
"B-persons",
"O"
] |
is there any indian food on the west side of town | find_restaurant | {
"food": "indian",
"area": "west",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
how about a portuguese one | find_restaurant | {
"food": "portuguese",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"B-food",
"O"
] |
i want a moderately priced canapes restaurant | find_restaurant | {
"food": "canapes",
"area": null,
"request": null,
"pricerange": "moderate",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"B-pricerange",
"O",
"B-food",
"O"
] |
yes please can i get their phone number | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O"
] |
south please | find_restaurant | {
"food": null,
"area": "south",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"B-area",
"O"
] |
hello im looking for a cheap place to eat | find_restaurant | {
"food": null,
"area": null,
"request": null,
"pricerange": "cheap",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O"
] |
what is the phone number and food of one of them | request | {
"food": null,
"area": null,
"request": [
"phone",
"food"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"request",
"O",
"O",
"request",
"O",
"O",
"O",
"O"
] |
hi i want an expensive restaurant east part of town please | find_restaurant | {
"food": null,
"area": "east",
"request": null,
"pricerange": "expensive",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"B-area",
"O",
"O",
"O",
"O"
] |
affirmative ive been craving that cuisine | affirm | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O"
] |
can you assist me in reserving a table for a venetian dinner in the south with cheap pricing | book | {
"food": "venetian",
"area": "south",
"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"
] |
show me the way to the cozy brunch spot on elm street | navigate | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
im looking for a restaurant that serves korean food | find_restaurant | {
"food": "korean",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
could help me find a moderately priced african restaurant or spanish restaurant please send me phone address and postcode for the suggested restaurant | request | {
"food": "spanish",
"area": null,
"request": [
"postcode",
"phone",
"address"
],
"pricerange": "moderate",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"O",
"request",
"request",
"O",
"request",
"O",
"O",
"O",
"O"
] |
chinese sounds good | find_restaurant | {
"food": "chinese",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"B-food",
"O",
"O"
] |
what is the phone number | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"request",
"O"
] |
thank you good bye | bye | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O"
] |
hi do you have any restaurants that serve world food | find_restaurant | {
"food": "world",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
i understand can i have a moderately priced restaurant that serves gastropub food then | 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",
"O"
] |
can i have the phone number please | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O",
"O"
] |
i want a moderately priced restaurant | find_restaurant | {
"food": null,
"area": null,
"request": null,
"pricerange": "moderate",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"B-pricerange",
"O",
"O"
] |
can you help me find and book a restaurant | book | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
do you have an address | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request"
] |
are there any others and may i have the phone number and address for the vietnamese restaurant | request | {
"food": "vietnamese",
"area": null,
"request": [
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"request",
"O",
"O",
"B-food",
"O"
] |
goodbye | bye | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O"
] |
what is the address please | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"request",
"O"
] |
hello i am looking for a moderately priced restaurant that serves european food | find_restaurant | {
"food": "european",
"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"
] |
how about thai food | find_restaurant | {
"food": "thai",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"B-food",
"O"
] |
sure lets go ahead and make a reservation there | affirm | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
i am looking for a cheap restaurant 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",
"B-area",
"O",
"O",
"O"
] |
negative i dont trust their hygiene standards | deny | {
"food": "hygiene",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
the south part of town | find_restaurant | {
"food": null,
"area": "south",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"B-area",
"O",
"O",
"O"
] |
how do i get to the indian restaurant on oak street | navigate | {
"food": "indian",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"O"
] |
i would like a moderately prices restaurant in the east part of town i would like the phone number and postcode please | request | {
"food": null,
"area": "east",
"request": [
"postcode",
"phone"
],
"pricerange": "moderate",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"request",
"O"
] |
i am looking for something in the expensive pricerange | find_restaurant | {
"food": null,
"area": null,
"request": null,
"pricerange": "expensive",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-pricerange",
"O"
] |
moderately priced restaurant | find_restaurant | {
"food": null,
"area": null,
"request": null,
"pricerange": "moderate",
"time": null,
"persons": null
} | [
"B-pricerange",
"O",
"O"
] |
i would like a cheap restaurant that serves malaysian food | find_restaurant | {
"food": "malaysian",
"area": null,
"request": null,
"pricerange": "cheap",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-food",
"O"
] |
i would like a restaurant in the north part of town that serves australasian food | find_restaurant | {
"food": "australasian",
"area": "north",
"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"
] |
please tell me you know where to find eritrean food | find_restaurant | {
"food": "eritrean",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
what is the food type of that restaurant | request | {
"food": null,
"area": null,
"request": [
"food"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"request",
"O",
"O",
"O",
"O"
] |
yes can you give me the lucky stars address | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"request"
] |
no i decline | deny | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O"
] |
i need the best route to the affordable pizza place near the stadium | navigate | {
"food": null,
"area": null,
"request": null,
"pricerange": "affordable",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"O",
"O"
] |
is there anything else can i get the phone number please | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"O"
] |
yes please address and phone please and the postcode in case i decide to not just eat there but to send them mail | request | {
"food": null,
"area": null,
"request": [
"postcode",
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"request",
"O",
"request",
"O",
"O",
"O",
"request",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
what is the phone number | request | {
"food": null,
"area": null,
"request": [
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"request",
"O"
] |
i want something in the north part of town moderately priced | find_restaurant | {
"food": null,
"area": "north",
"request": null,
"pricerange": "moderate",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"B-pricerange",
"O"
] |
i want an expensive restaurant and serves danish food | find_restaurant | {
"food": "danish",
"area": null,
"request": null,
"pricerange": "expensive",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-food",
"O"
] |
i want to have some afghan food | find_restaurant | {
"food": "afghan",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
id like to book a table at a seafood restaurant in the center for tonight | find_restaurant | {
"food": "seafood",
"area": "center",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"B-area",
"O",
"O"
] |
thank you | thank | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"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"
] |
im looking for a cheap restaurant that serves german food | find_restaurant | {
"food": "german",
"area": null,
"request": null,
"pricerange": "cheap",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-food",
"O"
] |
i would like a restaurant in the centre of town that serves thai food | find_restaurant | {
"food": "thai",
"area": "centre",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
i want a restaurant in the north part of town and serves austrian food | find_restaurant | {
"food": "austrian",
"area": "north",
"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 food type they serve | request | {
"food": null,
"area": null,
"request": [
"food"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"request",
"O",
"O",
"O"
] |
yes i need the address please | request | {
"food": null,
"area": null,
"request": [
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"request",
"O"
] |
im looking for a restaurant in the north part of town that serves welsh food | find_restaurant | {
"food": "welsh",
"area": "north",
"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 route to the seafood restaurant on elm street | 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"
] |
i am looking for a restaurant that is moderately priced 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",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-area",
"O",
"O",
"O"
] |
i am looking for a restaurant in the expensive pricerange that serves belgian food | find_restaurant | {
"food": "belgian",
"area": null,
"request": null,
"pricerange": "expensive",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-food",
"O"
] |
how about portuguese | find_restaurant | {
"food": "portuguese",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"B-food"
] |
i am looking for an expensive restaurant that serves japanese food | find_restaurant | {
"food": "japanese",
"area": null,
"request": null,
"pricerange": "expensive",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-food",
"O"
] |
can you help me find and book a table at a swedish restaurant in the north with expensive pricing | book | {
"food": "swedish",
"area": "north",
"request": null,
"pricerange": "expensive",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"B-area",
"O",
"B-pricerange",
"O"
] |
i need to book 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"
] |
i want to reserve a spot 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"
] |
is there a moderately priced restaurant serving gastropub food please provide the address phone number and area of the restaurant | request | {
"food": "gastropub",
"area": null,
"request": [
"area",
"phone",
"address"
],
"pricerange": "moderate",
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"B-pricerange",
"O",
"O",
"O",
"B-food",
"O",
"O",
"O",
"O",
"request",
"request",
"O",
"O",
"request",
"O",
"O",
"O"
] |
yes i would like their phone number and postcode please | request | {
"food": null,
"area": null,
"request": [
"postcode",
"phone"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"request",
"O",
"O",
"request",
"O"
] |
thatll do thank you good bye | bye | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O"
] |
address and phone number | request | {
"food": null,
"area": null,
"request": [
"phone",
"address"
],
"pricerange": null,
"time": null,
"persons": null
} | [
"request",
"O",
"request",
"O"
] |
im looking for a nice 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"
] |
get me there | navigate | {
"food": null,
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O"
] |
looking for a restaurant open late 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",
"O",
"O",
"B-area"
] |
hello i am looking for a restaurant that serves fusion food | find_restaurant | {
"food": "fusion",
"area": null,
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-food",
"O"
] |
i need the quickest route to the familyfriendly diner in the south side | navigate | {
"food": null,
"area": "south",
"request": null,
"pricerange": null,
"time": null,
"persons": null
} | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-area",
"O"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.