Dialogue ID : MUL1575.json
----------------------
Turn: 0
Sys :  
Usr : I would like to find a particular restaurant in Cambridge. The name of the restaurant is Restaurant Two Two.  Could you give me the location?

GT  : {'restaurant': {'name': 'restaurant 2 two'}}
PR  : {'restaurant': {'name': 'restaurant 2 two'}}

Matched : True

----------------------
Turn: 1
Sys : Restaurant Two Two is nice French restaurant located at 22 Chesterton Road Chesterton. Would like me to book you a table?
Usr : That would be great. I need it for 8 on friday.

GT  : {'restaurant': {'day': 'friday', 'people': '8', 'name': 'restaurant 2 two'}}
PR  : {'restaurant': {'day': 'friday', 'people': '8', 'name': 'restaurant 2 two'}}

Matched : True

----------------------
Turn: 2
Sys : Do you have a time preference?
Usr : yes at  11:15 if that's not available i can do 10:15

GT  : {'restaurant': {'day': 'friday', 'people': '8', 'time': '10:15', 'name': 'restaurant 2 two'}}
PR  : {'restaurant': {'day': 'friday', 'people': '8', 'time': '10:15', 'name': 'restaurant 2 two'}}

Matched : True

----------------------
Turn: 3
Sys : The booking for 10:15 was successful they will reserve the table for 15 minutes. The reference number is 6B5Z7VJ5.
Usr : Thanks. Can you help me find a train, too? I want to leave Cambridge some time after 12:15.

GT  : {'restaurant': {'day': 'friday', 'people': '8', 'time': '10:15', 'name': 'restaurant 2 two'}, 'train': {'departure': 'cambridge', 'leaveat': '12:15'}}
PR  : {'restaurant': {'day': 'friday', 'people': '8', 'time': '10:15', 'name': 'restaurant 2 two'}, 'train': {'departure': 'cambridge', 'leaveat': '12:15'}}

Matched : True

----------------------
Turn: 4
Sys : And where would you like your train to take you?
Usr : I need the train should go to peterborough and it should leave on saturday.

GT  : {'restaurant': {'day': 'friday', 'people': '8', 'time': '10:15', 'name': 'restaurant 2 two'}, 'train': {'day': 'saturday', 'departure': 'cambridge', 'destination': 'peterborough', 'leaveat': '12:15'}}
PR  : {'restaurant': {'day': 'friday', 'people': '8', 'time': '10:15', 'name': 'restaurant 2 two'}, 'train': {'day': 'saturday', 'departure': 'cambridge', 'destination': 'peterborough', 'leaveat': '12:15'}}

Matched : True

----------------------
Turn: 5
Sys : How about train TR3934? It leaves at 12:34 & arrives at 13:24. Travel time is 50 minutes.
Usr : That sounds fine.  Can I get tickets for my whole group please?

GT  : {'restaurant': {'day': 'friday', 'people': '8', 'time': '10:15', 'name': 'restaurant 2 two'}, 'train': {'people': '8', 'day': 'saturday', 'departure': 'cambridge', 'destination': 'peterborough', 'leaveat': '12:15'}}
PR  : {'restaurant': {'day': 'friday', 'people': '8', 'time': '10:15', 'name': 'restaurant 2 two'}, 'train': {'people': '8', 'day': 'saturday', 'departure': 'cambridge', 'destination': 'peterborough', 'leaveat': '12:15'}}

Matched : True

----------------------
Turn: 6
Sys : OK, the total fee for your group will be 105.60 GBP, payable at the station. Your reference number is 6YHB3TYA.
Usr : Thanks so much! That's all I needed for today.

GT  : {'restaurant': {'day': 'friday', 'people': '8', 'time': '10:15', 'name': 'restaurant 2 two'}, 'train': {'people': '8', 'day': 'saturday', 'departure': 'cambridge', 'destination': 'peterborough', 'leaveat': '12:15'}}
PR  : {'restaurant': {'day': 'friday', 'people': '8', 'time': '10:15', 'name': 'restaurant 2 two'}, 'train': {'people': '8', 'day': 'saturday', 'departure': 'cambridge', 'destination': 'peterborough', 'leaveat': '12:15'}}

Matched : True

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