Dialogue ID : PMUL4941.json
----------------------
Turn: 0
Sys :  
Usr : I need a train to leave from birmingham new street on friday

GT  : {'train': {'day': 'friday', 'departure': 'birmingham new street'}}
PR  : {'train': {'day': 'friday', 'departure': 'birmingham new street'}}

Matched : True

----------------------
Turn: 1
Sys : Is your destination Cambridge?
Usr : Yes, cambridge is my destination.

GT  : {'train': {'day': 'friday', 'departure': 'birmingham new street', 'destination': 'cambridge'}}
PR  : {'train': {'day': 'friday', 'departure': 'birmingham new street', 'destination': 'cambridge'}}

Matched : True

----------------------
Turn: 2
Sys : Is there a certain time you need to arrive by?
Usr : Yes, I need to arrive by 13:45. How long with the trip take?

GT  : {'train': {'arriveby': '13:45', 'day': 'friday', 'departure': 'birmingham new street', 'destination': 'cambridge'}}
PR  : {'train': {'arriveby': '13:45', 'day': 'friday', 'departure': 'birmingham new street', 'destination': 'cambridge'}}

Matched : True

----------------------
Turn: 3
Sys : The trip takes about 163 minutes. We have a few trains going to birmingham new street on friday, would you like to book a seat?
Usr : No thank you. I'm also looking for an Indian restaurant in the north.

GT  : {'restaurant': {'area': 'north', 'food': 'indian'}, 'train': {'arriveby': '13:45', 'day': 'friday', 'departure': 'birmingham new street', 'destination': 'cambridge'}}
PR  : {'restaurant': {'area': 'north', 'food': 'indian'}, 'train': {'arriveby': '13:45', 'day': 'friday', 'departure': 'birmingham new street', 'destination': 'cambridge'}}

Matched : True

----------------------
Turn: 4
Sys : What area of town are you interested in dining at?
Usr : In the north please.

GT  : {'restaurant': {'area': 'north', 'food': 'indian'}, 'train': {'arriveby': '13:45', 'day': 'friday', 'departure': 'birmingham new street', 'destination': 'cambridge'}}
PR  : {'restaurant': {'area': 'north', 'food': 'indian'}, 'train': {'arriveby': '13:45', 'day': 'friday', 'departure': 'birmingham new street', 'destination': 'cambridge'}}

Matched : True

----------------------
Turn: 5
Sys : The Nirala in Chesterton is a moderately priced restaurant. Would you like a reservation?
Usr : Yeah. Can you make a reservation for 1 person at 16:00 on friday?

GT  : {'restaurant': {'area': 'north', 'day': 'friday', 'people': '1', 'time': '16:00', 'food': 'indian', 'name': 'nirala', 'pricerange': 'moderate'}, 'train': {'arriveby': '13:45', 'day': 'friday', 'departure': 'birmingham new street', 'destination': 'cambridge'}}
PR  : {'restaurant': {'area': 'north', 'day': 'friday', 'people': '1', 'time': '16:00', 'food': 'indian', 'name': 'nirala'}, 'train': {'arriveby': '13:45', 'day': 'friday', 'departure': 'birmingham new street', 'destination': 'cambridge'}}

Matched : False

----------------------
Turn: 6
Sys : Booking was successful. The table will be reserved for 15 minutes.
Reference number is : PUXFOUYW.
Usr : Great, thanks, that's all I need.

GT  : {'restaurant': {'area': 'north', 'day': 'friday', 'people': '1', 'time': '16:00', 'food': 'indian', 'name': 'nirala', 'pricerange': 'moderate'}, 'train': {'arriveby': '13:45', 'day': 'friday', 'departure': 'birmingham new street', 'destination': 'cambridge'}}
PR  : {'restaurant': {'area': 'north', 'day': 'friday', 'people': '1', 'time': '16:00', 'food': 'indian', 'name': 'nirala'}, 'train': {'arriveby': '13:45', 'day': 'friday', 'departure': 'birmingham new street', 'destination': 'cambridge'}}

Matched : False

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