Dialogue ID : SNG0897.json
----------------------
Turn: 0
Sys :  
Usr : I'm looking for a moderately priced place to stay.

GT  : {'hotel': {'pricerange': 'moderate'}}
PR  : {'hotel': {'pricerange': 'moderate'}}

Matched : True

----------------------
Turn: 1
Sys : Certainly, we have many moderately priced options. Which area of town do you prefer to stay in?
Usr : I'm not familiar with the different areas, so I guess it doesn't matter.  I would like a moderate though.  With free WiFi.

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

Matched : False

----------------------
Turn: 2
Sys : The A and B Guest House is in the moderate price range and has free wifi. Would you like to book a room?
Usr : Does it have a four star rating? I need free parking, too.

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

Matched : False

----------------------
Turn: 3
Sys : The Archway House would meet your needs. Would you like to make a reservation?
Usr : No, could you just tell me the phone number? And what area of town is that in?

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

Matched : False

----------------------
Turn: 4
Sys : The phone number is 01223575314 and it is in the north area of town.
Usr : Great! Thanks for all the info. I'm all set. Bye!

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

Matched : False

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