Dialogue ID : SNG01353.json
----------------------
Turn: 0
Sys :  
Usr : I'm interested in rooms for the night where you can get free wifi.

GT  : {'hotel': {'internet': 'yes'}}
PR  : {'hotel': {'internet': 'yes'}}

Matched : True

----------------------
Turn: 1
Sys : There are 32 hotels or guesthouses with free wifi. What price range are you looking for?
Usr : I'm looking for something in a moderate price range, but it must have at least a 4 star rating.

GT  : {'hotel': {'internet': 'yes', 'pricerange': 'moderate', 'stars': '4'}}
PR  : {'hotel': {'internet': 'yes', 'pricerange': 'moderate', 'stars': '4'}}

Matched : True

----------------------
Turn: 2
Sys : What part of town are you interested in? East, north or south?
Usr : I don't have a preference for the area.

GT  : {'hotel': {'area': 'dontcare', 'internet': 'yes', 'pricerange': 'moderate', 'stars': '4'}}
PR  : {'hotel': {'area': 'dontcare', 'internet': 'yes', 'pricerange': 'moderate', 'stars': '4'}}

Matched : True

----------------------
Turn: 3
Sys : How about a and b guest house?
Usr : that will be nice. get me the reference numbers

GT  : {'hotel': {'area': 'dontcare', 'internet': 'yes', 'name': 'a and b guest house', 'pricerange': 'moderate', 'stars': '4'}}
PR  : {'hotel': {'area': 'dontcare', 'internet': 'yes', 'name': 'a and b guest house', 'pricerange': 'moderate', 'stars': '4'}}

Matched : True

----------------------
Turn: 4
Sys : When would you like to book this for?
Usr : Please book for Sunday for 3 nights and 6 people.

GT  : {'hotel': {'area': 'dontcare', 'day': 'sunday', 'people': '6', 'stay': '3', 'internet': 'yes', 'name': 'a and b guest house', 'pricerange': 'moderate', 'stars': '4'}}
PR  : {'hotel': {'area': 'dontcare', 'day': 'sunday', 'people': '6', 'stay': '3', 'internet': 'yes', 'name': 'a and b guest house', 'pricerange': 'moderate', 'stars': '4'}}

Matched : True

----------------------
Turn: 5
Sys : Sorry, the hotel can't accommodate you for that time frame? Want to try a different date?
Usr : No, I need it for those days. Can you try different hotel?

GT  : {'hotel': {'area': 'dontcare', 'day': 'sunday', 'people': '6', 'stay': '3', 'internet': 'yes', 'name': 'a and b guest house', 'pricerange': 'moderate', 'stars': '4'}}
PR  : {'hotel': {'area': 'dontcare', 'day': 'sunday', 'people': '6', 'stay': '3', 'internet': 'yes', 'pricerange': 'moderate', 'stars': '4'}}

Matched : False

----------------------
Turn: 6
Sys : I can try for the Acorn Guest House, if you'd like. They're on Chesterton Road.
Usr : Sounds good. Can you try and book that one please.

GT  : {'hotel': {'area': 'dontcare', 'day': 'sunday', 'people': '6', 'stay': '3', 'internet': 'yes', 'name': 'acorn guest house', 'pricerange': 'moderate', 'stars': '4'}}
PR  : {'hotel': {'area': 'dontcare', 'day': 'sunday', 'people': '6', 'stay': '3', 'internet': 'yes', 'name': 'acorn guest house', 'pricerange': 'moderate', 'stars': '4'}}

Matched : True

----------------------
Turn: 7
Sys : Sorry, the Acorn Guest house is not able to accomodate you either. I checked with the other moderately priced 4 star lodgings with free wifi, and none have those dates available. Will any other stay work for you?
Usr : Can we try for just 2 nights then?

GT  : {'hotel': {'area': 'dontcare', 'day': 'sunday', 'people': '6', 'stay': '2', 'internet': 'yes', 'name': 'acorn guest house', 'pricerange': 'moderate', 'stars': '4'}}
PR  : {'hotel': {'area': 'dontcare', 'day': 'sunday', 'people': '6', 'stay': '2', 'internet': 'yes', 'name': 'acorn guest house', 'pricerange': 'moderate', 'stars': '4'}}

Matched : True

----------------------
Turn: 8
Sys : I've booked that for you. The reference number is 3CRY3DDP. May I help with anything else?
Usr : nope, that's all I need thank you!

GT  : {'hotel': {'area': 'dontcare', 'day': 'sunday', 'people': '6', 'stay': '2', 'internet': 'yes', 'name': 'acorn guest house', 'pricerange': 'moderate', 'stars': '4'}}
PR  : {'hotel': {'area': 'dontcare', 'day': 'sunday', 'people': '6', 'stay': '2', 'internet': 'yes', 'name': 'acorn guest house', 'pricerange': 'moderate', 'stars': '4'}}

Matched : True

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