Dialogue ID : PMUL0457.json
----------------------
Turn: 0
Sys :  
Usr : I need more on a hotel called a and b guest house.

GT  : {'hotel': {'name': 'a and b guest house'}}
PR  : {'hotel': {'name': 'a and b guest house'}}

Matched : True

----------------------
Turn: 1
Sys : Yes, they are a 4 star rated hotel in the east aide, pricing is moderate.
Usr : Do they have free parking?

GT  : {'hotel': {'name': 'a and b guest house', 'parking': 'yes'}}
PR  : {'hotel': {'name': 'a and b guest house', 'parking': 'yes'}}

Matched : True

----------------------
Turn: 2
Sys : no parking but you can park your vehicle nearby
Usr : I would also like to find a restaurant.

GT  : {'hotel': {'name': 'a and b guest house', 'parking': 'yes'}}
PR  : {'hotel': {'name': 'a and b guest house', 'parking': 'yes'}}

Matched : True

----------------------
Turn: 3
Sys : Would you like the restaurant in the East as well? Were you looking for any price range of style of cuisine?
Usr : I would like a restaurant in the centre, preferably a steakhouse in the cheap price range.

GT  : {'hotel': {'name': 'a and b guest house', 'parking': 'yes'}, 'restaurant': {'area': 'centre', 'food': 'steakhouse', 'pricerange': 'cheap'}}
PR  : {'hotel': {'name': 'a and b guest house', 'parking': 'yes'}, 'restaurant': {'area': 'centre', 'food': 'steakhouse', 'pricerange': 'cheap'}}

Matched : True

----------------------
Turn: 4
Sys : We don't have a match for you. In general, you'll be hard pressed to find a cheap steakhouse anywhere.
Usr : How about one that serves Spanish food?

GT  : {'hotel': {'name': 'a and b guest house', 'parking': 'yes'}, 'restaurant': {'area': 'centre', 'food': 'spanish', 'pricerange': 'cheap'}}
PR  : {'hotel': {'name': 'a and b guest house', 'parking': 'yes'}, 'restaurant': {'area': 'centre', 'food': 'spanish', 'pricerange': 'cheap'}}

Matched : True

----------------------
Turn: 5
Sys : La raza is a cheap Spanish restaurant in the center of town. Do you want me to book it for you?
Usr : Sure! I need a table for 3 at 17:45 on Tuesday.

GT  : {'hotel': {'name': 'a and b guest house', 'parking': 'yes'}, 'restaurant': {'area': 'centre', 'day': 'tuesday', 'people': '3', 'time': '17:45', 'food': 'spanish', 'name': 'la raza', 'pricerange': 'cheap'}}
PR  : {'hotel': {'name': 'a and b guest house', 'parking': 'yes'}, 'restaurant': {'area': 'centre', 'day': 'tuesday', 'people': '3', 'time': '17:45', 'food': 'spanish', 'name': 'la raza', 'pricerange': 'cheap'}}

Matched : True

----------------------
Turn: 6
Sys : Great! Your reference number is 95RPVN70. Anything else I can do for you?
Usr : No, thank you. I am all set with your help. Goodbye.

GT  : {'restaurant': {'area': 'centre', 'day': 'tuesday', 'people': '3', 'time': '17:45', 'food': 'spanish', 'name': 'la raza', 'pricerange': 'cheap'}}
PR  : {'hotel': {'name': 'a and b guest house', 'parking': 'yes'}, 'restaurant': {'area': 'centre', 'day': 'tuesday', 'people': '3', 'time': '17:45', 'food': 'spanish', 'name': 'la raza', 'pricerange': 'cheap'}}

Matched : False

----------------------
