From 2d94f036da3e965e7383901e8a8f39c19c50ae68 Mon Sep 17 00:00:00 2001 From: Pavan Mandava Date: Thu, 8 Sep 2022 23:40:40 +0530 Subject: [PATCH] Added output prediction files, fixed scripts & added JGA results in README.md --- README.md | 11 +- baseline/evaluate.py | 9 +- .../100-dpd/checkpoint-90000/output_test.json | 6260 +++++++++++++++++ .../50-dpd/checkpoint-55000/output_test.json | 6260 +++++++++++++++++ .../125-dpd/checkpoint-90000/output_test.json | 6260 +++++++++++++++++ .../250-dpd/checkpoint-90000/output_test.json | 6260 +++++++++++++++++ 6 files changed, 25057 insertions(+), 3 deletions(-) create mode 100644 outputs/baseline/experiment-20220829/100-dpd/checkpoint-90000/output_test.json create mode 100644 outputs/baseline/experiment-20220829/50-dpd/checkpoint-55000/output_test.json create mode 100644 outputs/baseline/experiment-20220831/125-dpd/checkpoint-90000/output_test.json create mode 100644 outputs/baseline/experiment-20220831/250-dpd/checkpoint-90000/output_test.json diff --git a/README.md b/README.md index 7e63cd6..ca27b31 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ MultiWOZ 2.1 [dataset](https://github.com/budzianowski/multiwoz/blob/master/data In the above table, term "*dpd*" refers to "*dialogues per domain*". For example, *50-dpd* means *50 dialogues per each domain*. -All the training and testing data can be found under [/data/baseline/](data/baseline/) folder. +All the training and testing data can be found under [/data/baseline/](data/baseline) folder. ## Environment Setup Python 3.6 is required for training the baseline model. `conda` is used for creating environments. @@ -140,3 +140,12 @@ Edit the [evaluate.py](baseline/evaluate.py) to set the predictions output file ```shell python evaluate.py ``` +#### Preliminary results of baseline evaluation +|data-split| JGA | +|--|:--:| +| 50-dpd | 28.64 | +| 100-dpd | 33.11 | +| 125-dpd | 35.79 | +| 250-dpd | 40.38 | + +> Note: The above results might change based on further experiments diff --git a/baseline/evaluate.py b/baseline/evaluate.py index f453df6..b2ccea4 100644 --- a/baseline/evaluate.py +++ b/baseline/evaluate.py @@ -101,20 +101,25 @@ class BaselineDSTEvaluator: correctly_predicted, total_turns = 0, 0 for truth, prediction in zip(true_states, prediction_states): + # print("Truth :: ", truth) + # print("Prediction :: ", prediction) total_turns += 1 if set(truth.keys()) != set(prediction.keys()): continue + has_wrong_slot_value = False for slot in truth: if truth[slot] != prediction[slot]: + has_wrong_slot_value = True break - correctly_predicted += 1 + if not has_wrong_slot_value: + correctly_predicted += 1 print('Evaluation :: Joint Goal Accuracy = ', (correctly_predicted / total_turns) * 100) -evaluator = BaselineDSTEvaluator('../data/outputs/experiment-20220831/125-dpd/checkpoint-90000/output_test.json', +evaluator = BaselineDSTEvaluator('../outputs/baseline/experiment-20220829/50-dpd/checkpoint-55000/output_test.json', '../data/baseline/test/test.soloist.json') predicted_belief_states = evaluator.parse_prediction_belief_states() true_belief_states = evaluator.parse_true_belief_states() diff --git a/outputs/baseline/experiment-20220829/100-dpd/checkpoint-90000/output_test.json b/outputs/baseline/experiment-20220829/100-dpd/checkpoint-90000/output_test.json new file mode 100644 index 0000000..0806d1b --- /dev/null +++ b/outputs/baseline/experiment-20220829/100-dpd/checkpoint-90000/output_test.json @@ -0,0 +1,6260 @@ +[ + [ + "belief : taxi destination = pizza hut fen ditton ; departure = saint johns collegesystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = pizza hut fen ditton ; departure = saint johns collegesystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = pizza hut fen ditton ; departure = saint johns collegesystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = pizza hut fen ditton ; departure = saint johns collegesystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = pizza hut fen ditton ; departure = saint johns collegesystem : i can help you with that. when do you need to leave?" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen ditton ; departure = saint johns collegesystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen ditton ; departure = saint johns collegesystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen ditton ; departure = saint johns collegesystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen ditton ; departure = saint johns collegesystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen ditton ; departure = saint johns collegesystem : i have a [taxi_type]with contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen causeway ; departure", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen causeway ; departure", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen causeway ; departure", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen causeway ; departure", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen causeway ; departure" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen causewaysystem : goodbye", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen causewaysystem : goodbye", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen causewaysystem : goodbye", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen causewaysystem : goodbye", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen causewaysystem : goodbye" + ], + [ + "belief : hotel pricerange = moderate ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel pricerange = moderate ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel pricerange = moderate ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel pricerange = moderate ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel pricerange = moderate ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : the [hotel_name]fits your criteria. would you like to book a room?", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : the [hotel_name]fits your criteria. would you like to book a room?", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : the [hotel_name]fits your criteria. would you like to book a room?", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : the [hotel_name]fits your criteria. would you like to book a room?", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : the [hotel_name]fits your criteria. would you like to book a room?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : the booking was successful. your reference number is [hotel_reference].", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : the booking was successful. your reference number is [hotel_reference].", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : the booking was successful. your reference number is [hotel_reference].", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : the booking was successful. your reference number is [hotel_reference].", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : the booking was successful. your reference number is [hotel_reference]." + ], + [ + "belief : hotel parking = yes ; type = guesthouse | booking day = saturday ; people = 4 ; stay = 4system : booking people = 03:45system : booking people = 03:45system : reference number [hotel_reference]", + "belief : hotel parking = yes ; stars = 3 ; type = guesthouse | booking day = saturdaysystem : booking people = 4system : booking people = 4system : i have booked you at [hotel_name]. reference number [hotel_reference].", + "belief : hotel parking = yes ; stars = 3 ; type = guesthouse | booking day = saturdaysystem : booking people = 4system : booking people = 4system : i have booked you at [hotel_name]. reference number [hotel_reference].", + "belief : hotel parking = yes ; type = guesthouse | booking day = saturday ; people = 4 ; stay = 4system : booking people = 03:45system : booking people = 3system : thanks. have a good day!", + "belief : hotel parking = yes ; type = guesthouse | booking day = saturday ; people = 4 ; stay = 4system : booking people = 03: 04system : i have booked your reservation." + ], + [ + "belief : hotel parking = yes, hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthouse = guesthousesystem : booked = 4system : booked at [hotel_name]. reference number [hotel_reference]", + "belief : hotel parking = yes, hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthouse = guesthousesystem : booked = 4system : booked at [hotel_name]. reference number [hotel_reference]", + "belief : hotel parking = yes, hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthouse = guesthousesystem : booked = 4system : booked at [hotel_name]. reference number [hotel_reference]", + "belief : hotel parking = yes, hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthouse = guesthousesystem : booked = 4system : booked at [hotel_name]. reference number [hotel_reference]", + "belief : hotel parking = yes, hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthouse = guesthousesystem : booked = 4system : booked at [hotel_name]." + ], + [ + "belief : hotel parking = yes.userbelief : hotel parking = yes,belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthouse = guesthousesystem : glad we could help!", + "belief : hotel parking = yes.userbelief : hotel parking = yes, people = 4 ; stay = 1system : have a good day.", + "belief : hotel parking = yes.userbelief : hotel parking = yes, party_area = north ; type = guesthouse = moderate | booking day = saturday", + "belief : hotel parking = yes.userbelief : hotel parking = yes, party_area = north ; type = guesthouse = moderate | booking day = saturday", + "belief : hotel parking = yes.userbelief : hotel parking = yes, party_area = north ; type = guesthouse = moderate | booking day = saturday" + ], + [ + "belief : attraction area = centresystem : i have many attractions in the [value_area]. anything in particular?", + "belief : attraction area = centresystem : i have many attractions in the [value_area]. anything in particular?", + "belief : attraction area = centresystem : i have many attractions in the [value_area]. anything in particular?", + "belief : attraction area = centresystem : i have many attractions in the [value_area]. anything in particular?", + "belief : attraction area = centresystem : i have many attractions in the [value_area]. anything in particular?" + ], + [ + "belief : hotel area = centre ; pricerange = cheap ; type = guesthouse | booking day = friday ; people = 1 ; stay = 5system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = cheap ; type = guesthouse | booking day = friday ; people = 1 ; stay = 5system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = cheap ; type = guesthouse | booking day = friday ; people = 1 ; stay = 5system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = cheap ; type = guesthouse | booking day = friday ; people = 1 ; stay = 5system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = cheap ; type = guesthouse | booking day = friday ; people = 1 ; stay = 5system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = centre north ; type = guesthouse | booking day = friday ; people = 1 ;", + "belief : hotel area = centre north ; type = guesthouse | booking day = friday ; people = 1 ;", + "belief : hotel area = centre north ; type = guesthouse | booking day = friday ; people = 1 ;", + "belief : hotel area = centre north ; type = guesthouse | booking day = friday ; people = 1 ;", + "belief : hotel area = centre north ; type = guesthouse | booking day = friday ; people = 1 ;" + ], + [ + "belief : restaurant food = proper britishsystem : there are no restaurant -s that serve proper british food. would you like to search a different area?", + "belief : restaurant food = proper britishsystem : there are no restaurant -s that serve proper british food. would you like to search a different area?", + "belief : restaurant food = proper britishsystem : there are no restaurant -s that serve proper british food. would you like to search a different area?", + "belief : restaurant food = proper britishsystem : there are no restaurant -s that serve proper british food. would you like to search a different area?", + "belief : restaurant food = proper britishsystem : there are no restaurant -s that serve proper british food. would you like to search a different area?" + ], + [ + "belief : restaurant food = british ; area = westsystem : i have [value_count]restaurant -s in that area, [value_count]for you. do you have a price range in mind?", + "belief : restaurant food = british ; area = westsystem : i have [value_count]restaurant -s in that area, [value_count]for you. do you have a price range in mind?", + "belief : restaurant food = british ; area = westsystem : i have [value_count]restaurant -s in that area, [value_count]for you. do you have a price range in mind?", + "belief : restaurant food = british ; area = westsystem : i have [value_count]restaurant -s in that area, [value_count]for you. do you have a price range in mind?", + "belief : restaurant food = british ; area = westsystem : i have [value_count]restaurant -s in that area, [value_count]for you. do you have a price range in mind?" + ], + [ + "belief : restaurant food = graffiti ; area = westsystem : sure, [restaurant_name]s phone number is [restaurant_phone]. their postcode is [restaurant_postcode]", + "belief : restaurant food = graffiti ; area = westsystem : sure, [restaurant_name]s phone number is [restaurant_phone]. their postcode is [restaurant_postcode]", + "belief : restaurant food = graffiti ; area = westsystem : sure, [restaurant_name]s phone number is [restaurant_phone]. their postcode is [restaurant_postcode]", + "belief : restaurant food = graffiti ; area = westsystem : sure, [restaurant_name]s phone number is [restaurant_phone]. their postcode is [restaurant_postcode]", + "belief : restaurant food = graffiti ; area = westsystem : sure, [restaurant_name]s phone number is [restaurant_phone]. their postcode is [restaurant_postcode]" + ], + [ + "belief : restaurant food = graffiti ; area = westsystem : enjoy!", + "belief : restaurant food = graffiti ; area = westsystem : enjoy!", + "belief : restaurant food = graffiti ; area = westsystem : enjoy!", + "belief : restaurant food = graffiti ; area = westsystem : enjoy!", + "belief : restaurant food = graffiti ; area = westsystem : enjoy!" + ], + [ + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have [value_count]trains that match that criteria, do you have an arrival time in mind?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have [value_count]trains that match that criteria, do you have an arrival time in mind?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have [value_count]trains that match that criteria, do you have an arrival time in mind?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have [value_count]trains that match that criteria, do you have an arrival time in mind?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have [value_count]trains that match that criteria, do you have an arrival time in mind?" + ], + [ + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : there are [value_count]trains that match your search. shall i choose", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : there are many results. what is your destination?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : there are many results. what is your destination?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : there are [value_count]trains that match your search. shall i choose", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : there are many results. what is your destination?" + ], + [ + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how many seats would you like?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how many seats would you like?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how many seats would you like?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how many seats would you like?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how many seats would you like?" + ], + [ + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem : how many peopleuse : train destination = nonesystem : can i help you today", + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem : how many peopleuse : train destination = nonesystem : can i help you today", + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem : how many peopleuse : train destination = nonesystem : can i assist you today", + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem : how many peopleuse : train destination = nonesystem : can i assist you today", + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem : how many peopleuse : can assist you today" + ], + [ + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem : enjoy your day", + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem : have a wonderful day! goodbye.", + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem : have a wonderful day! goodbye.", + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem : enjoy your day", + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem : have a wonderful day! goodbye." + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : there is [value_count][value_pricerange] restaurant -s to your request.", + "belief : restaurant pricerange = cheap ; area = centresystem : there is [value_count][value_pricerange] restaurant -s to your request.", + "belief : restaurant pricerange = cheap ; area = centresystem : there is [value_count][value_pricerange] restaurant -s to your request.", + "belief : restaurant pricerange = cheap ; area = centresystem : there is [value_count][value_pricerange] restaurant -s to your request.", + "belief : restaurant pricerange = cheap ; area = centresystem : there is [value_count][value_pricerange] restaurant -s to your request." + ], + [ + "belief : restaurant food = golden house ; pricerange = cheap ; name = i'm sorry, i cannot book at", + "belief : restaurant food = golden house ; pricerange = cheap ; name = i could use your help=>!!", + "belief : restaurant food = golden house ; pricerange = cheap ; name = i could use your help=>!!", + "belief : restaurant food = golden house ; pricerange = cheap ; name = i housesystem : the address is [restaurant_address]", + "belief : restaurant food = golden house ; pricerange = cheap ; name = i housesystem : the address is [restaurant_address]" + ], + [ + "belief : restaurant food = golden house ; pricerange = cheap ; name = nonesystem : goodbyesystem : goodbye.", + "belief : restaurant food = golden house ; pricerange = cheap ; name = nonesystem : goodbyesystem : goodbye.", + "belief : restaurant food = golden house ; pricerange = cheap ; name = nonesystem : goodbyesystem : goodbye.", + "belief : restaurant food = golden house ; pricerange = cheap ; name = nonesystem : goodbyesystem : goodbye.", + "belief : restaurant food = golden house ; pricerange = cheap ; name = nonesystem : goodbyesystem : goodbye." + ], + [ + "belief : hotel name = a and b guest housesystem : there is a and b guest house. would you like me to make a reservation?", + "belief : hotel name = a and b guest housesystem : there is a and b guest house. would you like me to make a reservation?", + "belief : hotel name = a and b guest housesystem : there is a and b guest house. would you like me to make a reservation?", + "belief : hotel name = a and b guest housesystem : there is a and b guest house. would you like me to make a reservation?", + "belief : hotel name = a and b guest housesystem : there is a and b guest house. would you like me to make a reservation?" + ], + [ + "belief : hotel name = a and b guest housesystem : the address is [hotel_address]and the phone number is [hotel_phone]. can i get you any further information?", + "belief : hotel name = a and b guest housesystem : the address is [hotel_address]and the phone number is [hotel_phone]. can i get you any further information?", + "belief : hotel name = a and b guest housesystem : the address is [hotel_address]and the phone number is [hotel_phone]. can i get you any further information?", + "belief : hotel name = a and b guest housesystem : the address is [hotel_address]and the phone number is [hotel_phone]. can i get you any further information?", + "belief : hotel name = a and b guest housesystem : the address is [hotel_address]and the phone number is [hotel_phone]. can i get you any further information?" + ], + [ + "belief : hotel name = a and b guest housesystem : you are welcome. bye.", + "belief : hotel name = a and b guest housesystem : you are welcome. bye.", + "belief : hotel name = a and b guest housesystem : you are welcome. bye.", + "belief : hotel name = a and b guest housesystem : you are welcome. bye.", + "belief : hotel name = a and b guest housesystem : you are welcome. bye." + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]guesthouses available. can you tell me what area you are looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]guesthouses available. can you tell me what area you are looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]guesthouses available. can you tell me what area you are looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]guesthouses available. can you tell me what area you are looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]guesthouses available. can you tell me what area you are looking for?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i am sorry but i cannot find a guesthouse in the [value_area] that is [value_pricerange]. would you like me to look for something different?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i am sorry but i cannot find a guesthouse in the [value_area] that is [value_pricerange]. would you like me to look for something different?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i am sorry but i cannot find a guesthouse in the [value_area] that is [value_pricerange]. would you like me to look for something different?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i am sorry but i cannot find a guesthouse in the [value_area] that is [value_pricerange]. would you like me to look for something different?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i am sorry but i cannot find a guesthouse in the [value_area] that is [value_pricerange]. would you like me to look for something different?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : how about the [hotel_name]?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : what day = saturdaysystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : can i help you today=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : hotel parking = yes ==>belief : hotel pricerange = cheap ; type = hotelsystem : booked = 08:15", + "belief : hotel parking = yes ==>belief : hotel pricerange = cheap ; type = hotelsystem : booked = 08:30system : people = 8system : how many nights would you like it for you?", + "belief : hotel parking = yes = yes ; pricerange = cheapsystem : how many people = 8system : what day = friday", + "belief : hotel parking = yes = yes ; pricerange = cheap", + "belief : hotel parking = yes ==>belief : hotel pricerange = cheap ; type = hotelsystem : booking day = friday ; people = 8system : how many nights = 4" + ], + [ + "belief : hotel parking = yes.", + "belief : hotel parking = yes.", + "belief : hotel parking = yes.", + "belief : hotel parking = yes.", + "belief : hotel parking = yes." + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s in the center. what type of food are you interested in?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s in the center. what type of food are you interested in?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s in the center. what type of food are you interested in?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s in the center. what type of food are you interested in?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s in the center. what type of food are you interested in?" + ], + [ + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : just", + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : booking was unsuccessful at [restaurant_name]. do you want to find another restaurant?", + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : just", + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : just", + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : just" + ], + [ + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : is there anything else i can help you with today?", + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : is there anything else i can help you with today?", + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : is there anything else we can help you with today?", + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : is there anything else i can help you with today?", + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : is there anything else we can help you with today?" + ], + [ + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : have a great day! goodbye.", + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : have a great day! goodbye.", + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : have a great day! goodbye.", + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : have a great day! goodbye.", + "belief : restaurant pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : have a great day! goodbye." + ], + [ + "belief : restaurant pricerange = expensive ; area = westsystem : there are quite a few restaurant -s in the [value_area]. would you prefer something [value_pricerange] or [value_pricerange] -ly priced?", + "belief : restaurant pricerange = expensive ; area = westsystem : there are quite a few restaurant -s in the [value_area], what would you like to know?", + "belief : restaurant pricerange = expensive ; area = westsystem : there are quite a few restaurant -s in the [value_area], what would you like to know?", + "belief : restaurant pricerange = expensive ; area = westsystem : there are quite a few restaurant -s in the [value_area], what would you like to know?", + "belief : restaurant pricerange = expensive ; area = westsystem : there are quite a few restaurant -s in the [value_area], would you like to narrow your request?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : i am sorry", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : i am sorry", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : i am sorry", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : i am sorry", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : i am sorry" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : okay, good day = monday ; departure = tuesdaysystem : the booking was successful", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : booking day = monday ; people = 1system : the booking was successful! enjoy!", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : booking day = monday ; people = 1system : yes, time = 11:45system : booking was successful", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : booking day = monday ; people = 1system : the table will be made!", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : booking day = monday ; people = 1system : yes restaurant food = nonesystem : the booking was successful! booked at [restaurant_name]. your table will be reserved for [value_count]minutes." + ], + [ + "belief : restaurant food = indian ; area = west = dont care | booking day = monday ; people = 1 = 1system : goodbye.", + "belief : restaurant food = indian ; area = west = dont care | booking day = monday ; people = 1 = 1system : goodbye.", + "belief : restaurant food = indian ; area = west = dont care | booking day = monday ; people = 1 = 1system : goodbye.", + "belief : restaurant food = indian ; area = west = dont care | booking day = monday ; people = 1 = 1system : goodbye.", + "belief : restaurant food = indian ; area = west = dont care | booking day = monday ; people = 1 = 1system : goodbye." + ], + [ + "belief : taxi arriveby = 09:00system : i can help with that! where are you coming from?", + "belief : taxi arriveby = 09:00system : i can help with that! where are you coming from?", + "belief : taxi arriveby = 09:00system : i can help with that! where are you coming from?", + "belief : taxi arriveby = 09:00system : i can help with that! where are you coming from?", + "belief : taxi arriveby = 09:00system : i can help with that! where are you coming from?" + ], + [ + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : restaurant food = indian ; area = northsystem : i am sorry, there are no [value_pricerange] [value_food] restaurant -s in the [value_area]. would you like to try something else?", + "belief : restaurant food = indian ; area = northsystem : i am sorry, there are no [value_pricerange] [value_food] restaurant -s in the [value_area]. would you like to try something else?", + "belief : restaurant food = indian ; area = northsystem : i am sorry, there are no [value_pricerange] [value_food] restaurant -s in the [value_area]. would you like to try something else?", + "belief : restaurant food = indian ; area = northsystem : i am sorry, there are no [value_pricerange] [value_food] restaurant -s in the [value_area]. would you like to try something else?", + "belief : restaurant food = indian ; area = northsystem : i am sorry, there are no [value_pricerange] [value_food] restaurant -s in the [value_area]. would you like to try something else?" + ], + [ + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : the address is [restaurant_address]. may i help you with anything else?", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : the address is [restaurant_address]. may i help you with anything else?", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : the address is [restaurant_address]. may i help you with anything else?", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : the address is [restaurant_address]. may i help you with anything else?", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : the address is [restaurant_address]. may i help you with anything else?" + ], + [ + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : goodbye.", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : goodbye.", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : goodbye.", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : goodbye.", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : goodbye." + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallerysystem : i would be happy to help with your request, but first i will need to know, what time you would like to leave and arrive?", + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallerysystem : i would be happy to help with your request, but first i will need to know, what time you would like to leave and arrive?", + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallerysystem : i would be happy to help with your request, but first i will need to know, what time you would like to leave and arrive?", + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallerysystem : i would be happy to help with your request, but first i will need to know, what time you would like to leave and arrive?", + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallerysystem : i would be happy to help with your request, but first i will need to know, what time you would like to leave and arrive?" + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallery ; arriveby = 20:00system : i have booked for you a [taxi_type], contact number is [taxi_phone]. is there anything else i can help you with", + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallery ; arriveby = 20:00system : i have booked for you a [taxi_type], contact number is [taxi_phone]. is there anything else i can help you with", + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallery ; arriveby = 20:00system : i have booked for you a [taxi_type], contact number is [taxi_phone]. is there anything else i can help you with", + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallery ; arriveby = 20:00system : i have booked for you a [taxi_type], contact number is [taxi_phone]. is there anything else i can help you with", + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallery ; arriveby = 20:00system : i have booked for you a [taxi_type], contact number is [taxi_phone]. is there anything else i can help you with" + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallery ; arriveby = 20:00system : great.", + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallery ; arriveby = 20:00system : great.", + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallery ; arriveby = 20:00system : great.", + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallery ; arriveby = 20:00system : great.", + "belief : taxi destination = don pasquale pizzeria ; departure = regency gallery ; arriveby = 20:00system : great." + ], + [ + "belief : taxi leaveat = 14:45 ; departure =ian hong housesystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 14:45 ; departure =ian hong housesystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 14:45 ; departure =ian hong housesystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 14:45 ; departure =ian hong housesystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 14:45 ; departure =ian hong housesystem : i would be happy to help! where are you coming from?" + ], + [ + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = saffron brasseriesystem : i have booked you a [taxi_type]with a contact number of [taxi_phone].", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = saffron brasseriesystem : i have booked you a [taxi_type]with a contact number of [taxi_phone].", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = saffron brasseriesystem : i have booked you a [taxi_type]with a contact number of [taxi_phone].", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = cambridgesystem : i have booked you a [taxi_type]. the contact number is [taxi_phone].", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = saffron brasseriesystem : i have booked you a [taxi_type]with a contact number of [taxi_phone]." + ], + [ + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = cambridgesystem : you are welcome. do you need any further assistance?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = cambridgesystem : you are welcome. do you need any further assistance?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = cambridgesystem : you are welcome. do you need any further assistance?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = cambridgesystem : you are welcome. do you need any further assistance?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = cambridgesystem : you are welcome. do you need any further assistance?" + ], + [ + "belief : taxi leaveat = 01:45 ; destination = pembroke college ; departure = prezzosystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 01:45 ; destination = pembroke college ; departure = bloomsbury restaurantsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 01:45 ; destination = pembroke college ; departure = bloomsbury restaurantsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 01:45 ; destination = pembroke college ; departure = prezzosystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 01:45 ; destination = pembroke college ; departure = cambridge museum of technologysystem : i would be happy to help! where are you coming from?" + ], + [ + "belief : taxi leaveat = 01:45 ; destination = pembroke college ; departure = the ballaresystem : when do you need to arrive?", + "belief : taxi leaveat = 01:45 ; destination = pembroke college ; departure = the ballaresystem : when do you need to arrive?", + "belief : taxi leaveat = 01:45 ; destination = pembroke college ; departure = the ballaresystem : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi leaveat = 01:45 ; destination = pembroke college ; departure = the ballaresystem : great. i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi leaveat = 01:45 ; destination = pembroke college ; departure = the ballaresystem : when do you need to arrive?" + ], + [ + "belief : taxi departure = yu garden ; arriveby = 14:30system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi departure = yu garden ; arriveby = 14:30system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi departure = yu garden ; arriveby = 14:30system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi departure = yu garden ; arriveby = 14:30system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi departure = yu garden ; arriveby = 14:30system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?" + ], + [ + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : okay, i have booked you a [taxi_type]for an [value_time]pickup.", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : okay, i have booked you a [taxi_type]for an [value_time]pickup.", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : okay, i have booked you a [taxi_type]for an [value_time]pickup.", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : okay, i have booked you a [taxi_type]for an [value_time]pickup.", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : okay, i have booked you a [taxi_type]for an [value_time]pickup." + ], + [ + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : thanks and enjoy your visit!", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : thanks and enjoy your visit!", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : thanks and enjoy!", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : thanks and enjoy your visit!", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : thanks and enjoy your visit!" + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : i am sorry, there are no [value_pricerange] [value_food] restaurant -s in the central area.", + "belief : restaurant pricerange = moderate ; area = centresystem : i am sorry, there are no [value_pricerange] [value_food] restaurant -s in the central area.", + "belief : restaurant pricerange = moderate ; area = centresystem : i am sorry, there are no [value_pricerange] [value_food] restaurant -s in the central area.", + "belief : restaurant pricerange = moderate ; area = centresystem : i am sorry, there are no [value_pricerange] [value_food] restaurant -s in the central area. would you like to try something else?", + "belief : restaurant pricerange = moderate ; area = centresystem : i am sorry, there are no [value_pricerange] [value_food] restaurant -s in the central area. would you like to try something else?" + ], + [ + "belief : restaurant food = lebanese ; pricerange = moderate ; area = centresystem : there s actually is!", + "belief : restaurant food = lebanese ; pricerange = moderate ; area = centresystem : there s actually is!", + "belief : restaurant food = lebanese ; pricerange = moderate ; area = centresystem : there s actually is!", + "belief : restaurant food = lebanese ; pricerange = moderate ; area = centresystem : there s actually is!", + "belief : restaurant food = lebanese ; pricerange = moderate ; area = centresystem : there s actually is!" + ], + [ + "belief : restaurant food = lebanese = dont care ; pricerange = moderate ; area = centresystem : sure!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese = dont care ; pricerange = moderate ; area = centresystem : sure!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese = dont care ; pricerange = moderate ; area = centresystem : sure!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese = dont care ; pricerange = moderate ; area = centresystem : sure!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese = dont care ; pricerange = moderate ; area = centresystem : sure!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : restaurant food = lebanese = dont care.", + "belief : restaurant food = lebanese = dont care.", + "belief : restaurant food = lebanese = dont care.", + "belief : restaurant food = lebanese = dont care.", + "belief : restaurant food = lebanese = dont care." + ], + [ + "belief : restaurant food = lebanese = dont care", + "belief : restaurant food = lebanese = dont care", + "belief : restaurant food = lebanese = dont care", + "belief : restaurant food = lebanese = dont care", + "belief : restaurant food = lebanese = dont care" + ], + [ + "belief : train destination = stansted airport ; arriveby = 13:30system : i have a train going to [value_place]that will arrive at [value_time]and leaves at [value_time]. does that work for you?", + "belief : train destination = stansted airport ; arriveby = 13:30system : i have a train going to [value_place]that will arrive at [value_time]and leaves at [value_time]. does that work for you?", + "belief : train destination = stansted airport ; arriveby = 13:30system : when would you like to depart [value_place]?", + "belief : train destination = stansted airport ; arriveby = 13:30system : i have a train going to [value_place]that will arrive at [value_time]and leaves at [value_time]. does that work for you?", + "belief : train destination = stansted airport ; arriveby = 13:30system : i have a train going to [value_place]that will arrive at [value_time]and leaves at [value_time]. does that work for you?" + ], + [ + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : there are [value_count]trains, would you like me to book you [value_count]?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : there are [value_count]trains, would you like me to book you [value_count]?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : there are [value_count]trains, would you like me to book you [value_count]?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : there are [value_count]trains, would you like me to book you [value_count]?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : there are [value_count]trains, would you like me to book you [value_count]?" + ], + [ + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem" + ], + [ + "belief : train destination = ely ; day = sunday ; arriveby = 13:30system : have a wonderful day", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30system : have a wonderful day", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30system : have a wonderful day", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30system : have a wonderful day", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30system : have a wonderful day" + ], + [ + "belief : train destination = ely ; day = wednesday", + "belief : train destination = ely ; day = wednesday", + "belief : train destination = ely ; day = wednesday", + "belief : train destination = ely ; day = wednesday", + "belief : train destination = ely ; day = wednesday" + ], + [ + "belief : hotel parking = yes ; pricerange = expensivesystem : there is [value_count]hotel and it is located in the [value_area]. would you like to book?", + "belief : hotel parking = yes ; pricerange = expensivesystem : there is [value_count]hotel and it is located in the [value_area]. would you like to book?", + "belief : hotel parking = yes ; pricerange = expensivesystem : there is [value_count]hotel and it is located in the [value_area]. would you like to book?", + "belief : hotel parking = yes ; pricerange = expensivesystem : there is [value_count]hotel and it is located in the [value_area]. would you like to book?", + "belief : hotel parking = yes ; pricerange = expensivesystem : there is [value_count]hotel and it is located in the [value_area]. would you like to book?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4 ; type = guesthousesystem : we have [value_count]of those, would you like to narrow your choices", + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4 ; type = guesthousesystem : we have [value_count]of those, would you like to narrow your choices", + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4 ; type = guesthousesystem : we have [value_count]of those, would you like to narrow your choices", + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4 ; type = guesthousesystem : we have [value_count]of those, would you like to narrow your choices", + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4 ; type = guesthousesystem : we have [value_count]of those, would you like to narrow your choices" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : can i get you a room at the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : can i get you a room at the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : can i get you a room at the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : can i get you a room at the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : can i get you a room at the [hotel_name]?" + ], + [ + "belief : hotel parking = yes = yes ; pricerange = cheap=>belief : hotel parking = yes ; stars = 4 ; type = guesthousesystem : your reference number is [hotel_reference].", + "belief : hotel parking = yes = yes ; pricerange = cheap=>belief : hotel parking = yes ; stars = 4 ; type = guesthousesystem : your reference number is [hotel_reference].", + "belief : hotel parking = yes = yes ; pricerange = cheap=>belief : hotel parking = yes ; stars = 4 ; type = guesthousesystem : your reference number is [hotel_reference].", + "belief : hotel parking = yes = yes ; pricerange = cheap=>belief : hotel parking = yes ; stars = 4 ; type = guesthousesystem : your reference number is [hotel_reference].", + "belief : hotel parking = yes = yes ; pricerange = cheap=>belief : hotel parking = yes ; stars = 4 ; type = guesthousesystem : your reference number is [hotel_reference]." + ], + [ + "belief : hotel parking = yes.=>belief : hotel parking = yes ; pricerange = cheap ; type = guesthouse = yes | booking day = wednesdaysystem : goodbye.", + "belief : hotel parking = yes.", + "belief : hotel parking = yes.", + "belief : hotel parking = yes.", + "belief : hotel parking = yes." + ], + [ + "belief : taxi destination = miams green outdoor pool ; departure = kings lynn train station ; arriveby = 12:45system : i would be happy to help! where are you coming from?", + "belief : taxi destination = miams green outdoor pool ; departure = kings lynn train station ; arriveby = 12:45system : i would be happy to help! where are you coming from?", + "belief : taxi destination = miams green outdoor pool ; departure = fitzwilliam museum ; arriveby = 12:45system : i would be happy to help! where are you coming from?", + "belief : taxi destination = miams green outdoor pool ; departure = fitzwilliam museum ; arriveby = 12:45system : i would be happy to help! where are you coming from?", + "belief : taxi destination = miams green outdoor pool ; departure = kings lynn train station ; arriveby = 12:45system : i would be happy to help! where are you coming from?" + ], + [ + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : i have booked you a [taxi_type]", + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : i have booked you a [taxi_type]", + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : i have booked you a [taxi_type]", + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : i have booked you a [taxi_type]", + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : i have booked you a [taxi_type]" + ], + [ + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : okay! have a great day! goodbye!", + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : okay! have a great day! goodbye!", + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : thank you! goodbye.", + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : okay! have a nice day! goodbye!", + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : thank you! goodbye." + ], + [ + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : have a wonderful day", + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : have a wonderful day", + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : thanks and enjoy!", + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : thanks and enjoy!", + "belief : taxi destination = miams art and antiques ; departure = williams art and antiques ; arriveby = 12:45system : have a wonderful day!" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : i have nothing in between. i have nothing in between.", + "belief : attraction type = entertainment ; area = eastsystem : i have nothing in between. i am sorry. would you like to try something else?", + "belief : attraction type = entertainment ; area = eastsystem : i have nothing in between. i am sorry.", + "belief : attraction type = entertainment ; area = eastsystem : i have found no entertainment in the [value_area]. would you like me to look for something else?", + "belief : attraction type = entertainment ; area = eastsystem : i have nothing in between. i am sorry." + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address]and the post code is [attraction_postcode]. can i help you with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address]and the post code is [attraction_postcode]. can i help you with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address]and the post code is [attraction_postcode]. can i help you with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address]and the post code is [attraction_postcode]. can i help you with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address]and the post code is [attraction_postcode]. can i help you with anything else?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : sure. it s free! it iss located at [attraction_address].", + "belief : attraction type = entertainment ; area = eastsystem : sure. it s free! it iss located at [attraction_address].", + "belief : attraction type = entertainment ; area = eastsystem : sure. it s free! it iss located at [attraction_address].", + "belief : attraction type = entertainment ; area = eastsystem : sure. it s free! it iss located at [attraction_address].", + "belief : attraction type = entertainment ; area = eastsystem : sure. it s free! it iss located at [attraction_address]." + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : have a great day!", + "belief : attraction type = entertainment ; area = eastsystem : have a great day!!", + "belief : attraction type = entertainment ; area = eastsystem : have a great day!", + "belief : attraction type = entertainment ; area = eastsystem : have a great day!", + "belief : attraction type = entertainment ; area = eastsystem : have a great day!!" + ], + [ + "belief : restaurant food = european ; area = southsystem : i am sorry. there are no [value_food] restaurant -s in the [value_area] part of town.", + "belief : restaurant food = european ; area = southsystem : i am sorry. there are no [value_food] restaurant -s in the [value_area] part of town.", + "belief : restaurant food = european ; area = southsystem : i am sorry. there are no [value_food] restaurant -s in the [value_area] part of town.", + "belief : restaurant food = european ; area = southsystem : i am sorry. there are no [value_food] restaurant -s in the [value_area] part of town.", + "belief : restaurant food = european ; area = southsystem : i am sorry. there are no [value_food] restaurant -s in the [value_area] part of town." + ], + [ + "belief : restaurant food = european ; pricerange = expensive ; area = southsystem : how about [restaurant_name]? it s in the [value_area].", + "belief : restaurant food = european ; pricerange = expensive ; area = southsystem : how about [restaurant_name]? it s in the [value_area].", + "belief : restaurant food = european ; pricerange = expensive ; area = southsystem : how about [restaurant_name]? it s in the [value_area].", + "belief : restaurant food = european ; pricerange = expensive ; area = southsystem : how about [restaurant_name]? it s in the [value_area].", + "belief : restaurant food = european ; pricerange = expensive ; area = southsystem : how about [restaurant_name]? it s in the [value_area]." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : there are many [value_food] restaurant -s in the [value_area].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : there are many [value_food] restaurant -s in the [value_area].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : there are many [value_food] restaurant -s in the [value_area].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : there are many [value_food] restaurant -s in the [value_area].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : there are many [value_food] restaurant -s in the [value_area]." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : sure, enjoy your day.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : sure, 8", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : sure, enjoy your day.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : sure, 8", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : sure, 8" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : booking day = tuesday", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : booking day = tuesday", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : booking day = tuesday", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : booking day = tuesday", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : booking day = tuesday" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : your reservation at [restaurant_name]is booked at [restaurant_name].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : your reservation at [restaurant_name]is booked at [restaurant_name].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : your reservation at [restaurant_name]is booked at [restaurant_name].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : booked at [restaurant_name].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : booked at [restaurant_name]." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : you are welcome.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : you are welcome.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : you are welcome.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : you are welcome.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : you are welcome." + ], + [ + "belief : hotel pricerange = cheap ; area = northsystem : there are [value_count][value_pricerange] place -s. do you have any other preferences or would you like my recommendation?", + "belief : hotel pricerange = cheap ; area = northsystem : there are [value_count][value_pricerange] place -s. do you have any other preferences or would you like my recommendation?", + "belief : hotel pricerange = cheap ; area = northsystem : there are [value_count][value_pricerange] place -s. do you have any other preferences or would you like my recommendation?", + "belief : hotel pricerange = cheap ; area = northsystem : there are [value_count][value_pricerange] place -s. do you have any other preferences or would you like my recommendation?", + "belief : hotel pricerange = cheap ; area = northsystem : there are [value_count][value_pricerange] place -s. do you have any other preferences or would you like my recommendation?" + ], + [ + "belief : hotel pricerange = cheap ; stars = 4 ; internet = yessystem : is there a particular area of the city where you would like to stay?", + "belief : hotel pricerange = cheap ; stars = 4 ; internet = yessystem : is there a particular area of the city where you would like to stay?", + "belief : hotel pricerange = cheap ; stars = 4 ; internet = yessystem : is there a particular area of the city where you would like to stay?", + "belief : hotel pricerange = cheap ; stars = 4 ; internet = yessystem : i have [value_count]hotel -s that match your requirement -s. do you have a", + "belief : hotel pricerange = cheap ; stars = 4 ; internet = yessystem : is there a particular area of the city where you would like to stay?" + ], + [ + "belief : hotel pricerange = cheap ; stars = 4 ; internet = yes", + "belief : hotel pricerange = cheap ; stars = 4 ; internet = yes", + "belief : hotel pricerange = cheap ; stars = 4 ; internet = yes", + "belief : hotel pricerange = cheap ; stars = 4 ; internet = yes", + "belief : hotel pricerange = cheap ; stars = 4 ; internet = yes" + ], + [ + "belief : hotel area = north ; pricerange = cheap ; stars = 4system : booking day = 1system : booking people = 1system : booking people = 1system : thank you! goodbye.", + "belief : hotel area = north ; pricerange = cheap ; stars = 4system : booking day = 1system : booking people = 1system : great. have a wonderful day! goodbye.", + "belief : hotel area = north ; pricerange = cheap ; stars = 4system : booking day = 1system : booking people = 1system : booking people = 1system : great. have a wonderful day! goodbye.", + "belief : hotel area = north ; pricerange = cheap ; stars = 4system : booking day = 1system : booking people = 1system : booking was successful! booked at [hotel_name]", + "belief : hotel area = north ; pricerange = cheap ; stars = 4system : booking day = 1system : booking people = 1system : great. have a wonderful day! goodbye." + ], + [ + "belief :belief : hotel area = north = dont care ; pricerange = cheap ; stars = 1system : goodbye.", + "belief :belief : hotel area = north = dont care ; pricerange = cheap ; stars = 1system : goodbye.", + "belief :belief : hotel area = north = dont care ; pricerange = cheap ; stars = 1system : goodbye.", + "belief :belief : hotel area = north = dont care ; pricerange = cheap ; stars = 1system : goodbye.", + "belief :belief : hotel area = north = dont care ; pricerange = cheap ; stars = 1system : goodbye." + ], + [ + "belief : hotel area = north = dont care.", + "belief : hotel area = north = dont care.", + "belief : hotel area = north = dont care.", + "belief : hotel area = north = dont care.", + "belief : hotel area = north = dont care." + ], + [ + "belief : hotel area = north ; pricerange = cheap ; stars = 4", + "belief : hotel area = north = dont care.", + "belief : hotel area = north = dont care.", + "belief : hotel area = north ; pricerange = cheap ; stars = 4", + "belief : hotel area = north ; pricerange = cheap ; stars = 4" + ], + [ + "belief : hotel area = northsystem : there are quite a few. if you would like a [value_pricerange] alternative, i can recommend [hotel_name], on chesterton road. or for a [value_pricerange] rate, [hotel_name]is next door.", + "belief : hotel area = northsystem : there are quite a few. do you have a price range in mind, or a particular star rating you would like me to look for?", + "belief : hotel area = northsystem : there are quite a few. if you would like a [value_pricerange] alternative, i can recommend [hotel_name], on chesterton road. or for a [value_pricerange] rate, [hotel_name]is next door.", + "belief : hotel area = northsystem : there are quite a few. do you have a price range in mind, or a particular star rating you would like me to look for?", + "belief : hotel area = northsystem : there are quite a few. if you would like a [value_pricerange] alternative, i can recommend [hotel_name], on chesterton road. or for a [value_pricerange] rate, [hotel_name]is next door." + ], + [ + "belief : hotel area = north ; pricerange = expensive ; stars = 4system : yes, they both do! do either fancy your interest", + "belief : hotel area = north ; pricerange = expensive ; stars = 4system : yes, they both do! do either fancy your interest", + "belief : hotel area = north ; pricerange = expensive ; stars = 4system : yes, they both do! do either fancy your interest", + "belief : hotel area = north ; pricerange = expensive ; stars = 4system : yes, they both do! do either fancy your interest", + "belief : hotel area = north ; pricerange = expensive ; stars = 4system : yes, they both do! do either fancy your interest" + ], + [ + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : yes, would you like = dont caresystem : booked at [hotel_name]!", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : yes, would you like = nicesystem : would you like a guesthouse work for you?", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : yes, would you like = nicesystem : would you like a guesthouse work for you?", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : yes, would you like = dont caresystem : would you like a hotel in the [value_area] part of town", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : yes, shall i book [value_count]?" + ], + [ + "belief : hotel area = north stars = dont caresystem : have a nice day.", + "belief : hotel area = north stars = dont caresystem : have a nice day. bye.", + "belief : hotel area = north stars = dont caresystem : have a nice day.", + "belief : hotel area = north stars = dont caresystem : have a nice day. bye.", + "belief : hotel area = north stars = dont caresystem : have a nice day." + ], + [ + "belief :belief : hotel area = north = dont care ; stars = 4 ; type = guesthousesystem : booking day = sundaysystem : booking people = 3system : booked at [hotel_name]!", + "belief :belief : hotel area = north = dont care ; stars = 4 ; type = guesthousesystem : booking day = sundaysystem : booking people = 3system : booked at [hotel_name]!", + "belief :belief : hotel area = north = dont care ; stars = 4 ; type = guesthousesystem : booking day = sundaysystem : booking people = 3system : booked at [hotel_name]!", + "belief :belief : hotel area = north = dont care ; stars = 4 ; type = guesthousesystem : booking day = sundaysystem : booking people = 3system : booked at [hotel_name]!", + "belief :belief : hotel area = north = dont care ; stars = 4 ; type = guesthousesystem : booking day = sundaysystem : booking people = 3system : booked at [hotel_name]!" + ], + [ + "belief : hotel area = north = dont care ; stars = 4", + "belief : hotel area = north = dont care ; stars = 4", + "belief : hotel area = north = dont care ; stars = 4 ; type = guesthousesystem : your reference number is [hotel_reference].", + "belief : hotel area = north = dont care ; stars = 4 ; type = guesthousesystem : your reference number is [hotel_reference].", + "belief : hotel area = north = dont care ; stars = 4" + ], + [ + "belief : hotel area = north = north ; stars = 4 ; type = guesthousesystem : enjoy your stay.", + "belief : hotel area = north = north ; stars = 4 ; type = guesthousesystem : enjoy your stay.", + "belief : hotel area = north = north ; stars = 4 ; type = guesthousesystem : enjoy your stay.", + "belief : hotel area = north = northsystem : enjoy your stay.", + "belief : hotel area = north = northsystem : enjoy your stay." + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : sure thing, when you like to leave by?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : sure thing, when you like to leave by?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : sure thing, when you like to leave by?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : sure thing, when you like to leave by?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : sure thing, when you like to leave by?" + ], + [ + "belief : taxi destination = cineworld cinema ; arriveby = 15:45system : i have booked you a [taxi_type]with contact number [taxi_phone].", + "belief : taxi destination = cineworld cinema ; arriveby = 15:45system : i have booked you a [taxi_type]with contact number [taxi_phone].", + "belief : taxi destination = cineworld cinema ; arriveby = 15:45system : i have booked you a [taxi_type]with contact number [taxi_phone].", + "belief : taxi destination = cineworld cinema ; arriveby = 15:45system : i have booked you a [taxi_type]with contact number [taxi_phone].", + "belief : taxi destination = cineworld cinema ; arriveby = 15:45system : i have booked you a [taxi_type]with contact number [taxi_phone]." + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : great! have", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome" + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome! have a great day! goodbye", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome! have a great day! goodbye", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome! have a nice day! goodbye", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome! have a great day! goodbye", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome! have a great day! goodbye" + ], + [ + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi and parking, would you like to narrow it down by area or price range?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi and parking, would you like to narrow it down by area or price range?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi and parking, would you like to narrow it down by area or price range?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi and parking, would you like to narrow it down by area or price range?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi and parking, would you like to narrow it down by area or price range?" + ], + [ + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses available. which would you prefer?", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses available. are you looking for a specific price range or star rating?", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses available. are you looking for a specific price range or star rating?", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses available. are you looking for a specific price range or star rating?", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses available. are you looking for a specific price range or star rating?" + ], + [ + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = centre | booking day = wednesday ; people = 1 ; stay = 4system : that time = 4system : booked at [hotel_name]", + "belief : hotel area = centre | booking day = wednesday ; people = 1 ; stay = 4system : that day = 4system : booked at [hotel_name]", + "belief : hotel area = centre | booking day = wednesday ; people = 1 ; stay = 4system : that time = 4system : booked at [hotel_name]", + "belief : hotel area = centre | booking day = wednesday ; people = 1 ; stay = 4system : that time = 4system : booked at [hotel_name]", + "belief : hotel area = centre | booking day = wednesday ; people = 1 ; stay = 4system : that is all right" + ], + [ + "belief : hotel area = centre | booking day = tuesday ; people = 1 ; stay = 4system : goodbye.", + "belief : hotel area = centre | booking day = tuesday ; people = 1 ; stay = 4system : goodbye.", + "belief : hotel area = centre | booking day = tuesday ; people = 1 ; stay = 4system : goodbye.", + "belief : hotel area = centre | booking day = tuesday ; people = 1 ; stay = 4system : goodbye.", + "belief : hotel area = centre | booking day = tuesday ; people = 1 ; stay = 4system : goodbye." + ], + [ + "belief : train destination = cambridge ; departure = kings lynnsystem : sure! when would you like to arrive?", + "belief : train destination = cambridge ; departure = kings lynnsystem : sure! when would you like to arrive?", + "belief : train destination = cambridge ; departure = kings lynnsystem : sure! when would you like to arrive?", + "belief : train destination = cambridge ; departure = kings lynnsystem : sure! when would you like to arrive?", + "belief : train destination = cambridge ; departure = kings lynnsystem : sure! when would you like to arrive?" + ], + [ + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : how many people are staying?", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : how many people are staying?", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : how many people are staying?", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : how many people are staying?", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : how many people are staying?" + ], + [ + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : you are booked! booked = none", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : you are booked! booked = lt leaves at [value_time]", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : you are booked! booked = none", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : you are booked! booked = none", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : booking people = 2system : i have booked you [value_count]tickets. your reference number is [train_reference]." + ], + [ + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : have a wonderful day!", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : have a wonderful day.", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : have a wonderful day!", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : have a wonderful day!", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : have a wonderful day!" + ], + [ + "belief : hotel area = centresystem : i have found [value_count]place -s for you to stay. do you have any other preferences or would you like my recommendation?", + "belief : hotel area = centresystem : i have found [value_count]place -s for you to stay. do you have any other preferences or would you like my recommendation?", + "belief : hotel area = centresystem : i have found [value_count]place -s for you to stay. do you have any other preferences or would you like my recommendation?", + "belief : hotel area = centresystem : i have found [value_count]place -s for you to stay. do you have any other preferences or would you like my recommendation?", + "belief : hotel area = centresystem : i have found [value_count]place -s for you to stay. do you have any other preferences or would you like my recommendation?" + ], + [ + "belief : hotel area = centre ; stars = 4 ; type = hotelsystem : i have [value_count]hotel -s or guesthouses that match your criteria. do you want to stay in a specific part of town?", + "belief : hotel area = centre ; stars = 4 ; type = hotelsystem : i have [value_count]hotel -s or guesthouses that match your criteria. do you want to stay in a specific part of town?", + "belief : hotel area = centre ; stars = 4 ; type = hotelsystem : i have [value_count]hotel -s or guesthouses that match your criteria. do you want to stay in a specific part of town?", + "belief : hotel area = centre ; stars = 4 ; type = hotelsystem : i have [value_count]hotel -s or guesthouses that match your criteria. do you want to stay in a specific part of town?", + "belief : hotel area = centre ; stars = 4 ; type = hotelsystem : i have [value_count]hotel -s or guesthouses that match your criteria. do you want to stay in a specific part of town?" + ], + [ + "belief : hotel name = 4 people = 4 ; area = centresystem : yes it is.", + "belief : hotel name = 4 people = 4 ; area = centresystem : booking day = wednesdaysystem : booking people = 5system : yes it is.", + "belief : hotel name = 4 people = 4 people ; area = centresystem : yes it is.", + "belief : hotel name = 4 people = 4 people ; area = centresystem : yes it is.", + "belief : hotel name = 4 people = 4 ; area = centresystem : yes it is." + ], + [ + "belief : hotel name = 4 people = 4system : have a wonderful day.user", + "belief : hotel name = 4 people = 4system : have a wonderful day.userbelief :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel name = pounds", + "belief : hotel name = 4 people = 4system : have a wonderful day.user", + "belief : hotel name = pounds" + ], + [ + "belief : hotel name = pounds", + "belief : hotel name = pounds", + "belief : hotel name = pounds", + "belief : hotel name = pounds", + "belief : hotel name = autumn house | booking day = wednesday" + ], + [ + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre" + ], + [ + "belief : restaurant food = british ; area = centresystem : there are several restaurant -s serving [value_food] food. would you prefer the [value_area] or [value_area] part of town?", + "belief : restaurant food = british ; area = centresystem : there are several restaurant -s serving [value_food] food. would you prefer the [value_area] or [value_area] part of town?", + "belief : restaurant food = british ; area = centresystem : there are several restaurant -s serving [value_food] food. would you prefer the [value_area] or [value_area] part of town?", + "belief : restaurant food = british ; area = centresystem : there are several restaurant -s serving [value_food] food. would you prefer the [value_area] or [value_area] part of town?", + "belief : restaurant food = british ; area = centresystem : there are several restaurant -s serving [value_food] food. would you prefer the [value_area] or [value_area] part of town?" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay, i have booked you at [restaurant_name]with reference number [restaurant_reference].", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay, i have booked you at [restaurant_name]with reference number [restaurant_reference].", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay, i have booked you at [restaurant_name]with reference number [restaurant_reference].", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay, i have booked you at [restaurant_name]with reference number [restaurant_reference].", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay, i have booked you at [restaurant_name]with reference number [restaurant_reference]." + ], + [ + "belief : restaurant food = british ; area = centre | booking day = thursdaysystem : great!", + "belief : restaurant food = british ; area = centre | booking day = thursdaysystem : great!", + "belief : restaurant food = british ; area = centre | booking day = thursdaysystem : great!", + "belief : restaurant food = british ; area = centre | booking day = thursdaysystem : okay, people = 5system : great! booked at [restaurant_name]!", + "belief : restaurant food = british ; area = centre | booking day = thursdaysystem : great!" + ], + [ + "belief : restaurant food = british = italian ; area = centre | booking day = thursdaysystem : okay, enjoy!", + "belief : restaurant food = british = italian ; area = centre | booking day = thursdaysystem : okay, enjoy!", + "belief : restaurant food = british = italian ; area = centre | booking day = thursdaysystem : okay, enjoy!", + "belief : restaurant food = british = italian ; area = centre | booking day = thursdaysystem : okay, enjoy!", + "belief : restaurant food = british = italian ; area = centre | booking day = thursdaysystem : okay, enjoy!" + ], + [ + "belief : restaurant food = italian", + "belief : restaurant food = italian", + "belief : restaurant food = italian", + "belief : restaurant food = italian", + "belief : restaurant food = italian" + ], + [ + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5system : you are welcome! have a nice day.", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5system : you are welcome! have a great day.", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5system : you are welcome! have a nice day.", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5system : you are welcome! have a nice day.", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5system : you are welcome! have a great day." + ], + [ + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5system : you are welcome. have a great day.", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5system : you are welcome. have a great day.", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5system : you are welcome. have a great day.", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5system : you are welcome. have a great day.", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5system : you are welcome. have a great day." + ], + [ + "belief : taxi destination = dojo noodle barsystem : sure! when would you like to arrive?", + "belief : taxi destination = dojo noodle barsystem : sure! when would you like to arrive?", + "belief : taxi destination = dojo noodle barsystem : sure! when would you like to arrive?", + "belief : taxi destination = dojo noodle barsystem : sure! when would you like to arrive?", + "belief : taxi destination = dojo noodle barsystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : your booking is complete. a [taxi_type]will be picking you up.", + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : your booking is complete. a [taxi_type]will be picking you up.", + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : your booking is complete. a [taxi_type]will be picking you up.", + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : your booking is complete. a [taxi_type]will be picking you up.", + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : your booking is complete. a [taxi_type]will be picking you up." + ], + [ + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system :", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system :", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system :", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system :", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system :" + ], + [ + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : have a wonderful day", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : have a wonderful day", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : have a wonderful day", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : have a wonderful day", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : have a wonderful day" + ], + [ + "belief : nonesystem : i can help you find a train. where will you be departing from?", + "belief : nonesystem : i can help you find a train. where will you be departing from?", + "belief : nonesystem : i can help you find a train. where will you be departing from?", + "belief : nonesystem : i can help you find a train. where will you be departing from?", + "belief : nonesystem : i can help you find a train. where will you be departing from?" + ], + [ + "belief : train destination = cambridge ; arriveby = 17:30 ; departure = ham new streetsystem : i have [value_count]trains that match your specification -s. do you have a time you would like to travel?", + "belief : train destination = cambridge ; arriveby = 17:30 ; departure = ham new streetsystem : i have [value_count]trains that match your specification -s. do you have a time you would like to travel?", + "belief : train destination = cambridge ; arriveby = 17:30 ; departure = peterboroughsystem : i have [value_count]trains that match your specification -s. do you have a time you would like to travel?", + "belief : train destination = cambridge ; arriveby = 17:30 ; departure = peterboroughsystem : i have [value_count]trains that match your specification -s. do you have a time you would like to travel?", + "belief : train destination = cambridge ; arriveby = 17:30 ; departure = peterboroughsystem : i have [value_count]trains that match your specification -s. do you have a time you would like to travel?" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arrive", + "belief : train destination = cambridge ; day = sunday ; arrive", + "belief : train destination = cambridge ; day = sunday ; arrive", + "belief : train destination = cambridge ; day = sunday ; arrive", + "belief : train destination = cambridge ; day = sunday ; arrive" + ], + [ + "belief : train destination = hamilton new street ; day = sunday ; arriveby = 17:30system : booking people = nonesystem : how many seats do you need", + "belief : train destination = hamilton road ; day = sunday ; arriveby = 17:30system : is there anything else i can help you with today?", + "belief : train destination = hamilton road ; day = sunday ; arriveby = 17:30system : booking people = nonesystem : how many seats do you need", + "belief : train destination = hamilton road ; day = sunday ; arriveby = 17:30system : is there anything else i can help you with today?", + "belief : train destination = hamilton new street ; day = sunday ; arriveby = 17:30system : booking people = nonesystem : is successful" + ], + [ + "belief : train destination = hamilton park", + "belief : train destination = hamilton road", + "belief : train destination = hamilton road", + "belief : train destination = hamilton new street ; day = sunday ; arriveby = 17:30system : have a great day", + "belief : train destination = hamilton park" + ], + [ + "belief : taxi destination = nandossystem : okay, where will you be departing from?", + "belief : taxi destination = nandossystem : okay, where is your departure site?", + "belief : taxi destination = nandossystem : okay, where will you be departing from?", + "belief : taxi destination = nandossystem : okay, where will you be departing from?", + "belief : taxi destination = nandossystem : okay, where is your departure site?" + ], + [ + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time would you like to leave by?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time would you like to leave by?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time would you like to leave by?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time would you like to leave by?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time would you like to leave by?" + ], + [ + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : okay, i have a [taxi_type]with the contact number", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : okay, i have a [taxi_type]with the contact number", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : okay, i have a [taxi_type]with the contact number", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : okay, i have a [taxi_type]with the contact number", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : okay, i have a [taxi_type]with the contact number" + ], + [ + "belief : taxi leaveat = 09:45 ; destination =", + "belief : taxi leaveat = 09:45 ; destination =", + "belief : taxi leaveat = 09:45 ; destination =", + "belief : taxi leaveat = 09:45 ; destination =", + "belief : taxi leaveat = 09:45 ; destination =" + ], + [ + "belief : taxi arriveby = 20:00system : i can help with that! where are you coming from?", + "belief : taxi arriveby = 20:00system : i can help with that! where are you coming from?", + "belief : taxi arriveby = 20:00system : i can help with that! where are you coming from?", + "belief : taxi arriveby = 20:00system : i can help with that, where will you be departing from?", + "belief : taxi arriveby = 20:00system : i can help with that! where are you coming from?" + ], + [ + "belief : taxi departure = clare college ; arriveby = 20:00system : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi departure = clare college ; arriveby = 20:00system : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi departure = clare college ; arriveby = 20:00system : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi departure = clare college ; arriveby = 20:00system : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi departure = clare college ; arriveby = 20:00system : i have booked you a [taxi_type], contact number is [taxi_phone]." + ], + [ + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : oh wait i have booked your taxi for you.", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : this time, please repeat what you need.", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : this time, please repeat what you need.", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : oh wait i have booked your taxi for you.", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : oh wait. i have booked you a [taxi_type]." + ], + [ + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : you are welcome. have a great day! goodbye.", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : you are welcome. have a great day! goodbye.", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : you are welcome. have a great day! goodbye.", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : you are welcome. have a great day! goodbye.", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : you are welcome. have a great day! goodbye." + ], + [ + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = pizza hut cherry hintonsystem : i have you in a [taxi_type], with the contact number [taxi_phone]. can i do anything else for you today?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = pizza hut cherry hintonsystem : i have you in a [taxi_type], with the contact number [taxi_phone]. can i do anything else for you today?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = pizza hut cherry hintonsystem : i have you in a [taxi_type], with the contact number [taxi_phone]. can i do anything else for you today?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = pizza hut cherry hintonsystem : i have you in a [taxi_type], with the contact number [taxi_phone]. can i do anything else for you today?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = pizza hut cherry hintonsystem : i have you in a [taxi_type], with the contact number [taxi_phone]. can i do anything else for you today?" + ], + [ + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : i have you in a [taxi_type], contact is [taxi_phone].", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : i have you in a [taxi_type], contact is [taxi_phone].", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : i have you in a [taxi_type], contact is [taxi_phone].", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : i have you in a [taxi_type], contact is [taxi_phone].", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : i have you in a [taxi_type], contact is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : you are contact number for [restaurant_name]. is there anything else", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : you are contact number for [restaurant_name]. is there anything else", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : contact number [taxi_phone]anything else?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : you are contact number for [restaurant_name].", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : you are contact number for [restaurant_name]. is there anything else" + ], + [ + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure" + ], + [ + "belief : taxi leaveat = 22:45 ; destination =z pizzicerange ; departure = saint johns chop housesystem : enjoy your visit!", + "belief : taxi leaveat = 22:45 ; destination =z pizzicerange ; departure = saint johns chop housesystem : enjoy your visit!", + "belief : taxi leaveat = 22:45 ; destination =z pizzicerange ; departure = saint johns chop housesystem : enjoy your visit!", + "belief : taxi leaveat = 22:45 ; destination =z pizzicerange ; departure = saint johns chop housesystem : enjoy your visit!", + "belief : taxi leaveat = 22:45 ; destination =z pizzicerange ; departure = saint johns chop housesystem : enjoy your visit!" + ], + [ + "belief : train leaveat = 10:15 ; day = saturdaysystem : what are your departure and arrival location -s?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : what are your departure and arrival location -s?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : what are your departure and arrival location -s?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : what are your departure and arrival location -s?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : what are your departure and arrival location -s?" + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : yes, i have a train for that day.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : yes, i have a train for that route.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : yes, i have a train for that route.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : yes, i have a train for that day.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : yes, i have a train for that day." + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : have a train goodbye.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : can i help you today?", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : have a train goodbye.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : have a train goodbye.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : can i assist you with anything else today?" + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : the train leaveat = 09:15system : the train arrives at [value_time]", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : the train leaveat = 09:15system : the train arrives at [value_time]", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : the train leaveat = 09:15system : the train arrives at [value_time]", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : the train leaveat = 09:15system : the train arrives at [value_time]", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : the train leaveat = 09:15system : the train arrives at [value_time]" + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday", + "belief : train leaveat = 10:15 ; destination = cambridgesystem : sure!", + "belief : train leaveat = 10:15 ; destination = cambridgesystem : sure!", + "belief : train leaveat = 10:15 ; destination = cambridgesystem : sure, day = saturdaysystem : the train leaveat = 09:15", + "belief : train leaveat = 10:15 ; destination = cambridgesystem : sure!" + ], + [ + "belief : train leaveat = 10:15", + "belief : train leaveat = 10:15", + "belief : train leaveat = 10:15", + "belief : train leaveat = 10:15", + "belief : train leaveat = 10:15" + ], + [ + "belief : train leaveat = 10:15", + "belief : train leaveat = 10:15", + "belief : train leaveat = 10:15", + "belief : train leaveat = 10:15", + "belief : train leaveat = 10:15" + ], + [ + "belief : taxi destination = mahal of cambridgesystem : sure! when would you like to arrive?", + "belief : taxi destination = mahal of cambridgesystem : sure! when would you like to arrive?", + "belief : taxi destination = mahal of cambridgesystem : sure! when would you like to arrive?", + "belief : taxi destination = mahal of cambridgesystem : sure! when would you like to arrive?", + "belief : taxi destination = mahal of cambridgesystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = london liverpool streetsystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?" + ], + [ + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green" + ], + [ + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : enjoy your visit", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : enjoy your visit", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : enjoy your visit", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : enjoy your visit", + "belief : taxi leaveat = 02:30 ; destination = maharajah tandoori restaurant ; departure = jesus green outdoor poolsystem : enjoy your visit" + ], + [ + "belief : nonesystem : certainly. on what day do you want me to look?", + "belief : nonesystem : there are several trains where are you going?", + "belief : nonesystem : there are several trains where are you going?", + "belief : nonesystem : there are several trains where are you going?", + "belief : nonesystem : there are several trains where are you going?" + ], + [ + "belief : train destination = norwich ; departure = cambridgesystem : ok i can assist you with that. where will you be departing from?", + "belief : train destination = norwich ; departure = cambridgesystem : ok i can assist you with that. where will you be departing from?", + "belief : train destination = norwich ; departure = cambridgesystem : ok i can assist you with that. where will you be departing from?", + "belief : train destination = norwich ; departure = cambridgesystem : ok i can assist you with that. where will you be departing from?", + "belief : train destination = norwich ; departure = cambridgesystem : ok i can assist you with that. where will you be departing from?" + ], + [ + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : i have a train going to [value_place]that will leave at [value_time]and arrives by [value_time]. does that work", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]. would you like me to book that", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]. would you like me to book that", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]. would you like me to book that", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : i have a train going to [value_place]that will leave at [value_time]and arrives by [value_time]. does that work" + ], + [ + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : i have the train id [train_id], would you like to book a seat?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : i have the train id [train_id], would you like to book a seat?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : i have the train id [train_id], would you like to book a seat?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : i have the train id [train_id], would you like to book a seat?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : i have the train id [train_id], would you like to book a seat?" + ], + [ + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : how many seats would you like?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : how many seats would you like?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : how many people are traveling", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : how many seats would you like?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : how many seats would you like?" + ], + [ + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich" + ], + [ + "belief : restaurant area = centresystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?", + "belief : restaurant area = centresystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?", + "belief : restaurant area = centresystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?", + "belief : restaurant area = centresystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?", + "belief : restaurant area = centresystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?" + ], + [ + "belief : restaurant food = italian ; area = centresystem : i would love to help you with that. we have many [value_food] restaurant -s in the", + "belief : restaurant food = italian ; area = centresystem : i would love to help you with that. we have many [value_food] restaurant -s in the", + "belief : restaurant food = italian ; area = centresystem : i would love to help you with that. we have many [value_food] restaurant -s in the", + "belief : restaurant food = italian ; area = centresystem : i would love to help you with that. we have many [value_food] restaurant -s in the", + "belief : restaurant food = italian ; area = centresystem : i would love to help you with that. we have many [value_food] restaurant -s in the" + ], + [ + "belief : restaurant food = italian ; area = centre | booking day = saturdaysystem : your booking is successful! booked_food = yes", + "belief : restaurant food = italian ; area = centre | booking day = saturdaysystem : your booking is successful! booked_food = yes", + "belief : restaurant food = italian ; area = centre | booking day = saturdaysystem : your booking is successful! booked_food = yes", + "belief : restaurant food = italian ; area = centre | booking day = saturdaysystem : your booking is successful! booked_food = yes", + "belief : restaurant food = italian ; area = centre | booking day = saturdaysystem : your booking is successful! booked_food = yes" + ], + [ + "belief : restaurant food = italian ; area = centresystem : you are welcome!", + "belief : restaurant food = italian ; area = centre | booking day = saturday ; people = 1system : welcome.", + "belief : restaurant food = italian ; area = centre | booking day = saturday ; people = 1system : goodbye.", + "belief : restaurant food = italian ; day = saturday ; departure = royal standard = nonesystem : goodbye.", + "belief : restaurant food = italian ; area = centresystem : you are welcome!" + ], + [ + "belief : restaurant food = italian ; area = centre | booking day = saturday", + "belief : restaurant food = italian ; restaurant food = italian ; area = centre | booking day = saturday", + "belief : restaurant food = italian ; area = centre | booking day = saturday ; people = 1system : goodbye.", + "belief : restaurant food = italian ; area = centre | booking day = saturday ; people = 1system : goodbye.", + "belief : restaurant food = italian ; area = centre | booking day = saturday" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = centre | booking day = saturday", + "belief : restaurant food = italian ; pricerange = expensive ; area = centre | booking day = saturday", + "belief : restaurant food = italian ; area = centre | booking day = saturday ; people = 1system : goodbye.", + "belief : restaurant food = italian ; area = centre | booking day = saturday", + "belief : restaurant food = italian ; pricerange = moderate" + ], + [ + "belief : hotel parking = yes ; internet = yessystem : we have many place -s to choose from. do you have a specific price range or area you want to stay in?", + "belief : hotel parking = yes ; internet = yessystem : we have many place -s to choose from. do you have a specific price range or area you want to stay in?", + "belief : hotel parking = yes ; internet = yessystem : we have many place -s to choose from. do you have a specific price range or area you want to stay in?", + "belief : hotel parking = yes ; internet = yessystem : we have many place -s to choose from. do you have a specific price range or area you want to stay in?", + "belief : hotel parking = yes ; internet = yessystem : we have many place -s to choose from. do you have a specific price range or area you want to stay in?" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that meet your needs. do you have a price range in mind", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that meet your needs. do you have a price range in mind", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that meet your needs. do you have a price range in mind", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that meet your needs. do you have a price range in mind", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that meet your needs. would you like to narrow your choices down" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : sure, there are several.", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : sure, there are many options.", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : sure, there are many options.", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : sure, there are several.", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : sure, there are several." + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = dont caresystem : booking day = monday", + "belief : hotel parking = yes ; internet = yes ; type = dont caresystem : booking day = mondaysystem : i have reserved you [value_count]seats on the [train_id].", + "belief : hotel parking = yes ; internet = yes ; type = dont caresystem : booking day = mondaysystem : booking people = 1system : i have reserved you [value_count]seats on the [value_area] side.", + "belief : hotel parking = yes ; internet = yes ; type = dont caresystem : booking day = monday", + "belief : hotel parking = yes ; internet = yes ; type = dont caresystem : booking day = monday" + ], + [ + "belief : hotel area = dont care=>belief : hotel parking = dont care ; internet = yes ; type = dont caresystem : booking day = monday ; people = nonesystem : goodbye.", + "belief : hotel area = dont care=>belief : hotel parking = dont care ; internet = yes ; type = dont caresystem : booking day = monday ; people = bed and breakfast=>belief : hotel parking = yes ; stay = 5system : goodbye.", + "belief : hotel area = dont care=>belief : hotel parking = dont care ; internet = yes ; type = dont caresystem : goodbye.", + "belief : hotel area = dont care=>belief : hotel parking = dont care ; internet = yes ; type = dont caresystem : goodbye.", + "belief : hotel area = dont care=>belief : hotel parking = dont care ; internet = yes ; type = dont caresystem : booking day = monday ; people = nonesystem : goodbye." + ], + [ + "belief : hotel area = dont care.userbelief : hotel parking = dont care", + "belief : hotel area = dont care=>belief : hotel parking = dont care ; internet = yes ; type = dont care | booking day = mondaysystem : booked at [hotel_name]", + "belief : hotel area = dont care.userbelief : hotel parking = dont care ; internet = yes ; type = dont care | booking day = mondaysystem : booked at [hotel_name]", + "belief : hotel area = dont care.userbelief : hotel parking = dont care ; internet = yes ; type = dont care | booking day = mondaysystem : booked at [hotel_name]", + "belief : hotel area = dont care=>belief : hotel parking = dont care ; internet = yes ; type = dont care | booking day = mondaysystem : booked at [hotel_name]" + ], + [ + "belief : hotel area = dont care.userbelief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : goodbye.", + "belief : hotel area = dont care.userbelief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : goodbye.", + "belief : hotel area = dont care.userbelief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : goodbye.", + "belief : hotel area = dont care.userbelief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : goodbye.", + "belief : hotel area = dont care.userbelief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : goodbye." + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : yes, there are [value_count][value_pricerange] -ly priced restaurant -s in the [value_area] part of town. would you prefer [value_food] or [value_food]?", + "belief : restaurant food = indian ; pricerange = expensivesystem : yes, there are [value_count][value_pricerange] -ly priced restaurant -s in the [value_area] part of town. would you prefer [value_food] or [value_food]?", + "belief : restaurant food = indian ; pricerange = expensivesystem : yes, there are [value_count][value_pricerange] -ly priced restaurant -s in the [value_area] part of town. would you prefer [value_food] or [value_food]?", + "belief : restaurant food = indian ; pricerange = expensivesystem : yes, there are [value_count][value_pricerange] -ly priced restaurant -s in the [value_area]. would you prefer [value_food] or [value_food]?", + "belief : restaurant food = indian ; pricerange = expensivesystem : yes, there are [value_count][value_pricerange] -ly priced restaurant -s in the [value_area]. would you prefer [value_food] or [value_food]?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : there are [value_count][value_pricerange] restaurant -s in the [value_area]. would you prefer [value_food] or [value_food]?", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : there are [value_count][value_pricerange] restaurant -s in the [value_area]. would you prefer [value_food] or [value_food]?", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : there are [value_count][value_pricerange] restaurant -s in the [value_area]. would you prefer [value_food] or [value_food]?", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : there are [value_count][value_pricerange] restaurant -s in the [value_area]. would you prefer [value_food] or [value_food]?", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : there are [value_count][value_pricerange] restaurant -s in the [value_area]. would you prefer [value_food] or [value_food]?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : booking day = saturday ; people = 1system : booking people = 1system : booking was successful, table will be reserved at [restaurant_name].", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : booking day = saturday ; people = 1system : booking people = 1system : booking was successful, table will be reserved [value_food]", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : booking day = saturday ; people = 1system : booking people = 1system : booking was successful, table will be reserved [value_food]", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : booking day = saturday ; people = 1system : booking people = 1system : booking was successful, table will be reserved at [restaurant_name].", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : booking day = saturday ; people = 1system : booking people = 1system : booking was successful, table will be reserved [value_food]" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : have a wonderful day", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : have a wonderful day", + "belief : restaurant food = indian ; pricerange = cheap ; area = westsystem : have a wonderful day", + "belief : restaurant food = indian ; pricerange = cheap ; area = westsystem : have a wonderful day", + "belief : restaurant food = indian ; pricerange = cheap ; area = westsystem : have a wonderful day" + ], + [ + "belief : nonesystem : i would be happy to help with your request, where will you be departing from?", + "belief : nonesystem : i can help you with that. where will you be departing from?", + "belief : nonesystem : i would be happy to help with your request, where will you be departing from?", + "belief : nonesystem : i would be happy to help with your request, where will you be departing from?", + "belief : nonesystem : i would be happy to help with your request, where will you be departing from?" + ], + [ + "belief : taxi destination = what area?", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land", + "belief : taxi destination = what area?", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land" + ], + [ + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causeway ; arriveby = 16:45system : booking completed!", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causeway ; arriveby = 16:45system : booking completed!", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causeway ; arriveby = 16:45system : booking completed!", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causeway ; arriveby = 16:45system : booking completed!", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causeway ; arriveby = 16:45system : booking completed!" + ], + [ + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causeway ; arriveby = 16:45system : have a great day", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causeway ; arriveby = 16:45system : have a great day", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causeway ; arriveby = 16:45system : have a great day", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causeway ; arriveby = 16:45system : have a great day", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causeway ; arriveby = 16:45system : have a great day" + ], + [ + "belief : train leaveat = 17:00 ; destination = norwich ; day = saturdaysystem : i have a train that departs at [value_time]and arrives in [value_place]at [value_time]. would you like me to book that for you?", + "belief : train leaveat = 17:00 ; destination = norwich ; day = saturdaysystem : i have a train that departs at [value_time]and arrives in [value_place]at [value_time]. would you like me to book that for you?", + "belief : train leaveat = 17:00 ; destination = norwich ; day = saturdaysystem : i have a train that departs at [value_time]and arrives in [value_place]at [value_time]. would you like me to book that for you?", + "belief : train leaveat = 17:00 ; destination = norwich ; day = saturdaysystem : i have a train that departs at [value_time]and arrives in [value_place]at [value_time]. would you like me to book that for you?", + "belief : train leaveat = 17:00 ; destination = norwich ; day = saturdaysystem : i have a train that departs at [value_time]and arrives in [value_place]at [value_time]. would you like me to book that for you?" + ], + [ + "belief : train leaveat = 17:00 ; destination = norwich ; day = fridaysystem : yes, that leaves on friday.", + "belief : train leaveat = 17:00 ; destination = norwich ; day = fridaysystem : yes, that leaves on friday.", + "belief : train leaveat = 17:00 ; destination = norwich ; day = fridaysystem : yes, that leaves on friday.", + "belief : train leaveat = 17:00 ; destination = norwich ; day = fridaysystem : yes, that leaves on friday.", + "belief : train leaveat = 17:00 ; destination = norwich ; day = fridaysystem : yes, that leaves on friday." + ], + [ + "belief : train leaveat = 17:00 ; destination = norwich ; day = fridaysystem : what time would you like to depart?", + "belief : train leaveat = 17:00 ; destination = norwich ; day = fridaysystem : what time would you like to depart?", + "belief : train leaveat = 17:00 ; destination = norwich ; day = fridaysystem : what time would you like to depart?", + "belief : train leaveat = 17:00 ; destination = norwich ; day = fridaysystem : what time would you like to depart?", + "belief : train leaveat = 17:00 ; destination = norwich ; day = fridaysystem : what time would you like to depart?" + ], + [ + "belief : train destination = norwich = cambridge = 17:00system : can i bookticket = yes", + "belief : train destination = norwich = cambridge = 17:00system : can i help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = norwich = cambridge = 17:00system : can i help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = norwich = cambridge = 17:00system : can i help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = norwich = cambridge = 17:00system : can i help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich" + ], + [ + "belief : train destination = norwich = cambridge = 07:15", + "belief : train destination = norwich = cambridge = 17:00", + "belief : train destination = norwich = cambridge = 07:15", + "belief : train destination = norwich = cambridge = 17:00", + "belief : train destination = norwich = cambridge = 07:15" + ], + [ + "belief : train destination = stansted airport ; arriveby = 09:15system : i have a train that arrives at [value_place]at [value_time]would you like me to book that for you?", + "belief : train destination = stansted airport ; arriveby = 09:15system : i have a train that arrives at [value_place]at [value_time]would you like me to book that for you?", + "belief : train destination = stansted airport ; arriveby = 09:15system : i have a train that arrives at [value_place]at [value_time]would you like me to book that for you?", + "belief : train destination = stansted airport ; arriveby = 09:15system : i have a train that arrives at [value_place]at [value_time]would you like me to book that for you?", + "belief : train destination = stansted airport ; arriveby = 09:15system : i have a train that arrives at [value_place]at [value_time]would you like me to book that for you?" + ], + [ + "belief : train destination = stansted airport ; day = thursday ; arriveby = 09:15system : i have [value_count]trains that match your requirement -s. do you have a preference on leaving?", + "belief : train destination = stansted airport ; day = thursday ; arriveby = 09:15system : i have [value_count]trains that match your requirement -s. do you have a preference on leaving?", + "belief : train destination = stansted airport ; day = thursday ; arriveby = 09:15system : i have [value_count]trains that match your requirement -s. do you have a preference on leaving?", + "belief : train destination = stansted airport ; day = thursday ; arriveby = 09:15system : i have [value_count]trains that match your requirement -s. do you have a preference on leaving?", + "belief : train destination = stansted airport ; day = thursday ; arriveby = 09:15system : i have [value_count]trains that match your requirement -s. do you have a preference on leaving?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15system : you are booked! booked = 7 peoplesystem : your booking was successful", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15system : you are booked for [value_count]!", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15system : booked = 7system : you are booked for [value_count]people", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15system : booked = 7system : you are booked for [value_count]people", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15system : you are booked for [value_count]!" + ], + [ + "belief : train destination = cambridge = thursday ; day = thursday ; arriveby = 09:15system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = cambridge = thursday ; day = thursday ; arriveby = 09:15system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = cambridge = thursday ; day = thursday ; arriveby = 09:15system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = cambridge = thursday ; day = thursday ; arriveby = 09:15system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = cambridge = thursday ; day = thursday ; arriveby = 09:15system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : train destination = cambridge = stansted airport", + "belief : train destination = cambridge = stansted airport", + "belief : train destination = cambridge", + "belief : train destination = cambridge = stansted airport", + "belief : train destination = cambridge = stansted airport" + ], + [ + "belief : hotel area = dont care ; stars = 4 ; internet = yessystem : i mean the [hotel_name]guesthouse is located in the [value_area].", + "belief : hotel area = dont care ; stars = 4 ; internet = yessystem : i mean the [hotel_name]guesthouse is located in the [value_area].", + "belief : hotel area = dont care ; stars = 4 ; internet = yessystem : i mean the [hotel_name]guesthouse is located in the [value_area].", + "belief : hotel name = allenbell ; area = east ; pricerange = dont care ; stars = 4 ; internet = yessystem : i mean everything else, when you like to leave by?", + "belief : hotel name = allenbell ; area = east ; pricerange = dont care ; stars = 4 ; internet = yessystem : i mean everything else, when you like to leave by?" + ], + [ + "belief : hotel parking = yes ; stars = 4system : there are [value_count]hotel -s available. would you like to book [value_count]of these?", + "belief : hotel parking = yes ; stars = 4system : okay, that narrows it down a bit.", + "belief : hotel parking = yes ; stars = 4system : okay, that narrows it down a bit.", + "belief : hotel parking = yes ; stars = 4system : okay, that narrows it down a bit.", + "belief : hotel parking = yes ; stars = 4system : okay, that narrows it down a bit." + ], + [ + "belief : hotel parking = yes ; stars = 4system : do you want = 4system : okay.", + "belief : hotel parking = yes ; stars = 4system : okay", + "belief : hotel parking = yes ; stars = 4system : do you want = 4system : if you are interested in the [hotel_name], enjoy your stay.", + "belief : hotel parking = yes ; stars = 4system : do you want = 4system : booked at [hotel_name]!", + "belief : hotel parking = yes ; stars = 4system : do you want = 4system : have a nice day." + ], + [ + "belief : hotel parking = yes ; stars = 4system : goodbye.", + "belief : hotel parking = yes ; stars = 4system : goodbye.", + "belief : hotel parking = yes ; stars = 4system : goodbye.", + "belief : hotel parking = yes ; stars = 4system : goodbye.", + "belief : hotel parking = yes ; stars = 4system : goodbye." + ], + [ + "belief : hotel name = cambridge guesthouse = all right", + "belief : hotel name = all done", + "belief : hotel name = all set.", + "belief : hotel name = cambridge guesthouse 4 stars = 4system : goodbye.", + "belief : hotel name = cambridge guesthouse 4 stars = 4system : goodbye." + ], + [ + "belief : hotel name = all set.", + "belief : hotel name = all set.", + "belief : hotel name = all set. goodbye.", + "belief : hotel name = all set.", + "belief : hotel name = all set. goodbye." + ], + [ + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count][value_food] restaurant -s in the [value_area] part of town. would you prefer a [value_pricerange] or [value_pricerange] option?", + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count][value_food] restaurant -s in the [value_area] of town. would you prefer a [value_pricerange] or [value_pricerange] option?", + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count][value_food] restaurant -s in the [value_area] of town. would you prefer a [value_pricerange] or [value_pricerange] option?", + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count][value_food] restaurant -s in the [value_area] part of town. would you prefer a [value_pricerange] or [value_pricerange] option?", + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count][value_food] restaurant -s in the [value_area] of town. would you prefer a [value_pricerange] or [value_pricerange] option?" + ], + [ + "belief : restaurant food = chinese ; pricerange = moderate ; area = east | booking day = monday ; people = 1 ; time = 19:30system : great, i have got a table for you at [restaurant_name].", + "belief : restaurant food = chinese ; pricerange = moderate ; area = east | booking day = monday ; people = 1 ; time = 19:30system : great, i have got you a table for [value_count]at [value_time]", + "belief : restaurant food = chinese ; pricerange = moderate ; area = east | booking day = monday ; people = 1 ; time = 19:30system : great, i have got you a table for [value_count]at [value_time]", + "belief : restaurant food = chinese ; pricerange = moderate ; area = east | booking day = monday ; people = 1 ; time = 19:30system : great, i have got a table for you at [restaurant_name].", + "belief : restaurant food = chinese ; pricerange = moderate ; area = east | booking day = monday ; people = 1 ; time = 19:30system : great, i have got a table for you at [restaurant_name]." + ], + [ + "belief : restaurant food = restaurant food = chinese ; pricerange = moderate ; area = eastsystem : you are welcome! have a great day! goodbye.", + "belief : restaurant food = restaurant food = chinese ; pricerange = moderate ; area = eastsystem : you are welcome! have a great day! goodbye.", + "belief : restaurant food = restaurant food = chinese ; pricerange = moderate ; area = eastsystem : you are welcome! have a great day! goodbye.", + "belief : restaurant food = restaurant food = chinese ; pricerange = moderate ; area = eastsystem : you are welcome! have a great day! goodbye.", + "belief : restaurant food = restaurant food = chinese ; pricerange = moderate ; area = eastsystem : you are welcome! have a great day! goodbye." + ], + [ + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?", + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?", + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?", + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?", + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?", + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?", + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?", + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?", + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of technologysystem : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of technologysystem : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of technologysystem : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of technologysystem : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of technologysystem : i have booked you a [taxi_type], contact number is [taxi_phone]." + ], + [ + "belief : taxi destination = saigon city ; arriveby = 11:00system : i would be happy to help! where are you coming from?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : i would be happy to help! where are you coming from?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : i would be happy to help! where are you coming from?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : i would be happy to help! where are you coming from?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : i would be happy to help! where are you coming from?" + ], + [ + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : i have booked you a [taxi_type]with contact number [taxi_phone].", + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : i have booked you a [taxi_type]with contact number [taxi_phone].", + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : i have booked you a [taxi_type]with contact number [taxi_phone].", + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : i have booked you a [taxi_type]with contact number [taxi_phone].", + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : i have booked you a [taxi_type]with contact number [taxi_phone]." + ], + [ + "belief : restaurant food = internationalsystem : there are [value_count]restaurant -s of varying price range serving your requested type of cuisine. would you like to narrow your request?", + "belief : restaurant food = internationalsystem : there are [value_count]restaurant -s of varying price range serving your requested type of cuisine. would you like to narrow your request?", + "belief : restaurant food = internationalsystem : there are [value_count]restaurant -s of varying price range serving your requested type of cuisine. would you like to narrow your request?", + "belief : restaurant food = internationalsystem : there are [value_count]restaurant -s of varying price range serving your requested type of cuisine. would you like to narrow your request?", + "belief : restaurant food = internationalsystem : there are [value_count]restaurant -s of varying price range serving your requested type of cuisine. would you like to narrow your request?" + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s in the [value_pricerange] price range. do you have a preference of area?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s in the [value_pricerange] price range. do you have a preference of area?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s in the [value_pricerange] price range. do you have a preference of area?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s in the [value_pricerange] price range. do you have a preference of area?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s in the [value_pricerange] price range. do you have a preference of area?" + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : booking day = tuesday ; people = 6 ; time = 12:00system : okay, i have booked your reservation.", + "belief : restaurant pricerange = moderate ; area = centresystem : booking day = tuesday ; people = 6 ; time = 12:00system : okay, your table will be booked.", + "belief : restaurant pricerange = moderate ; area = centresystem : booking day = tuesday ; people = 6 ; time = 12:00system : okay, your booking was successful.", + "belief : restaurant pricerange = moderate ; area = centresystem : booking day = tuesday ; people = 6 ; time = 12:00system : okay, i have booked your reservation.", + "belief : restaurant pricerange = moderate ; area = centresystem : booking day = tuesday ; people = 6 ; time = 12:00system : i have booked your reservation. your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant pricerange = moderate ; area = centre | booking day = tuesdaysystem : you are all set.", + "belief : restaurant pricerange = moderate ; area = centre | booking day = tuesdaysystem : you are all set.", + "belief : restaurant pricerange = moderate ; area = centre | booking day = tuesdaysystem : you are all set.", + "belief : restaurant pricerange = moderate ; area = centre | booking day = tuesdaysystem : you are all set.", + "belief : restaurant pricerange = moderate ; area = centre | booking day = tuesdaysystem : you are all set." + ], + [ + "belief : restaurant pricerange = moderate", + "belief : restaurant pricerange = moderate", + "belief : restaurant pricerange = moderate", + "belief : restaurant pricerange = moderate", + "belief : restaurant pricerange = moderate" + ], + [ + "belief : train departure = cambridgesystem : ok, where will you be going?", + "belief : train departure = cambridgesystem : ok, where will you be going?", + "belief : train departure = cambridgesystem : ok, where will you be going?", + "belief : train departure = cambridgesystem : ok, where will you be going?", + "belief : train departure = cambridgesystem : ok, where will you be going?" + ], + [ + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have a train going to [value_place]that will leave at [value_time]and arrives by [value_time]. does that work for you?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have several trains, shall i book [value_count]?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have a train going to [value_place]that will leave at [value_time]and arrives by [value_time]. does that work for you?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have several trains, shall i book [value_count]?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have a train going to [value_place]that will leave at [value_time]and arrives by [value_time]. does that work for you?" + ], + [ + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : i have [value_count]different trains that will arrive by [value_time]. what time would you like to depart?", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : i have [value_count]different trains that will arrive by [value_time]. what time would you like to depart?", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : i have [value_count]different trains that will arrive by [value_time]. what time would you like to depart?", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : i have [value_count]different trains that will arrive by [value_time]. what time would you like to depart?", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : i have [value_count]different trains that will arrive by [value_time]. what time would you like to depart?" + ], + [ + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : it does not look like there are any trains leaving after [value_time].", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : it will be [value_count]minutes total", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : it does not look like there are any trains leaving after [value_time].", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : it does not look like there are any trains leaving after [value_time].", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : it does not look like there are any trains leaving after [value_time]." + ], + [ + "belief : taxi departure = golden woksystem : i'll be glad to help. you would like to from [value_place]to what destination, please?", + "belief : taxi departure = golden woksystem : i'll be glad to help. you would like to from [value_place]to what destination, please?", + "belief : taxi departure = golden woksystem : i would be happy to help with your request, where will you be going?", + "belief : taxi departure = golden woksystem : i'll be glad to help. you would like to from [value_place]to what destination, please?", + "belief : taxi departure = golden woksystem : i'll be glad to help. you would like to from [value_place]to what destination, please?" + ], + [ + "belief : taxi leaveat = 17:30 ; departure = golden woksystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 17:30 ; departure = golden woksystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 17:30 ; departure = golden woksystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 17:30 ; departure = golden woksystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 17:30 ; departure = golden woksystem : i have a [taxi_type]with contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : i have booked you a [taxi_type], contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : you are welcome.", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : you are welcome.", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : you are welcome.", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : you are welcome.", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : you are welcome." + ], + [ + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : have a great day", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : have a great day", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : have a great day", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : have a great day", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : have a great day" + ], + [ + "belief : hotel pricerange = expensive ; internet = yessystem : i have [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?", + "belief : hotel pricerange = expensive ; internet = yessystem : i have the [hotel_name]with internet. would you like me to book that for you?", + "belief : hotel pricerange = expensive ; internet = yessystem : i have [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?", + "belief : hotel pricerange = expensive ; internet = yessystem : i have [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?", + "belief : hotel pricerange = expensive ; internet = yessystem : i have [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?" + ], + [ + "belief : hotel area = dont care ; pricerange = expensive ; internet = yessystem : i have [value_count]of them", + "belief : hotel area = dont care ; pricerange = expensive ; internet = yessystem : i have [value_count]of them", + "belief : hotel area = dont care ; pricerange = expensive ; internet = yessystem : i have [value_count]of them", + "belief : hotel area = dont care ; pricerange = expensive ; internet = yessystem : i have [value_count]of them", + "belief : hotel area = dont care ; pricerange = expensive ; internet = yessystem : i have [value_count]of them" + ], + [ + "belief : hotel pricerange = cheap ; internet = yessystem : yes ; type = guesthousesystem : yes", + "belief : hotel pricerange = cheap ; internet = yessystem : yes", + "belief : hotel pricerange = cheap ; internet = yessystem : yes ; type = guesthousesystem : yes", + "belief : hotel pricerange = cheap ; internet = yessystem : yes ; type = guesthousesystem : yes", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yessystem : yessystem : yes" + ], + [ + "belief : hotel pricerange = cheapsystem : yes", + "belief : hotel pricerange = cheapsystem : yes", + "belief : hotel pricerange = cheapsystem : yes", + "belief : hotel pricerange = cheapsystem : yes", + "belief : hotel pricerange = cheapsystem : yes" + ], + [ + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes" + ], + [ + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes", + "belief : hotel parking = yes ; pricerange = cheapuser :", + "belief : hotel parking = yes ; pricerange = cheapuser :" + ], + [ + "belief : restaurant pricerange = expensive ; area = eastsystem : there are [value_count]different place -s to choose from. do you have a specific food type in mind?", + "belief : restaurant pricerange = expensive ; area = eastsystem : there are [value_count]different place -s to choose from. do you have a specific food type in mind?", + "belief : restaurant pricerange = expensive ; area = eastsystem : there are [value_count]different place -s to choose from. do you have a specific food type in mind?", + "belief : restaurant pricerange = expensive ; area = eastsystem : there are [value_count]different place -s to choose from. do you have a specific type of food in mind?", + "belief : restaurant pricerange = expensive ; area = eastsystem : there are [value_count]different place -s to choose from. do you have a specific food type in mind?" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ;", + "belief : restaurant food = british ; pricerange = expensive ;", + "belief : restaurant food = british ; pricerange = expensive ;", + "belief : restaurant food = british ; pricerange = expensive ;", + "belief : restaurant food = british ; pricerange = expensive ;" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : reference number = 14:00system : i have reserved your table.", + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : reference number = 14:00system : booking day = wednesdaysystem : booking people = 5system : reserved at [restaurant_name]!", + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : reference number = 14:00system : booking day = wednesdaysystem : booking was successful", + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : reference number = 14:00system : i have reserved your table.", + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : reference number = 14:00system : i have reserved your table." + ], + [ + "belief : restaurant food = british=>belief : restaurant pricerange = expensive ; area = east | booking day = wednesdaysystem : booked at restaurant food = britishsystem : good day = saturdaysystem : i have reserved your table at [restaurant_name].", + "belief : restaurant food = british=>belief : restaurant pricerange = expensive ; area = eastsystem : good day = wednesdaysystem : booked at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = british=>belief : restaurant pricerange = expensive ; area = eastsystem : good day = wednesdaysystem : booked at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = british=>belief : restaurant pricerange = expensive ; area = eastsystem : booked at restaurant food = britishsystem : good day = wednesdaysystem : i have reserved your table.", + "belief : restaurant food = british=>belief : restaurant pricerange = expensive ; area = eastsystem : booked at restaurant food = britishsystem : good day = wednesdaysystem : i have reserved your table." + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : good day", + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : good day", + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : good day", + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : good day", + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : good day" + ], + [ + "belief : train destination = stevenage ; day = sunday ; arriveby = 18:00system : there are several trains that meet that criteria. what time would you like to depart?", + "belief : train destination = stevenage ; day = sunday ; arriveby = 18:00system : there are several trains that meet that criteria. what time would you like to depart?", + "belief : train destination = stevenage ; day = sunday ; arriveby = 18:00system : there are several trains that meet that criteria. what time would you like to depart?", + "belief : train destination = stevenage ; day = sunday ; arriveby = 18:00system : there are several trains that meet that criteria. what time would you like to depart?", + "belief : train destination = stevenage ; day = sunday ; arriveby = 18:00system : there are several trains that meet that criteria. what time would you like to depart?" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : booking people = 7system : booked! booked car type [taxi_type]", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : booking people = 7system : booked! booked car type [taxi_type]", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : booking people = 7system : booked! booked car type [taxi_type]" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : booked car type = dont care", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : have a wonderful day", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : booked car type = dont care", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : have a wonderful day", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : booked car type = dont care" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : have a wonderful day", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : have a wonderful day", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : have a wonderful day", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : have a wonderful day", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : have a wonderful day" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : have a wonderful day", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : have a wonderful day", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : have a wonderful day", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : have a wonderful day", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : have a wonderful day" + ], + [ + "belief : hotel area = centre ; type = hotelsystem : yes, we have many. do you have a price range you want to be in?", + "belief : hotel area = centre ; type = hotelsystem : yes, we have many. do you have a price range you want to be in?", + "belief : hotel area = centre ; type = hotelsystem : yes, we have many. do you have a price range you want to be in?", + "belief : hotel area = centre ; type = hotelsystem : yes, we have many. do you have a price range you want to be in?", + "belief : hotel area = centre ; type = hotelsystem : yes, we have many. do you have a price range you want to be in?" + ], + [ + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : i recommend the [hotel_name]is an [value_pricerange] -ly priced guesthouse in the [value_area] that is [value_pricerange] -ly priced. would you like me to book it for you?", + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : i recommend the [hotel_name]is an [value_pricerange] -ly priced guesthouse in the [value_area] that is [value_pricerange] -ly priced. would you like me to book it for you?", + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : i recommend", + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : i recommend", + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : i recommend" + ], + [ + "belief : hotel name = gonville hotel area = centresystem : have a great day! goodbye.", + "belief : hotel name = gonville hotel area = centresystem : have a nice day. goodbye.", + "belief : hotel name = gonville hotel area = centresystem : have a nice day. goodbye.", + "belief : hotel name = gonville hotel area = centresystem : have a nice day. goodbye.", + "belief : hotel name = gonville hotel area = centresystem : have a great day! goodbye." + ], + [ + "belief : hotel name = gonville", + "belief : hotel name = gonville", + "belief : hotel name = gonville", + "belief : hotel name = gonville pricerange = expensive ; area = centresystem : goodbye.", + "belief : hotel name = gonville pricerange = expensive ; area = centresystem : goodbye." + ], + [ + "belief : hotel area = centre | booking day = tuesday", + "belief : hotel area = centre | booking day = tuesday", + "belief : hotel area = centre | booking day = tuesday", + "belief : hotel area = centre | booking day = tuesday", + "belief : hotel area = centre | booking day = tuesday" + ], + [ + "belief : hotel area = centre | booking day = tuesday", + "belief : hotel area = centre | booking day = tuesday", + "belief : hotel area = centre | booking day = tuesday", + "belief : hotel area = centre | booking day = tuesday", + "belief : hotel area = centre | booking day = tuesday" + ], + [ + "belief : train destination = cambridge ; departure = elysystem : there are several trains available. what day and time would you like to travel?", + "belief : train destination = cambridge ; departure = elysystem : there are several trains available. what day and time would you like to travel?", + "belief : train destination = cambridge ; departure = elysystem : there are several trains available. what day and time would you like to travel?", + "belief : train destination = cambridge ; departure = elysystem : there are several trains available. what day and time would you like to travel?", + "belief : train destination = cambridge ; departure = elysystem : there are several trains available. what day and time would you like to travel?" + ], + [ + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : i have a train going from [value_place]to [value_place], departing at [value_time]. would you like to book this train?", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : i have a train going to [value_place]that will arrive at [value_time]and leaves at [value_time]. would you like me to book that for you?", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : i have a train going from [value_place]to [value_place], departing at [value_time]. would you like to book this train?", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : i have a train going to [value_place]that will arrive at [value_time]and leaves at [value_time]. would you like me to book that for you?", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : i have a train going to [value_place]that will arrive at [value_time]and leaves at [value_time]. would you like me to book that for you?" + ], + [ + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : booking people = 3system : [train_id] train destination = cambridge arriveby = 03:45system : booked! booked car type [taxi_type]", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : booking people = 3system : [train_id] train destination = cambridge arriveby = 03:45system : booked! booked car type [taxi_type]", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : booked! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : booking people = 3system : [train_id] train destination = cambridge arriveby = 03:45system : reference number is [train_reference].", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : booking people = 3system : [train_id] train destination = cambridge arriveby = 03:45system : reference number is [train_reference]." + ], + [ + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : have a wonderful day", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : have a wonderful day", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : have a great day! goodbye", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : have a wonderful day", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : have a great day! goodbye" + ], + [ + "belief : nonesystem : i can help with that! where do you need to be picked up, where are you headed, and at what time?", + "belief : nonesystem : i can help with that! where do you need to be picked up, where are you headed, and at what time?", + "belief : nonesystem : i can help with that! where do you need to be picked up, where are you headed, and at what time?", + "belief : nonesystem : i can help with that! where do you need to be picked up, where are you headed, and at what time?", + "belief : nonesystem : i can help with that! where do you need to be picked up, where are you headed, and at what time?" + ], + [ + "belief : taxi destination = cineworld cinema ; arriveby = 12:45system : i would be happy to help! where are you coming from?", + "belief : taxi destination = cineworld cinema ; arriveby = 12:45system : i would be happy to help! where are you coming from?", + "belief : taxi destination = cineworld cinema ; arriveby = 12:45system : i would be happy to help! where are you coming from?", + "belief : taxi destination = cineworld cinema ; arriveby = 12:45system : i would be happy to help! where are you coming from?", + "belief : taxi destination = cineworld cinema ; arriveby = 12:45system : i would be happy to help! where are you coming from?" + ], + [ + "belief : taxi destination = tandoori palace ; departure = cambridge museum ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone].", + "belief : taxi destination = tandoori palace ; departure = cambridge museum ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone].", + "belief : taxi destination = tandoori palace ; departure = cambridge museum ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone].", + "belief : taxi destination = tandoori palace ; departure = cambridge museum ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone].", + "belief : taxi destination = tandoori palace ; departure = cambridge museum ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone]." + ], + [ + "belief : taxi destination = trinity college ; departure = cambridge museum ; arriveby = 12:45system : booking completed", + "belief : taxi destination = trinity college ; departure = cambridge museum ; arriveby = 12:45system : booking completed", + "belief : taxi destination = trinity college ; departure = cambridge museum ; arriveby = 12:45system : booking completed", + "belief : taxi destination = trinity college ; departure = cambridge museum ; arriveby = 12:45system : booking completed", + "belief : taxi destination = trinity college ; departure = cambridge museum ; arriveby = 12:45system : booking completed" + ], + [ + "belief : attraction name = williams art and antiquessystem : i am sorry, there is not an entrance fee for the museum. would you like to try something else?", + "belief : attraction name = williams art and antiquessystem : i am sorry, there is not an entrance fee for the museum. would you like to try something else?", + "belief : attraction name = williams art and antiquessystem : i am sorry, there is not a museum in the [value_area] of town. would you like me to look for something else?", + "belief : attraction name = williams art and antiquessystem : i am sorry, there is not a museum in the [value_area] of town. would you like me to look for something else?", + "belief : attraction name = williams art and antiquessystem : i am sorry, there is not a museum in the [value_area] of town. would you like me to look for something else?" + ], + [ + "belief : attraction name = williams art and antiques ; area = dont caresystem : the [attraction_name]is free to get into and is located at [attraction_address]. their postcode is [attraction_postcode].", + "belief : attraction name = williams art and antiques ; area = dont caresystem : the [attraction_name]is free to get into and is located at [attraction_address]. their postcode is [attraction_postcode].", + "belief : attraction name = williams art and antiques ; area = dont caresystem : the [attraction_name]is free to get into and is located at [attraction_address]. their postcode is [attraction_postcode].", + "belief : attraction name = williams art and antiques ; area = dont caresystem : the [attraction_name]is free to get into and is located at [attraction_address]. their postcode is [attraction_postcode].", + "belief : attraction name = williams art and antiques ; area = dont caresystem : the [attraction_name]is free to get into and is located at [attraction_address]. their postcode is [attraction_postcode]." + ], + [ + "belief : attraction name = williams art and antiques ; area = dont caresystem : have a great day!", + "belief : attraction name = williams art and antiques ; area = dont caresystem : have a great day!", + "belief : attraction name = williams art and antiques ; area = dont caresystem : have a great day!", + "belief : attraction name = williams art and antiques ; area = dont caresystem : have a great day!", + "belief : attraction name = williams art and antiques ; area = dont caresystem : have a great day!" + ], + [ + "belief : taxi destination = my destination ; departure = the missing sock ; arriveby = 08:30system : i would be happy to help with your request, but first could you tell me what your destination is?", + "belief : taxi destination = my destination ; departure = the missing sock ; arriveby = 08:30system : i would be happy to help with your request, but first could you tell me what your destination is?", + "belief : taxi destination = my destination ; departure = the missing sock ; arriveby = 08:30system : i would be happy to help with your request, but first could you tell me what your destination is?", + "belief : taxi destination = my destination ; departure = the missing sock ; arriveby = 08:30system : i would be happy to help with your request, but first could you tell me what your destination is?", + "belief : taxi destination = my destination ; departure = the missing sock ; arriveby = 08:30system : i would be happy to help with your request, but first could you tell me what your destination is?" + ], + [ + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = el shaddia ; departure = the missing sock ; arriveby = 08", + "belief : taxi destination = el shaddia ; departure = the missing sock ; arriveby = 08", + "belief : taxi destination = el shaddia ; departure = the missing sock ; arriveby = 08", + "belief : taxi destination = el shaddia ; departure = the missing sock ; arriveby = 08", + "belief : taxi destination = el shaddia ; departure = the missing sock ; arriveby = 08" + ], + [ + "belief : taxi destination = el shaddia ; departure = the missing sock ; arriveby = 08:30system : have a great day", + "belief : taxi destination = el shaddia ; departure = the missing sock ; arriveby = 08:30system : no problem. enjoy your trip.", + "belief : taxi destination = el shaddia ; departure = the missing sock ; arriveby = 08:30system : have a great day", + "belief : taxi destination = el shaddia ; departure = the missing sock ; arriveby = 08:30system : no problem. enjoy your trip.", + "belief : taxi destination = el shaddia ; departure = the missing sock ; arriveby = 08:30system : no problem. enjoy your trip." + ], + [ + "belief : attraction name = kettle's yardsystem : name = kettles yardsystem : the entrance fee in [value_count]pounds. is there any other information you need?", + "belief : attraction name = kettle's yardsystem : i can help you with that. it is an architecture attraction located on [attraction_address], in the [value_area].", + "belief : attraction name = kettle's yardsystem : name = kettles yardsystem : the entrance fee in [value_count]pounds. is there any other information you need?", + "belief : attraction name = kettle's yardsystem : i can help you with that. it is an architecture attraction located on [attraction_address], in the [value_area].", + "belief : attraction name = kettle's yardsystem : name = kettles yardsystem : the entrance fee in [value_count]pounds. is there any other information you need?" + ], + [ + "belief : attraction name = kettle's yardsystem : you are welcome! have a great day! goodbye.", + "belief : attraction name = kettle's yardsystem : you are welcome! have a great day! goodbye.", + "belief : attraction name = kettle's yardsystem : you are welcome! have a great day! goodbye.", + "belief : attraction name = kettle's yardsystem : you are welcome! have a great day! goodbye.", + "belief : attraction name = kettle's yardsystem : you are welcome! have a great day! goodbye." + ], + [ + "belief : restaurant food = british ; area = centresystem : yes many. it all depends on what type of cuisine you are after.", + "belief : restaurant food = british ; area = centresystem : yes many. it all depends on what type of cuisine you are after.", + "belief : restaurant food = british ; area = centresystem : yes many. it all depends on what type of cuisine you are after.", + "belief : restaurant food = british ; area = centresystem : yes many. it all depends on what type of cuisine you are after.", + "belief : restaurant food = british ; area = centresystem : yes many. it all depends on what type of cuisine you are after." + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : i found several. do you have a preference on type of cuisine?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : i found several. do you have a preference on type of cuisine?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : i found several. do you have a preference on type of cuisine?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : i found several. do you have a preference on type of cuisine?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : i recommend the [restaurant_name]. they serve great [value_food] food. would you like their contact information?" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : booking people = 8system : booking was successful. your table will be reserved for [value_count]minutes. reference number is [restaurant_reference].", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : booking people = 8system : booking was successful. your table will be reserved for [value_count]minutes. reference number is [restaurant_reference].", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : booking people = 8system : booking was successful. your table will be reserved for [value_count]minutes. reference number is [restaurant_reference].", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : booking people = 8system : booking was successful. your table will be reserved for [value_count]minutes. reference number is [restaurant_reference].", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : booking people = 8system : booking was successful. your table will be reserved for [value_count]minutes. reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : booked = 11:00system : booked = yes", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : booked = 11:00system : booked = yes", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : booked = 11:00system : booked = yes", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : booked = 11:00system : booked = yes", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : booked = 11:00system : booked = yes" + ], + [ + "belief : restaurant food = british ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = british ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = british ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = british ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = british ; pricerange = expensivesystem : goodbye." + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that match your description? is there a specific cuisine you would like?", + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet that criteria. are you looking for a certain type of food?", + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that match your description? is there a specific cuisine you would like?", + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that match your description? is there a specific cuisine you would like?", + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that match your description? is there a specific cuisine you would like?" + ], + [ + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : i am sorry there are no vegetarian restaurant -s that fit your request. can i help you with something else?", + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : i am sorry there are no vegetarian restaurant -s that fit your request. can i help you with something else?", + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : i am sorry there are no vegetarian restaurant -s that serve vegetarian food. would you like to try something else?", + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : i am sorry but there are no vegetarian restaurant -s in the [value_pricerange] range. would you like to try something", + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : i am sorry there are no vegetarian restaurant -s that serve vegetarian food. would you like to try something else?" + ], + [ + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s that serve [value_food] food in the center of town.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s that serve [value_food] food in the center of town.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s that serve [value_food] food in the center of town.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s that serve [value_food] food in the center of town.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s that serve [value_food] food in the center of town." + ], + [ + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : booking day = monday ; people = 4system : booking people = 4system : i have reserved your table at [restaurant_name].", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : booking day = monday ; people = 4system : booking people = 4system : i have reserved your table at [restaurant_name].", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : booking day = monday ; people = 4system : booking people = 4system : i have reserved your table at [restaurant_name].", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : booking day = monday ; people = 4system : booking people = 4system : booking was successful, food = vegetarian", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : booking day = monday ; people = 4system : booking people = 4system : booking was successful, time = 15:15system : reference number = 4" + ], + [ + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : good day = dont care", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : good day = dont care", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : good day = dont care", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : good day = dont care", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : good day = dont care | booking people = 4system : booked at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday" + ], + [ + "belief : restaurant food = turkish ; pricerange = expensivesystem : booked at [restaurant_name]. your reference number is [restaurant_reference].", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday", + "belief : restaurant food = turkish ; pricerange = expensivesystem : booking was successful.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday", + "belief : restaurant food = turkish ; pricerange = expensivesystem : booked at [restaurant_name]. your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday ; people = 4system : booked at [restaurant_name]. your table will be waiting for you", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday ; people = 4system : no problem! booked at [restaurant_name]. your reference number is [restaurant_reference].", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday ; people = 4system : booked at [restaurant_name]. your table will be reserved for [value_count]minutes.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday ; people = 4system : booked at [restaurant_name]. your table will be reserved for [value_count]minutes.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday ; people = 4system : booked at [restaurant_name]. your table will be reserved for [value_count]minutes." + ], + [ + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday ; people = 4system : your welcome.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday ; people = 4system : your welcome.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday ; people = 4system : you are welcome.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday ; people = 4system : you are welcome.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centre | booking day = monday ; people = 4system : goodbye." + ], + [ + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses available. can you tell me what area you are looking for?", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses available. can you tell me what area you are looking for?", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses available. can you tell me what area you are looking for?", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses available. can you tell me what area you are looking for?", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses available. can you tell me what area you are looking for?" + ], + [ + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses with that criteria. do you prefer it to have free parking or wifi?", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses with that criteria. do you prefer it to have free parking or is there a particular star rating", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses with that criteria. do you prefer it to have free parking or is there a particular star rating", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses with that criteria. do you prefer it to have free parking or is there a particular star rating", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses with that criteria. do you prefer it to have free parking or wifi?" + ], + [ + "belief : hotel name = hamilton lodge ; area = dont care ; stars = = 3 ; internet = yes ; type = guesthousesystem : what day are you planning to travel?", + "belief : hotel name = hamilton lodge ; area = dont care ; stars = = 3 ; internet = yes ; type = guesthousesystem : what day are you planning to travel?", + "belief : hotel name = hamilton lodge ; area = dont care ; stars = = 3 ; internet = yes ; type = guesthousesystem : what day would you like it booked for?", + "belief : hotel name = hamilton lodge ; area = dont care ; stars = = 3 ; internet = yes ; type = guesthousesystem : what day are you planning to travel?", + "belief : hotel name = hamilton lodge ; area = dont care ; stars = = 3 ; internet = yes ; type = guesthousesystem : what day would you like it booked for?" + ], + [ + "belief : hotel name = hamilton lodge | booking day = 6 peoplesystem :", + "belief : hotel name = hamilton lodge | booking day = 6 peoplesystem :", + "belief : hotel name = hamilton lodge | booking day = 6 peoplesystem :", + "belief : hotel name = hamilton lodge | booking day = 6 peoplesystem :", + "belief : hotel name = hamilton lodge parking = yes ; stars = 3 ; type = guesthousesystem : your welcome." + ], + [ + "belief : hotel name = hamilton lodge | booking people = 6system : have a wonderful day", + "belief : hotel name = hamilton lodge | booking people = 6system : sure, enjoy your stay", + "belief : hotel name = hamilton lodge | booking people = 6system : sure, enjoy your stay", + "belief : hotel name = hamilton lodge | booking people = 6system : sure, enjoy your stay", + "belief : hotel name = hamilton lodge | booking people = 6system : sure, enjoy your stay" + ], + [ + "belief : hotel name = hamilton lodge | booking day = wednesday ; people = 6system : okay, enjoy your stay", + "belief : hotel name = hamilton lodge | booking day = wednesday ; people = 6system : okay, enjoy your stay", + "belief : hotel name = hamilton lodge | booking day = wednesday ; people = 6system : okay, enjoy your stay", + "belief : hotel name = hamilton lodge | booking day = wednesday ; people = 6system : okay, enjoy your stay", + "belief : hotel name = hamilton lodge | booking day = wednesday ; people = 6system : okay, enjoy your stay" + ], + [ + "belief : hotel name = hamilton lodge ; area = dont care ; stars = 3 ; type = guesthousesystem : enjoy your stay = 6system : glad to help. have a nice day.", + "belief : hotel name = hamilton lodge ; area = dont care ; stars = 3 ; type = guesthousesystem : enjoy your stay = 1system : glad to help. have a nice day.", + "belief : hotel name = hamilton lodge ; area = dont care ; stars = 3 ; type = guesthousesystem : enjoy your stay = 1system : glad to help. have a nice day.", + "belief : hotel name = hamilton lodge ; area = dont care ; stars = 3 ; type = guesthousesystem : enjoy your stay", + "belief : hotel name = hamilton lodge ; area = dont care ; stars = 3 ; type = guesthousesystem : enjoy your stay" + ], + [ + "belief : nonesystem : we have many place -s to go. do you have a particular destination type in mind?", + "belief : nonesystem : we have many place -s to go, is there an area of town that you prefer?", + "belief : nonesystem : we have many place -s to go, is there a particular destination you would like to go to?", + "belief : nonesystem : we have many place -s to go. do you have a particular destination type in mind?", + "belief : nonesystem : we have many place -s to go. do you have a particular destination type in mind?" + ], + [ + "belief : attraction type = architecturesystem : [attraction_name]is an architecture museum in the [value_area] area. the admission is free. would you like tickets?", + "belief : attraction type = architecturesystem : [attraction_name]is an architecture museum in the [value_area] area. the admission is free. would you like tickets?", + "belief : attraction type = architecturesystem : [attraction_name]is an architecture museum in the [value_area] area. the admission is free. would you like tickets?", + "belief : attraction type = architecturesystem : [attraction_name]is an architecture museum in the [value_area] area. the admission is free. would you like tickets?", + "belief : attraction type = architecturesystem : [attraction_name]is an architecture museum in the [value_area] area. the admission is free. would you like tickets?" + ], + [ + "belief : attraction type = architecturesystem : [attraction_name]", + "belief : attraction type = architecturesystem : [attraction_name]", + "belief : attraction type = architecturesystem : [attraction_name]", + "belief : attraction type = architecturesystem : [attraction_name]", + "belief : attraction type = architecturesystem : [attraction_name]" + ], + [ + "belief : attraction type = architecture = old buildingssystem : sure, enjoy your visit = nonesystem :", + "belief : attraction type = architecture = old buildingssystem : sure, enjoy your visit = nonesystem :", + "belief : attraction type = architecture = old buildingssystem : sure, enjoy your visit = nonesystem :", + "belief : attraction type = architecture = old buildingssystem : sure, enjoy your visit = nonesystem :", + "belief : attraction type = architecture = old buildingssystem : sure, enjoy your visit = nonesystem :" + ], + [ + "belief : attraction type = architecture = architecture = old buildingssystem : sure, enjoy your visit = yessystem : thanks.", + "belief : attraction type = architecture = architecture = old buildingssystem : sure, enjoy your visit = yessystem : thanks and enjoy your visit", + "belief : attraction type = architecture = architecture = old buildingssystem : sure, enjoy your visit", + "belief : attraction type = architecture = architecture = old buildingssystem : sure, enjoy your visit = yessystem : thank you.", + "belief : attraction type = architecture = architecture = old buildingssystem : sure, enjoy your visit = yessystem : thanks." + ], + [ + "belief : hotel name = lensfield hotelsystem : sure, the [hotel_name]is a [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?", + "belief : hotel name = lensfield hotelsystem : sure, the [hotel_name]is a [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?", + "belief : hotel name = lensfield hotelsystem : sure, the [hotel_name]is a [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?", + "belief : hotel name = lensfield hotelsystem : sure, the [hotel_name]is a [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?", + "belief : hotel name = lensfield hotelsystem : sure, the [hotel_name]is a [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?" + ], + [ + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : i am sorry, i was unable to book the hotel for you. should i try another hotel?", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : i am sorry, i was unable to book the hotel for you. should i try another hotel?", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : i am sorry, i was unable to book the hotel for you. should i try another hotel?", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : i am sorry, i was unable to book the hotel for you. should i try another hotel?", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : i am sorry, i was unable to book the hotel for you. should i try another hotel?" + ], + [ + "belief : hotel name = lensfield hotelsystem : goodbye.", + "belief : hotel name = lensfield hotelsystem : goodbye.", + "belief : hotel name = lensfield hotelsystem : goodbye.", + "belief : hotel name = lensfield hotelsystem : goodbye.", + "belief : hotel name = lensfield hotelsystem : goodbye." + ], + [ + "belief : restaurant food = north indian ; area = centresystem : i am sorry, there are no [value_pricerange] restaurant -s in the central area. would you like to try something else?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry, there are no [value_pricerange] restaurant -s in the central area. would you like to try something else?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry, there are no [value_pricerange] restaurant -s in the central area. would you like to try something else?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry, there are no [value_pricerange] restaurant -s in the central area. would you like to try something else?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry, there are no [value_pricerange] restaurant -s in the central area. would you like to try something else?" + ], + [ + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] of town. do you have a price range in mind?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] of town. do you have a price range in mind?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] of town. do you have a price range in mind?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] of town. do you have a price range in mind?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] of town. do you have a price range in mind?" + ], + [ + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; people = 2system : how about the [restaurant_name]?", + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; people = 2system : how about the [restaurant_name]?", + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; people = 2system : how about the [restaurant_name]?", + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; people = 2system : how about the [restaurant_name]?", + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; people = 2system : how about the [restaurant_name]?" + ], + [ + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sundaysystem : none | booking people = 2system : how about [restaurant_name]?", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sundaysystem : none | booking people = 2system : how about [restaurant_name]?", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sundaysystem : none | booking people = 2system : how about [restaurant_name]?", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sundaysystem : none | booking people = 2system : how about [restaurant_name]?", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sundaysystem : none | booking people = 2system : how about [restaurant_name]?" + ], + [ + "belief : restaurant food = chinese ; pricerange = dont care | booking day = sunday ; people = 2system : booked at 13:30system : your table will be fine", + "belief : restaurant food = chinese ; pricerange = dont care | booking day = sunday ; people = 2system : booked at 13:30system : your table will be waiting", + "belief : restaurant food = chinese ; pricerange = dont care | booking day = sunday ; people = 2system : booked at 13:30system : your table will be fine", + "belief : restaurant food = chinese ; pricerange = dont care | booking day = sunday ; people = 2system : booked at = 13:30system : your table will be waiting", + "belief : restaurant food = chinese ; pricerange = dont care | booking day = sunday ; people = 2system : booked at 13:30system : your table will be fine" + ], + [ + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sundaysystem : reference number = nonesystem : is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sundaysystem : reference number = nonesystem : you are all set.", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sundaysystem : reference number = nonesystem : is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sundaysystem : no problem. have a nice day.", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sundaysystem : reference number = nonesystem : is [restaurant_reference]." + ], + [ + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sunday ; people = 2system : goodbye.", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sunday ; people = 2system : goodbye.", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sunday ; people = 2system : goodbye.", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sunday ; people = 2system : goodbye.", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centre | booking day = sunday ; people = 2system : goodbye." + ], + [ + "belief : taxi destination = hobsons housesystem : i would be happy to help with your request, but first could you tell me what your departure site is?", + "belief : taxi destination = hobsons housesystem : i would be happy to help with your request, but first could you tell me what your departure site is?", + "belief : taxi destination = hobsons housesystem : i would be happy to help with your request, but first could you tell me what your departure site is?", + "belief : taxi destination = hobsons housesystem : i would be happy to help with your request, but first could you tell me what your departure site is?", + "belief : taxi destination = hobsons housesystem : i would be happy to help with your request, but first could you tell me what your departure site is?" + ], + [ + "belief : taxi destination = hobsons house ; departure = none ; arriveby = 17:45system : ok, i have booked for you a [taxi_type], the contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi destination = hobsons house ; departure = none ; arriveby = 17:45system : ok, and what is your departure site?", + "belief : taxi destination = hobsons house ; departure = none ; arriveby = 17:45system : ok, and what is your departure site?", + "belief : taxi destination = hobsons house ; departure = none ; arriveby = 17:45system : ok, and what is your departure site?", + "belief : taxi destination = hobsons house ; departure = none ; arriveby = 17:45system : ok, and what is your departure site?" + ], + [ + "belief : taxi destination = hobsons house ; departure = bloomsbury restaurant ; arriveby = 17:45system", + "belief : taxi destination = hobsons house ; departure = bloomsbury restaurant ; arriveby = 17:45system", + "belief : taxi destination = hobsons house ; departure = bloomsbury restaurant ; arriveby = 17:45system", + "belief : taxi destination = hobsons house ; departure = bloomsbury restaurant ; arriveby = 17:45system", + "belief : taxi destination = hobsons house ; departure = bloomsbury restaurant ; arriveby = 17:45system" + ], + [ + "belief : hotel area = east ; internet = yessystem : try the [hotel_name]or [hotel_name]", + "belief : hotel area = east ; internet = yessystem : try the [hotel_name]or [hotel_name]", + "belief : hotel area = east ; internet = yessystem : try the [hotel_name]or [hotel_name]", + "belief : hotel area = east ; internet = yessystem : try the [hotel_name]or [hotel_name]", + "belief : hotel area = east ; internet = yessystem : try the [hotel_name]or [hotel_name]" + ], + [ + "belief : hotel area = east ; stars = 4 ; internet = yessystem : there are [value_count]hotel -s with free wifi. do you prefer a specific price range?", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : there are [value_count]hotel -s with free wifi. do you prefer a specific price range?", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : there are [value_count]hotel -s with free wifi. do you prefer a specific price range?", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : there are [value_count]hotel -s with free wifi. do you prefer a specific price range?", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : there are [value_count]hotel -s with free wifi. do you prefer a specific price range?" + ], + [ + "belief : hotel area =belief : hotel name = cambridge belfry ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : booking was successful. your reference number is [hotel_reference]", + "belief : hotel area =belief : hotel name = cambridge belfry ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : booking was successful. your reference number is [hotel_reference]", + "belief : hotel area =belief : hotel name = cambridge belfry ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : booking was successful. your reference number is [hotel_reference]", + "belief : hotel area =belief : hotel name = cambridge belfry ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : booking was successful. reference number is [hotel_reference]", + "belief : hotel area =belief : hotel name = cambridge belfry ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : booking was successful. your reference number is [hotel_reference]" + ], + [ + "belief : hotel area = east = yes ; stars = 4 ; internet = yes | booking day = wednesdaysystem : enjoy!", + "belief : hotel area = east = yes ; stars = 4 ; internet = yes | booking day = wednesdaysystem : enjoy!", + "belief : hotel area = east = yes ; stars = 4 ; internet = yes | booking day = wednesdaysystem : enjoy!", + "belief : hotel area = east = yes ; stars = 4 ; internet = yes | booking day = wednesdaysystem : enjoy!", + "belief : hotel area = east = yes ; stars = 4 ; internet = yes | booking day = wednesdaysystem : enjoy!" + ], + [ + "belief : taxi destination = ruska gallerysystem : sure! when would you like to arrive?", + "belief : taxi destination = rusling gallerysystem : sure! when would you like to arrive?", + "belief : taxi destination = rusling gallerysystem : sure! when would you like to arrive?", + "belief : taxi destination = rusling gallerysystem : sure! when would you like to arrive?", + "belief : taxi destination = ruskin gallerysystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi destination = rusett lodge ; departure = saffron brasserie ; arriveby = 07:15system : alright, here you are! booked car type [taxi_type]", + "belief : taxi destination = rusett lodge ; departure = saffron brasserie ; arriveby = 07:15system : alright, here you are! booked car type [taxi_type]", + "belief : taxi destination = rusett lodge ; departure = saffron brasserie ; arriveby = 07:15system : alright, here you are! booked car type [taxi_type]", + "belief : taxi destination = ruswich gallery ; departure = saffron brasserie ; arriveby = 07:15system : alright, here you are! booked car type [taxi_type]", + "belief : taxi destination = ruswich gallery ; departure = saffron brasserie ; arriveby = 07:15system : alright, here you are! booked car type [taxi_type]" + ], + [ + "belief : taxi destination = ruskins gallery ; departure = saffron brasseriesystem : you are welcome, enjoy your trip!", + "belief : taxi destination = ruskins gallery ; departure = saffron brasseriesystem : you are welcome, enjoy your trip!", + "belief : taxi destination = ruskins gallery ; departure = saffron brasseriesystem : you are welcome, enjoy your trip!", + "belief : taxi destination = ruskins gallery ; departure = saffron brasseriesystem : sure thing! enjoy your trip!", + "belief : taxi destination = ruskins gallery ; departure = saffron brasseriesystem : sure thing! enjoy your trip!" + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : i recommend [restaurant_name]. they serve great [value_food] food. would you like their contact information?", + "belief : restaurant pricerange = moderate ; area = centresystem : i found [value_count]results. what side of town would you like?", + "belief : restaurant pricerange = moderate ; area = centresystem : i found [value_count]results. what side of town would you like?", + "belief : restaurant pricerange = moderate ; area = centresystem : i recommend [restaurant_name]. they serve great [value_food] food. would you like their contact information?", + "belief : restaurant pricerange = moderate ; area = centresystem : i recommend [restaurant_name]. they serve great [value_food] food. would you like their contact information?" + ], + [ + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people" + ], + [ + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = wednesdaysystem : 20:00system : hold on, enjoy!", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = wednesdaysystem : booking people = 4system : booking was successful. your reference number is [restaurant_reference].", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = wednesdaysystem : booking people = 4system : booking was successful. your reference number is [restaurant_reference].", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = wednesdaysystem : 20:00system : hold on, enjoy!", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = wednesdaysystem : 20:00system : booking was successful. your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesdaysystem : have a wonderful day. goodbye.", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesdaysystem : have a wonderful day. goodbye.", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesdaysystem : goodbye.", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesdaysystem : have a wonderful day. goodbye.", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesdaysystem : have a wonderful day. goodbye." + ], + [ + "belief : restaurant pricerange = moderate", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesdaysystem : have a wonderful day", + "belief : restaurant pricerange = moderate", + "belief : restaurant pricerange = moderate", + "belief : restaurant pricerange = moderate" + ], + [ + "belief : hotel pricerange = expensive ; type = guesthousesystem : there are [value_count]guesthouses that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : there are [value_count]guesthouses that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : there are [value_count]guesthouses that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : there are [value_count]guesthouses that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : there are [value_count]guesthouses that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4 ; type = guesthousesystem : yes it does and i was able to book it for you! the reference number is", + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4 ; type = guesthousesystem : yes it does and i was able to book it for you! the reference number is", + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4 ; type = guesthousesystem : yes it does and i was able to book it for you! the reference number is", + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4 ; type = guesthousesystem : yes it does and i was able to book it for you! the reference number is", + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4 ; type = guesthousesystem : yes it does and i was able to book it for you! the reference number is" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : yes many. do you have a preference?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : yes, [hotel_name]is an [value_pricerange] guesthouse in the [value_area].", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : yes many. do you have a preference?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : yes many. do you have a preference?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : yes many. do you have a preference?" + ], + [ + "belief : hotel pricerange = cheap ; type = guesthousesystem : the [hotel_name]is a guesthousesystem : it has a [value_count]star rating.", + "belief : hotel pricerange = cheap ; type = guesthousesystem : the [hotel_name]is a guesthousesystem : it s located in the [value_area].", + "belief : hotel pricerange = cheap ; type = guesthousesystem : the [hotel_name]is next door", + "belief : hotel pricerange = cheap ; type = guesthousesystem : the [hotel_name]is a guesthousesystem : it s located in the [value_area].", + "belief : hotel pricerange = cheap ; type = guesthousesystem : the [hotel_name]is a guesthousesystem : it s located in the [value_area]." + ], + [ + "belief : hotel parking = yes ; pricerange = cheapsystem : sure, it does", + "belief : hotel parking = yes ; pricerange = cheapsystem : sure, it does", + "belief : hotel parking = yes ; pricerange = cheapsystem : sure, it does", + "belief : hotel parking = yes ; pricerange = cheapsystem : sure, it does", + "belief : hotel parking = yes ; pricerange = cheapsystem : sure, it does" + ], + [ + "belief : hotel parking = yes, goodbye.", + "belief : hotel parking = yes, goodbye.", + "belief : hotel parking = yes, goodbye.", + "belief : hotel parking = yes, goodbye.", + "belief : hotel parking = yes, goodbye." + ], + [ + "belief : hotel parking = yessystem : i have many place -s to choose from. do you have a specific price range or area you want to stay in?", + "belief : hotel parking = yessystem : i have many place -s to choose from. do you have a specific price range or area you want to stay in?", + "belief : hotel parking = yessystem : i have many place -s to choose from. do you have a specific price range or area you want to stay in?", + "belief : hotel parking = yessystem : i have many place -s to choose from. do you have a specific price range or area you want to stay in?", + "belief : hotel parking = yessystem : i have many place -s to choose from. do you have a specific price range or area you want to stay in?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : no worries! how about the [hotel_name]? it meets your needs. may i help book it?", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : how about [hotel_name], they offer free parking and wifi?", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : how about [hotel_name], they offer free parking and wifi?", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : nothing is matching your request. i am sorry.", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : no worries! how about the [hotel_name]? it meets your needs. may i help book it?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : sure!", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : sure!", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : sure!", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : sure!", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : sure!" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : sure, the number is [hotel_phone].", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : sure, the number is [hotel_phone].", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : sure, the number is [hotel_phone].", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : sure, the number is [hotel_phone].", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : sure, the number is [hotel_phone]." + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : goodbye", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : goodbye", + "belief : hotel parking = yes" + ], + [ + "belief : restaurant food = italian ; area = northsystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. would you prefer a [value_pricerange] or [value_pricerange] option?", + "belief : restaurant food = italian ; area = northsystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. would you prefer a [value_pricerange] or [value_pricerange] option?", + "belief : restaurant food = italian ; area = northsystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. would you prefer a [value_pricerange] or [value_pricerange] option?", + "belief : restaurant food = italian ; area = northsystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. would you prefer a [value_pricerange] or [value_pricerange] option?", + "belief : restaurant food = italian ; area = northsystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. would you prefer a [value_pricerange] or [value_pricerange] option?" + ], + [ + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : no, that is [value_pricerange] -ly priced. i can book it for you if you would like.", + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : no, that is [value_pricerange] -ly priced. i can book it for you if you would like.", + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : no, that is [value_pricerange] -ly priced. i can book it for you if you would like.", + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : no, that is [value_pricerange] -ly priced. i can book it for you if you would like.", + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : no, that is [value_pricerange] -ly priced. i can book it for you if you would like." + ], + [ + "belief : restaurant food = you looking for an [value_food] restaurant in the [value_area] part of town. the phone number is [restaurant_phone].", + "belief : restaurant food = you looking for an [value_food] restaurant in the [value_area] part of town. the phone number is [restaurant_phone].", + "belief : restaurant food = you looking for an [value_food] restaurant in the [value_area] part of town. the phone number is [restaurant_phone].", + "belief : restaurant food = you looking for an [value_food] restaurant in the [value_area] part of town. the phone number is [restaurant_phone].", + "belief : restaurant food = you looking for an [value_food] restaurant, not a restaurant. the phone number is [restaurant_phone]. is there anything else i can help you with?" + ], + [ + "belief : restaurant food = you want restaurant food = you get a call", + "belief : restaurant food = you want restaurant food = you get sports ; pricerange = cheap ; area = northsystem : thank you. goodbye.", + "belief : restaurant food = you want restaurant food = you get a call", + "belief : restaurant food = you ; pricerange = cheap ; area = northsystem : thank you. goodbye.", + "belief : restaurant food = you want restaurant food = you get a call" + ], + [ + "belief : restaurant food = you are welcome.userbelief : restaurant food = you are welcome.", + "belief : restaurant food = you are welcome.userbelief : restaurant food = you are welcome.", + "belief : restaurant food = you are welcome.userbelief : restaurant food = you are welcome.", + "belief : restaurant food = you have a goodbye.userbelief : restaurant food = you have a nice day", + "belief : restaurant food = you are welcome.userbelief : restaurant food = you are welcome." + ], + [ + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : of course, from where will you be departing?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : of course, from where will you be departing?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : of course, from where will you be departing?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : of course, from where will you be departing?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : of course, from where will you be departing?" + ], + [ + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?" + ], + [ + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure" + ], + [ + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : goodbye.", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : goodbye.", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : goodbye.", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : goodbye.", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : goodbye." + ], + [ + "belief : nonesystem : yes, let me help you with that. in what area of town would you like to stay?", + "belief : nonesystem : yes, let me help you with that. in what area of town would you like to stay?", + "belief : nonesystem : yes, let me help you with that. in what area of town would you like to stay?", + "belief : nonesystem : yes, let me help you with that. in what area of town would you like to stay?", + "belief : nonesystem : yes, let me help you with that. in what area of town would you like to stay?" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?" + ], + [ + "belief : hotel parking = yes ; internet =", + "belief : hotel parking = yes ; internet =", + "belief : hotel parking = yes ; internet =", + "belief : hotel parking = yes ; internet =", + "belief : hotel parking = yes ; internet =" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : ok", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : ok", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : booking day = thursday = yes ; people = 5system : how many nights = 5system : okay, booking people = 5system : booked at [hotel_name]", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : ok", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : booking day = thursday = yes ; people = 5system : how many nights = 5system : okay, booking people = 5system : booked at [hotel_name]" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : goodbye.", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : goodbye.", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : goodbye.", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : goodbye.", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : goodbye." + ], + [ + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : i would be happy to help! where are you coming from?", + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : i would be happy to help! where are you coming from?", + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : i would be happy to help! where are you coming from?", + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : i would be happy to help! where are you coming from?", + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : i would be happy to help! where are you coming from?" + ], + [ + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : i have booked you a [taxi_type]with the contact number [taxi_phone].", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : okay, i have you booked to leave at", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : i have booked you a [taxi_type]. the contact number is [taxi_phone]. is there anything else you need?", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : okay, i have you booked a [taxi_type].", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : okay, i have you booked a [taxi_type]." + ], + [ + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : i have booked you a [taxi_type]. your car is a [taxi_type]. contact number [taxi_phone]", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : i have booked you a [taxi_type]. your car is a [taxi_type]. contact number [taxi_phone]", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : i have booked you a [taxi_type]. your car is a [taxi_type]. contact number [taxi_phone]", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : i have booked you a [taxi_type]. your car is a [taxi_type]. contact number [taxi_phone]", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : i have booked you a [taxi_type]. your car is a [taxi_type]. contact number [taxi_phone]" + ], + [ + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : you are welcome. have a great day.", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : you are welcome. have a great day.", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : you are welcome. have a great day.", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : you are welcome.", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : you are welcome." + ], + [ + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : have a great day.", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : have a great day.", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : have a great day.", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : have a great day.", + "belief : taxi destination = cambridge punter ; departure = the city stop restaurant ; arriveby = 17:30system : have a great day." + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]guesthouses with free parking. what price range or area do you prefer?", + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]guesthouses with free parking. what price range or area do you prefer?", + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]guesthouses with free parking. what price range or area do you prefer?", + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]guesthouses with free parking. what price range or area do you prefer?", + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]guesthouses with free parking. what price range or area do you prefer?" + ], + [ + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses available. do you have any other preferences or would you like my recommendation?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with free parking. do you prefer a specific area in town?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with free parking. do you prefer a specific area in town?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses available. do you have any other preferences or would you like my recommendation?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses available. do you have any other preferences or would you like my recommendation?" + ], + [ + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : what day = monday ; type = guesthousesystem : your booking was successful. your reference number is [hotel_reference].", + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : your booking was successful. your reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : your booking was successful. your reference number is [hotel_reference].", + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : what day = monday ; type = guesthousesystem : your booking was successful. your reference number is [hotel_reference].", + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : what day = monday ; type = guesthousesystem : your booking was successful. your reference number is [hotel_reference]." + ], + [ + "belief : hotel parking = 3 ; type = guesthousesystem : thank you.", + "belief : hotel parking = 3 ; type = guesthousesystem : thank you.", + "belief : hotel parking = 3 ; type = guesthousesystem : thank you.", + "belief : hotel parking = 3 ; type = guesthousesystem : thank you.", + "belief : hotel parking = 3 ; type = guesthousesystem : thank you." + ], + [ + "belief : hotel name = dont care=>belief : hotel area = south ; parking = yes ; stars = 3system : booking day = monday", + "belief : hotel name = us", + "belief : hotel name = guesthouse | booking day = monday", + "belief : hotel name = dont care=>belief : hotel area = south ; parking = yes ; stars = 3system : goodbye.", + "belief : hotel name = guesthouse | booking day = monday" + ], + [ + "belief : hotel name = a", + "belief : hotel name = me", + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a" + ], + [ + "belief : attraction type = boat ; area = northsystem : i have [value_count]guesthouses that are [value_count]star and have parking, do you have any other requirement -s to help narrow the search?", + "belief : attraction type = boat ; area = northsystem : i have [value_count]guesthouses that are [value_count]star and have parking, do you have any other requirement -s to help narrow the search?", + "belief : attraction type = boat ; area = northsystem : i have [value_count]guesthouses that are [value_count]star and have parking, do you have any other requirement -s to help narrow the search?", + "belief : attraction type = boat ; area = northsystem : i have [value_count]guesthouses that are [value_count]star and have parking, do you have any other requirement -s to help narrow the search?", + "belief : attraction type = boat ; area = northsystem : i have [value_count]guesthouses that are [value_count]star and have parking, do you have any other requirement -s to help narrow the search?" + ], + [ + "belief : attraction type = boat ; area = northsystem : sure, the [attraction_name]is free. the postcode is [attraction_postcode].", + "belief : attraction type = boat ; area = northsystem : sure, the [attraction_name]is free. the postcode is [attraction_postcode].", + "belief : attraction type = boat ; area = northsystem : sure, the [attraction_name]is free. the postcode is [attraction_postcode].", + "belief : attraction type = boat ; area = northsystem : sure, the [attraction_name]is free. the postcode is [attraction_postcode].", + "belief : attraction type = boat ; area = northsystem : sure, the [attraction_name]is free. the postcode is [attraction_postcode]." + ], + [ + "belief : attraction type = boat ; area = northsystem : thank you.", + "belief : attraction type = boat ; area = northsystem : thank you.", + "belief : attraction type = boat ; area = northsystem : thank you.", + "belief : attraction type = boat ; area = northsystem : thank you.", + "belief : attraction type = boat ; area = northsystem : thank you." + ], + [ + "belief : restaurant name = la margheritasystem : what area would you like?", + "belief : restaurant name = la margheritasystem : what area would you like?", + "belief : restaurant name = la margheritasystem : what area would you like?", + "belief : restaurant name = la margheritasystem : there is a [value_food] restaurant in the [value_area] of town called [restaurant_name]. would you like their address?", + "belief : restaurant name = la margheritasystem : what area would you like?" + ], + [ + "belief : restaurant name = la margherita ; area = westsystem : you are welcome. thank you for using this service.", + "belief : restaurant name = la margherita ; area = westsystem : you are welcome. thank you for using this service.", + "belief : restaurant name = la margherita ; area = westsystem : you are welcome. thank you for using this service.", + "belief : restaurant name = la margherita ; area = westsystem : you are welcome. thank you for using the [value_place]towninfo [value_area].", + "belief : restaurant name = la margherita ; area = westsystem : you are welcome. thank you for using the [value_place]towninfo [value_area]." + ], + [ + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. what price range or area do you prefer?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. what price range or area do you prefer?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. what price range or area do you prefer?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. what price range or area do you prefer?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. what price range or area do you prefer?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet that criteria. are you looking for a certain type of", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet that criteria. are you looking for a certain type of", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet that criteria. are you looking for a certain type of", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet that criteria. are you looking for a certain type of", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet that criteria. are you looking for a certain type of" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : your booking was successful! your reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : your booking was successful! your reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : your booking was successful! your reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : your booking was successful! your reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : your booking was successful! your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = centre | booking day = friday ; people = 3system : goodbye.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centre | booking day = friday ; people = 3system : goodbye.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centre | booking day = friday ; people = 3system : goodbye.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centre | booking day = friday ; people = 3system : goodbye.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centre | booking day = friday ; people = 3system : goodbye." + ], + [ + "belief : hotel area = centre ; pricerange = cheapsystem : there are a number of hotel -s in the center. what price range or area do you prefer?", + "belief : hotel area = centre ; pricerange = cheapsystem : there are a number of hotel -s in the center. what price range or area do you prefer?", + "belief : hotel area = centre ; pricerange = cheapsystem : there are a number of hotel -s in the center. what price range or area do you prefer?", + "belief : hotel area = centre ; pricerange = cheapsystem : there are a number of hotel -s in the center. what price range or area do you prefer?", + "belief : hotel area = centre ; pricerange = cheapsystem : there are a number of hotel -s in the center. what price range or area do you prefer?" + ], + [ + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0 ; type = hotelsystem : i have [value_count]guesthouses that fit", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0 ; type = hotelsystem : i am sorry but i don't have", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0 ; type = hotelsystem : i am sorry, i don't have", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0 ; type = hotelsystem : i have [value_count]guesthouses that fit", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0 ; type = hotelsystem : i have [value_count]guesthouses that fit" + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0system : no problem. the postcode is [hotel_postcode]and they are located at [hotel_address]. can i help with anything else?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : no problem. the postcode is [hotel_postcode]and they are free to get in.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : no problem. the postcode is [hotel_postcode]and they are located at [hotel_address]. can i help with anything else?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : no problem. the postcode is [hotel_postcode]and they are free to get in.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : no problem. the postcode is [hotel_postcode]and they are free to get in." + ], + [ + "belief : hotel area = centre ; stars = 0 ; type = hotelsystem : yes", + "belief : hotel area = centre ; stars = 0 ; type = hotelsystem : yes", + "belief : hotel area = centre ; stars = 0 ; type = hotelsystem : yes", + "belief : hotel area = centre ; stars = 0 ; type = hotelsystem : yes ; type = hotelsystem : yes", + "belief : hotel area = centre ; stars = 0 ; type = hotelsystem : yes ; type = hotelsystem : yes" + ], + [ + "belief : hotel area = centre = dont care", + "belief : hotel area = centresystem : yes", + "belief : hotel area = centre = dont care=>belief : hotel pricerange = cheapsystem : yes", + "belief : hotel area = centre = dont care", + "belief : hotel area = centresystem : yes" + ], + [ + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre" + ], + [ + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre" + ], + [ + "belief : train destination = cambridge ; arriveby = 03:00system : there are several trains that will meet your needs. would you care to book tickets for [value_count]?", + "belief : train destination = cambridge ; arriveby = 03:00system : there are several trains that will meet your needs. would you care to book tickets for [value_count]?", + "belief : train destination = cambridge ; arriveby = 03:00system : there are several trains that will meet your needs. would you care to book tickets for [value_count]?", + "belief : train destination = cambridge ; arriveby = 03:00system : there are several trains that will meet your needs. would you care to book tickets for [value_count]?", + "belief : train destination = cambridge ; arriveby = 03:00system : there are several trains that will meet your needs. would you care to book tickets for [value_count]?" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 03:00 ; departure = broxbournesystem : how about [train_id] that leaves at [value_time]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 03:00 ; departure = broxbournesystem : how about [train_id] that leaves at [value_time]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 03:00 ; departure = broxbournesystem : how about [train_id] that leaves at [value_time]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 03:00 ; departure = broxbournesystem : how about [train_id] that leaves at [value_time]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 03:00 ; departure = broxbournesystem : how about [train_id] that leaves at [value_time]?" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; departure = london kings crosssystem : there are [value_count]trains, do you have a time you would like to travel?", + "belief : train destination = cambridge ; day = wednesday ; departure = london kings crosssystem : there are [value_count]trains, do you have a time you would like to travel?", + "belief : train destination = cambridge ; day = wednesday ; departure = london kings crosssystem : there are [value_count]trains, do you have a time you would like to travel?", + "belief : train destination = cambridge ; day = wednesday ; departure = london kings crosssystem : there are [value_count]trains, do you have a time you would like to travel?", + "belief : train destination = cambridge ; day = wednesday ; departure = london kings crosssystem : there are [value_count]trains, do you have a time you would like to travel?" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : how about [train_id] that leaves at [value_time]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : how about [train_id] that leaves at [value_time]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : how about [train_id] that leaves at [value_time]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : how about [train_id] that leaves at [value_time]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : how about [train_id] that leaves at [value_time]?" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : sure!!!", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : sure!!!", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : sure!!!", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : sure!!!", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : sure!!!" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are no restaurant -s that serve chinese food. would you like to try something else?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are no restaurant -s that serve chinese food. would you like to try something else?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are no restaurant -s that serve chinese food. would you like to try something else?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are no restaurant -s that serve chinese food. would you like to try something else?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are no restaurant -s that serve chinese food. would you like to try something else?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = centre | booking day = saturday ; people = 3 ; time = 14:00system :", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centre | booking day = saturday ; people = 3 ; time = 14:00system :", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centre | booking day = saturday ; people = 3 ; time = 14:00system :", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centre | booking day = saturday ; people = 3 ; time = 14:00system :", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centre | booking day = saturday ; people = 3 ; time = 14:00system :" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive | booking day = saturday ; people = 3 ; time = 13system : booked at [restaurant_name]system : booked at [restaurant_name]!", + "belief : restaurant food = chinese ; pricerange = expensive | booking day = saturday ; people = 3 ; time = 13system : booked at [restaurant_name]system : booked at [restaurant_name]!", + "belief : restaurant food = chinese ; pricerange = expensive | booking day = saturday ; people = 3 ; time = 13system : booked at [restaurant_name]system : booked at [restaurant_name]!", + "belief : restaurant food = chinese ; pricerange = expensive | booking day = saturday ; people = 3 ; time = 13system : booked at [restaurant_name]system : booked at [restaurant_name]!", + "belief : restaurant food = chinese ; pricerange = expensive | booking day = saturday ; people = 3 ; time = 13system : booked at [restaurant_name]system : booked at [restaurant_name]!" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = dont care | booking day = saturdaysystem : booked at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = chinese ; pricerange = expensive ; area = dont care | booking day = saturdaysystem : booked at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = chinese ; pricerange = expensive ; area = dont care | booking day = saturdaysystem : booked at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = chinese ; pricerange = expensive ; area = dont care | booking day = saturdaysystem : booked at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = chinese ; pricerange = expensive ; area = dont care | booking day = saturdaysystem : booked at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : restaurant food = chinese = chinese ; pricerange = expensive | booking day = saturday ; people = 3system : booked at restaurant food = 3system : you are welcome!", + "belief : restaurant food = chinese = chinese ; pricerange = expensive | booking day = saturday ; people = 3system : booked at [restaurant_name]", + "belief : restaurant food = chinese = chinese ; pricerange = expensive | booking day = saturday ; people = 3system : booked at [restaurant_name]", + "belief : restaurant food = chinese = chinese ; pricerange = expensive | booking day = saturday ; people = 3system : booked at restaurant food = chinese ; time = 14:00system : you are welcome!", + "belief : restaurant food = chinese = chinese ; pricerange = expensive | booking day = saturday ; people = 3system : booked at [restaurant_name]" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s in the [value_area] of town. would you prefer [value_food] or [value_food]?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s in the [value_area] of town. would you prefer [value_food] or [value_food]?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s in the [value_area] of town. would you prefer [value_food] or [value_food]?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s in the [value_area] of town. would you prefer [value_food] or [value_food]?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s in the [value_area] of town. would you prefer [value_food] or [value_food]?" + ], + [ + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : how about [restaurant_name]? it serves [value_food] food and it is in the [value_area] of town.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : i recommend the [restaurant_name]. it s a [value_pricerange] -ly priced [value_food] restaurant in the [value_area] part of town. would you like their contact information?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : i recommend the [restaurant_name]. it s a [value_pricerange] -ly priced [value_food] restaurant in the [value_area] part of town. would you like their contact information?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : how about [restaurant_name]? it serves [value_food] food and it is in the [value_area] of town.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : i recommend the [restaurant_name]. it s a [value_pricerange] -ly priced [value_food] restaurant in the [value_area] part of town. would you like their contact information?" + ], + [ + "belief : restaurant pricerange = expensive ; area = centre | booking day = wednesday ; people = 8 ; time = 15:30system : i have reserved your table for [value_count]. is there anything else i can assist you with today?", + "belief : restaurant pricerange = expensive ; area = centre |", + "belief : restaurant pricerange = expensive ; area = centre | booking day = wednesday ; people = 8 ; time = 15:30system : i have reserved your table for [value_count]. is there anything else i can assist you with today?", + "belief : restaurant pricerange = expensive ; area = centre | booking day = wednesday ; people = 8 ; time = 15:30system : i have reserved your table for [value_count]. is there anything else i can assist you with today?", + "belief : restaurant pricerange = expensive ; area = centre | booking day = wednesday ; people = 8 ; time = 15:30system : i have reserved your table for [value_count]. is there anything else i can assist you with today?" + ], + [ + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : your booking was successful!", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : your booking was successful!", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : is there anything else i can help you with today?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : booked at = 1system : your booking was successful! your reference number is [restaurant_reference].", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : booked at = 1system : your booking was successful! your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : you are welcome! goodbye.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : you are welcome! goodbye.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : you are welcome! goodbye.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : you are welcome! goodbye.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : you are welcome! goodbye." + ], + [ + "belief : restaurant pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : goodbye.", + "belief : restaurant pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : goodbye.", + "belief : restaurant pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : goodbye.", + "belief : restaurant pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : goodbye.", + "belief : restaurant pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : goodbye." + ], + [ + "belief : hotel name = warkworth housesystem : i have the [hotel_name]with internet and parking. would you like me to book that for you?", + "belief : hotel name = warkworth housesystem : i have the [hotel_name]with internet and parking. would you like me to book that for you?", + "belief : hotel name = warkworth housesystem : i have the [hotel_name]with internet and parking. would you like me to book that for you?", + "belief : hotel name = warkworth housesystem : i have the [hotel_name]with internet and parking. would you like me to book that for you?", + "belief : hotel name = warkworth housesystem : i have the [hotel_name]with internet and parking. would you like me to book that for you?" + ], + [ + "belief : hotel name = warkworth housesystem : i am sorry, that time is not available. can i find a different hotel for you?", + "belief : hotel name = warkworth housesystem : i am sorry, that time is not available. can i find a different hotel for you?", + "belief : hotel name = warkworth housesystem : i am sorry, that time is not available. can i find a different hotel for you?", + "belief : hotel name = warkworth housesystem : how many people are staying?", + "belief : hotel name = warkworth housesystem : i am sorry, that time is not available. can i find a different hotel for you?" + ], + [ + "belief : hotel name = warkworth housesystem : i am sorry i was unable to book that for you. would", + "belief : hotel name = warkworth housesystem : i am sorry i was unable to book that for you. would", + "belief : hotel name = warkworth housesystem : i am sorry i was unable to book that for you. would", + "belief : hotel name = warkworth housesystem : i am sorry i was unable to book that for you. would", + "belief : hotel name = warkworth housesystem : i am sorry i was unable to book that for you. would" + ], + [ + "belief : hotel name = warkworth house ; type = guesthousesystem : i am sorry, that booking was unsuccessful. would you like to find another guesthouse in your mind?", + "belief : hotel name = warkworth house ; type = guesthousesystem : i am sorry, that booking was unsuccessful. would you like to find another guesthouse in your mind?", + "belief : hotel name = warkworth house ; type = guesthousesystem : i am sorry, that booking was unsuccessful. would you like to find another guesthouse in your mind?", + "belief : hotel name = warkworth house ; type = guesthousesystem : i am sorry, that booking was unsuccessful. would you like to find another guesthouse in your mind?", + "belief : hotel name = warkworth house ; type = guesthousesystem : i am sorry, that booking was unsuccessful. would you like to find another guesthouse in your mind?" + ], + [ + "belief : hotel name = warkworth house ; type = hotelsystem : enjoy your stay", + "belief : hotel name = warkworth house ; type = hotelsystem : enjoy your stay", + "belief : hotel name = warkworth house ; type = hotelsystem : enjoy your stay", + "belief : hotel name = warkworth house ; type = hotelsystem : enjoy your stay", + "belief : hotel name = warkworth house ; type = hotelsystem : enjoy your stay" + ], + [ + "belief : hotel stars = 2 ; type = hotelsystem : try the [hotel_name]or [hotel_name]", + "belief : hotel stars = 2 ; type = hotelsystem : try the [hotel_name]or [hotel_name]", + "belief : hotel stars = 2 ; type = hotelsystem : try the [hotel_name]or [hotel_name]", + "belief : hotel stars = 2 ; type = hotelsystem : try the [hotel_name]or [hotel_name]", + "belief : hotel stars = 2 ; type = hotelsystem : try the [hotel_name]or [hotel_name]" + ], + [ + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem" + ], + [ + "belief : hotel name = ashley hotel ; parking = yes ; stars = 2system : sure, they are located at [hotel_address].", + "belief : hotel name = ashley hotel ; parking = yes ; stars = 2system : sure, they are located at [hotel_address].", + "belief : hotel name = ashley hotel ; parking = yes ; stars = 2system : sure, they are located at [hotel_address].", + "belief : hotel name = ashley hotel ; parking = yes ; stars = 2system : sure, they are located at [hotel_address].", + "belief : hotel name = ashley hotel ; parking = yes ; stars = 2system : sure, they are located at [hotel_address]." + ], + [ + "belief : hotel name = ashley hotel ; parking = yes ; stars = 2system : sure, enjoy your stay", + "belief : hotel name = ashley hotel ; parking = yes ; stars = 2system : enjoy your stay", + "belief : hotel name = ashley hotel ; parking = yes ; stars = 2system : sure, enjoy your stay", + "belief : hotel name = ashley hotel ; parking = yes ; stars = 2system : enjoy your stay", + "belief : hotel name = ashley hotel ; parking = yes ; stars = 2system : enjoy your stay" + ], + [ + "belief : hotel name = a. bye", + "belief : hotel name = bg bye", + "belief : hotel name = none", + "belief : hotel name = a", + "belief : hotel name = none" + ], + [ + "belief : train leaveat = 18:30 ; destination = bishops stortford ; day = fridaysystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train leaveat = 18:30 ; destination = bishops stortford ; day = fridaysystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train leaveat = 18:30 ; destination = bishops stortford ; day = fridaysystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train leaveat = 18:30 ; destination = bishops stortford ; day = fridaysystem : i have several trains, shall i book [value_count]?", + "belief : train leaveat = 18:30 ; destination = bishops stortford ; day = fridaysystem : i have several trains, shall i book [value_count]?" + ], + [ + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : there are [value_count]trains, would you like me to book you [value_count]?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : there are [value_count]trains, could you tell me when you would like to leave", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : there are [value_count]trains, would you like me to book you [value_count]?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : there are trains every hour, at [value_count]minute past. there is a [value_time]train", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : there are [value_count]trains, would you like me to book you [value_count]?" + ], + [ + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system : how many tickets do you needsystem : you need?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system : how many tickets do you needsystem : you need?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system : how many tickets do you needsystem : you need?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system : how many tickets do you needsystem : you need?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system : how many tickets do you needsystem : you need?" + ], + [ + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system : goodbye.", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system : goodbye.", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system : goodbye.", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system : goodbye.", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system : goodbye." + ], + [ + "belief : restaurant food = indian ; pricerange = moderatesystem : i am sorry, there are no [value_pricerange] restaurant -s that serve indian food. can i help you with something else?", + "belief : restaurant food = indian ; pricerange = moderatesystem : i am sorry, there are no [value_pricerange] restaurant -s that serve indian food. can i help you with something else?", + "belief : restaurant food = indian ; pricerange = moderatesystem : i am sorry, there are no [value_pricerange] restaurant -s that serve indian food. can i help you with something else?", + "belief : restaurant food = indian ; pricerange = moderatesystem : i am sorry, there are no [value_pricerange] restaurant -s that serve indian food. can i help you with something else?", + "belief : restaurant food = indian ; pricerange = moderatesystem : i am sorry, there are no [value_pricerange] restaurant -s that serve indian food. can i help you with something else?" + ], + [ + "belief : restaurant food = indian ; pricerange = moderate ; area = curry prince | booking day = tuesday ; people = 7 ; time = 19:30", + "belief : restaurant food = indian ; pricerange = moderate ; area = curry prince | booking day = tuesday ; people = 7 ; time = 19:30", + "belief : restaurant food = indian ; pricerange = moderate ; area = curry prince | booking day = tuesday ; people = 7 ; time = 19:30", + "belief : restaurant food = indian ; pricerange = moderate ; area = curry prince | booking day = tuesday ; people = 7 ; time = 19:30", + "belief : restaurant food = indian ; pricerange = moderate ; area = curry prince | booking day = tuesday ; people = 7 ; time = 19:30" + ], + [ + "belief : restaurant food = indian ; pricerange = moderate ; area = dont care | booking day = tuesdaysystem : it was a pleasure to assist you.", + "belief : restaurant food = indian ; pricerange = moderate ; area = dont care | booking day = tuesdaysystem : you are welcome. have a great day! goodbye.", + "belief : restaurant food = indian ; pricerange = moderate ; area = dont care | booking day = tuesdaysystem : it was a pleasure to assist you.", + "belief : restaurant food = indian ; pricerange = moderate ; area = dont care | booking day = tuesdaysystem : it was a pleasure to assist you.", + "belief : restaurant food = indian ; pricerange = moderate ; area = dont care | booking day = tuesdaysystem : it was a pleasure to assist you." + ], + [ + "belief : train destination = cambridgesystem : i can certainly help. where will you be departing from?", + "belief : train destination = cambridgesystem : i can certainly help. where will you be departing from?", + "belief : train destination = cambridgesystem : i can certainly help. where will you be departing from?", + "belief : train destination = cambridgesystem : i can certainly help. where will you be departing from?", + "belief : train destination = cambridgesystem : i can certainly help. where will you be departing from?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; departure = stevenage | booking people = nonesystem : what time would you like to leave or arrive?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenage | booking people = nonesystem : what time would you like to leave or arrive?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenage | booking people = nonesystem : what time would you like to leave or arrive?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenage | booking people = nonesystem : what time would you like to leave or arrive?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenage | booking people = nonesystem : what time would you like to leave or arrive?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : can i help!", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : can i help!", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : can i help!", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : can i help!", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : can i help!" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye.", + "belief : train destination = cambridge [value_day]at [value_time]=>belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye.", + "belief : train destination = cambridge [value_day]at [value_time]=>belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye.", + "belief : train destination = cambridge [value_day]at [value_time].userbelief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye." + ], + [ + "belief : train destination = cambridge day = saturday", + "belief : train destination = cambridge day = saturday", + "belief : train destination = cambridge day = saturday", + "belief : train destination = cambridge day = saturday", + "belief : train destination = cambridge day = saturday" + ], + [ + "belief : train departure = kings lynnsystem : no problem! where do you plan to go on [value_day]?", + "belief : train departure = kings lynnsystem : no problem! where do you plan to go on [value_day]?", + "belief : train departure = kings lynnsystem : no problem! where do you plan to go on [value_day]?", + "belief : train departure = kings lynnsystem : no problem! where do you plan to go on [value_day]?", + "belief : train departure = kings lynnsystem : no problem! where do you plan to go on [value_day]?" + ], + [ + "belief : train destination = cambridge ; departure = kings lynnsystem : when do you want to leave [value_place]?", + "belief : train destination = cambridge ; departure = kings lynnsystem : when do you want to leave [value_place]?", + "belief : train destination = cambridge ; departure = kings lynnsystem : when do you want to leave [value_place]?", + "belief : train destination = cambridge ; departure = kings lynnsystem : when do you want to leave [value_place]?", + "belief : train destination = cambridge ; departure = kings lynnsystem : when do you want to leave [value_place]?" + ], + [ + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have a [taxi_type]booked. the contact number is [taxi_phone].", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have a [taxi_type]booked. the contact number is [taxi_phone].", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have a [taxi_type]booked. the contact number is [taxi_phone].", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have a [taxi_type]booked. the contact number is [taxi_phone].", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have a [taxi_type]booked. the contact number is [taxi_phone]." + ], + [ + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many seats would you like?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many seats would you like?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many seats would you like?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many seats would you like?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many seats would you like?" + ], + [ + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : you are welcome! goodbye.", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : you are welcome! goodbye.", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : you are welcome! goodbye.", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : you are welcome! goodbye.", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : you are welcome! goodbye." + ], + [ + "belief : hotel pricerange = expensive ; internet = yessystem : i have the [hotel_name]with internet, would you like me to book that for you?", + "belief : hotel pricerange = expensive ; internet = yessystem : i have the [hotel_name]with internet, would you like me to book that for you?", + "belief : hotel pricerange = expensive ; internet = yessystem : i have the [hotel_name]with internet, would you like me to book that for you?", + "belief : hotel pricerange = expensive ; internet = yessystem : i have the [hotel_name]with internet, would you like me to book that for you?", + "belief : hotel pricerange = expensive ; internet = yessystem : i have the [hotel_name]with internet, would you like me to book that for you?" + ], + [ + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. do you", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. do you", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. do you", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that fit your criteria. would you like to narrow your choices down by location", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. do you" + ], + [ + "belief : hotel pricerange = cheap ; internet = yessystem : ok.", + "belief : hotel pricerange = cheap ; internet = yessystem : ok.", + "belief : hotel pricerange = cheap ; internet = yessystem : ok.", + "belief : hotel pricerange = cheap ; internet = yessystem : ok.", + "belief : hotel pricerange = cheap ; internet = yessystem : ok." + ], + [ + "belief : hotel pricerange = cheap=>belief : hotel area = centresystem :", + "belief : hotel pricerange = cheap=>belief : hotel area = centresystem :", + "belief : hotel pricerange = cheap=>belief : hotel area = centresystem :", + "belief : hotel pricerange = cheap=>belief : hotel area = centresystem :", + "belief : hotel pricerange = cheap=>belief : hotel area = centresystem :" + ], + [ + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes, pricerange = cheap ; internet = yessystem : sure!", + "belief : hotel parking = yes", + "belief : hotel parking = yes" + ], + [ + "belief : hotel parking = yes.", + "belief : hotel parking = yes.", + "belief : hotel parking = yes.", + "belief : hotel parking = yes.", + "belief : hotel parking = yes." + ], + [ + "belief : hotel area = dont care ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : booked at [hotel_name]. reference number [hotel_reference].", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : booked at [hotel_name]. reference number [hotel_reference].", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : booked at [hotel_name]. reference number [hotel_reference].", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : booked at [hotel_name]. reference number [hotel_reference].", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : booked at [hotel_name]. reference number [hotel_reference]." + ], + [ + "belief : hotel pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3 ; stay = 4system : booking day = 10:00system : booking was successful. reference number is [hotel_reference].", + "belief : hotel pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3 ; stay = 4system : booking day = 10:00system : booked at [hotel_name]. reference number [hotel_reference].", + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem : booked at [hotel_name]. reference number [hotel_reference].", + "belief : hotel pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3 ; stay = 4system : booking day = 10:00system : booking was successful. reference number is [hotel_reference].", + "belief : hotel pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3 ; stay = 4system : booking day = 10:00system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : booked at [hotel_name]. reference number [hotel_reference].", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel parking = yes, hotel parking = yes ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : you are welcome! have a lovely stay.", + "belief : hotel parking = yes, hotel parking = yes ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : you are welcome! have a lovely stay.", + "belief : hotel parking = yes, hotel parking = yes ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : you are welcome! have a lovely stay.", + "belief : hotel parking = yes, hotel parking = yes ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : you are welcome! have a lovely stay.", + "belief : hotel parking = yes, hotel parking = yes ; pricerange = cheap ; internet = yes | booking day = tuesday ; people = 3system : you are welcome! have a lovely stay." + ], + [ + "belief : hotel pricerange = moderate ; internet = yessystem : i have [value_count]hotel -s that fit your criteria. do you have an area or price range that you prefer?", + "belief : hotel pricerange = moderate ; internet = yessystem : i have [value_count]hotel -s that fit your criteria. do you have an area or price range that you prefer?", + "belief : hotel pricerange = moderate ; internet = yessystem : i have [value_count]hotel -s that meet your criteria. do you want parking?", + "belief : hotel pricerange = moderate ; internet = yessystem : i have [value_count]hotel -s that fit your criteria. do you have an area or price range that you prefer?", + "belief : hotel pricerange = moderate ; internet = yessystem : i have [value_count]hotel -s that fit your criteria. do you have an area or price range that you prefer?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : try the [hotel_name]or [hotel_name]", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : try the [hotel_name]or [hotel_name]", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : try the [hotel_name]or [hotel_name]", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : try the [hotel_name]or [hotel_name]", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : try the [hotel_name]or [hotel_name]" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; type = hotelsystem : booking day = friday ; people = 1system : booking people = 1system : booking was successful. reference number is [hotel_reference].", + "belief : hotel parking = yes ; pricerange = moderate ; type = hotelsystem : booking day = friday ; people = 1system : booking people = 1system : booking was successful. reference number is [hotel_reference].", + "belief : hotel parking = yes ; pricerange = moderate ; type = hotelsystem : booking day = friday ; people = 1system : booking people = 1system : booking was successful. reference number is [hotel_reference].", + "belief : hotel parking = yes ; pricerange = moderate ; type = hotelsystem : booking day = friday ; people = 1system : booking people = 1system : booking was successful. reference number is [hotel_reference].", + "belief : hotel parking = yes ; pricerange = moderate ; type = hotelsystem : booking day = friday ; people = 1system : booking people = 1system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes | booking day = wednesdaysystem :", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes | booking day = wednesdaysystem : people = 1system : booked at [hotel_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes | booking day = wednesdaysystem : people = 1system : goodbye.", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes | booking day = wednesdaysystem : people = 1system : booked at [hotel_name]", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes | booking day = wednesdaysystem : reference number = 1system : goodbye." + ], + [ + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes ; pricerange = moderate", + "belief : hotel parking = yes", + "belief : hotel parking = yes ; pricerange = moderate" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes | booking day = wednesday", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes | booking day = wednesday", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes | booking day = wednesday", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes | booking day = wednesday", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes | booking day = wednesday" + ], + [ + "belief : hotel parking = yes ; pricerange = expensivesystem : we have many. do you have a particular area you want to stay in?", + "belief : hotel parking = yes ; pricerange = expensivesystem : i have [value_count]hotel -s that fit your criteria. do you have an area or price range that you prefer?", + "belief : hotel parking = yes ; pricerange = expensivesystem : we have many. do you have a particular area you want to stay in?", + "belief : hotel parking = yes ; pricerange = expensivesystem : we have many. do you have a particular area you want to stay in?", + "belief : hotel parking = yes ; pricerange = expensivesystem : we have many. do you have a particular area you want to stay in?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i have [value_count]hotel -s that match your requirement -s. do you have a", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i have [value_count]hotel -s that match your requirement -s. do you have a", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i have [value_count]hotel -s that match your requirement -s. do you have a", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i have [value_count]hotel -s that match your requirement -s. do you have a", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i have [value_count]hotel -s that match your requirement -s. do you have a" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4system : the phone number is [hotel_phone].", + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4system : the phone number is [hotel_phone].", + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4system : the phone number is [hotel_phone].", + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4system : the phone number is [hotel_phone].", + "belief : hotel parking = yes ; pricerange = expensive ; stars = 4system : the phone number is [hotel_phone]." + ], + [ + "belief : hotel parking = yes ; pricerange = expensivesystem : goodbye", + "belief : hotel parking = yes ; pricerange = expensivesystem : goodbye", + "belief : hotel parking = yes ; pricerange = expensivesystem : goodbye", + "belief : hotel parking = yes ; pricerange = expensivesystem : goodbye", + "belief : hotel parking = yes ; pricerange = expensivesystem : goodbye" + ], + [ + "belief : restaurant name = alimentumsystem : it s a [value_pricerange] [value_food] place in the [value_area] at [restaurant_address] [restaurant_postcode]. the phone number is [restaurant_phone].", + "belief : restaurant name = alimentumsystem : it s a [value_pricerange] [value_food] place in the [value_area] at [restaurant_address] [restaurant_postcode]. the phone number is [restaurant_phone].", + "belief : restaurant name = alimentumsystem : it s a [value_pricerange] [value_food] place in the [value_area] at [restaurant_address] [restaurant_postcode]. the phone number is [restaurant_phone].", + "belief : restaurant name = alimentumsystem : it s a [value_pricerange] [value_food] place in the [value_area] at [restaurant_address] [restaurant_postcode]. the phone number is [restaurant_phone].", + "belief : restaurant name = alimentumsystem : it s a [value_pricerange] [value_food] place in the [value_area] at [restaurant_address] [restaurant_postcode]. the phone number is [restaurant_phone]." + ], + [ + "belief : restaurant name = alimentum ; area = dont caresystem : okay. thank you for calling the [value_place]towninfo [value_area]. goodbye", + "belief : restaurant name = alimentum ; area = dont caresystem : okay. thank you for calling the [value_place]towninfo [value_area]. goodbye", + "belief : restaurant name = alimentum ; area = dont caresystem : okay. thank you for calling the [value_place]towninfo [value_area]. goodbye", + "belief : restaurant name = alimentum ; area = dont caresystem : okay. thank you for calling the [value_place]towninfo [value_area]. goodbye", + "belief : restaurant name = alimentum ; area = dont caresystem : okay. thank you for calling the [value_place]towninfo [value_area]. goodbye" + ], + [ + "belief : restaurant food = this ; area = centresystem : there are [value_count]located in the [value_area]. would you prefer [value_count]that is free?", + "belief : restaurant food = this ; area = centresystem : there are [value_count]located in the [value_area]. would you prefer [value_count]that is free?", + "belief : restaurant food = this ; area = centresystem : i have [value_count]in the [value_area] called [restaurant_name]. would you like a reservation here?", + "belief : restaurant food = this ; area = centresystem : i have [value_count]in the [value_area] called [restaurant_name]. would you like a reservation here?", + "belief : restaurant food = this ; area = centresystem : there are [value_count]located in the [value_area]. would you prefer [value_count]that is free?" + ], + [ + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : i have [value_count]restaurant -s that meet that criteria. do you have a preference on type of cuisine?", + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : i have [value_count]restaurant -s that meet that criteria. do you have a preference on type of cuisine?", + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : i have [value_count]restaurant -s that meet that criteria. do you have a preference on type of cuisine?", + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : i have [value_count]restaurant -s that meet that criteria. do you have a preference on type of cuisine?", + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : i have [value_count]restaurant -s that meet that criteria. do you have a preference on type of cuisine?" + ], + [ + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : yes.", + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : yes.", + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : yes.", + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : yes.", + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : yes sure!" + ], + [ + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : their address = centresystem : yes.", + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : their address = centresystem : yes.", + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : the address = centresystem : the address is [restaurant_address]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : the address = centresystem : the address is [restaurant_address]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : the address = centresystem : the address is [restaurant_address]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : restaurant food = gastropubs = internationalsystem : goodbye.", + "belief : restaurant food = gastropubs = internationalsystem : goodbye.", + "belief : restaurant food = gastropubs = internationalsystem : goodbye.", + "belief : restaurant food = gastropubs = internationalsystem : goodbye.", + "belief : restaurant food = gastropubs = internationalsystem : goodbye." + ], + [ + "belief : restaurant food = indian ; area = centresystem : i highly recommend [restaurant_name]. it is a [value_pricerange] priced [value_food] restaurant located on [restaurant_address]. would you like me to book it?", + "belief : restaurant food = indian ; area = centresystem : i highly recommend [restaurant_name]. it is a [value_pricerange] priced [value_food] restaurant located on [restaurant_address]. would you like me to book it?", + "belief : restaurant food = indian ; area = centresystem : i highly recommend [restaurant_name]. it is a [value_pricerange] priced [value_food] restaurant located on [restaurant_address]. would you like me to book it?", + "belief : restaurant food = indian ; area = centresystem : i highly recommend [restaurant_name]. it is a [value_pricerange] priced [value_food] restaurant located on [restaurant_address]. would you like me to book it?", + "belief : restaurant food = indian ; area = centresystem : i highly recommend [restaurant_name]. it is a [value_pricerange] priced [value_food] restaurant located on [restaurant_address]. would you like me to book it?" + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : how about [restaurant_name]? it serves [value_food] food and it is in the [value_area] of town.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : how about [restaurant_name]? it serves [value_food] food and it is in the [value_area] of town.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : how about [restaurant_name]? it serves [value_food] food and it is in the [value_area] of town.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : how about [restaurant_name]? it serves [value_food] food and it is in the [value_area] of town.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : how about [restaurant_name]? it serves [value_food] food and it is in the [value_area] of town." + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : your reservation number is [restaurant_reference].", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : your reservation number is [restaurant_reference].", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : your reservation number is [restaurant_reference].", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : your reservation number is [restaurant_reference].", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : your reservation number is [restaurant_reference]." + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : have a wonderful day", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : have a wonderful day", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : have a wonderful day", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : have a wonderful day", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : have a wonderful day" + ], + [ + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi. what price range or area do you prefer?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi. what price range or area do you prefer?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi. what price range or area do you prefer?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi. what price range or area do you prefer?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi. what price range or area do you prefer?" + ], + [ + "belief : hotel area = north ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses in the [value_area] that meet that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?", + "belief : hotel area = north ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that meet that criteria. would you like a [value_pricerange] or", + "belief : hotel area = north ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that meet that criteria. would you like a [value_pricerange] or", + "belief : hotel area = north ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses in the [value_area] that meet that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?", + "belief : hotel area = north ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses in the [value_area] that meet that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?" + ], + [ + "belief : hotel area = north ; parking = yes ;", + "belief : hotel area = north ; parking = yes ;", + "belief : hotel area = north ; parking = yes ;", + "belief : hotel area = north ; parking = yes ;", + "belief : hotel area = north ; parking = yes ;" + ], + [ + "belief : hotel parking = yes ; stars = 3 ; type = guesthouse | booking day = thursday ; people = 2system : how about [hotel_name]?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthouse | booking day = thursday ; people = 2system : how about [hotel_name]?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthouse | booking day = thursday ; people = 2system : how about [hotel_name]?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthouse | booking day = thursday ; people = 2system : how about [hotel_name]?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthouse | booking day = thursday ; people = 2system : how about [hotel_name]?" + ], + [ + "belief : hotel name = wednesday ; parking = yes ; internet = yes ; type = guesthousesystem : yes, type = guesthousesystem : booking was successful.", + "belief : hotel name = wednesday ; parking = yes ; internet = yes ; type = guesthousesystem : how about [hotel_name]is good", + "belief : hotel name = wednesday ; parking = yes ; internet = yes ; type = guesthousesystem : how about [hotel_name]is good", + "belief : hotel name = wednesday ; parking = yes ; internet = yes ; type = guesthousesystem : how about [hotel_name]is next door", + "belief : hotel name = wednesday ; parking = yes ; internet = yes ; type = guesthousesystem : how about [hotel_name]is good" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = guesthouse | booking day = wednesdaysystem : goodbye.", + "belief : hotel parking = yes ; internet = yes ; type = guesthouse | booking day = wednesdaysystem : goodbye.", + "belief : hotel parking = yes ; internet = yes ; type = guesthouse | booking day = wednesdaysystem : goodbye.", + "belief : hotel parking = yes ; internet = yes ; type = guesthouse | booking day = wednesdaysystem : goodbye.", + "belief : hotel parking = yes ; internet = yes ; type = guesthouse | booking day = wednesdaysystem : goodbye." + ], + [ + "belief : hotel parking = yes ; pricerange = yes ; type = guesthouse | booking day = thursday", + "belief : hotel parking = yes ; pricerange = yes ; type = guesthouse | booking day = thursday", + "belief : hotel parking = yes ; type = guesthouse = yes ; area = northsystem : have a nice day.", + "belief : hotel parking = yes ; type = guesthouse = yes ; area = northsystem : have a nice day.", + "belief : hotel parking = yes ; type = guesthouse = yes ; area = northsystem : have a nice day." + ], + [ + "belief : hotel name = wednesday", + "belief : hotel name = wednesday", + "belief : hotel name = wednesday", + "belief : hotel name = wednesday", + "belief : hotel name = wednesday" + ], + [ + "belief : train day = friday ; departure = leicestersystem : i have found [value_count]trains for you. what time would you like to leave?", + "belief : train day = friday ; departure = leicestersystem : i have found [value_count]trains for you. what time would you like to leave?", + "belief : train day = friday ; departure = leicestersystem : i have found [value_count]trains for you. what time would you like to leave?", + "belief : train day = friday ; departure = leicestersystem : i have found [value_count]trains for you. what time would you like to leave?", + "belief : train day = friday ; departure = leicestersystem : i have found [value_count]trains for you. what time would you like to leave?" + ], + [ + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : let me provide you with a [taxi_type]or a [taxi_type]?", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : let me confirm you are leaving from leicester and want to arrive in [value_place]by [value_time].", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : let me provide you with a [taxi_type]or a [taxi_type]?", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : let me provide you with a [taxi_type]or a [taxi_type]?", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : let me provide you with a [taxi_type]or a [taxi_type]?" + ], + [ + "belief : train leaveat = 12:15 ; destination = cambridge ;", + "belief : train leaveat = 12:15 ; destination = cambridge ;", + "belief : train leaveat = 12:15 ; destination = cambridge ;", + "belief : train leaveat = 12:15 ; destination = cambridge ;", + "belief : train leaveat = 12:15 ; destination = cambridge ;" + ], + [ + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : can i help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : can i help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : can i help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : can i help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : can i help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : train leaveat = 12:15", + "belief : train leaveat = 12:15", + "belief : train leaveat = 12:15", + "belief : train leaveat = 12:15", + "belief : train leaveat = 12:15" + ], + [ + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : i would be happy to help! where are you coming from?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : of course, when do you want to leave?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : of course, when do you want to leave?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : i would be happy to help! where are you coming from?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : of course, when do you want to leave?" + ], + [ + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : i have booked for you a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : i have booked for you a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : i have booked for you a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : i have booked for you a [taxi_type], the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : is there anything else i can help you with?", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : is there anything else i can help you with?", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : is there anything else i can help you with?", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : is there anything else i can help you with?", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : is there anything else i can help you with?" + ], + [ + "belief : taxi leaveings = da vinci pizzeria ; departure = tandoori palace ; arriveby = 22:15system : have a nice day! goodbye", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : have a nice day! goodbye.", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : have a great day! goodbye.", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : have a nice day! goodbye.", + "belief : taxi leaveings = da vinci pizzeria ; departure = tandoori palace ; arriveby = 22:15system : have a nice day! goodbye" + ], + [ + "belief : restaurant food = african ; pricerange = moderatesystem : there is not matching place -s that fits your request. can i help you with something else?", + "belief : restaurant food = african ; pricerange = moderatesystem : there is not matching place -s that fits your request. can i help you with something else?", + "belief : restaurant food = african ; pricerange = moderatesystem : there is not matching place -s that fits your request. can i help you with something else?", + "belief : restaurant food = african ; pricerange = moderatesystem : there is not matching place -s that fits your request. can i help you with something else?", + "belief : restaurant food = african ; pricerange = moderatesystem : there is not matching place -s that fits your request. can i help you with something else?" + ], + [ + "belief : restaurant food = asian ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food. would you like their contact information?", + "belief : restaurant food = asian ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food. would you like their address?", + "belief : restaurant food = asian ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food. would you like their contact information?", + "belief : restaurant food = asian ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food. would you like their address?", + "belief : restaurant food = asian ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food. would you like their address?" + ], + [ + "belief : restaurant food = asian ; pricerange = expensive = expensive ; area = centre | booking day = fridaysystem : what time = 13:45system : what day = fridaysystem : what time shall i make that booking for?", + "belief : restaurant food = asian ; pricerange = expensive = expensive ; area = centre | booking day = fridaysystem : people = 6system : what time do you want to leave?", + "belief : restaurant food = asian ; pricerange = expensive = expensive ; area = centre | booking day = fridaysystem : people = 6system : what time do you want to leave?", + "belief : restaurant food = asian ; pricerange = expensive = expensive ; area = centre | booking day = fridaysystem : what time = 13:45system : what day = fridaysystem : you are booked!", + "belief : restaurant food = asian ; pricerange = expensive = expensive ; area = centre | booking day = fridaysystem : when = 13:45system : you like to go" + ], + [ + "belief : restaurant food = asian restaurant pricerange = expensive ; area = centre | booking day = friday ; people = 6system : goodbye.", + "belief : restaurant food = asian restaurant pricerange = expensive ; area = centre | booking day = friday ; people = 6system : goodbye.", + "belief : restaurant food = asian restaurant pricerange = expensive ; area = centre | booking day = friday ; people = 6system : goodbye.", + "belief : restaurant food = asian restaurant pricerange = expensive ; area = centre | booking day = friday ; people = 6system : goodbye.", + "belief : restaurant food = asian restaurant pricerange = expensive ; area = centre | booking day = friday ; people = 6system : goodbye." + ], + [ + "belief : restaurant food = asian ; area = centre | booking day = friday ; people = 6system : goodbye.", + "belief : restaurant food = asian ; area = centre | booking day = friday ; people = 6system : goodbye.", + "belief : restaurant food = asian ; area = centre | booking day = friday ; people = 6system : goodbye.", + "belief : restaurant food = asian ; area = centre | booking day = friday ; people = 6system : goodbye.", + "belief : restaurant food = asian ; area = centre | booking day = friday ; people = 6system : goodbye." + ], + [ + "belief : taxi leaveat = 03:30 ; departure = royal standardsystem : i can look that up, where would you like to leave from?", + "belief : taxi leaveat = 03:30 ; departure = royal standardsystem : i can look that up, where would you like to leave from?", + "belief : taxi leaveat = 03:30 ; departure = royal standardsystem : i can look that up, where would you like to leave from?", + "belief : taxi leaveat = 03:30 ; departure = royal standardsystem : i can look that up, where would you like to leave from?", + "belief : taxi leaveat = 03:30 ; departure = royal standardsystem : i can look that up, where would you like to leave from?" + ], + [ + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = the 10pinsystem : i have booked you a [taxi_type], contact number [taxi_phone].", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = the 10pinsystem : i have booked you a [taxi_type], [taxi_type]. their contact number is [taxi_phone]", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = the 10pinsystem : i have booked you a [taxi_type], [taxi_type]. their contact number is [taxi_phone]", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = the 10pinsystem : i have booked you a [taxi_type], [taxi_type]. their contact number is [taxi_phone]", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = the 10pinsystem : i have booked you a [taxi_type], contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = the!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = the!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = the!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = the!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = the!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : taxi leaveat = 13:45 ; departure = royal currysystem : i can help you with that. when do you need to leave?", + "belief : taxi leaveat = 13:45 ; departure = royal currysystem : i can help you with that. when do you need to leave?", + "belief : taxi leaveat = 13:45 ; departure = royal currysystem : i can help you with that. when do you need to leave?", + "belief : taxi leaveat = 13:45 ; departure = royal persian restaurantsystem : i can help you with that. when do you need to leave?", + "belief : taxi leaveat = 13:45 ; departure = royal persian restaurantsystem : i can help you with that. when do you need to leave?" + ], + [ + "belief : taxi destination = kirkwood house ; departure = royal persian restaurantsystem : your booking is complete. a [taxi_type]will be picking you up.", + "belief : taxi destination = kirkwood house ; departure = royal persian restaurantsystem : your booking is complete. a [taxi_type]will be picking you up.", + "belief : taxi destination = kirkwood house ; departure = royal persian restaurantsystem : your booking is complete. a [taxi_type]will be picking you up.", + "belief : taxi destination = kirkwood house ; departure = royal persian restaurantsystem : your booking is complete. a [taxi_type]will be picking you up.", + "belief : taxi destination = kirkwood house ; departure = royal persian restaurantsystem : your booking is complete. a [taxi_type]will be picking you up." + ], + [ + "belief : taxi destination = kirkwood house ; departure = royal persian restaurant ; arriveby = 13:45system : you are welcome! have a nice day!", + "belief : taxi destination = kirkwood house ; departure = royal persian restaurant ; arriveby = 13:45system : you are welcome! have a nice day!", + "belief : taxi destination = kirkwood house ; departure = royal persian restaurant ; arriveby = 13:45system : you are welcome! have a nice day!", + "belief : taxi destination = kirkwood house ; departure = royal persian restaurant ; arriveby = 13:45system : you are welcome! have a nice day!", + "belief : taxi destination = kirkwood house ; departure = royal persian restaurant ; arriveby = 13:45system : you are welcome! have a nice day!" + ], + [ + "belief : restaurant food = asian oriental ; area = centresystem : yes, many. do you have a price range in mind?", + "belief : restaurant food = asian oriental ; area = centresystem : yes, many. do you have a price range in mind?", + "belief : restaurant food = asian oriental ; area = centresystem : yes, many. do you have a price range in mind?", + "belief : restaurant food = asian oriental ; area = centresystem : yes, many. do you have a price range in mind?", + "belief : restaurant food = asian oriental ; area = centresystem : yes, many. do you have a price range in mind?" + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : i have [value_count][value_pricerange] -er, which is [value_pricerange] -ly priced. may i recommend [restaurant_name]?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : i have [value_count][value_pricerange] -er, which is [value_pricerange] -ly priced. may i recommend [restaurant_name]?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : i have [value_count][value_pricerange] -er, which is [value_pricerange] -ly priced. may i recommend [restaurant_name]?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : i have [value_count][value_pricerange] -er, which is [value_pricerange] -ly priced. may i recommend [restaurant_name]?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : i have [value_count][value_pricerange] -er, which is [value_pricerange] -ly priced. may i recommend [restaurant_name]?" + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : your booking is now completed.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : your booking is now completed.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : your booking is now completed.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : your booking is now completed.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : your booking is now completed." + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : booking people = 4system : booking people = 4system : booking was successful! booked at [restaurant_name]!", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : booking people = 4system : booking people = 4system : booking was successful! booked at [restaurant_name]!", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : booking people = 4system : booking people = 4system : booking was successful! booked reference number [restaurant_reference]", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : booking people = 4system : booking people = 4system : booking was successful! booked reference number [restaurant_reference]", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : booking people = 4system : booking people = 4system : booking was successful! booked at [restaurant_name]!" + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : goodbye.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : goodbye.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : have a great day! goodbye.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : have a great day!!", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre | booking day = saturdaysystem : have a great day! goodbye." + ], + [ + "belief : restaurant pricerange = expensive ; area = southsystem : there are quite a few restaurant -s in the [value_area]. would you prefer something [value_pricerange] or [value_pricerange] -ly priced?", + "belief : restaurant pricerange = expensive ; area = southsystem : there are quite a few restaurant -s in the [value_area]. would you prefer something [value_pricerange] or [value_pricerange] -ly priced?", + "belief : restaurant pricerange = expensive ; area = southsystem : there are quite a few restaurant -s in the [value_area]. would you prefer something [value_pricerange] or [value_pricerange] -ly priced?", + "belief : restaurant pricerange = expensive ; area = southsystem : there are quite a few restaurant -s in the [value_area]. would you prefer something [value_pricerange] or [value_pricerange] -ly priced?", + "belief : restaurant pricerange = expensive ; area = southsystem : there are quite a few restaurant -s in the [value_area]. would you prefer something [value_pricerange] or [value_pricerange] -ly priced?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : if you", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : if you", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : if you", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : if you", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : if you" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : thank you. goodbye.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : thank you. goodbye.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : thank you. goodbye.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : thank you. goodbye.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : thank you. goodbye." + ], + [ + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?", + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?", + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?", + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?", + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s that fit those qualifications, do you want to stay in a specific part of town, or is there a star rating you are looking for?" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = dont caresystem : how about [hotel_name]? it s got a [value_count]star rating and is [value_pricerange].", + "belief : hotel parking = yes ; internet = yes ; type = dont caresystem : how about [hotel_name]? it sounds lovely.", + "belief : hotel parking = yes ; internet = yes ; type = dont caresystem : how about [hotel_name]? it s got a [value_count]star rating and is [value_pricerange].", + "belief : hotel parking = yes ; internet = yes ; type = dont caresystem : how about [hotel_name]? it s got a [value_count]star rating and is [value_pricerange].", + "belief : hotel parking = yes ; internet = yes ; type = dont caresystem : how about [hotel_name]? it s got a [value_count]star rating and is [value_pricerange]." + ], + [ + "belief : hotel parking = yes ; internet = yes ;", + "belief : hotel parking = yes ; internet = yes ;", + "belief : hotel parking = yes ; internet = yes ;", + "belief : hotel parking = yes ; internet = yes ;", + "belief : hotel parking = yes ; internet = yes ;" + ], + [ + "belief : hotel parking = dont care ; internet = yes ; type = hotel day = saturday ; arriveby = 3system : booking people = 3system : what time would you like to leave?", + "belief : hotel parking = dont care ; internet = yes ; type = hotel day = saturday ; arriveby = 3system : how many people = 3system : i booked at [hotel_name]", + "belief : hotel parking = dont care ; internet = yes ; type = hotel day = saturday ; people = 3system : how many people = 3system : booking day = saturdaysystem : i booked!", + "belief : hotel parking = dont care ; internet = yes ; type = hotel day = saturday ; arriveby = 3system : booking people = 3system : what time would you like to leave?", + "belief : hotel parking = dont care ; internet = yes ; type = hotel day = saturday ; arriveby = 3system : booking people = 3system : what time would you like to leave?" + ], + [ + "belief : hotel parking = dont care", + "belief : hotel parking = dont care", + "belief : hotel parking = dont care ; internet = yes ; type = hotel day = dont care | booking people = 3system : booked = 2system : booked = us", + "belief : hotel parking = dont care ; internet = yes ; type = hotel day = dont care | booking people = 3system : booked = 2system : booked = hotel area = dont caresystem : booked = dont caresystem : booked at = dont care", + "belief : hotel parking = dont care" + ], + [ + "belief :belief : hotel parking = dont care ; internet = yes ; type = hotel name = dont care | booking day = saturday ; people = 3system : booked at = 1system : booked at [hotel_name]", + "belief :belief : hotel parking = dont care ; internet = yes ; type = hotel name = dont care | booking day = saturday ; people = 3system : booked at = 1system : booked at [hotel_name]", + "belief :belief : hotel parking = dont care", + "belief :belief : hotel parking = dont care", + "belief :belief : hotel parking = dont care ; internet = yes ; type = hotel area = dont care | booking day = dont caresystem : booked = 3 ; people = 1system : booked at [hotel_name]" + ], + [ + "belief : hotel parking = dont care", + "belief : hotel parking = dont care", + "belief : hotel parking = dont care", + "belief : hotel parking = dont care", + "belief : hotel parking = dont care" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : i am sorry. there is not a restaurant meeting those criteria. would you like to try something else?", + "belief : restaurant food = italian ; pricerange = expensivesystem : i am sorry. there is not a restaurant meeting those criteria. would you like to try something else?", + "belief : restaurant food = italian ; pricerange = expensivesystem : i am sorry. there is not a restaurant meeting those criteria. would you like to try something else?", + "belief : restaurant food = italian ; pricerange = expensivesystem : i am sorry. there is not a restaurant meeting those criteria. would you like to try something else?", + "belief : restaurant food = italian ; pricerange = expensivesystem : i am sorry. there is not a restaurant meeting those criteria. would you like to try something else?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = dont caresystem : where are you dining your dinner for today?", + "belief : restaurant food = italian ; pricerange = expensive ; area = dont caresystem : where are you dining your dinner for today?", + "belief : restaurant food = italian ; pricerange = expensive ; area = dont caresystem : where are you dining your dinner for today?", + "belief : restaurant food = italian ; pricerange = expensive ; area = dont caresystem : where are you dining at?", + "belief : restaurant food = italian ; pricerange = expensive ; area = dont caresystem : where are you dining your dinner for today?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area =", + "belief : restaurant food = italian ; pricerange = expensive ; area =", + "belief : restaurant food = italian ; pricerange = expensive ; area =", + "belief : restaurant food = italian ; pricerange = expensive ; area =", + "belief : restaurant food = italian ; pricerange = expensive ; area =" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : sure, the postcode = dont care", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : sure, the postcode = dont care", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : sure, the postcode = dont care", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : sure, the postcode = dont care", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : sure, the postcode = dont care" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = italian ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = italian ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = italian ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = italian ; pricerange = expensivesystem : goodbye." + ], + [ + "belief : taxi leaveat = 09:30 ; departure = cambridge artworkssystem : sure! when would you like to arrive?", + "belief : taxi leaveat = 09:30 ; departure = cambridge artworkssystem : sure! when would you like to arrive?", + "belief : taxi leaveat = 09:30 ; departure = cambridge artworkssystem : sure! when would you like to arrive?", + "belief : taxi leaveat = 09:30 ; departure = cambridge artworkssystem : sure! when would you like to arrive?", + "belief : taxi leaveat = 09:30 ; departure = cambridge artworkssystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworks theatresystem : okay a [taxi_type]will be picking you up and the contact number is [taxi_phone]. what else can i help you with?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworks theatresystem : okay a [taxi_type]will be picking you up and the contact number is [taxi_phone]. what else can i help you with?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworks theatresystem : okay a [taxi_type]will be picking you up and the contact number is [taxi_phone]. what else can i help you with?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworks theatresystem : okay a [taxi_type]will be picking you up and the contact number is [taxi_phone]. what else can i help you with?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworks theatresystem : okay a [taxi_type]will be picking you up and the contact number is [taxi_phone]. what else can i help you with?" + ], + [ + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworks theatresystem : the contact number is [taxi_phone]. is there anything else i can do for you?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworks theatresystem : the contact number for the [taxi_type]is [taxi_phone].", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworks theatresystem : the contact number for the [taxi_type]is [taxi_phone].", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworks theatresystem : the contact number is [taxi_phone]. is there anything else i can do for you?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworks theatresystem : the contact number is [taxi_phone]. is there anything else i can do for you?" + ], + [ + "belief : train destination = peterborough ; arriveby = 20:45system : i have you booked into a [value_count]. your reference number is [train_reference]. is there anything else i can do for your today?", + "belief : train destination = peterborough ; arriveby = 20:45system : i have you booked into a [value_count]. your reference number is [train_reference]. is there anything else i can do for your today?", + "belief : train destination = peterborough ; arriveby = 20:45system : i have you booked into a [value_time]. your reference number is [train_reference]. is there anything else i can do for your today?", + "belief : train destination = peterborough ; arriveby = 20:45system : i have you booked into a [value_count]. your reference number is [train_reference]. is there anything else i can do for your today?", + "belief : train destination = peterborough ; arriveby = 20:45system : i have you booked into a [value_time]. your reference number is [train_reference]. is there anything else i can do for your today?" + ], + [ + "belief : train destination = peterborough ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : i have booked you a train arriving at [value_time], the reference number is [train_reference].", + "belief : train destination = peterborough ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : i have booked you a train arriving at [value_time], the reference number is [train_reference].", + "belief : train destination = peterborough ; day = wednesday ; arriveby = 20:45 ; departure = peterboroughsystem : i have booked you a train arriving at [value_time], the reference number is [train_reference].", + "belief : train destination = peterborough ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : i have booked you a train arriving at [value_time], the reference number is [train_reference].", + "belief : train destination = peterborough ; day = wednesday ; arriveby = 20:45 ; departure = peterboroughsystem : i have booked you a train arriving at [value_time], the reference number is [train_reference]." + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : let me confirm you are traveling from [value_place]to [value_place].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : let me confirm you are traveling from [value_place]to [value_place].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : let me know when you want to leave [value_place]", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : let me confirm you are traveling from [value_place]to [value_place].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : let me know when you want to leave [value_place]" + ], + [ + "belief : train destination = cambridge = peterborough ; day = saturday ; arriveby = 20:45system : great.", + "belief : train destination = cambridge = peterborough ; day = saturday ; arriveby = 20:45system : booked = yes", + "belief : train destination = cambridge = peterborough ; day = saturday ; arriveby = 20:45system : great.", + "belief : train destination = cambridge = peterborough ; day = saturday ; arriveby = 20:45system : great.", + "belief : train destination = cambridge = peterborough ; day = saturday ; arriveby = 20:45system : great." + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45system : enjoy your visit", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45" + ], + [ + "belief : taxi destination = the stevenage train stationsystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = the stevenage train stationsystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = the stevenage train stationsystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = the stevenage train stationsystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = the stevenage train stationsystem : i can help you with that. when do you need to leave?" + ], + [ + "belief : taxi destination = the stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else you need", + "belief : taxi destination = the stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : i have booked you a [taxi_type]at with a contact number of [taxi_phone]. is there anything else", + "belief : taxi destination = the stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : i have booked you a [taxi_type]at with a contact number of [taxi_phone]. is there anything else", + "belief : taxi destination = the stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else you need", + "belief : taxi destination = the stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : i have booked you a [taxi_type]at with a contact number of [taxi_phone]. is there anything else" + ], + [ + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : it's you are welcome. goodbye.", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : it's you are welcome. goodbye.", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : it's my pleasure.", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : have a good day.", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : it's you are welcome. goodbye." + ], + [ + "belief : taxi departure = grafton hotel restaurantsystem : i can help with that. when do you need to leave?", + "belief : taxi departure = grafton hotel restaurantsystem : i can help with that. when do you need to leave?", + "belief : taxi departure = grafton hotel restaurantsystem : i can help with that. when do you need to leave?", + "belief : taxi departure = grafton hotel restaurantsystem : i can help with that. when do you need to leave?", + "belief : taxi departure = grafton hotel restaurantsystem : i can help with that. when do you need to leave?" + ], + [ + "belief : taxi leaveat = 16:45 ; departure = grafton hotel restaurantsystem : and where will you be going to?", + "belief : taxi leaveat = 16:45 ; departure = grafton hotel restaurantsystem : and where will you be going to?", + "belief : taxi leaveat = 16:45 ; departure = grafton hotel restaurantsystem : and where will you be going to?", + "belief : taxi leaveat = 16:45 ; departure = grafton hotel restaurantsystem : and where will you be going to?", + "belief : taxi leaveat = 16:45 ; departure = grafton hotel restaurantsystem : and where will you be going to?" + ], + [ + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : i would be happy to help!", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : i would be happy to help!", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : i would be happy to help!", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : i would be happy to help!", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : i would be happy to help!" + ], + [ + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : thank you!", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : have a great day! goodbye", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : thank you!", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : thank you!", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : thank you!" + ], + [ + "belief : restaurant food = asian oriental ; pricerange = expensive ; name = saigon citysystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. [value_count]in [value_area] and [value_count]in [value_area]. do you have a preference on area?", + "belief : restaurant food = asian oriental ; pricerange = expensive ; name = saigon citysystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. [value_count]in [value_area] and [value_count]in [value_area].", + "belief : restaurant food = asian oriental ; pricerange = expensive ; name = saigon citysystem : i have [value_count]guesthouses in the [value_area] with free wifi. what star rating are you looking for?", + "belief : restaurant food = asian oriental ; pricerange = expensive ; name = saigon citysystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. [value_count]in [value_area] and [value_count]in [value_area]. do you have a preference on area?", + "belief : restaurant food = asian oriental ; pricerange = expensive ; name = saigon citysystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. [value_count]in [value_area] and [value_count]in [value_area]." + ], + [ + "belief : restaurant food = asian oriental ; pricerange = expensive ; area = south | booking day = wednesday ; people = 5 ; time = 19:45system : i am sorry, there are no reservations available at that time. would you like to try another restaurant?", + "belief : restaurant food = asian oriental ; pricerange = expensive ; area = south | booking day = wednesday ; people = 5 ; time = 19:45system : i am sorry, there are no reservations available at that time. would you like to try another restaurant?", + "belief : restaurant food = asian oriental ; pricerange = expensive ; area = south | booking day = wednesday ; people = 5 ; time = 19:45system : i am sorry, there are no reservations available at that time. would you like to try another restaurant?", + "belief : restaurant food = asian oriental ; pricerange = expensive ; area = south | booking day = wednesday ; people = 5 ; time = 19:45system : i am sorry, there are no reservations available at that time. would you like to try another restaurant?", + "belief : restaurant food = asian oriental ; pricerange = expensive ; area = south | booking day = wednesday ; people = 5 ; time = 19:45system : i am sorry, there are no reservations available at that time. would you like to try another restaurant?" + ], + [ + "belief : restaurant food = asian oriental ; pricerange = expensive ; area = south | booking day = wednesday ; people = 5 ; time = 19:", + "belief : restaurant food = asian oriental ; pricerange = expensive ; area = south | booking day = wednesday ; people = 5 ; time = 19:", + "belief : restaurant food = asian oriental ; pricerange = expensive ; area = south | booking day = wednesday ; people = 5 ; time = 19:", + "belief : restaurant food = asian oriental ; pricerange = expensive ; area = south | booking day = wednesday ; people = 5 ; time = 19:", + "belief : restaurant food = asian oriental ; pricerange = expensive ; area = south | booking day = wednesday ; people = 5 ; time = 19:" + ], + [ + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i can help you with that. when do you need to leave?" + ], + [ + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guest housesystem : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guest housesystem : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guest housesystem : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guest housesystem : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guest housesystem : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?" + ], + [ + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : thank you", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : thank you", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : thank you", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : thank you", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : have a great day! goodbye" + ], + [ + "belief : taxi leaveat = 13:00 ; destination = whale of a time=>!", + "belief : taxi leaveat = 13:00 ; destination = whale of a time=>!", + "belief : taxi leaveat = 13:00 ; destination = whale of a time=>!", + "belief : taxi leaveat = 13:00 ; destination = whale of a time=>!", + "belief : taxi leaveat = 13:00 ; destination = whale of a time=>!" + ], + [ + "belief : hotel name = warkworth housesystem : there is an [hotel_name]located at [hotel_address]. would you like me to provide you with any more information or help you book the hotel?", + "belief : hotel name = warkworth housesystem : there is an [hotel_name]located at [hotel_address]. would you like me to provide you with any more information or help you book the hotel?", + "belief : hotel name = warkworth housesystem : there is an [hotel_name]located at [hotel_address]. would you like me to provide you with any more information or help you book the hotel?", + "belief : hotel name = warkworth housesystem : there is an [hotel_name]located at [hotel_address]. would you like me to provide you with any more information or help you book the hotel?", + "belief : hotel name = warkworth housesystem : there is an [hotel_name]located at [hotel_address]. would you like me to provide you with any more information or help you book the hotel?" + ], + [ + "belief : hotel name = warkworth house ; area = north ; stars = 0 ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : booking was unsuccessful. do you want to find another hotel?", + "belief : hotel name = warkworth house ; area = north ; stars = 0 ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : booking was unsuccessful. do you want to find another hotel?", + "belief : hotel name = warkworth house ; area = north ; stars = 0 ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : booking was unsuccessful. do you want to find another hotel?", + "belief : hotel name = warkworth house ; area = north ; stars = 0 ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : booking was unsuccessful. do you want to find another hotel?", + "belief : hotel name = warkworth house ; area = north ; stars = 0 ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : booking was unsuccessful. do you want to find another hotel?" + ], + [ + "belief : hotel name = warkworth house ; area = south ; internet = yes | booking day = friday ; people = 3", + "belief : hotel name = warkworth house ; area = south ; internet = yes | booking day = friday ; people = 3", + "belief : hotel name = warkworth house ; area = south ; internet = yes | booking day = friday ; people = 3", + "belief : hotel name = warkworth house ; area = south ; internet = yes | booking day = friday ; people = 3", + "belief : hotel name = warkworth house ; area = south ; internet = yes | booking day = friday ; people = 3" + ], + [ + "belief : hotel name = warkworth house ; area = southsystem : goodbye.", + "belief : hotel name = warkworth house ; area = southsystem : goodbye.", + "belief : hotel name = warkworth house ; area = southsystem : goodbye.", + "belief : hotel name = warkworth house ; area = southsystem : goodbye.", + "belief : hotel name = warkworth house ; area = southsystem : goodbye." + ], + [ + "belief : restaurant food = spanish ; pricerange = cheapsystem : i have [value_count][value_food] restaurant -s, both of which are in the [value_area] of town. [restaurant_name]is rated [value_pricerange] -ly priced. please choose [value_count]of those options.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : i have [value_count][value_food] restaurant -s, both of which are in the [value_area] of town. [restaurant_name]is rated [value_pricerange] -ly priced. please choose [value_count]of those options.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : i have [value_count][value_food] restaurant -s, both of which are in the [value_area] of town. [restaurant_name]is rated [value_pricerange] -ly priced. please choose [value_count]of those options.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : i have [value_count][value_food] restaurant -s, both of which are in the [value_area] of town. [restaurant_name]is rated [value_pricerange] -ly priced. please choose [value_count]of those options.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : i have [value_count][value_food] restaurant -s, both of which are in the [value_area] of town. [restaurant_name]is rated [value_pricerange] -ly priced. please choose [value_count]of those options." + ], + [ + "belief : restaurant food = spanish ; pricerange = cheapsystem : how about [restaurant_name]? it serves [value_food] food and it is in", + "belief : restaurant food = spanish ; pricerange = cheapsystem : how about [restaurant_name]? it serves [value_food] food and it is in", + "belief : restaurant food = spanish ; pricerange = cheapsystem : how about [restaurant_name]? it serves [value_food] food and it is in", + "belief : restaurant food = spanish ; pricerange = cheapsystem : how about [restaurant_name]? it serves [value_food] food and it is in", + "belief : restaurant food = spanish ; pricerange = cheapsystem : how about [restaurant_name]? it serves [value_food] food and it is in" + ], + [ + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : yes = centre = centresystem : i have reserved your ticket.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : yes ; area = centre = centresystem : my reference number is [restaurant_reference]", + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye." + ], + [ + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye." + ], + [ + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : goodbye." + ], + [ + "belief : hotel parking = yes ; stars = 4system : i have found [value_count]hotel -s that meets your criteria. do you want parking?", + "belief : hotel parking = yes ; stars = 4system : i have found [value_count]hotel -s that meets your criteria. do you want parking?", + "belief : hotel parking = yes ; stars = 4system : i have found [value_count]hotel -s that meets your criteria. do you want parking?", + "belief : hotel parking = yes ; stars = 4system : i have found [value_count]hotel -s that meets your criteria. do you want parking?", + "belief : hotel parking = yes ; stars = 4system : i have found [value_count]hotel -s that meets your criteria. do you want parking?" + ], + [ + "belief : hotel area = centre ; parking = yes ; pricerange = moderatesystem : how about [hotel_name]? it s [value", + "belief : hotel area = centre ; parking = yes ; pricerange = moderatesystem : how about [hotel_name]? it s [value", + "belief : hotel area = centre ; parking = yes ; pricerange = moderatesystem : how about [hotel_name]? it s [value", + "belief : hotel area = centre ; parking = yes ; pricerange = moderatesystem : how about [hotel_name]? it s [value", + "belief : hotel area = centre ; parking = yes ; pricerange = moderatesystem : how about [hotel_name]? it meets my preferences" + ], + [ + "belief : hotel area = north ; parking = yessystem : how about [hotel_name]is a guesthouse 4 stars = yes", + "belief : hotel area = north ; parking = yessystem : how about [hotel_name]is a guesthousepricerange = moderate", + "belief : hotel area = north ; parking = yessystem : how about [hotel_name]is a guesthouse 4 stars = dont care", + "belief : hotel area = north ; parking = yessystem : how about [hotel_name]is a guesthouse 4 stars = yes", + "belief : hotel area = north ; parking = yessystem : how about [hotel_name]is a guesthousepricerange = moderate" + ], + [ + "belief : hotel area = northsystem : how about [hotel_name]is pounds", + "belief : hotel area = north = dont care=>belief : hotel parking = yes ; pricerange = moderate ; stars = 0system : how about [hotel_name]", + "belief : hotel area = north = northsystem : how about [hotel_name]is a nice place.", + "belief : hotel area = north = dont care=>belief : hotel parking = yes ; pricerange = moderate ; stars = 0system : how about [hotel_name]", + "belief : hotel area = northsystem : how about [hotel_name]is a guesthouse would be great!" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : hotel area = north hotel parking = yes", + "belief : hotel area = north hotel parking = yes", + "belief : hotel area = north ; parking = yes", + "belief : hotel area = north hotel parking = yes", + "belief : hotel area = north hotel parking = yes" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; area = northsystem : goodbye.", + "belief : hotel parking = yes ; pricerange = moderate ; area = northsystem : you are welcome! have a nice day.", + "belief : hotel parking = yes ; pricerange = moderate ; area = northsystem : goodbye.", + "belief : hotel parking = yes ; pricerange = moderate ; area = northsystem : you are welcome! have a nice day.", + "belief : hotel parking = yes ; pricerange = moderate ; area = northsystem : goodbye." + ], + [ + "belief : train destination = friday ; arriveby = 19:00system : what will be your destination?", + "belief : train destination = friday ; arriveby = 19:00system : what will be your destination?", + "belief : train destination = friday ; arriveby = 19:00system : what will be your destination?", + "belief : train destination = friday ; arriveby = 19:00system : what will be your destination?", + "belief : train destination = friday ; arriveby = 19:00system : what will be your destination?" + ], + [ + "belief : train destination = friday ; arriveby = 19:00 ; departure = cambridgesystem : your departure site is [value_place]?", + "belief : train destination = friday ; arriveby = 19:00 ; departure = cambridgesystem : your departure site is [value_place]?", + "belief : train destination = friday ; arriveby = 19:00 ; departure = cambridgesystem : your departure site is [value_place]?", + "belief : train destination = friday ; arriveby = 19:00 ; departure = cambridgesystem : your departure site is [value_place]?", + "belief : train destination = friday ; arriveby = 19:00 ; departure = cambridgesystem : your departure site is [value_place]?" + ], + [ + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ;", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ;", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ;", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ;", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ;" + ], + [ + "belief : train destination = stansted airport ; arriveby = 19:00system : ok, goodbye", + "belief : train destination = stansted airport ; arriveby = 19:00system : ok, goodbye", + "belief : train destination = stansted airport ; arriveby = 19:00system : ok, goodbye", + "belief : train destination = stansted airport ; arriveby = 19:00system : ok, goodbye", + "belief : train destination = stansted airport ; arriveby = 19:00system : ok, goodbye" + ], + [ + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system : ok, enjoy!", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system : ok, goodbye.", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system : ok, enjoy!", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system : ok, enjoy!", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system : ok, goodbye." + ], + [ + "belief : train destination = stansted airport destination = stansted airport ; arriveby = 19:00system : have a wonderful day.", + "belief : train destination = stansted airport destination = stansted airport ; arriveby = 19:00system : have a wonderful day.", + "belief : train destination = stansted airport destination = stansted airport ; arriveby = 19:00system : have a wonderful day.", + "belief : train destination = stansted airport destination = stansted airport ; arriveby = 19:00system : have a wonderful day.", + "belief : train destination = stansted airport destination = stansted airport ; arriveby = 19:00system : have a wonderful day." + ], + [ + "belief : taxi destination = parkside police station ; arriveby = 16:45system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?" + ], + [ + "belief : taxi destination = parkside police station ; departure = the lucky star ; arriveby = 16:45system : i have booked you a [taxi_type]. the contact number is [taxi_phone]. what else may", + "belief : taxi destination = parkside police station ; departure = the parkide police station ; arriveby = 16:45system : i have booked you a [taxi_type], contact number [taxi_phone]. what else can", + "belief : taxi destination = parkside police station ; departure = the parkside police station ; arriveby = 16:45system : i have booked you a [taxi_type], contact number [taxi_phone]. what else can", + "belief : taxi destination = parkside police station ; departure = the parkide police station ; arriveby = 16:45system : i have booked you a [taxi_type], contact number [taxi_phone]. what else can", + "belief : taxi destination = parkside police station ; departure = the lucky star ; arriveby = 16:45system : i have booked you a [taxi_type]with contact number [taxi_phone]. what else may i help" + ], + [ + "belief : taxi destination = stansted airport train station ; departure =", + "belief : taxi destination = stansted airport train station ; departure =", + "belief : taxi destination = stansted airport train station ; departure =system : what time would you like to leave?", + "belief : taxi destination = stansted airport train station ; departure =", + "belief : taxi destination = stansted airport train station ; departure =" + ], + [ + "belief : taxi destination = stansted airport train station ; departure = parkside police stationsystem : glad to be of help", + "belief : taxi destination = stansted airport train station ; departure = parkside police stationsystem : can i help you today?", + "belief : taxi destination = stansted airport train station ; departure = parkside police stationsystem : can i help?", + "belief : taxi destination = stansted airport train station ; departure = parkside police stationsystem : can i help you today?", + "belief : taxi destination = stansted airport train station ; departure = parkside police stationsystem : glad to be of help" + ], + [ + "belief : taxi destination = stansted airport train station ; departure = parkside police stationsystem : goodbye.", + "belief : taxi destination = stansted airport train station ; departure = parkside police stationsystem : goodbye.", + "belief : taxi destination = stansted airport train station ; departure = parkside police stationsystem : goodbye.", + "belief : taxi destination = stansted airport train station ; departure = parkside police stationsystem : goodbye.", + "belief : taxi destination = stansted airport train station ; departure = parkside police stationsystem : goodbye." + ], + [ + "belief : hotel name = arbury lodge guesthousesystem : the [hotel_name]is an [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?", + "belief : hotel name = arbury lodge guesthousesystem : it is an [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?", + "belief : hotel name = arbury lodge guesthousesystem : it is an [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?", + "belief : hotel name = arbury lodge guesthousesystem : the [hotel_name]is an [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?", + "belief : hotel name = arbury lodge guesthousesystem : it is an [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?" + ], + [ + "belief : hotel name = arbury lodge guest housesystem : i have booked you at the [hotel_name]guesthouse. their address is [hotel_address]and phone number is [hotel_phone]. can i help", + "belief : hotel name = arbury lodge guest housesystem : i have reserved you for [value_count]night.", + "belief : hotel name = arbury lodge guest housesystem : i have reserved you for [value_count]night.", + "belief : hotel name = arbury lodge guest housesystem : i have reserved you for [value_count]night.", + "belief : hotel name = arbury lodge guest housesystem : i have booked you at the [hotel_name]guesthouse. their address is [hotel_address]and phone number is [hotel_phone]. can i help" + ], + [ + "belief : hotel name = arbury lodge guest housesystem : you are very welcome! have a nice day.", + "belief : hotel name = arbury lodge guest housesystem : you are very welcome! have a great day.", + "belief : hotel name = arbury lodge guest housesystem : you are very welcome! have a nice day.", + "belief : hotel name = arbury lodge guest housesystem : you are very welcome! have a great day.", + "belief : hotel name = arbury lodge guest housesystem : you are very welcome! have a nice day." + ], + [ + "belief : taxi departure = the missing socksystem : what is the destination you are trying to get to?", + "belief : taxi departure = the missing socksystem : what is the destination you are trying to get to?", + "belief : taxi departure = the missing socksystem : what is the destination you are trying to get to?", + "belief : taxi departure = the missing socksystem : what is the destination you are trying to get to?", + "belief : taxi departure = the missing socksystem : what is the destination you are trying to get to?" + ], + [ + "belief : taxi destination = tandoori palace ; departure = the missing socksystem : ok, what time do you want to leave?", + "belief : taxi destination = tandoori palace ; departure = the missing socksystem : ok, what time do you want to leave?", + "belief : taxi destination = tandoori palace ; departure = the missing socksystem : ok, what time do you want to leave?", + "belief : taxi destination = tandoori palace ; departure = the missing socksystem : ok, what time do you want to leave?", + "belief : taxi destination = tandoori palace ; departure = the missing socksystem : ok, what time do you want to leave?" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = tandoori palace ; departure = the lucky starsystem : ok, i have", + "belief : taxi leaveat = 17:15 ; destination = tandoori palace ; departure = the lucky starsystem : ok, i have", + "belief : taxi leaveat = 17:15 ; destination = tandoori palace ; departure = the lucky starsystem : ok, i have", + "belief : taxi leaveat = 17:15 ; destination = the lucky starsystem : ok, look for a [taxi_type]to pick you up.", + "belief : taxi leaveat = 17:15 ; destination = the lucky starsystem : ok, look for a [taxi_type]to pick you up." + ], + [ + "belief : taxi leaveat = 17:15 ; destination = destination = tandoori palace ; departure = the lucky starsystem : ok, have a nice day", + "belief : taxi leaveat = 17:15 ; destination = the lucky starsystem : ok, have a nice day.", + "belief : taxi leaveat = 17:15 ; destination = the lucky starsystem : ok, have a nice day.", + "belief : taxi leaveat = 17:15 ; destination = destination = tandoori palace ; departure = the lucky starsystem : ok, have a nice day", + "belief : taxi leaveat = 17:15 ; destination = the lucky starsystem : ok, have a nice day." + ], + [ + "belief : taxi leaveat = 17:15 ; destination = destination = destination = tandoori palace ; departure = the lucky starsystem : have a great day", + "belief : taxi leaveat = 17:15 ; destination = the place = lucky starsystem : enjoy your trip", + "belief : taxi leaveat = 17:15 ; destination = the place = lucky starsystem : have a great day.", + "belief : taxi leaveat = 17:15 ; destination = the place = lucky starsystem : have a great day.", + "belief : taxi leaveat = 17:15 ; destination = destination = destination = tandoori palace ; departure = the lucky starsystem : have a great day" + ], + [ + "belief : train destination = stevenage ; arriveby = 19:15system : of course, from where will you be departing?", + "belief : train destination = stevenage ; arriveby = 19:15system : of course, from where will you be departing?", + "belief : train destination = stevenage ; arriveby = 19:15system : of course, from where will you be departing?", + "belief : train destination = stevenage ; arriveby = 19:15system : of course, from where will you be departing?", + "belief : train destination = stevenage ; arriveby = 19:15system : of course, from where will you be departing?" + ], + [ + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : at what time would you like to leave or arrive?", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : there are [value_count]trains that match your search. shall i choose [value_count]to", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : at what time would you like to leave or arrive?", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : there are [value_count]trains that match your search. shall i choose [value_count]to", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : at what time would you like to leave or arrive?" + ], + [ + "belief : train destination = stevenage ; day =", + "belief : train destination = stevenage ; day =", + "belief : train destination = stevenage ; day =", + "belief : train destination = stevenage ; day =", + "belief : train destination = stevenage ; day =" + ], + [ + "belief : train destination = stevenage=>belief : train destination = stevenage ; day = nonesystem : goodbye", + "belief : train destination = stevenage ; day = nonesystem : goodbye.", + "belief : train destination = stevenage ; day = nonesystem : goodbye.", + "belief : train destination = stevenage ; day = nonesystem : goodbye.", + "belief : train destination = stevenage=>belief : train destination = stevenage ; day = nonesystem : goodbye" + ], + [ + "belief : train destination = cambridge ; departure = london kings crosssystem : sure, when would you like to leave [value_place]?", + "belief : train destination = cambridge ; departure = london kings crosssystem : sure, when would you like to leave [value_place]?", + "belief : train destination = cambridge ; departure = london kings crosssystem : sure, when would you like to leave [value_place]?", + "belief : train destination = cambridge ; departure = london kings crosssystem : sure, when would you like to leave [value_place]?", + "belief : train destination = cambridge ; departure = london kings crosssystem : sure, when would you like to leave [value_place]?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:30system : booking people = 7system : great. have a great day! goodbye!", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:30system : booking people = 7system : great. booking was successful! booked car type [taxi_type]", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:30system : booking people = 7system : great. have a wonderful day! goodbye!", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:30system : booking people = 7system : great. booking was successful! booked car type [taxi_type]", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:30system : booking people = 7system : booking was successful, departure = london kings crosssystem : your welcome!" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:30system : have a wonderful day.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:30system : have a wonderful day.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:30system : have a wonderful day.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:30system : have a wonderful day.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:30system : have a wonderful day." + ], + [ + "belief : attraction type = entertainment ; area = centresystem : there are no results matching your query. can i try a different area or type?", + "belief : attraction type = entertainment ; area = centresystem : there are no results matching your query. can i try a different area or type?", + "belief : attraction type = entertainment ; area = centresystem : there are no results matching your query. can i try a different area or type?", + "belief : attraction type = entertainment ; area = centresystem : there are no results matching your query. can i try a different area or type?", + "belief : attraction type = entertainment ; area = centresystem : there are no results matching your query. can i try a different area or type?" + ], + [ + "belief : attraction type = museum ; area = centresystem : i have [value_count]museums in the [value_area] of town. do you have a particular part of the city you would like to go", + "belief : attraction type = museum ; area = centresystem : i have [value_count]museums in the [value_area] of town. do you have a particular part of the city you would like to go", + "belief : attraction type = museum ; area = centresystem : i have [value_count]museums in the [value_area] of town. how about [attraction_name]?", + "belief : attraction type = museum ; area = centresystem : i have [value_count]museums in the [value_area] of town. how about [attraction_name]?", + "belief : attraction type = museum ; area = centresystem : i have [value_count]museums in the [value_area] of town. do you have a particular part of the city you would like to go" + ], + [ + "belief : attraction type = museum ; name = cambridge contemporary art ; area = centresystem : sure, their phone number is [attraction_phone].", + "belief : attraction type = museum ; name = cambridge contemporary art ; area = centresystem : their phone number is [attraction_phone].", + "belief : attraction type = museum ; name = cambridge contemporary art ; area = centresystem : their phone number is [attraction_phone].", + "belief : attraction type = museum ; name = cambridge contemporary art ; area = centresystem : sure, their phone number is [attraction_phone].", + "belief : attraction type = museum ; name = cambridge contemporary art ; area = centresystem : their phone number is [attraction_phone]." + ], + [ + "belief : attraction type = museum ; area = centresystem : glad to help", + "belief : attraction type = museum ; area = centresystem : thank you!", + "belief : attraction type = museum ; area = centresystem : glad to help", + "belief : attraction type = museum ; area = centresystem : glad to help", + "belief : attraction type = museum ; area = centresystem : glad to help" + ], + [ + "belief : hotel area = south ; parking = yessystem : i have [value_count]hotel -s in the [value_area] that meet that criteria. would you like more information?", + "belief : hotel area = south ; parking = yessystem : i have [value_count]hotel -s in the [value_area] that meet that criteria. would you like more information?", + "belief : hotel area = south ; parking = yessystem : i have [value_count]hotel -s that match your requirement -s. do you have a price range in mind?", + "belief : hotel area = south ; parking = yessystem : i have [value_count]hotel -s that match your requirement -s. do you have a price range in mind?", + "belief : hotel area = south ; parking = yessystem : i have [value_count]hotel -s in the [value_area] that meet that criteria. would you like more information?" + ], + [ + "belief : hotel area = south ; parking = yes ; internet = yessystem : i have [value_count]hotel -s that meet that criteria. would you like more information?", + "belief : hotel area = south ; parking = yes ; internet = yessystem : i have [value_count]hotel -s that meet that criteria. would you like more information?", + "belief : hotel area = south ; parking = yes ; internet = yessystem : i have [value_count]hotel -s that meet that criteria. would you like more information?", + "belief : hotel area = south ; parking = yes ; internet = yessystem : i have [value_count]hotel -s that meet that criteria. would you like more information?", + "belief : hotel area = south ; parking = yes ; internet = yessystem : i have [value_count]hotel -s that meet that criteria. would you like more information?" + ], + [ + "belief : hotel area = south ; parking = yes ; type = hotelsystem : your reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : your reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : your reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : your reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : your reference number is [hotel_reference]." + ], + [ + "belief : hotel area = south ; parking = yes ; type = hotelsystem : goodbye.", + "belief : hotel name = limehouse | booking day = friday ; people = 6system : goodbye.", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : goodbye.", + "belief : hotel name = limehouse | booking day = friday ; people = 6system : goodbye.", + "belief : hotel name = limehouse | booking day = friday ; people = 6system : goodbye." + ], + [ + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be leaving?" + ], + [ + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : [train_id] leaves at [value_time]and arrives at [value_time]", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : there are [value_count]trains that match your search. shall i", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : [train_id] leaves at [value_time]and arrives at [value_time]", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : there are [value_count]trains that match your search. shall i", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : there are [value_count]trains that match your search. shall i" + ], + [ + "belief : train leaveat = 20:", + "belief : train leaveat = 20:", + "belief : train leaveat = 20:", + "belief : train leaveat = 20:", + "belief : train leaveat = 20:" + ], + [ + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sundaysystem : goodbye.", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sundaysystem : goodbye.", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sundaysystem : goodbye.", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sundaysystem : goodbye.", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sundaysystem : goodbye." + ], + [ + "belief : restaurant food = british ; pricerange = moderatesystem : i have several restaurant -s that serve [value_food] food. do you have a preference on location?", + "belief : restaurant food = british ; pricerange = moderatesystem : i have several restaurant -s that serve [value_food] food. do you have a preference on location?", + "belief : restaurant food = british ; pricerange = moderatesystem : i have several restaurant -s that serve [value_food] food. do you have a preference on location?", + "belief : restaurant food = british ; pricerange = moderatesystem : i have several restaurant -s that serve [value_food] food. do you have a preference on location?", + "belief : restaurant food = british ; pricerange = moderatesystem : i have several restaurant -s that serve [value_food] food. do you have a preference on location?" + ], + [ + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : i have booked your reservation. the table will be reserved for [value_count]minutes.", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : i have booked your reservation. the table will be reserved for [value_count]minutes.", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : i have booked your reservation. the table will be reserved for [value_count]minutes.", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : i have booked your reservation. the table will be reserved for [value_count]minutes.", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : i have booked your reservation. the table will be reserved for [value_count]minutes." + ], + [ + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : goodbye.", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : goodbye.", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : goodbye.", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : goodbye.", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : goodbye." + ], + [ + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses that meet that criteria. are you looking for a specific location?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses that meet that criteria. are you looking for a specific location?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses that meet that criteria. are you looking for a specific location?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses that meet that criteria. are you looking for a specific location?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses that meet that criteria. are you looking for a specific location?" + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : yes it is. would you like me to book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : yes it is. would you like me to book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : yes it is. would you like me to book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : yes it is. would you like me to book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : yes it is. would you like me to book it for you?" + ], + [ + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : it fits your requirement -ssystem : booked at [hotel_name]", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : it fits your requirement -s = 4", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : it fits your requirement -ssystem : booked at [hotel_name]", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : it fits your requirement -s = 4", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : it fits your requirement -s = 4" + ], + [ + "belief : hotel name = cambridge day = thursday ; people = 8system : goodbye.", + "belief : hotel name = cambridge day = thursday ; people = 8system : goodbye.", + "belief : hotel name = cambridge guesthouse = dont care ; pricerange = cheap ; stars = 4system : it was a pleasure.", + "belief : hotel name = cambridge guesthouse = dont care ; pricerange = cheap ; stars = 4system : it was a pleasure.", + "belief : hotel name = cambridge day = thursday ; people = 8system : goodbye." + ], + [ + "belief : hotel name = cambridge day = thursday ; people = 8 ; stay = 3system : goodbye.", + "belief : hotel name = cambridge day = thursday ; people = 8 ; stay = 3system : goodbye.", + "belief : hotel name = cambridge day = thursday ; people = 8 ; stay = 3system : goodbye.", + "belief : hotel name = cambridge.", + "belief : hotel name = cambridge day = thursday ; people = 8 ; stay = 3system : goodbye." + ], + [ + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8system : goodbye.", + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8system : goodbye.", + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8system : goodbye.", + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8system : goodbye.", + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8system : goodbye." + ], + [ + "belief : taxi destination = peoples portraits exhibition at hughes hallsystem : sure! when would you like to arrive?", + "belief : taxi destination = peoples portraits exhibition at hughes hallsystem : sure! when would you like to arrive?", + "belief : taxi destination = peoples portraits exhibition at welcome placesystem : sure! when would you like to arrive?", + "belief : taxi destination = tandoori palacesystem : sure! when would you like to arrive?", + "belief : taxi destination = tandoori palacesystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 15:15 ; destination = pembroke college ; departure = cambridge museum of technologysystem : great, i can help with that. where will you be departing from?", + "belief : taxi leaveat = 15:15 ; destination = pembroke college ; departure = primaverasystem : great, i can help with that. where are you going?", + "belief : taxi leaveat = 15:15 ; destination = tandoori palacesystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 15:15 ; destination = tandoori palacesystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 15:15 ; destination = pembroke college ; departure = cambridge museum of technologysystem : great, i can help with that. where will you be departing from?" + ], + [ + "belief : taxi leaveat = 15:15 ; destination = tandoori palace ; departure = arbury lodge guest housesystem : i have booked you a [taxi_type]. the contact number is [taxi_phone]", + "belief : taxi leaveat = 15:15 ; destination = tandoori palace ; departure = arbury lodge guest housesystem : where will you be going?", + "belief : taxi leaveat = 15:15 ; destination = tandoori palace ; departure = arbury lodge guest housesystem : i have booked you a [taxi_type]. the contact number is [taxi_phone]", + "belief : taxi leaveat = 15:15 ; destination = tandoori palace ; departure = arbury lodge guest housesystem : i have booked you a [taxi_type]. the contact number is [taxi_phone]", + "belief : taxi leaveat = 15:15 ; destination = tandoori palace ; departure = arbury lodge guest housesystem : i have booked you a [taxi_type]. the contact number is [taxi_phone]" + ], + [ + "belief : taxi leaveat = 15:15 ; destination = tand", + "belief : taxi leaveat = 15:15 ; destination = tand", + "belief : taxi leaveat = 15:15 ; destination = tand", + "belief : taxi leaveat = 15:15 ; destination = tand", + "belief : taxi leaveat = 15:15 ; destination = tand" + ], + [ + "belief : train leaveat = 13:30 ; day = tuesdaysystem : where are you departing from?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : where are you departing from?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : where are you departing from?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : where are you departing from?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : where are you departing from?" + ], + [ + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : there are several trains available. what day and time would you like to travel?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : there are several trains available. what day and time would you like to travel?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : there are several trains available. what day and time would you like to travel?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : there are several trains available. what day and time would you like to travel?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : there are several trains available. what day and time would you like to travel?" + ], + [ + "belief : train leaveat = 13:30 ; destination = cambridge ; day =", + "belief : train leaveat = 13:30 ; destination = cambridge ; day =", + "belief : train leaveat = 13:30 ; destination = cambridge ; day =", + "belief : train leaveat = 13:30 ; destination = cambridge ; day =", + "belief : train leaveat = 13:30 ; destination = cambridge ; day =" + ], + [ + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : enjoy your day", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : enjoy your day", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : enjoy your day", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : goodbye.", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : enjoy your day" + ], + [ + "belief : hotel name = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : i have [value_count]guesthouses with free wifi. what star rating are you looking for?", + "belief : hotel name = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : i have [value_count]guesthouses that fit that criteria, are you looking for a specific price range or star rating?", + "belief : hotel name = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : i have [value_count]guesthouses with free wifi. what star rating are you looking for?", + "belief : hotel name = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced and have [value_count]stars! would you like me to book [value_count]of them?", + "belief : hotel name = nonesystem : the [hotel_name]is a [value_pricerange] -ly priced guesthouse in the [value_area] with free wifi. would you like me to book it for you?" + ], + [ + "belief : restaurant food = modern european ; area = centresystem : i am sorry, there are no restaurant -s that serve [value_food] food in the [value_area]. would you like to try something else?", + "belief : restaurant food = modern european ; area = centresystem : i am sorry, there are no restaurant -s that serve [value_food] food in the [value_area]. would you like to try something else?", + "belief : restaurant food = modern european ; area = centresystem : i am sorry, there are no restaurant -s that serve [value_food] food in the [value_area]. would you like to try something else?", + "belief : restaurant food = modern european ; area = centresystem : i am sorry, there are no restaurant -s that serve [value_food] food in the [value_area]. would you like to try something else?", + "belief : restaurant food = modern european ; area = centresystem : i am sorry, there are no restaurant -s that serve [value_food] food in the [value_area]. would you like to try something else?" + ], + [ + "belief : restaurant food = lebanese ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : restaurant food = lebanese ; area = centre | booking day = wednesdaysystem : people = 2system : booking people = 2system : reference number = 0", + "belief : restaurant food = lebanese ; area = centre | booking day = wednesdaysystem : people = 2system : thank you!", + "belief : restaurant food = lebanese ; area = centre | booking day = wednesdaysystem : people = 2system : thank you!", + "belief : restaurant food = lebanese ; area = centre | booking day = wednesdaysystem : people = 2system : booking people = 2system : reference number = 0", + "belief : restaurant food = lebanese ; area = centre | booking day = wednesdaysystem : people = 2system : thank you!" + ], + [ + "belief : restaurant food = lebanese ; area = centre | booking day = 11:00system : have a great day! goodbye.", + "belief : restaurant food = lebanese ; area = centre | booking day = 11:00system : have a great day! goodbye.", + "belief : restaurant food = lebanese ; area = centre | booking day = 11:00system : have a nice day", + "belief : restaurant food = lebanese ; area = centre | booking day = 11:00system : have a great day! goodbye.", + "belief : restaurant food = lebanese ; area = centre | booking day = 11:00system : have a great day! goodbye." + ], + [ + "belief : restaurant food = lebanese = dont care.user : goodbye.", + "belief : restaurant food = lebanese ; area = centre | booking people = 2system : goodbye.", + "belief : restaurant food = lebanese = autumn", + "belief : restaurant food = lebanese = dont care.user : goodbye.", + "belief : restaurant food = lebanese = autumn" + ], + [ + "belief : taxi destination = the cafe jello gallerysystem : sure! when would you like to arrive?", + "belief : taxi destination = the cafe jello gallerysystem : sure! when would you like to arrive?", + "belief : taxi destination = the cafe jello gallerysystem : sure! when would you like to arrive?", + "belief : taxi destination = the cafe jello gallerysystem : sure! when would you like to arrive?", + "belief : taxi destination = the cafe jello gallerysystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 12:30 ; destination = darrys cookhouse and wine shopsystem : your booking is complete with a [taxi_type]and a contact number", + "belief : taxi leaveat = 12:30 ; destination = cafe jello gallerysystem : your booking is complete. a [taxi_type]will pick you up.", + "belief : taxi leaveat = 12:30 ; destination = cafe jello gallerysystem : your booking is complete. a [taxi_type]will pick you up.", + "belief : taxi leaveat = 12:30 ; destination = museum of classical archaeology ; departure = cafe jello gallerysystem : your booking is complete. a [taxi_type]", + "belief : taxi leaveat = 12:30 ; destination = darrys cookhouse and wine shopsystem : your booking is complete. a [taxi_type]will pick you up" + ], + [ + "belief : taxi leaveat = 12:30 ; destination = taxi leaveat = jello gallerysystem : sure!", + "belief : taxi leaveat = 12:30 ; destination = jello gallery ; departure = cafe jellosystem : sure!", + "belief : taxi leaveat = 12:30 ; destination = jello gallery ; departure = cafe jellosystem : sure!", + "belief : taxi leaveat = 12:30 ; destination = jello gallery ; departure = cafe jello gallerysystem : sure!", + "belief : taxi leaveat = 12:30 ; destination = taxi leaveat = jello gallerysystem : sure!" + ], + [ + "belief : taxi leaveat 12:30 =offers free parking = yes", + "belief : taxi leaveat 12:30 = take care! goodbye.", + "belief : taxi leaveat 12:30 = 21=>belief : taxi leaveat = 12:30 ; destination = jello gallerysystem : goodbye.", + "belief : taxi leaveat 12:30 =offers free parking = yes", + "belief : taxi leaveat : taxi leaveat = 12:30 ; destination = jello gallerysystem : goodbye." + ], + [ + "belief : hotel area = northsystem : i found [value_count]results! what price range are you looking for?", + "belief : hotel area = northsystem : i found [value_count]results! what price range are you looking for?", + "belief : hotel area = northsystem : i found [value_count]results! what price range are you looking for?", + "belief : hotel area = northsystem : i found [value_count]results! what price range are you looking for?", + "belief : hotel area = northsystem : i found [value_count]results! what price range are you looking for?" + ], + [ + "belief : hotel area = north ; stars = 0 ; type = hotelsystem : i have [value_count]hotel -s that match your requirement -", + "belief : hotel area = north ; stars = 0 ; type = hotelsystem : i have [value_count]hotel -s that match your requirement -", + "belief : hotel area = north ; stars = 0 ; type = hotelsystem : i have [value_count]hotel -s that match your requirement -", + "belief : hotel area = north ; stars = 0 ; type = hotelsystem : i have [value_count]hotel -s that match your requirement -", + "belief : hotel area = north ; stars = 0 ; type = hotelsystem : i have [value_count]hotel -s that match your requirement -" + ], + [ + "belief : hotel area = north ; stars = 0 ; type = guesthousesystem : goodbye.", + "belief : hotel area = north ; stars = 0 ; type = guesthousesystem : goodbye.", + "belief : hotel area = north ; stars = 0 ; type = guesthousesystem : goodbye.", + "belief : hotel area = north ; stars = 0 ; type = guesthousesystem : goodbye.", + "belief : hotel area = north ; stars = 0 ; type = guesthousesystem : goodbye." + ], + [ + "belief : hotel area = north = stars = 0 ; type = dont caresystem : goodbye.", + "belief : hotel area = north = stars = 0 ; type = dont caresystem : goodbye.", + "belief : hotel area = north = stars = 0 ; type = dont caresystem : goodbye.", + "belief : hotel area = north = stars = 0 ; type = dont caresystem : goodbye.", + "belief : hotel area = north = stars = 0 ; type = dont caresystem : goodbye." + ], + [ + "belief : hotel stars = 4system : i have [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?", + "belief : hotel stars = 4system : i have [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?", + "belief : hotel stars = 4system : i have [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?", + "belief : hotel stars = 4system : i have [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?", + "belief : hotel stars = 4system : i have [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?" + ], + [ + "belief : hotel area = east ; stars = 4 ; type = hotelsystem : i don't have anything like that, perhaps another", + "belief : hotel area = east ; stars = 4 ; type = hotelsystem : i don't have anything like that, perhaps another", + "belief : hotel area = east ; stars = 4 ; type = hotelsystem : i don't have anything like that, perhaps another", + "belief : hotel area = east ; stars = 4 ; type = hotelsystem : i don't have anything like that, perhaps another", + "belief : hotel area = east ; stars = 4 ; type = hotelsystem : i don't have anything like that, perhaps another" + ], + [ + "belief : hotel area = centre ; stars = 4system : sure, hotel pricerange = moderate ; type = hotelsystem : sure, you are welcome.", + "belief : hotel area = centre ; stars = 4system : sure, hotel pricerange = moderate ; type = hotelsystem : sure, you are welcome.", + "belief : hotel area = centre ; stars = 4system : sure, hotel pricerange = moderate ; type = hotelsystem : sure, you are welcome.", + "belief : hotel area = centre ; stars = 4system : sure, hotel pricerange = moderate ; type = hotelsystem : sure, hotel area = dont caresystem : sure, there are many place -s in the [value_area].", + "belief : hotel area = centre ; stars = 4system : sure, hotel pricerange = moderate ; type = hotelsystem : sure, you are welcome." + ], + [ + "belief : hotel name = centresystem :belief :belief : hotel area = centre ; stars = dont care ; type = hotelsystem : booking day = saturdaysystem : how many people = 1system : when would you like to leave?", + "belief : hotel name = centresystem :belief :belief : hotel area = centre ; stars = dont care ; type = hotelsystem : have a wonderful day", + "belief : hotel name = centresystem :belief :belief : hotel area = centre ; stars = dont care ; type = hotelsystem : you are all set.", + "belief : hotel name = centresystem :belief :belief : hotel area = centre ; stars = dont care ; type = hotelsystem : you are all set.", + "belief : hotel name = centresystem :belief :belief : hotel area = centre ; stars = dont care ; type = hotelsystem : will you be happy to help" + ], + [ + "belief :belief : hotel area = east = centresystem : booking day = saturday", + "belief :belief : hotel area = east = centre ; stars = 3system : booking day = saturday", + "belief :belief : hotel area = east = centresystem : booking day = saturday", + "belief :belief : hotel area = east = centresystem : booking day = saturday", + "belief :belief : hotel area = east = centresystem : booking day = saturday" + ], + [ + "belief : hotel area = east = centre=>belief : hotel stars = 0", + "belief : hotel area = east = centresystem : booking day = saturday", + "belief : hotel area = east = centre=>belief : hotel stars = 0", + "belief : hotel area = east = centresystem : booking day = saturday", + "belief : hotel area = east = centresystem : booking day = saturday" + ], + [ + "belief : hotel area = east = centre ; stars = 0", + "belief : hotel area = east = centre ; stars = 0", + "belief : hotel area = east = centre ; stars = 0", + "belief : hotel area = east = centre ; stars = 0", + "belief : hotel area = east = centre ; stars = 0" + ], + [ + "belief : hotel area = east ; stars = 3 ; type = hotelsystem : booking day = saturday", + "belief : hotel name = acorn guest house ; area = east ; stars = 3 ; type = hotelsystem : booking day = saturday", + "belief : hotel area = east ; stars = 3 ; type = hotel | booking day = saturday", + "belief : hotel name = cambridge belfry ; area = east ; stars = 3 ; type = hotelsystem : sorry, that booking was unavailable. shall i try another hotel?", + "belief : hotel name = cambridge belfry ; area = east ; stars = 3 ; type = hotel | booking day = saturdaysystem : sorry, that booking was unavailable. shall i try another day or time?" + ], + [ + "belief : hotel area = centre ; stars = 0", + "belief : hotel area = centre ; stars = 0", + "belief : hotel area = centre ; stars = 0", + "belief : hotel area = centre ; stars = 0", + "belief : hotel area = centre ; stars = 0" + ], + [ + "belief : hotel name = alexander bed and breakfast ; parking = yes ; stars = 3 ; type = hotel | booking day = saturday ; people = 5system : you are booked. your reference number is [hotel_reference].", + "belief : hotel name = alexander bed and breakfast | booking day = saturday ; people = 3 ; stay = 2system : you are booked. your reference number is [hotel_reference].", + "belief : hotel name = alexander bed and breakfast ; parking = yes ; stars = 3 ; type = hotel | booking day = saturday ; people = 5system : you are booked. your reference number is [hotel_reference].", + "belief : hotel name = alexander bed and breakfast ; parking = yes ; stars = 3 ; type = hotel | booking day = saturday ; people = 5system : you are booked. your reference number is [hotel_reference].", + "belief : hotel name = alexander bed and breakfast ; parking = yes ; stars = 3 ; type = hotel | booking day = saturday ; people = 5system : you are booked. your reference number is [hotel_reference]." + ], + [ + "belief : hotel area = centre | booking day = saturday", + "belief : hotel area = centre | booking day = saturday", + "belief : hotel area = centre | booking day = saturday", + "belief : hotel area = centre | booking day = saturday", + "belief : hotel area = centre | booking day = saturday" + ], + [ + "belief : train destination = stansted airport ; day = sundaysystem : there are many trains available. where will you be departing from?", + "belief : train destination = stansted airport ; day = sundaysystem : there are many trains available. where will you be departing from?", + "belief : train destination = stansted airport ; day = sundaysystem : there are many trains available. where will you be departing from?", + "belief : train destination = stansted airport ; day = sundaysystem : there are many trains available. where will you be departing from?", + "belief : train destination = stansted airport ; day = sundaysystem : there are many trains available. where will you be departing from?" + ], + [ + "belief : train leaveat = 10:45 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : okay, then, let me see what i can find.", + "belief : train leaveat = 10:45 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : okay, so that was a train leaving at [value_time]and arriving at [value_time]. your reference number is [train_reference].", + "belief : train leaveat = 10:45 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : okay, so that was a train leaving at [value_time]and arriving at [value_time]. your reference number is [train_reference].", + "belief : train leaveat = 10:45 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : okay, then, let me see what i can find.", + "belief : train leaveat = 10:45 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : okay, then, let me see what i can find." + ], + [ + "belief : train leaveat = dont care ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : thank you, goodbye.", + "belief : train leaveat = dont care ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : thank you, goodbye.", + "belief : train leaveat = dont care ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : thank you, goodbye.", + "belief : train leaveat = dont care ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : thank you, goodbye.", + "belief : train leaveat = dont care ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : thank you, goodbye." + ], + [ + "belief : hotel pricerange = moderate ; stars = 4system : there are [value_count]possible choices. do you have any additional preferences?", + "belief : hotel pricerange = moderate ; stars = 4system : there are [value_count]possible choices. do you have any additional preferences?", + "belief : hotel pricerange = moderate ; stars = 4system : there are [value_count]possible choices. do you have any additional preferences?", + "belief : hotel pricerange = moderate ; stars = 4system : there are [value_count]possible choices. do you have any additional preferences?", + "belief : hotel pricerange = moderate ; stars = 4system : there are [value_count]possible choices. do you have any additional preferences?" + ], + [ + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how about [hotel_name]? it s in the [value_area]", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how about [hotel_name]? it s in the [value_area]", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how about [hotel_name]? it s in the [value_area]", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how about [hotel_name]? it s in the [value_area]", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how about [hotel_name]? it s in the [value_area]" + ], + [ + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4 ; type = guesthousesystem : it is booked. your reference number is [hotel_reference].", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4 ; type = guesthousesystem : it is booked. your reference number is [hotel_reference].", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4 ; type = guesthousesystem : it is booked. your reference number is [hotel_reference].", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4 ; type = guesthousesystem : it is booked. your reference number is [hotel_reference].", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4 ; type = guesthousesystem : it is booked. your reference number is [hotel_reference]." + ], + [ + "belief : hotel area = north ; parking = yes ; stars = 4system : it was a pleasure.", + "belief : hotel area = north ; parking = yes ; stars = 4system : it was a pleasure.", + "belief : hotel area = north ; parking = yes ; stars = 4system : it was a pleasure.", + "belief : hotel area = north ; parking = yes ; stars = 4system : it was a pleasure.", + "belief : hotel area = north ; parking = yes ; stars = 4system : it was a pleasure." + ], + [ + "belief : hotel area = north = north ; parking = yes ; stars = 4", + "belief : hotel area = north = north ; parking = yes ; stars = 4", + "belief : hotel area = north = north ; parking = yes ; stars = 4", + "belief : hotel area = north = north ; parking = yes ; stars = 4", + "belief : hotel area = north = north ; parking = yes ; stars = 4" + ], + [ + "belief : hotel area = north = north", + "belief : hotel area = north = north ; parking = yes", + "belief : hotel area = north = north", + "belief : hotel area = north = north", + "belief : hotel area = north = north" + ], + [ + "belief : restaurant pricerange = moderate ; area = eastsystem : there are several restaurant -s in that price range. do you have a preference on type of cuisine?", + "belief : restaurant pricerange = moderate ; area = eastsystem : there are several restaurant -s in that price range. do you have a preference on type of cuisine?", + "belief : restaurant pricerange = moderate ; area = eastsystem : there are several restaurant -s in that price range. do you have a preference on type of cuisine?", + "belief : restaurant pricerange = moderate ; area = eastsystem : there are several restaurant -s in that price range. do you have a preference on type of cuisine?", + "belief : restaurant pricerange = moderate ; area = eastsystem : there are several restaurant -s in that price range. do you have a preference on type of cuisine?" + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : i think xxx restaurant is good", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : i think xxx restaurant is good", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : i think xxx restaurant is good", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : i think xxx restaurant is good", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : i think xxx restaurant is good" + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :" + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : at girton college=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : at girton college=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : at table at", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : atelief : restaurant food = italiansystem : sure!", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : at girton college=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : restaurant food = italian restaurant food = italian ; pricerange = moderate", + "belief : restaurant food = italian restaurant food = italian ; pricerange = moderate", + "belief : restaurant food = italian restaurant food = italian ; pricerange = moderate", + "belief : restaurant food = italian restaurant food = italian ; pricerange = moderate", + "belief : restaurant food = italian restaurant food = italian ; pricerange = moderate" + ], + [ + "belief : restaurant food = italian restaurant food = italian ; pricerange = moderate ; area = eastsystem : goodbye.", + "belief : restaurant food = italian restaurant food = italian ; pricerange = moderate ; area = eastsystem : goodbye.", + "belief : restaurant food = italian restaurant food = italian ; pricerange = moderate ; area = eastsystem : goodbye.", + "belief : restaurant food = italian restaurant food = italian ; pricerange = moderate ; area = eastsystem : goodbye.", + "belief : restaurant food = italian restaurant food = italian ; pricerange = moderate ; area = eastsystem : goodbye." + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0system : i have [value_count]hotel -s, can you tell me when you would like to arrive by?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : i have [value_count]hotel -s, can you tell me when you would like to arrive by?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : i have [value_count]hotel -s, can you tell me when you would like to arrive by?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : i have [value_count]hotel -s or guest houses throughout the city that offer free parking. what star rating are you looking for?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : i have [value_count]hotel -s or guest houses throughout the city that offer free parking. is there a particular star rating you would like?" + ], + [ + "belief : hotel area = centre ; parking = yes ; pricerange = cheap guesthousesystem : sure! how about [hotel_name]?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap guesthousesystem : sure! how about [hotel_name]?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap guesthousesystem : sure! there are many options. do you have a preference on price?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap guesthousesystem : sure! there are many guesthouses to choose from. do you have a specific price range in mind?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap guesthousesystem : sure! how about [hotel_name]?" + ], + [ + "belief : hotel area = centre parking = yes ; pricerange = cheap guesthousesystem : booking day = tuesdaysystem : booking people = 2system : booking people = 1system : reference number = none", + "belief : hotel area = centre parking = yes ; pricerange = cheap guesthousesystem : booking day = tuesdaysystem : booking people = 2system : booked at [hotel_name]!", + "belief : hotel area = centre parking = yes ; pricerange = cheap guesthousesystem : booking day = tuesdaysystem : booking people = 2system : booking people = 1system : reference number = none", + "belief : hotel area = centre parking = yes ; pricerange = cheap guesthousesystem : booking day = friday ; people = 2system : booking people = 1system : booking people = 2system : reference number = 05:45", + "belief : hotel area = centre parking = yes ; pricerange = cheap guesthousesystem : booking day = tuesdaysystem : booking people = 2system : booked at [hotel_name]!" + ], + [ + "belief : hotel area = north.userbelief : hotel parking = yes ; pricerange = cheap guesthouse | booking day = tuesday ; people = 2system : reference number = nonesystem : goodbye.", + "belief : hotel area = north = north", + "belief : hotel area = north = north", + "belief : hotel area = north = north", + "belief : hotel area = north = north" + ], + [ + "belief : taxi destination = yippee noodle bar ; arriveby = 09:45system : i would be happy to help with your request, but first could you tell me what your destination is?", + "belief : taxi destination = yippee noodle bar ; arriveby = 09:45system : i would be happy to help with your request, but first could you tell me what your destination is?", + "belief : taxi destination = yippee noodle bar ; arriveby = 09:45system : i would be happy to help with your request, but first could you tell me what your destination is?", + "belief : taxi destination = yippee noodle bar ; arriveby = 09:45system : i would be happy to help with your request, but first could you tell me what your destination is?", + "belief : taxi destination = yippee noodle bar ; arriveby = 09:45system : i would be happy to help with your request, but first could you tell me what your destination is?" + ], + [ + "belief : taxi destination = yippee noodle bar ; departure = curry prince ; arriveby = 09:45system : i would be happy to help with your request, but first i will need to know, what time you would like to leave and arrive?", + "belief : taxi destination = yippee noodle bar ; departure = curry prince ; arriveby = 09:45system : i would be happy to help with your request, but first i will need to know, what time you would like to leave and arrive?", + "belief : taxi destination = yippee noodle bar ; departure = curry prince ; arriveby = 09:45system : i would be happy to help with your request, but first i will need to know, what time you would like to leave and arrive?", + "belief : taxi destination = yippee noodle bar ; departure = curry prince ; arriveby = 09:45system : i would be happy to help with your request, but first i will need to know, what time you would like to leave and arrive?", + "belief : taxi destination = yippee noodle bar ; departure = curry prince ; arriveby = 09:45system : i would be happy to help with your request, but first i will need to know, what time you would like to leave and arrive?" + ], + [ + "belief : taxi destination = yippee noodle bar ; departure = rajah al ; arriveby =", + "belief : taxi destination = yippee noodle bar ; departure = rajah al ; arriveby =", + "belief : taxi destination = yippee noodle bar ; departure = rajah al ; arriveby =", + "belief : taxi destination = yippee noodle bar ; departure = rajah tandoori restaurant ; arriveby = 09:45system : you are welcome, enjoy your taxi ride", + "belief : taxi destination = yippee noodle bar ; departure = rajah tandoori restaurant ; arriveby = 09:45system : you are welcome, enjoy your taxi ride" + ], + [ + "belief : train destination = broxbourne ; departure = cambridgesystem : i can help you with that. when do you need to leave?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i can help you with that. when do you need to leave?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i can help you with that. when do you need to leave?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i can help you with that. when do you need to leave?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i can help you with that. when do you need to leave?" + ], + [ + "belief : train destination = broxbourne ; arriveby = 08:15 ; departure = cambridgesystem : okay, i have booked your taxi for you. it is a [taxi_type]and the contact number is [taxi_phone]. is there anything else i can", + "belief : train destination = broxbourne ; departure = cambridgesystem : okay, i have [train_id] that leaves at [value_time]. will that work for you?", + "belief : train destination = broxbourne ; departure = cambridgesystem : okay, i have booked your taxi for you. it is a [taxi_type]and the contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : train destination = broxbourne ; arriveby = 08:15 ; departure = cambridgesystem : okay, i have booked your taxi for you. it is a [taxi_type]and the contact number is [taxi_phone]. is there anything else i can", + "belief : train destination = broxbourne ; departure = cambridgesystem : okay, i have booked your taxi for you. it is a [taxi_type]and the contact number is [taxi_phone]. is there anything else i can help you with?" + ], + [ + "belief : train destination = broxbourne ; day = monday ; departure = cambridgesystem : how about [train_id] that", + "belief : train destination = broxbourne ; day = monday ; departure = cambridgesystem : i have a train that leaves at [value_time]", + "belief : train destination = broxbourne ; day = monday ; departure = cambridgesystem : i have a train that leaves at [value_time]", + "belief : train destination = broxbourne ; day = monday ; departure = cambridgesystem : i have a train that leaves at [value_time]", + "belief : train destination = broxbourne ; day = monday ; departure = cambridgesystem : how about [train_id] that" + ], + [ + "belief : train destination = broxbourne ; day = monday ; departure = cambridgesystem : okay!!", + "belief : train destination = broxbourne ; day = monday ; departure = cambridgesystem : okay.", + "belief : train destination = broxbourne ; day = monday ; departure = cambridgesystem : okay!!", + "belief : train destination = broxbourne ; day = monday ; departure = cambridgesystem : okay.", + "belief : train destination = broxbourne ; day = monday ; departure = cambridgesystem : okay." + ], + [ + "belief : train destination = broxbournesystem : goodbye.", + "belief : train destination = broxbourne=>belief : train destination = cambridge ; day = monday ; departure = none = nonesystem : goodbye", + "belief : train destination = broxbournesystem : goodbye.", + "belief : train destination = broxbournesystem : goodbye.", + "belief : train destination = broxbournesystem : goodbye." + ], + [ + "belief : train destination = broxbourne", + "belief : train destination = broxbourne", + "belief : train destination = broxbourne", + "belief : train destination = broxbourne", + "belief : train destination = broxbourne" + ], + [ + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : goodbye.", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : goodbye.", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : goodbye." + ], + [ + "belief : hotel stars = 0 ; type = hotelsystem : there are [value_count]hotel -s that meet your needs. would you like to narrow it down by area or price range?", + "belief : hotel stars = 0 ; type = hotelsystem : there are [value_count]hotel -s that meet your needs. would you like to narrow it down by area or price range?", + "belief : hotel stars = 0 ; type = hotelsystem : there are [value_count]hotel -s that meet your needs. would you like to narrow it down by area or price range?", + "belief : hotel stars = 0 ; type = hotelsystem : there are [value_count]hotel -s that meet your needs. would you like to narrow it down by area or price range?", + "belief : hotel stars = 0 ; type = hotelsystem : there are [value_count]hotel -s that meet your needs. would you like to narrow it down by area or price range?" + ], + [ + "belief : hotel area = centre ; stars = 0 ; type = hotelsystem : yes, it s in the [value_area]. would you like me to help you book a room there?", + "belief : hotel area = centre ; stars = 0 ; type = hotelsystem : yes, it s in the [value_area]. would you like me to help you book a room there?", + "belief : hotel area = centre ; stars = 0 ; type = hotelsystem : yes, it s in the [value_area]. would you like me to help you book a room there?", + "belief : hotel area = centre ; stars = 0 ; type = hotelsystem : yes, it s in the [value_area]. would you like me to help you book a room there?", + "belief : hotel area = centre ; stars = 0 ; type = hotelsystem : yes, it s in the [value_area]. would you like me to help you book a room there?" + ], + [ + "belief : hotel name = cambridge belfry ; area = centre ; parking = yes", + "belief : hotel name = cambridge belfry ; area = centre ; parking = yes", + "belief : hotel name = cambridge belfry ; area = centre ; parking = yes", + "belief : hotel name = cambridge belfry ; area = centre ; parking = yes", + "belief : hotel name = cambridge belfry ; area = centre ; parking = yes" + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0system : thank you! goodbye.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : thank you! goodbye.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : thank you! goodbye.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : thank you! goodbye.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : thank you! goodbye." + ], + [ + "belief : hotel name = cambridge=>belief : hotel area = centre ; parking = yes ; stars = 0system : goodbye.", + "belief : hotel name = cambridge=>belief : hotel area = centre ; parking = yes ; stars = 0system : okay, enjoy your stay", + "belief : hotel name = cambridge=>belief : hotel area = centre ; parking = yes ; stars = 0system : goodbye.", + "belief : hotel name = cambridge=>belief : hotel area = centre ; parking = yes ; stars = 0system : goodbye.", + "belief : hotel name = cambridge=>belief : hotel area = centre ; parking = yes ; stars = 0system : okay, enjoy your stay" + ], + [ + "belief : hotel name = stars = 0", + "belief : hotel name = stars = stars = 0", + "belief : hotel name = stars = centre", + "belief : hotel name = stars = centre", + "belief : hotel name = hotel area = centre = centre" + ], + [ + "belief : hotel name = cambridge belief : hotel area = centre", + "belief : hotel name = cambridge belief : hotel area = centre", + "belief : hotel name = cambridge belief : hotel area = centre", + "belief : hotel name = cambridge belief : hotel area = centre", + "belief : hotel name = cambridge belief : hotel area = centre" + ], + [ + "belief : hotel name = cambridge belfry=>belief : hotel area = centre ; stars = 0 ; type = hotelsystem : goodbye.", + "belief : hotel name = cambridge belfry", + "belief : hotel name = cambridge belfry", + "belief : hotel name = cambridge belfry", + "belief : hotel name = cambridge belfry=>belief : hotel area = centre ; stars = 0 ; type = hotelsystem : goodbye." + ], + [ + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi departure = pizza hut fendittonsystem : sure! when would you like to arrive?", + "belief : taxi departure = pizza hut fendittonsystem : sure! when would you like to arrive?", + "belief : taxi departure = pizza hut fendittonsystem : sure! when would you like to arrive?", + "belief : taxi departure = pizza hut fendittonsystem : sure! when would you like to arrive?", + "belief : taxi departure = pizza hut fendittonsystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : your booking is complete. a [taxi_type]will be picking you up.", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : your booking is complete. a [taxi_type]will be picking you up.", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : your booking is complete. a [taxi_type]will be picking you up.", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : your booking is complete. a [taxi_type]will be picking you up.", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : your booking is complete. a [taxi_type]will be picking you up." + ], + [ + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : have a wonderful day", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : have a wonderful day", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : have a wonderful day", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : have a great day", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : have a wonderful day" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : there is [value_count][value_food] restaurant in the [value_area] of town called [restaurant_name]. would you like their address?", + "belief : restaurant food = italian ; pricerange = expensivesystem : there is [value_count][value_food] restaurant in the [value_area] of town called [restaurant_name]. would you like their address?", + "belief : restaurant food = italian ; pricerange = expensivesystem : there is [value_count][value_food] restaurant in the [value_area] of town called [restaurant_name]. would you like their address?", + "belief : restaurant food = italian ; pricerange = expensivesystem : there is [value_count][value_food] restaurant in the [value_area] of town called [restaurant_name]. would you like their address?", + "belief : restaurant food = italian ; pricerange = expensivesystem : there is [value_count][value_food] restaurant in the [value_area] of town called [restaurant_name]. would you like their address?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes. there are you looking for a certain type of food?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes. there are you looking for a certain type of food?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes. there are you looking for a certain type of food?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes. there are you looking for a certain type of food?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes. there are you looking for a certain type of food?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : i have good day", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : booking day = sundaysystem : i have good news. i have good news.", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : i have good day", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : booking day = sundaysystem : i have good news. i have good news.", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : booking day = sundaysystem : i have good news. i have good news." + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : goodbye.", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : goodbye.", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : goodbye.", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : goodbye.", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : goodbye." + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s that meet that criteria. are you looking for a certain type of food?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s that meet that criteria. are you looking for a certain type of food?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s that meet that criteria. are you looking for a certain type of food?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s that meet that criteria. are you looking for a certain type of food?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]restaurant -s that meet that criteria. are you looking for a certain type of food?" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : the [restaurant_name]is nice and in the [value_area] area.", + "belief : restaurant pricerange = expensive ; area = centresystem : the [restaurant_name]is nice and in the [value_area] area.", + "belief : restaurant pricerange = expensive ; area = centresystem : the [restaurant_name]is nice and in the [value_area] area.", + "belief : restaurant pricerange = expensive ; area = centresystem : the [restaurant_name]is nice and in the [value_area] area.", + "belief : restaurant pricerange = expensive ; area = centresystem : the [restaurant_name]is nice and in the [value_area] area." + ], + [ + "belief : restaurant pricerange = expensive ; area =", + "belief : restaurant pricerange = expensive ; area =", + "belief : restaurant pricerange = expensive ; area =", + "belief : restaurant pricerange = expensive ; area =", + "belief : restaurant pricerange = expensive ; area =" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : have a great day.", + "belief : restaurant pricerange = expensive ; area = centresystem : have a great day.", + "belief : restaurant pricerange = expensive ; area = centresystem : have a great day.", + "belief : restaurant pricerange = expensive ; area = centresystem : have a great day.", + "belief : restaurant pricerange = expensive ; area = centresystem : have a great day." + ], + [ + "belief : hotel type = hotelsystem : i have found [value_count]hotel -s or guest houses throughout the city that meet your needs. can you tell me if you want a hotel or a guest house?", + "belief : hotel type = hotelsystem : i have found [value_count]hotel -s or guest houses throughout the city that meet your needs. can you tell me if you want a hotel or a guest house?", + "belief : hotel type = hotelsystem : i have found [value_count]hotel -s or guest houses throughout the city that meet your needs. can you tell me if you want a hotel or a guest house?", + "belief : hotel type = hotelsystem : i have found [value_count]hotel -s or guest houses throughout the city that meet your needs. can you tell me if you want a hotel or a guest house?", + "belief : hotel type = hotelsystem : i have found [value_count]hotel -s or guest houses throughout the city that meet your needs. can you tell me if you want a hotel or a guest house?" + ], + [ + "belief : hotel parking = no ; pricerange = moderate ; type = hotelsystem : i have [value_count]hotel -s or guest houses throughout the city that meet your needs.", + "belief : hotel parking = no ; pricerange = moderate ; type = hotelsystem : i have [value_count]hotel -s or guest houses throughout the city that meet your needs.", + "belief : hotel parking = no ; pricerange = moderate ; type = hotelsystem : i have [value_count]hotel -s or guest houses throughout the city that meet your needs.", + "belief : hotel parking = no ; pricerange = moderate ; type = hotelsystem : i have [value_count]hotel -s or guest houses throughout the city that meet your needs.", + "belief : hotel parking = no ; pricerange = moderate ; type = hotelsystem : i have [value_count]hotel -s or guest houses throughout the city that meet your needs." + ], + [ + "belief : hotel parking = no ; pricerange = moderate ; type = hotelsystem : okay, then, enjoy your stay=>!", + "belief : hotel parking = no ; pricerange = moderate ; type = hotelsystem : okay, then, enjoy your stay=>!", + "belief : hotel parking = no ; pricerange = moderate ; type = hotelsystem : okay, then, enjoy your stay=>!", + "belief : hotel parking = no ; pricerange = moderate ; type = hotelsystem : okay, then, enjoy your stay=>!", + "belief : hotel parking = no ; pricerange = moderate ; type = hotelsystem : okay, then, enjoy your stay=>!" + ], + [ + "belief : hotel area = north ; parking = no ; type = guesthousesystem : yes, type = dont caresystem : would you like = dont caresystem : would you like a hotel in the [value_area] price range dont care", + "belief : hotel area = north ; parking = no ; type = guesthousesystem : yes, internet = yes", + "belief : hotel area = north ; parking = no ; type = guesthousesystem : yes, internet = yes", + "belief : hotel area = north ; parking = no ; type = guesthousesystem : yes, type = dont caresystem : would you like = dont caresystem : would you like a hotel in the [value_area]", + "belief : hotel area = north ; parking = no ; type = guesthousesystem : yes, internet = yes" + ], + [ + "belief : hotel parking = dont care : hotel area = north ; type = dont caresystem : would you like = dont caresystem : would you like = dont care", + "belief : hotel parking = dont care : hotel area = north ; type = dont caresystem : would you like = dont caresystem : would you like = dont care", + "belief : hotel parking = dont care : hotel area = north ; type = dont caresystem : would you like = dont caresystem : would you like = dont care", + "belief : hotel parking = dont care : hotel area = north ; type = dont caresystem : goodbye.", + "belief : hotel parking = dont care : hotel area = north ; type = dont caresystem : would you like = dont caresystem : would you like = dont care" + ], + [ + "belief : hotel parking = dont care.user : hotel area = north = dont care", + "belief : hotel parking = dont care.user : hotel area = north = dont care", + "belief : hotel parking = dont care.user : hotel area = north = dont care", + "belief : hotel parking = dont care.user : hotel area = north = dont care", + "belief : hotel parking = dont care.user : hotel area = north = dont care" + ], + [ + "belief : hotel parking = dont care.user : hotel area = north = dont care", + "belief : hotel parking = dont care.user : hotel area = north ; parking = dont care", + "belief : hotel parking = dont care", + "belief : hotel parking = dont care.user : hotel area = north ; parking = dont caresystem : enjoy your stay.", + "belief : hotel parking = dont care.user : hotel area = north = dont care" + ], + [ + "belief : taxi departure = la razasystem : i can help with that. when do you need to leave?", + "belief : taxi departure = la razasystem : i can help with that. when do you need to leave?", + "belief : taxi departure = la razasystem : i can help with that. when do you need to leave?", + "belief : taxi departure = la razasystem : i can help with that. when do you need to leave?", + "belief : taxi departure = la razasystem : i can help with that. when do you need to leave?" + ], + [ + "belief : taxi leaveat = 11:45 ; departure = la razasystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi leaveat = 11:45 ; departure = la razasystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi leaveat = 11:45 ; departure = la razasystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi leaveat = 11:45 ; departure = la razasystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi leaveat = 11:45 ; departure = la razasystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?" + ], + [ + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : okay a [taxi_type]will be picking you up and the contact number is [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : okay a [taxi_type]will be picking you up and the contact number is [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : okay a [taxi_type]will be picking you up and the contact number is [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : okay a [taxi_type]will be picking you up and the contact number is [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : okay a [taxi_type]will be picking you up and the contact number is [taxi_phone]" + ], + [ + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : you are welcome! have a nice day! goodbye", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : you are welcome! have a lovely day! goodbye", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : you are welcome! have a lovely day! goodbye", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : you are welcome! have a lovely day! goodbye", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : you are welcome! have a nice day! goodbye" + ], + [ + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?" + ], + [ + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]hotel -s that meet your needs. would you like to narrow it down by area or price range?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]hotel -s that meet your needs. would you like to narrow it down by area or price range?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]hotel -s that meet your needs. would you like to narrow it down by area or price range?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]hotel -s that meet your needs. would you like to narrow it down by area or price range?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]hotel -s that meet your needs. would you like to narrow it down by area or price range?" + ], + [ + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : booking day = tuesdaysystem : how many nights would you like to stay?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : booking day = tuesdaysystem : how many nights would you like to stay?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : booking day = tuesdaysystem : how many nights would you like to stay?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : booking day = tuesdaysystem : how many nights would you like to stay?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : booking day = tuesdaysystem : how many nights would you like to stay?" + ], + [ + "belief : hotel name = kudos", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 6system : goodbye.", + "belief : hotel name = k=>belief : hotel parking = yes ; stars = 4 ; internet = yessystem : goodbye.", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 6system : goodbye.", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 6system : goodbye." + ], + [ + "belief : hotel parking = yes ; stars = 4 ; internet = yes | booking day = tuesday ; people = 6system : goodbye.", + "belief : hotel parking = yes ; stars = 4 ; internet = yes | booking day = tuesday ; people = 6system : goodbye.", + "belief : hotel parking = yes ; stars = 4 ; internet = yes | booking day = tuesday ; people = 6system : goodbye.", + "belief : hotel parking = yes ; stars = 4 ; internet = yes | booking day = tuesday ; people = 6system : goodbye.", + "belief : hotel parking = yes ; stars = 4 ; internet = yes | booking day = tuesday ; people = 6system : goodbye." + ], + [ + "belief : restaurant food = mexican ; area = centresystem : i am sorry. there is no [value_food] restaurant in the [value_area] area? would you like to try another area or food type?", + "belief : restaurant food = mexican ; area = centresystem : i am sorry. there is no [value_food] restaurant in the [value_area] area? would you like to try another area or food type?", + "belief : restaurant food = mexican ; area = centresystem : i am sorry. there is no [value_food] restaurant in the [value_area] area? would you like to try another area or food type?", + "belief : restaurant food = mexican ; area = centresystem : i am sorry. there is no [value_food] restaurant in the [value_area] area? would you like to try another area or food type?", + "belief : restaurant food = mexican ; area = centresystem : i am sorry. there is no [value_food] restaurant in the [value_area] area? would you like to try another area or food type?" + ], + [ + "belief : restaurant food = indian ; area = centresystem : how about [restaurant_name]? it is [value_food] food.", + "belief : restaurant food = indian ; area = centresystem : how about [restaurant_name]? it is [value_food] food.", + "belief : restaurant food = indian ; area = centresystem : how about [restaurant_name]? it is [value_food] food.", + "belief : restaurant food = indian ; area = centresystem : how about [restaurant_name]? it is [value_food] food.", + "belief : restaurant food = indian ; area = centresystem : how about [restaurant_name]? it is [value_food] food." + ], + [ + "belief : restaurant food = indian ; area = centresystem : the postcode is [restaurant_postcode]. is there anything else you need?", + "belief : restaurant food = indian ; area = centresystem : the postcode is [restaurant_postcode]. is there anything else you need?", + "belief : restaurant food = indian ; area = centresystem : the postcode is [restaurant_postcode]. is there anything else you need?", + "belief : restaurant food = indian ; area = centresystem : the postcode is [restaurant_postcode]. is there anything else you need?", + "belief : restaurant food = indian ; area = centresystem : the postcode is [restaurant_postcode]. is there anything else you need?" + ], + [ + "belief : restaurant food = indian ; area = centresystem : no problem. goodbye.", + "belief : restaurant food = indian ; area = centresystem : no problem. goodbye.", + "belief : restaurant food = indian ; area = centresystem : goodbye.", + "belief : restaurant food = indian ; area = centresystem : no problem. goodbye.", + "belief : restaurant food = indian ; area = centresystem : goodbye." + ], + [ + "belief : restaurant food = indian ; area = centresystem : goodbye.", + "belief : restaurant food = indian ; area = centresystem : goodbye.", + "belief : restaurant food = indian ; area = centresystem : goodbye.", + "belief : restaurant food = indian ; area = centresystem : goodbye.", + "belief : restaurant food = indian ; area = centresystem : goodbye." + ], + [ + "belief : train destination = cambridge ; day = saturdaysystem : let me help you with that. where will you be departing from?", + "belief : train destination = cambridge ; day = saturdaysystem : what time would you like to depart from [value_place]?", + "belief : train destination = cambridge ; day = saturdaysystem : let me help you with that. where will you be departing from?", + "belief : train destination = cambridge ; day = saturdaysystem : let me help you with that. where will you be departing from?", + "belief : train destination = cambridge ; day = saturdaysystem : what time would you like to depart from [value_place]?" + ], + [ + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : let me look up those times for you. [value_count]minute.", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : let me help you with that. where are you departing from?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : let me look up those times for you. [value_count]minute.", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : let me help you with that. where are you departing from?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : let me look up those times for you. [value_count]minute." + ], + [ + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : what will be your destination?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : what are your pickup and dropoff location -s?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : what will be your destination?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : what will be your destination?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : what are your pickup and dropoff location -s?" + ], + [ + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : have a great day! goodbye", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : have a great day! goodbye", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : have a nice day", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : have a nice day", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : have a nice day" + ], + [ + "belief : train destination = bishops stortford ; departure = cambridgesystem : i can certainly help with that. when do you need to leave?", + "belief : train destination = bishops stortford ; departure = cambridgesystem : i can certainly help with that. when do you need to leave?", + "belief : train destination = bishops stortford ; departure = cambridgesystem : i can put you on [train_id] which leaves for [value_place]at [value_time]. how many tickets do you need?", + "belief : train destination = bishops stortford ; departure = cambridgesystem : i can put you on [train_id] which leaves for [value_place]at [value_time]. how many tickets do you need?", + "belief : train destination = bishops stortford ; departure = cambridgesystem : i can put you on [train_id] which leaves for [value_place]at [value_time]. how many tickets do you need?" + ], + [ + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]. would you like me to book that for you?", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]. would you like me to book that for you?", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]. would you like me to book that for you?", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]. would you like me to book that for you?", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]. would you like me to book that for you?" + ], + [ + "belief : train leaveat =belief : train destination = bishops stortford ; day = thursday ; departure = cambridgesystem : okay, i have booked you a ticket. the reference number is [train_reference].", + "belief : train leaveat =belief : train destination = bishops stortford ; day = thursday ; departure = cambridgesystem : okay, i have booked you a ticket. the reference number is [train_reference].", + "belief : train leaveat =belief : train destination = bishops stortford ; day = thursday ; departure = cambridgesystem : okay, i have booked you a ticket. the reference number is [train_reference].", + "belief : train leaveat =belief : train destination = bishops stortford ; day = thursday ; departure = cambridgesystem : okay, i have booked you a ticket. the reference number is [train_reference].", + "belief : train leaveat =belief : train destination = bishops stortford ; day = thursday ; departure = cambridgesystem : okay, i have booked you a ticket. the reference number is [train_reference]." + ], + [ + "belief : train leaveat = 21:15 ; destination = bishops stortford ; day = thursdaysystem : how many people = 7system : booked!", + "belief : train leaveat = 21:15 ; destination = bishops stortford ; day = thursdaysystem : how many people = 7system : booked!", + "belief : train leaveat = 21:15 ; destination = bishops stortford ; day = thursdaysystem : how many people = 7system : booked!", + "belief : train leaveat = 21:15 ; destination = bishops stortford ; day = thursdaysystem : how many people = 7system : booked!", + "belief : train leaveat = 21:15 ; destination = bishops stortford ; day = thursdaysystem : how many people = 7system : booked!" + ], + [ + "belief : train leaveat = 21", + "belief : train leaveat = 21", + "belief : train leaveat = 21", + "belief : train leaveat = 21", + "belief : train leaveat = 21" + ], + [ + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] of town, there is [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] of town, there is [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] of town, there is [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] of town, there is [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] of town, would you like more details?" + ], + [ + "belief : attraction type = night club ; area = centresystem : unfortunately i don't have any information about the entrance fee. is there any other information you need to know?", + "belief : attraction type = night club ; area = centresystem : unfortunately i don't have any information about the entrance fee. is there any other information you need to know?", + "belief : attraction type = night club ; area = centresystem : unfortunately i don't have any information about the entrance fee. is there any other information you need to know?", + "belief : attraction type = night club ; area = centresystem : unfortunately i don't have any information about the entrance fee. is there any other information you need to know?", + "belief : attraction type = night club ; area = centresystem : unfortunately i don't have any information about the entrance fee. is there any other information you need to know?" + ], + [ + "belief : attraction type = night club ; area = centresystem : excellent! goodbye!", + "belief : attraction type = night club ; area = centresystem : you are welcome!", + "belief : attraction type = night club ; area = centresystem : you are welcome!", + "belief : attraction type = night club ; area = centresystem : you are welcome!", + "belief : attraction type = night club ; area = centresystem : you are welcome!" + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : i have some in the [value_area], center and [value_area] side. do you have a preference in area?", + "belief : restaurant pricerange = cheap ; area = centresystem : i have some in the [value_area], center and [value_area] side. do you have a preference in area?", + "belief : restaurant pricerange = cheap ; area = centresystem : i have many [value_pricerange] -ly priced restaurant -s in the center of town. would you prefer [value_food] or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : i have many [value_pricerange] -ly priced restaurant -s in the center of town. would you prefer [value_food] or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count]results. what side of town would you like?" + ], + [ + "belief : restaurant food = work ; pricerange = cheap ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] of town. would you", + "belief : restaurant food = work ; pricerange = cheap ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] of town. would you", + "belief : restaurant food = funky ; pricerange = cheap ; area = centresystem : there are [value_count][value_food] restaurant -s in the center. would you prefer a specific part of town", + "belief : restaurant food = funky ; pricerange = cheap ; area = centresystem : there are [value_count][value_food] restaurant -s in the center. would you prefer a specific part of town", + "belief : restaurant food = worked = yes ; pricerange = cheap ; area = centresystem : i have [value_count]listings, [value_count]for you. what type of food would you like?" + ], + [ + "belief : restaurant food = indian ; pricerange = cheapsystem : there is [restaurant_name]. they are located at [restaurant_address]. would you like to book it?", + "belief : restaurant food = indian ; pricerange = cheapsystem : there is [restaurant_name]. they are located at [restaurant_address]. would you like to book it?", + "belief : restaurant food = indian ; pricerange = cheapsystem : there is [restaurant_name]. they are located at [restaurant_address]. would you like to book it?", + "belief : restaurant food = indian ; pricerange = cheapsystem : there is [restaurant_name]. they are located at [restaurant_address]. would you like to book it?", + "belief : restaurant food = indian ; pricerange = cheapsystem : there is [restaurant_name]. they are located at [restaurant_address]. would you like to book it?" + ], + [ + "belief : restaurant food = indian ; pricerange = dont caresystem : restaurant food = northsystem : sure, seats = 4system : it s all depends", + "belief : restaurant food = indian ; pricerange = dont caresystem : restaurant food = dont care ; area = centresystem :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = indian ; pricerange = dont caresystem : restaurant food = dont care ; area = centresystem : sure, seats = 4system : enjoy!", + "belief : restaurant food = indian ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = indian ; pricerange = cheapsystem : sure, enjoy!" + ], + [ + "belief : restaurant food = indian ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = indian ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = indian ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = indian ; pricerange = cheapsystem : sure, enjoy your day", + "belief : restaurant food = indian ; pricerange = cheapsystem : goodbye." + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?" + ], + [ + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : i have [value_count]guesthouses that match your requirement -s.", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : i have [value_count]guesthouses that match your requirement -s.", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : i have [value_count]guesthouses that match your requirement -s.", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : i have [value_count]guesthouses that match your requirement -s.", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : i have [value_count]guesthouses that match your requirement -s." + ], + [ + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : how about [hotel_name]?", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : how about [hotel_name]?", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : how about [hotel_name]?", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : how about [hotel_name]?", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : how about [hotel_name]?" + ], + [ + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east" + ], + [ + "belief : taxi destination = cambridge parking = yes", + "belief : taxi destination = cambridge parking = yes", + "belief : taxi destination = cambridge parking = yes", + "belief : taxi destination = cambridge parking = yes", + "belief : taxi destination = cambridge parking = yes" + ], + [ + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes" + ], + [ + "belief : taxi destination = meghnasystem : i can help with that, where will you be departing from?", + "belief : taxi destination = meghnasystem : i can help with that, where will you be departing from?", + "belief : taxi destination = meghnasystem : i can help with that, where will you be departing from?", + "belief : taxi destination = meghnasystem : i can help with that, where will you be departing from?", + "belief : taxi destination = meghnasystem : i can help with that, where will you be departing from?" + ], + [ + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : i can book that for you, what time will you need to leave and arrive by?", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : i can book that for you, what time will you need to leave and arrive by?", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : i can book that for you, what time will you need to leave and arrive by?", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : i can book that for you, what time will you need to leave and arrive by?", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : i can book that for you, what time will you need to leave and arrive by?" + ], + [ + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : glad to be of help=>!", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : glad to be of help=>!", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : glad to be of help=>!", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : glad to be of help", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : glad to be of help" + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : yes, i have [value_count]guesthouses with free parking. what star rating are you looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : yes, i have [value_count]guesthouses with free parking. what star rating are you looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : yes, i have [value_count]guesthouses with free parking. what star rating are you looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : yes, i have [value_count]guesthouses with free parking. what star rating are you looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : yes, i have [value_count]guesthouses with free parking. what star rating are you looking for?" + ], + [ + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : we have that many like guesthouses. is there a particular area of town", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : we have that many like me to book you a room at this weekend.", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : we have that many like guesthouses. can you tell me what area you", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : we have that many like guesthouses. can you tell me what area you", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that meet those requirement -s. any preference" + ], + [ + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : booked at : booked at [hotel_name]!", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : booked at : booked at [hotel_name].", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : booked at : booked at [hotel_name]!", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : booked at : booked at [hotel_name].", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : booked at : booked at [hotel_name]!" + ], + [ + "belief : hotel name = alexander = train station = centresystem : booked at [value_time]userbelief : hotel parking = yes", + "belief : hotel name = alexander = train station = centresystem : booked at [value_time]userbelief : hotel parking = yes", + "belief : hotel name = alexander = train station = centresystem : booked at [value_time]userbelief : hotel parking = yes", + "belief : hotel name = alexander = train station = centresystem : booked at [value_time]userbelief : hotel parking = yes", + "belief : hotel name = alexander = hotel parking = yes ; internet = yes ; type = guesthousesystem : booked at = yessystem : booked at [hotel_name]." + ], + [ + "belief : hotel name = us", + "belief : hotel name = us", + "belief : hotel name = us", + "belief : hotel name = us", + "belief : hotel name = us" + ], + [ + "belief : hotel stars = 3 ; type = guesthousesystem : it looks like alot of place -s are listed that have [value_count]stars. did you have a preference on the area or price range maybe?", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]stars, which area would you like to stay in?", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]stars, which area would you like to stay in?", + "belief : hotel stars = 3 ; type = guesthousesystem : it looks like alot of place -s are listed that have [value_count]stars. did you have a preference on the area or price range maybe?", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]stars, which area would you like to stay in?" + ], + [ + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : i have [value_count]guesthouses that meet that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : i have [value_count]guesthouses that meet that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : i have [value_count]guesthouses that meet that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : i have [value_count]guesthouses that meet that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?", + "belief : hotel parking = yes ; stars = 3 ; type = guesthousesystem : i have [value_count]guesthouses that meet that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?" + ], + [ + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : sure!", + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : sure!", + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : sure!", + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : sure!", + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : sure!" + ], + [ + "belief : hotel parking = yes = yes ; stars = 3 ; type = guesthousesystem : goodbye.", + "belief : hotel parking = yes = yes ; stars = 3 ; type = guesthousesystem : goodbye.", + "belief : hotel parking = yes = yes ; stars = 3 ; type = guesthousesystem : goodbye.", + "belief : hotel parking = yes = yes ; stars = 3 ; type = guesthousesystem : goodbye.", + "belief : hotel parking = yes = yes ; stars = 3 ; type = guesthousesystem : goodbye." + ], + [ + "belief : restaurant food = canapes ; area = eastsystem : i am sorry, there are no restaurant -s that serve canapes. is there some other type of food you would like?", + "belief : restaurant food = canapes ; area = eastsystem : i am sorry, there are no restaurant -s that serve canapes. is there some other type of food you would like?", + "belief : restaurant food = canapes ; area = eastsystem : i am sorry, there are no restaurant -s that serve canapes. is there some other type of food you would like?", + "belief : restaurant food = canapes ; area = eastsystem : i am sorry, there are no restaurant -s that serve canapes. is there some other type of food you would like?", + "belief : restaurant food = canapes ; area = eastsystem : i am sorry, there are no restaurant -s that serve canapes. is there some other type of food you would like?" + ], + [ + "belief : restaurant food = dont care ; area = eastsystem : you are welcome. enjoy your meal.", + "belief : restaurant food = dont care ; area = eastsystem : you are welcome. enjoy your meal, and bye.", + "belief : restaurant food = dont care ; area = eastsystem : you are welcome. enjoy your meal.", + "belief : restaurant food = dont care ; area = eastsystem : you are welcome. enjoy your meal.", + "belief : restaurant food = dont care ; area = eastsystem : you are welcome. enjoy your meal." + ], + [ + "belief : restaurant food = italian ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area].", + "belief : restaurant food = italian ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area].", + "belief : restaurant food = italian ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area].", + "belief : restaurant food = italian ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area].", + "belief : restaurant food = italian ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area]." + ], + [ + "belief : restaurant food = italian ; area = east = dont care | booking day = saturdaysystem : booked at [value_time]!", + "belief : restaurant food = italian ; area = east = centre | booking day = saturdaysystem : your welcome!", + "belief : restaurant food = italian ; area = east = centre | booking day = saturdaysystem : your welcome!", + "belief : restaurant food = italian ; area = east = centre | booking day = saturdaysystem : your welcome!", + "belief : restaurant food = italian ; area = east = centre | booking day = saturdaysystem : your welcome!" + ], + [ + "belief : restaurant food = italian ; area = east = centre | booking day = saturday", + "belief : restaurant food = italian ; area = east = centre | booking day = saturday", + "belief : restaurant food = italian ; area = east = centre | booking day = saturday", + "belief : restaurant food = italian ; area = east = centre | booking day = saturday", + "belief : restaurant food = italian ; area = east = centre | booking day = saturday" + ], + [ + "belief : restaurant food = italian ; area = east = centre | booking day = saturday", + "belief : restaurant food = italian ; area = east = centre | booking day = saturday", + "belief : restaurant food = italian ; area = east = centre | booking day = saturday", + "belief : restaurant food = italian ; area = east = centre | booking day = saturday", + "belief : restaurant food = italian ; area = east = centre | booking day = saturday" + ], + [ + "belief : train destination = cambridge ; day = saturdaysystem : what time would you like to leave?", + "belief : train destination = cambridge ; day = saturdaysystem : what time would you like to leave?", + "belief : train destination = cambridge ; day = saturdaysystem : what time would you like to leave?", + "belief : train destination = cambridge ; day = saturdaysystem : what time would you like to leave?", + "belief : train destination = cambridge ; day = saturdaysystem : what time would you like to leave?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : i have many trains available. is there a time", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : i have many trains available. is there a time", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : i have many trains available. is there a time" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem : i have found no restuarants serving [value_food] food in the [value_pricerange] price range. would you like a different type of food?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : i have listing for [value_count]different ones, can i get what area you are looking for?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : i have found no restuarants serving [value_food] food in the [value_pricerange] price range. would you like a different type of food?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : i have found no restuarants serving [value_food] food in the [value_pricerange] price range. would you like a different type of food?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : i have found no restuarants serving [value_food] food in the [value_pricerange] price range. would you like a different type of food?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem : the address is [value_count] [restaurant_address]. the workbench is not available but i can", + "belief : restaurant food = chinese ; pricerange = cheapsystem : the address is [value_count] [restaurant_address]. anything else i can do for you today?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : my pleasure. your query for jesus green is [restaurant_reference]. is there", + "belief : restaurant food = chinese ; pricerange = cheapsystem : the address is [value_count] [restaurant_address]. anything else i can do for you today?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : the address is [value_count] [restaurant_address]. the workbook was successful, your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem : you are welcome, enjoy your meal", + "belief : restaurant food = chinese ; pricerange = cheapsystem : okay, good day = friday ; people = 3system : you are welcome.", + "belief : restaurant food = chinese ; pricerange = cheapsystem : okay, sure. you are all set. the postcode is [restaurant_postcode].", + "belief : restaurant food = chinese ; pricerange = cheapsystem : okay, sure. you are all set. the postcode is [restaurant_postcode].", + "belief : restaurant food = chinese ; pricerange = cheapsystem : okay, good day = tuesday ; name = nandossystem : you are all set!" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem : you are welcome! goodbye.", + "belief : restaurant food = chinese ; pricerange = cheapsystem : you are welcome! goodbye.", + "belief : restaurant food = chinese ; pricerange = cheapsystem : you are welcome! goodbye.", + "belief : restaurant food = chinese ; pricerange = cheapsystem : you are welcome! goodbye.", + "belief : restaurant food = chinese ; pricerange = cheapsystem : you are welcome! goodbye." + ], + [ + "belief : train destination = leicester ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = leicester ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = leicester ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = leicester ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = leicester ; departure = cambridgesystem : what day will you be leaving?" + ], + [ + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : i have [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : i have [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : i have [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : i have [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : i have [value_count]trains that match your search. shall i choose [value_count]to book?" + ], + [ + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : i have a train that arrives by [value_time]. would you like me to book that for you?", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : i have booked you a train arriving at [value_time]. the reference number is [train_reference].", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : i have booked you a train arriving at [value_time]. the reference number is [train_reference].", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : i have a train that arrives by [value_time]. would you like me to book that for you?", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : i have a train that arrives at [value_time]. would you like me to book it for you?" + ], + [ + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45system : ok, enjoy your trip", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45system : ok, enjoy your trip", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45system : ok, enjoy your trip", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45system : ok, enjoy your trip", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45system : ok, enjoy your trip" + ], + [ + "belief : train destination = leicester ; day = saturday", + "belief : train destination = leicester ; day = saturday", + "belief : train destination = leicester ; day = saturday", + "belief : train destination = leicester ; day = saturday", + "belief : train destination = leicester ; day = saturday" + ], + [ + "belief : train destination = leicester ; day = saturday", + "belief : train destination = leicester ; day = saturday", + "belief : train destination = leicester ; day = saturday", + "belief : train destination = leicester ; day = saturday", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45" + ], + [ + "belief : restaurant food = african ; pricerange = expensivesystem : it does not appear there are any restaurant -s with african food", + "belief : restaurant food = african ; pricerange = expensivesystem : it does not appear there are any restaurant -s with that criteria. would you like to try something else?", + "belief : restaurant food = african ; pricerange = expensivesystem : it does not appear there are any restaurant -s with that criteria. would you like to try something else?", + "belief : restaurant food = african ; pricerange = expensivesystem : it does not appear there are any restaurant -s with that criteria. would you like to try something else?", + "belief : restaurant food = african ; pricerange = expensivesystem : it does not appear there are any restaurant -s with african food" + ], + [ + "belief : restaurant food = african ; pricerange = expensivesystem : no problem. the address is [value_count] [restaurant_address], and their phone number is [restaurant_phone]. can i help with anything else?", + "belief : restaurant food = african ; pricerange = expensivesystem : no problem. the address is [value_count] [restaurant_address], and their phone number is [restaurant_phone]. can i help with anything else?", + "belief : restaurant food = african ; pricerange = expensivesystem : no problem. the address is [value_count] [restaurant_address], and their phone number is [restaurant_phone]. can i help with anything else?", + "belief : restaurant food = african ; pricerange = expensivesystem : no problem. the address is [value_count] [restaurant_address], and their phone number is [restaurant_phone]. can i help with anything else?", + "belief : restaurant food = african ; pricerange = expensivesystem : no problem. the address is [value_count] [restaurant_address], and their phone number is [restaurant_phone]. can i help with anything else?" + ], + [ + "belief : restaurant food = african ; pricerange = expensivesystem : goodbye! goodbyesystem :!", + "belief : restaurant food = african ; pricerange = expensivesystem : goodbye! goodbyesystem : goodbye.", + "belief : restaurant food = african ; pricerange = expensivesystem : goodbye! goodbyesystem :!", + "belief : restaurant food = african ; pricerange = expensivesystem : goodbye! goodbyesystem :!", + "belief : restaurant food = african ; pricerange = expensivesystem : goodbye! goodbyesystem :!" + ], + [ + "belief : restaurant name = india housesystem : i can help you with that. when do you need to leave?", + "belief : restaurant name = india housesystem : i can help you with that. when do you need to leave?", + "belief : restaurant name = india housesystem : i can help you with that. when do you need to leave?", + "belief : restaurant name = india housesystem : i can help you with that. when do you need to leave?", + "belief : restaurant name = india housesystem : i can help you with that. when do you need to leave?" + ], + [ + "belief : restaurant food = indian ; pricerange =", + "belief : restaurant food = indian ; pricerange =", + "belief : restaurant food = indian ; pricerange =", + "belief : restaurant food = indian ; pricerange =", + "belief : restaurant food = indian ; pricerange =" + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : you are welcome!", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : you are welcome!", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : you are welcome!", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : you are welcome!", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturdaysystem : you are welcome!" + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturday = 16:30system : goodbye.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturday = 16:30system : goodbye.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturday = 16:30system : goodbye.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturday = 16:30system : goodbye.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturday = 16:30system : goodbye." + ], + [ + "belief : attraction type = dont care ; area = eastsystem : i have found several galleries and museums in the [value_area] part of town, were you looking for something with free entrance?", + "belief : attraction type = night club ; area = eastsystem : i have found several galleries and museums in the [value_area] part of town, were you looking for something with free entrance?", + "belief : attraction type = dont care ; area = eastsystem : i have found several galleries and museums in the [value_area] part of town, were you looking for something with free entrance?", + "belief : attraction type = dont care ; area = eastsystem : i have found several galleries and museums in the [value_area] part of town, were you looking for something with free entrance?", + "belief : attraction type = dont care ; area = eastsystem : i have found several galleries and museums in the [value_area] part of town, were you looking for something with free entrance?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]museum located at [attraction_address]?", + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]museum located at [attraction_address]?", + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]museum located at [attraction_address]?", + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]museum located at [attraction_address]?", + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]museum located at [attraction_address]?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : sure, [attraction_name]is on the [value_area] side. their phone number is [attraction_phone]. can i help with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : sure, [attraction_name]is on the [value_area] side. their phone number is [attraction_phone]. can i help with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : sure, [attraction_name]is on the [value_area] side. their phone number is [attraction_phone]. can i help with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : sure, [attraction_name]is on the [value_area] side. their phone number is [attraction_phone]. can i help with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : sure, [attraction_name]is on the [value_area] side. their phone number is [attraction_phone]. can i help with anything else?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : okay.", + "belief : attraction type = entertainment ; area = eastsystem : okay.", + "belief : attraction type = entertainment ; area = eastsystem : okay.", + "belief : attraction type = entertainment ; area = eastsystem : okay.", + "belief : attraction type = entertainment ; area = eastsystem : okay." + ], + [ + "belief : restaurant food = modern european ; pricerange = moderatesystem : i have at least [value_count]choices would you like a recommendation?", + "belief : restaurant food = modern european ; pricerange = moderatesystem : i have at least [value_count]choices would you like a recommendation?", + "belief : restaurant food = modern european ; pricerange = moderatesystem : i have [value_count]restaurant -s that meet that criteria. do you have a preference on area?", + "belief : restaurant food = modern european ; pricerange = moderatesystem : i have [value_count]restaurant -s that meet that criteria. do you have a preference on area?", + "belief : restaurant food = modern european ; pricerange = moderatesystem : i have [value_count]restaurant -s that meet that criteria. do you have a preference on area?" + ], + [ + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : i have [value_count]listings, [value_count]for [value_food], [value_food]. are any of those types", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : i have [value_count]listings, [value_count]for [value_food], [value_food]. are any of those types", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : i have [value_count]gueshouses that fit your criteria. i have [value_count][value_pricerange] -er, and", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : i have [value_count]gueshouses that fit your criteria. i have [value_count][value_pricerange] -er, and", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : i have [value_count]listings, [value_count]for [value_food], [value_food]. are any of those types" + ], + [ + "belief : restaurant food = restaurant food = modern european ; pricerange = moderate ; area = centresystem : of course, i have booked the [restaurant_name]for you. your reference number is [restaurant_reference]. may i help with anything else?", + "belief : restaurant food = restaurant food = modern european ; pricerange = moderate ; area = centresystem : of course, i have booked the [restaurant_name]for you. your reference number is [restaurant_reference]. may i help with anything else?", + "belief : restaurant food = restaurant food = modern european ; pricerange = moderate ; area = centresystem : of course, i have booked the [restaurant_name]for you. your reference number is [restaurant_reference]. may i help with anything else?", + "belief : restaurant food = restaurant food = modern european ; pricerange = moderate ; area = centresystem : of course, i have booked the [restaurant_name]for you. your reference number is [restaurant_reference]. is there anything else i can help you with?", + "belief : restaurant food = restaurant food = modern european ; pricerange = moderate ; area = centresystem : of course, i have booked the [restaurant_name]for you. your reference number is [restaurant_reference]. may i help with anything else?" + ], + [ + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : goodbye.", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : goodbye.", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : goodbye.", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : goodbye.", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : goodbye." + ], + [ + "belief : restaurant food = britishsystem : i have [value_count]options. do you have any other preferences or would you like my recommendation?", + "belief : restaurant food = britishsystem : i have [value_count]fine [value_food] restaurant -s. are you looking for an [value_pricerange] option?", + "belief : restaurant food = britishsystem : i have [value_count]fine [value_food] restaurant -s. are you looking for an [value_pricerange] option?", + "belief : restaurant food = britishsystem : i have [value_count]options. do you have any other preferences or would you like my recommendation?", + "belief : restaurant food = britishsystem : i have [value_count]fine [value_food] restaurant -s. are you looking for an [value_pricerange] option?" + ], + [ + "belief : restaurant food = british ; area = westsystem : there are [value_count][value_food] restaurant -s in the [value_area]. would you prefer a [value_pricerange] or [value_pricerange] option?", + "belief : restaurant food = british ; area = westsystem : there are [value_count][value_food] restaurant -s in the [value_area]. would you prefer a [value_pricerange] or [value_pricerange] option?", + "belief : restaurant food = british ; area = westsystem : there are [value_count][value_food] restaurant -s in the [value_area]. would you prefer a [value_pricerange] or [value_pricerange] option?", + "belief : restaurant food = british ; area = westsystem : there are [value_count][value_food] restaurant -s in the [value_area]. would you prefer a [value_pricerange] or [value_pricerange] option?", + "belief : restaurant food = british ; area = westsystem : there are [value_count][value_food] restaurant -s in the [value_area]. would you prefer a [value_pricerange] or [value_pricerange] option?" + ], + [ + "belief : restaurant food = british ; area = westsystem : yes=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = british ; area = westsystem : yes=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = british ; area = westsystem : i found [value_count]=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = british ; area = westsystem : yes=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = british ; area = westsystem : yes=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye." + ], + [ + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye." + ], + [ + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye." + ], + [ + "belief : hotel name = el shaddia guesthousesystem : it is a hotel in the [value_area] part of town in the [value_pricerange] price range with a [value_count]star rating, free internet, and free parking", + "belief : hotel name = el shaddia guesthousesystem : it is a hotel in the [value_area] part of town in the [value_pricerange] price range with a [value_count]star rating, free internet, and free parking", + "belief : hotel name = el shaddia guesthousesystem : it is a hotel in the [value_area] part of town in the [value_pricerange] price range with a [value_count]star rating, free internet, and free parking", + "belief : hotel name = el shaddia guesthousesystem : it is a hotel in the [value_area] part of town in the [value_pricerange] price range with a [value_count]star rating, free internet, and free parking", + "belief : hotel name = el shaddia guesthousesystem : it is a hotel in the [value_area] part of town in the [value_pricerange] price range with a [value_count]star rating, free internet, and free parking" + ], + [ + "belief : hotel name = el shaddia", + "belief : hotel name = el shaddia", + "belief : hotel name = el shaddia", + "belief : hotel name = el shaddia", + "belief : hotel name = el shaddia" + ], + [ + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 3system : booked = 1system : booked at [hotel_name]", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 3system : booked = 1system : booked at [hotel_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 3system : booked = 1system : booked at [hotel_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 3system : booked = 1system : booked at [hotel_name]", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 3system : booked = 1system : booked at [hotel_name]" + ], + [ + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system : have a wonderful day", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system : have a wonderful day", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system : have a wonderful day", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system : have a great day", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system : have a great day" + ], + [ + "belief : restaurant pricerange = cheap ; area = eastsystem : what type of food are you interested in?", + "belief : restaurant pricerange = cheap ; area = eastsystem : what day are you planning to travel?", + "belief : restaurant pricerange = cheap ; area = eastsystem : what type of food are you interested in?", + "belief : restaurant pricerange = cheap ; area = eastsystem : what type of food are you interested in?", + "belief : restaurant pricerange = cheap ; area = eastsystem : what day are you planning to travel?" + ], + [ + "belief : hotel area = east ; pricerange = cheap ; type = guesthousesystem : i have [value_count]with internet and parking. would you like me to book that for you?", + "belief : hotel area = east ; pricerange = cheap ; type = guesthousesystem : i have [value_count]with internet and parking. would you like me to book that for you?", + "belief : hotel area = east ; pricerange = cheap ; type = guesthousesystem : i have [value_count]with internet and parking. would you like me to book that for you?", + "belief : hotel area = east ; pricerange = cheap ; type = guesthousesystem : i have [value_count]with internet and parking. would you like me to book that for you?", + "belief : hotel area = east ; pricerange = cheap ; type = guesthousesystem : i have [value_count]with internet and parking. would you like me to book that for you?" + ], + [ + "belief : hotel name = allenbell | booking day = thursday ; people = 1 ; stay = 5system : it is booked, your reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel name = allenbell | booking day = thursday ; people = 1 ; stay = 5system : it is booked, your reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel name = allenbell | booking day = thursday ; people = 1 ; stay = 5system : it is booked. your reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel name = allenbell | booking day = thursday ; people = 1 ; stay = 5system : it is booked. your reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel name = allenbell | booking day = thursday ; people = 1 ; stay = 5system : it is booked, your reference number is [hotel_reference]. is there anything else i can help you with?" + ], + [ + "belief : hotel name = tuesday ; pricerange = cheap ; type = guesthousesystem : it is booked, you pay [value_count]gbp at the station.", + "belief : hotel name = people = 1 ; stay = 5system : it is booked, your reference number is [hotel_reference].", + "belief : hotel name = tuesday ; pricerange = cheap ; type = guesthousesystem : it is booked, you pay [value_count]gbp at the station.", + "belief : hotel name = people = 1 ; stay = 5system : it was a successful booking, your reference number is [hotel_reference].", + "belief : hotel name = tuesday ; pricerange = cheap ; type = guesthousesystem : it is booked, you pay [value_count]gbp at the station." + ], + [ + "belief : hotel name = cambridge guest house | booking day = friday ; people = 1 ; stay = 5system : you are welcome! goodbye.", + "belief : hotel name = cambridge guest house | booking day = friday ; people = 1 ; stay = 5system : you are welcome! goodbye.", + "belief : hotel name = cambridge guest house | booking day = friday ; people = 1 ; stay = 5system : you are welcome! goodbye.", + "belief : hotel name = cambridge guest house | booking day = friday ; people = 1 ; stay = 5system : you are welcome! goodbye.", + "belief : hotel name = cambridge guest house | booking day = friday ; people = 1 ; stay = 5system : you are welcome! goodbye." + ], + [ + "belief : train day = wednesday ; arriveby = 12:30system : certainly. could you tell me where you are departing from and traveling to?", + "belief : train day = wednesday ; arriveby = 12:30system : certainly. could you tell me where you are departing from and traveling to?", + "belief : train day = wednesday ; arriveby = 12:30system : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train day = wednesday ; arriveby = 12:30system : certainly. could you tell me where you are departing from and traveling to?", + "belief : train day = wednesday ; arriveby = 12:30system : there are [value_count]trains that match your search. shall i choose [value_count]to book?" + ], + [ + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?" + ], + [ + "belief : train destination = london liverpool street ; day = wednesday ;", + "belief : train destination = london liverpool street ; day = wednesday ;", + "belief : train destination = london liverpool street ; day = wednesday ;", + "belief : train destination = london liverpool street ; day = wednesday ;", + "belief : train destination = london liverpool street ; day = wednesday ;" + ], + [ + "belief : train destination = london london liverpool street ; day = wednesday ; arriveby = 12:30system : have a wonderful day", + "belief : train destination = london london liverpool street ; day = wednesday ; arriveby = 12:30system : have a wonderful day", + "belief : train destination = london london liverpool street ; day = wednesday ; arriveby = 12:30system : have a wonderful day", + "belief : train destination = london london liverpool street ; day = wednesday ; arriveby = 12:30system : have a wonderful day", + "belief : train destination = london london liverpool street ; day = wednesday ; arriveby = 12:30system : have a wonderful day" + ], + [ + "belief : hotel internet = yessystem : i have [value_count]guesthouses with free wifi. is there a particular area of the city you would like to stay in?", + "belief : hotel internet = yessystem : i have [value_count]guesthouses with free wifi. is there a particular area of the city you would like to stay in?", + "belief : hotel internet = yessystem : i have [value_count]guesthouses with free wifi. is there a particular area of the city you would like to stay in?", + "belief : hotel internet = yessystem : i have [value_count]guesthouses with free wifi. is there a particular area of the city you would like to stay in?", + "belief : hotel internet = yessystem : i have [value_count]guesthouses with free wifi. is there a particular area of the city you would like to stay in?" + ], + [ + "belief : hotel pricerange = cheap ; internet = yessystem : i have [value_count]guesthouses that fit that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?", + "belief : hotel pricerange = cheap ; internet = yessystem : i have [value_count]guesthouses that fit that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?", + "belief : hotel pricerange = cheap ; internet = yessystem : i have [value_count]guesthouses that fit that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?", + "belief : hotel pricerange = cheap ; internet = yessystem : i have [value_count]guesthouses that fit that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?", + "belief : hotel pricerange = cheap ; internet = yessystem : i have [value_count]guesthouses that fit that criteria. would you like a [value_pricerange] or [value_pricerange] priced room?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : booked at [hotel_name]", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : booked at [hotel_name]" + ], + [ + "belief : hotel parking = dont care=>belief : hotel parking = yes ; pricerange = cheapsystem : williams = 3system : your booking was successful!", + "belief : hotel parking = dont care=>belief : hotel parking = yes ; pricerange = cheapsystem : williams = 3system : williams on [value_day]", + "belief : hotel parking = dont care=>belief : hotel parking = yes ; pricerange = cheapsystem : williams = 3system : williams on [value_day]", + "belief : hotel parking = dont care=>belief : hotel parking = yes ; pricerange = cheapsystem : williams = 3system : your booking was successful!", + "belief : hotel parking = dont care=>belief : hotel parking = yes ; pricerange = cheapsystem : williams = 3system : williams on [value_day]" + ], + [ + "belief : hotel parking = yes=>belief : hotel parking = dont care ; pricerange = cheap ; internet = yessystem : booked at [hotel_name].", + "belief : hotel parking = yes=>belief : hotel parking = dont care ; pricerange = cheap ; internet = yessystem : booked at [hotel_name].", + "belief : hotel parking = yes ; pricerange = cheap=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel parking = yes ; pricerange = cheap=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel parking = yes ; pricerange = cheap=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : goodbye.", + "belief : goodbye.", + "belief : goodbye.", + "belief : goodbye.", + "belief : goodbye." + ], + [ + "belief : hotel parking = yes.user : enjoy your stay.", + "belief : hotel parking = yes.user : enjoy your stay.", + "belief : hotel parking = yes.user : enjoy your stay.", + "belief : hotel parking = yes.user : enjoy your stay.", + "belief : hotel parking = yes.user : enjoy your stay." + ], + [ + "belief : hotel name = cambridge belfry ; area = west ; parking = yes ; pricerange = cheap ; internet = yessystem : you are welcome! have a lovely day.", + "belief : hotel name = cambridge belfry ; area = west ; parking = yes ; pricerange = cheap ; internet = yessystem : you are welcome! have a lovely day.", + "belief : hotel name = cambridge belfry ; area = west ; parking = yes ; pricerange = cheap ; internet = yessystem : you are welcome! have a lovely day.", + "belief : hotel name = cambridge belfry ; area = west ; parking = yes ; pricerange = cheap ; internet = yessystem : you are welcome! have a lovely day.", + "belief : hotel name = cambridge belfry ; area = west ; parking = yes ; pricerange = cheap ; internet = yessystem : you are welcome! have a lovely day." + ], + [ + "belief : nonesystem : okay, where would you like to depart from?", + "belief : nonesystem : okay, where would you like to depart from?", + "belief : nonesystem : okay, where would you like to depart from?", + "belief : nonesystem : okay, where would you like to depart from?", + "belief : nonesystem : okay, where would you like to depart from?" + ], + [ + "belief : taxi departure = riverside brasseriesystem : sure! when would you like to arrive?", + "belief : taxi departure = riverside brasseriesystem : sure! when would you like to arrive?", + "belief : taxi departure = riverside brasseriesystem : sure! when would you like to arrive?", + "belief : taxi departure = riverside brasseriesystem : sure! when would you like to arrive?", + "belief : taxi departure = riverside brasseriesystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi departure = riverside brasserie ; arriveby = 18:15system : i have booked you a [taxi_type], contact number [taxi_phone]. is there anything else", + "belief : taxi departure = riverside brasserie ; arriveby = 18:15system : i have booked you a [taxi_type], contact number [taxi_phone]. is there anything else", + "belief : taxi departure = riverside brasserie ; arriveby = 18:15system : i have booked you a [taxi_type], contact number [taxi_phone]. is there anything else", + "belief : taxi departure = riverside brasserie ; arriveby = 18:15system : i have booked you a [taxi_type], contact number [taxi_phone]. is there anything else", + "belief : taxi departure = riverside brasserie ; arriveby = 18:15system : i have booked you a [taxi_type], contact number [taxi_phone]. is there anything else" + ], + [ + "belief : taxi leaveat = 18:15 ; destination = shanghai ; departure = the riverside brasseriesystem : ok, please.", + "belief : taxi leaveat = 18:15 ; destination = shanghai ; departure = the riverside brasseriesystem : ok, please let me know if you need anything else.", + "belief : taxi leaveat = 18:15 ; destination = shanghai ; departure = the riverside brasseriesystem : ok, please let me know if you need anything else.", + "belief : taxi leaveat = 18:15 ; destination = shanghai ; departure = the riverside brasseriesystem : ok, please.", + "belief : taxi leaveat = 18:15 ; destination = shanghai ; departure = the riverside brasseriesystem : ok, please let me know if you need anything else." + ], + [ + "belief : taxi leaveat = none ; destination = shanghai ; departure = the riverside brasseriesystem : have a great day", + "belief : taxi leaveat = 14:15 ; destination = shanghai ; departure = the taxi leaveat = nonesystem : goodbye.", + "belief : taxi leaveat = 14:15 ; destination = shanghai ; departure = the graffiti = riverside brasseriesystem : have a great day", + "belief : taxi leaveat = none ; destination = shanghai ; departure = the riverside brasseriesystem : have a great day", + "belief : taxi leaveat = 14:15 ; destination = shanghai ; departure = the hotelsystem : have a great day=>!" + ], + [ + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : i can help you with that. when do you need to leave?", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : i can help you with that. when do you need to leave?", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : i can help you with that. when do you need to leave?", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : i can help you with that. when do you need to leave?", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : i can help you with that. when do you need to leave?" + ], + [ + "belief : taxi destination = the soul tree ; departure = golden house ; arriveby = 12:15system : you are all set! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = the soul tree ; departure = golden house ; arriveby = 12:15system : i can help you with that. when do you need to leave?", + "belief : taxi destination = the soul tree ; departure = golden house ; arriveby = 12:15system : you are all set! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = the soul tree ; departure = golden house ; arriveby = 12:15system : i can help you with that. when do you need to leave?", + "belief : taxi destination = the soul tree ; departure = golden house ; arriveby = 12:15system : i can help you with that. when do you need to leave?" + ], + [ + "belief : taxi destination = the soul tree ; departure = golden house ; arriveby = 12:15system : enjoy your visit", + "belief : taxi destination = the soul tree ; departure = golden house ; arriveby = 12:15system : enjoy your visit", + "belief : taxi destination = the soul tree ; departure = golden house ; arriveby = 12:15system : enjoy your visit", + "belief : taxi destination = the soul tree ; departure = golden house ; arriveby = 12:15system : enjoy your visit", + "belief : taxi destination = the soul tree ; departure = golden house ; arriveby = 12:15system : enjoy your visit" + ], + [ + "belief : nonesystem : i can help with that! where do you need to be picked up, where are you headed, and at what time?", + "belief : nonesystem : i can help with that! where do you need to be picked up, where are you headed, and at what time?", + "belief : nonesystem : i can help with that! where do you need to be picked up, where are you headed, and at what time?", + "belief : nonesystem : i can help with that! where do you need to be picked up, where are you headed, and at what time?", + "belief : nonesystem : i can help with that! where do you need to be picked up, where are you headed, and at what time?" + ], + [ + "belief : taxi destination = restaurant two ; departure = fitzwilliam museum ; arriveby = 05:15system : okay i have a taxi for you, it will be a [taxi_type]and the contact number is [taxi_phone]", + "belief : taxi destination = restaurant two ; departure = fitzwilliam museum ; arriveby = 05:15system : okay i have a taxi for you, it will be a [taxi_type]and the contact number is [taxi_phone]", + "belief : taxi destination = restaurant two ; departure = bloomsbury restaurant ; arriveby = 05:15system : okay, i have a [taxi_type]and the contact number is [taxi_phone]. what else can", + "belief : taxi destination = restaurant two ; departure = fitzwilliam museum ; arriveby = 05:15system : okay i have a taxi for you, it will be a [taxi_type]and the contact number is [taxi_phone]", + "belief : taxi destination = restaurant two ; departure = bloomsbury restaurant ; arriveby = 05:15system : okay, i have a [taxi_type]and the contact number is [taxi_phone]. what else can" + ], + [ + "belief : taxi destination = restaurant two ; departure = williams art and antiques ; arriveby = 05:15system : i have booked your taxi. it is a [taxi_type].", + "belief : taxi destination = restaurant 02:45 ; departure = williams art and antiques ; arriveby = 05:15system : i have booked your taxi. it is a [taxi_type].", + "belief : taxi destination = restaurant 02:45 ; departure = williams art and antiques ; arriveby = 05:15system : i have booked your taxi. it is a [taxi_type].", + "belief : taxi destination = restaurant 02:45 ; departure = williams art and antiques ; arriveby = 05:15system : i have booked your taxi. it is a [taxi_type].", + "belief : taxi destination = restaurant 02:45 ; departure = williams art and antiques ; arriveby = 05:15system : i have booked your taxi. it is a [taxi_type]." + ], + [ + "belief : taxi destination = restaurant 02:45 ; departure = williams art and antiques ; arriveby = 05:15system : enjoy your visit", + "belief : taxi destination = restaurant 02:45 ; departure = williams art and antiques ; arriveby = 05:15system : enjoy your visit", + "belief : taxi destination = restaurant 02:45 ; departure = williams art and antiques ; arriveby = 05:15system : enjoy your visit", + "belief : taxi destination = restaurant 02:45 ; departure = williams art and antiques ; arriveby = 05:15system : enjoy your visit", + "belief : taxi destination = restaurant 02:45 ; departure = williams art and antiques ; arriveby = 05:15system : enjoy your visit" + ], + [ + "belief : taxi destination = restaurant 02:45 ; departure = williams art and antiques ; arriveby = 05:15system : have a great day", + "belief : taxi destination = restaurant 02:15 ; departure = williams art and antiques ; arriveby = 05:15system : have a great day", + "belief : taxi destination = restaurant 02:15 ; departure = williams art and antiques ; arriveby = 05:15system : have a great day", + "belief : taxi destination = restaurant 02:15 ; departure = williams art and antiques ; arriveby = 05:15system : have a great day", + "belief : taxi destination = restaurant 02:15 ; departure = williams art and antiques ; arriveby = 05:15system : have a great day" + ], + [ + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest housesystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest housesystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest housesystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest housesystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest housesystem : i can help you with that. when do you need to leave?" + ], + [ + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]" + ], + [ + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest house ; arriveby = 06:00system : enjoy your visit", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest house ; arriveby = 06:00system : enjoy your visit", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest house ; arriveby = 06:00system : enjoy your visit", + "belief : taxi destination = saint cineworld = saint johns college ; departure = a and b guest housesystem : enjoy your visit", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest house ; arriveby = 06:00system : enjoy your visit" + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : sure i have asian and [value_food] restaurant -s and other options. is there a type of food you are looking for?", + "belief : restaurant pricerange = cheap ; area = centresystem : sure i have asian and [value_food] restaurant -s and other options. is there a type of food you are looking for?", + "belief : restaurant pricerange = cheap ; area = centresystem : sure i have asian and [value_food] restaurant -s and other options. is there a type of food you are looking for?", + "belief : restaurant pricerange = cheap ; area = centresystem : sure i have asian and [value_food] restaurant -s and other options. is there a type of food you are looking for?", + "belief : restaurant pricerange = cheap ; area = centresystem : sure i have asian and [value_food] restaurant -s and other options. is there a type of food you are looking for?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : we have [value_count][value_food] restaurant -s in the [value_area]. [value_count]are [value_pricerange] -", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : we have [value_count][value_food] restaurant -s in the [value_area]. [value_count]are [value_pricerange] -", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : we have got [value_count][value_food] restaurant -s in the [value_area]. [value_count]are [value_pricerange] and [value_count]are [value_pricerange]. would you like more information?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : we have [value_count][value_food] restaurant -s in the [value_area]. [value_count]are [value_pricerange] -", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : we have [value_count][value_food] restaurant -s in the [value_area]. [value_count]are [value_pricerange] -" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem : sure, [restaurant_name]is my personal favorite. the address is [restaurant_address]. can i help you with anything else?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : sure, [restaurant_name]is my personal favorite. the address is [restaurant_address]. can i help you with anything else?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : sure, [restaurant_name]is my personal favorite. the address is [restaurant_address]. can i help you with anything else?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : sure, [restaurant_name]is my personal favorite. the address is [restaurant_address]. can i help you with anything else?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : great! they are at [restaurant_address]. their address is [restaurant_address]." + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem : sure, enjoy your day", + "belief : restaurant food = chinese ; pricerange = cheapsystem : sure, enjoy your day", + "belief : restaurant food = chinese ; pricerange = cheapsystem : sure, enjoy your day", + "belief : restaurant food = chinese ; pricerange = cheapsystem : sure, enjoy your day", + "belief : restaurant food = chinese ; pricerange = cheapsystem : sure, enjoy your day" + ], + [ + "belief : restaurant food = chinese = dont care ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = chinese = dont care ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = chinese = dont care ; pricerange = cheapsystem : goodbye.", + "belief : restaurant food = chinese = dont caresystem : goodbye.", + "belief : restaurant food = chinese = dont care ; pricerange = cheapsystem : goodbye." + ], + [ + "belief : attraction area = westsystem : there are a lot of attractions in the [value_area]. anything in particular?", + "belief : attraction area = westsystem : there are a lot of attractions in the [value_area]. anything in particular?", + "belief : attraction area = westsystem : there are a lot of attractions in the [value_area]. anything in particular?", + "belief : attraction area = westsystem : there are a lot of attractions in the [value_area]. anything in particular?", + "belief : attraction area = westsystem : there are a lot of attractions in the [value_area]. anything in particular?" + ], + [ + "belief : attraction area = westsystem : would you be interested in [attraction_name]?", + "belief : attraction area = westsystem : how about the [attraction_name]?", + "belief : attraction area = westsystem : if you are interested in architecture, there is [attraction_name]. the phone number is [attraction_phone].", + "belief : attraction area = westsystem : how about the [attraction_name]?", + "belief : attraction area = westsystem : if you are interested in architecture, there is [attraction_name]. the phone number is [attraction_phone]." + ], + [ + "belief : attraction type = dont caresystem : attraction name = whale ; area = westsystem : sure, [attraction_name]is on gilbert road.", + "belief : attraction type = fun ; area = westsystem : sure, sure, the phone number is [attraction_phone].", + "belief : attraction type = fun ; area = westsystem : sure, sure, [attraction_phone]is their phone number is [attraction_phone].", + "belief : attraction type = fun ; area = westsystem : sure, sure, [attraction_phone]is their phone number is [attraction_phone].", + "belief : attraction type = fun ; area = westsystem : sure, sure, the phone number is [attraction_phone]." + ], + [ + "belief : attraction type = boat = boatsystem : okay, enjoy your visit at [attraction_name]!", + "belief : attraction type = boatsystem : attraction type = boatsystem : okay, enjoy your visit at [attraction_name]!", + "belief : attraction type = boatsystem : attraction type = boatsystem : goodbye.", + "belief : attraction type = fun!", + "belief : attraction type = fun!" + ], + [ + "belief : attraction type = night clubsystem : there are [value_count]nightclubs in town. do you have a specific area in mind?", + "belief : attraction type = night clubsystem : there are [value_count]nightclubs in town. what side of town are you interested in?", + "belief : attraction type = night clubsystem : there are [value_count]nightclubs in town. what side of town are you interested in?", + "belief : attraction type = night clubsystem : there are [value_count]nightclubs in town. do you have a specific area in mind?", + "belief : attraction type = night clubsystem : there are [value_count]nightclubs in town. what side of town are you interested in?" + ], + [ + "belief : attraction type = night club ; area = centresystem : the [value_place]museum of tech. costs [value_count]pounds. there is no information on the admission price for [attraction_name]. would you like their phone number?", + "belief : attraction type = night club ; area = centresystem : the [value_place]museum of tech. costs [value_count]pounds. there is no information on the admission price for [attraction_name]. would you like their phone number?", + "belief : attraction type = night club ; area = centresystem : the [value_place]museum of tech. costs [value_count]pounds. there is no information on the admission price for [attraction_name]. would you like their phone number?", + "belief : attraction type = night club ; area = centresystem : the [value_place]museum of tech. costs [value_count]pounds. there is no information on the admission price for [attraction_name]. would you like their phone number?", + "belief : attraction type = night club ; area = centresystem : the [value_place]museum of tech. costs [value_count]pounds. there is no information on the admission price for [attraction_name]. would you like their phone number?" + ], + [ + "belief : attraction type = night club ; name = soul tree ; area =!system : sure, the phone number is [attraction_phone]. can i help with anything else?", + "belief : attraction type = night club ; name = soul tree ; area =!system : sure, the phone number is [attraction_phone]. can i help with anything else?", + "belief : attraction type = night club ; name = soul tree ; area =!system : sure, the phone number is [attraction_phone]. can i help with anything else?", + "belief : attraction type = night club ; name = soul tree ; area =!system : the phone number is [attraction_phone].", + "belief : attraction type = night club ; name = soul tree ; area =!system : sure, the phone number is [attraction_phone]. can i help with anything else?" + ], + [ + "belief : attraction type = night club ; name = soul treesystem : their postcode is [attraction_postcode]", + "belief : attraction type = night club ; name = soul treesystem : their postcode is [attraction_postcode]", + "belief : attraction type = night club ; name = soul treesystem : their postcode is [attraction_postcode]", + "belief : attraction type = night club ; name = soul treesystem : their postcode is [attraction_postcode]", + "belief : attraction type = night club ; name = soul treesystem : their postcode is [attraction_postcode]" + ], + [ + "belief : attraction type = night club name = soul treesystem : goodbye.", + "belief : attraction type = night club name = soul treesystem : goodbye.", + "belief : attraction type = night club name = soul treesystem : goodbye.", + "belief : attraction type = night club name = soul treesystem : goodbye.", + "belief : attraction type = night club name = soul treesystem : goodbye." + ], + [ + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : i would be happy to help! where are you coming from?" + ], + [ + "belief : taxi leaveat = 10:45 ; destination = restaurant 02:45 ; departure = ashley hotelsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 10:45 ; destination = restaurant 02:45 ; departure = ashley hotelsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 10:45 ; destination = restaurant ; departure = ashley hotelsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 10:45 ; destination = restaurant ; departure = ashley hotelsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 10:45 ; destination = restaurant 02:45 ; departure = ashley hotelsystem : i would be happy to help! where are you coming from?" + ], + [ + "belief : taxi leaveat = 10:45 ; destination = restaurant two ; departure = ashley hotelsystem : you are booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 10:45 ; destination = restaurant two ; departure = ashley hotelsystem : ok,", + "belief : taxi leaveat = 10:45 ; destination = restaurant two ; departure = ashley hotelsystem : okay!", + "belief : taxi leaveat = 10:45 ; destination = restaurant 02 ; departure = ashley hotelsystem : you are booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 10:45 ; destination = restaurant 02 ; departure = ashley hotelsystem : okay!" + ], + [ + "belief : taxi leaveat = 10:45 ; destination = restaurant two ; departure = ashley hotelsystem : thanks and enjoy!", + "belief : taxi leaveat = 10:45 ; destination = restaurant two ; departure = ashley hotelsystem : thanks and enjoy!", + "belief : taxi leaveat = 10:45 ; destination = restaurant 02 ; departure = ashley hotelsystem : thank you! goodbye.", + "belief : taxi leaveat = 10:45 ; destination = restaurant two ; departure = ashley hotelsystem : thanks and enjoy!", + "belief : taxi leaveat = 10:45 ; destination = restaurant 02 ; departure = ashley hotelsystem : thanks and enjoy!" + ], + [ + "belief : taxi leaveat = 16:15 ; departure = avalonsystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 16:15 ; departure = avalonsystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 16:15 ; departure = avalonsystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 16:15 ; departure = avalonsystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 16:15 ; departure = avalonsystem : i can help you with that. where are you going?" + ], + [ + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked you a [taxi_type]. the contact number is [taxi_phone].", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked you a [taxi_type]. the contact number is [taxi_phone].", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked you a [taxi_type]. the contact number is [taxi_phone].", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked you a [taxi_type]. the contact number is [taxi_phone].", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked you a [taxi_type]. the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure =", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure =", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure =", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure =", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure =" + ], + [ + "belief : attraction type = church ; name = holy trinity churchsystem : i have found the [attraction_name]. would you like more information?", + "belief : attraction type = church ; name = holy trinity churchsystem : i have found the [attraction_name]. it is a [value_count]star hotel and has a [value_pricerange] price range.", + "belief : attraction type = church ; name = holy trinity churchsystem : i have found the [attraction_name]. would you like their contact information?", + "belief : attraction type = church ; name = holy trinity churchsystem : i have found the [attraction_name]. would you like more information?", + "belief : attraction type = church ; name = holy trinity churchsystem : i have found the [attraction_name]. would you like more information?" + ], + [ + "belief : attraction name = holy trinity churchsystem : they are a museum, located at [attraction_address]. their phone number is [attraction_phone]. can i help you with anything else?", + "belief : attraction name = holy trinity churchsystem : they are a museum, located at [attraction_address]. their phone number is [attraction_phone]. can i help you with anything else?", + "belief : attraction name = holy trinity churchsystem : they are a museum, located at [attraction_address]. their phone number is [attraction_phone]. can i help you with anything else?", + "belief : attraction name = holy trinity churchsystem : they are a museum, located at [attraction_address]. their phone number is [attraction_phone]. can i help you with anything else?", + "belief : attraction name = holy trinity churchsystem : they are a museum, located at [attraction_address]. their phone number is [attraction_phone]. can i help you with anything else?" + ], + [ + "belief : attraction type = architecture ; name = holy trinity churchsystem : you are welcome! have a great day.", + "belief : attraction type = architecture ; name = holy trinity churchsystem : you are welcome! have a great day.", + "belief : attraction type = architecture ; name = holy trinity churchsystem : you are welcome! have a great day.", + "belief : attraction type = architecture ; name = holy trinity churchsystem : you are welcome! have a great day.", + "belief : attraction type = architecture ; name = holy trinity churchsystem : you are welcome! have a great day." + ], + [ + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : where would you like to depart from?", + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : where would you like to depart from?", + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : where would you like to depart from?", + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : where would you like to depart from?", + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : where would you like to depart from?" + ], + [ + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : ok, what is your departure site?", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : ok, what is your departure site?", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : ok, what is your departure site?", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : ok, what is your departure site?", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : what is your departure site?" + ], + [ + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else" + ], + [ + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : enjoy your visit", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : enjoy your visit", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : enjoy your visit", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : have a great day", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : have a great day" + ], + [ + "belief : attraction area = westsystem : there are several attractions in the [value_area] part of town. do you have a specific type in mind?", + "belief : attraction area = westsystem : there are several attractions in the [value_area] part of town. do you have a specific type in mind?", + "belief : attraction area = westsystem : there are several attractions in the [value_area] part of town. do you have a specific type in mind?", + "belief : attraction area = westsystem : there are several attractions in the [value_area] part of town. do you have a specific type in mind?", + "belief : attraction area = westsystem : there are several attractions in the [value_area] part of town. do you have a specific type in mind?" + ], + [ + "belief : attraction type = entertainment ; area = westsystem : sure. [attraction_name]is free to get into and", + "belief : attraction type = entertainment ; area = westsystem : sure. [attraction_name]is free to get into and", + "belief : attraction type = entertainment ; area = westsystem : sure. [attraction_name]is free to get into and", + "belief : attraction type = entertainment ; area = westsystem : sure, the [attraction_name]is free to get in", + "belief : attraction type = entertainment ; area = westsystem : sure. [attraction_name]is free to get into and" + ], + [ + "belief : attraction type = entertainment ; area = westsystem : thank yousystem : goodbye.", + "belief : attraction type = entertainment ; area = westsystem : thank yousystem : goodbye.", + "belief : attraction type = entertainment ; area = westsystem : thank yousystem : goodbye.", + "belief : attraction type = entertainment ; area = westsystem : thank yousystem : goodbye.", + "belief : attraction type = entertainment ; area = westsystem : thank yousystem : goodbye." + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : i think xxx restaurant is good", + "belief : restaurant food = indian ; pricerange = expensivesystem : i think xxx restaurant is good", + "belief : restaurant food = indian ; pricerange = expensivesystem : i think xxx restaurant is good", + "belief : restaurant food = indian ; pricerange = expensivesystem : i think xxx restaurant is good", + "belief : restaurant food = indian ; pricerange = expensivesystem : i think xxx restaurant is good" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; name = allenbell ; area = westsystem : the area, postcode, and phone number for", + "belief : restaurant food = indian ; pricerange = expensive ; name = allenbell ; area = westsystem : the area, postcode, and phone number for", + "belief : restaurant food = indian ; pricerange = expensive ; name = meghna ; area = westsystem : the area, postcode, and phone number for", + "belief : restaurant food = indian ; pricerange = expensive ; name = allenbell ; area = westsystem : the area, postcode, and phone number for", + "belief : restaurant food = indian ; pricerange = expensive ; name = allenbell ; area = westsystem : the area, postcode, and phone number for" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = dont caresystem : call us back if you need help in the future.", + "belief : restaurant food = indian ; pricerange = expensive ; area = dont caresystem : call us back if you need more assistance.", + "belief : restaurant food = indian ; pricerange = expensive ; area = dont caresystem : call us back if you need more assistance.", + "belief : restaurant food = indian ; pricerange = expensive ; area = dont caresystem : goodbye.", + "belief : restaurant food = indian ; pricerange = expensive ; area = dont caresystem : call us back if you need more assistance." + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye." + ], + [ + "belief : hotel name = alpha-milton guest housesystem : the [hotel_name]is an [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?", + "belief : hotel name = alpha-milton guest housesystem : the [hotel_name]is an [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?", + "belief : hotel name = alpha-milton guest housesystem : the [hotel_name]is an [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?", + "belief : hotel name = alpha-milton guest housesystem : the [hotel_name]is an [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?", + "belief : hotel name = alpha-milton guest housesystem : the [hotel_name]is an [value_pricerange] [value_count]star hotel in the [value_area] part of town. they have free wifi and free parking. should i book it?" + ], + [ + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4system : of course, when do you want to stay?", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4system : you are all set, with reference number [hotel_reference]. can i assist you with anything else today?", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4system : of course, when do you want to stay?", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4system : of course, when do you want to stay?", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4system : of course, when do you want to stay?" + ], + [ + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4system : you are welcome! have a great day! goodbye.", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4system : you are welcome! have a great day! goodbye.", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4system : you are welcome! have a great day! goodbye.", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4system : you are welcome! have a great day! goodbye.", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4system : you are welcome! have a great day! goodbye." + ], + [ + "belief : restaurant food = asian oriental ; pricerange = cheapsystem : there are [value_count][value_food] restaurant -s in the [value_pricerange] price range. do you have a preference for area?", + "belief : restaurant food = asian oriental ; pricerange = cheapsystem : there are [value_count][value_food] restaurant -s in the [value_pricerange] price range. do you have a preference for area?", + "belief : restaurant food = asian oriental ; pricerange = cheapsystem : there are [value_count][value_food] restaurant -s in the [value_pricerange] price range. do you have a preference for area?", + "belief : restaurant food = asian oriental ; pricerange = cheapsystem : there are [value_count][value_food] restaurant -s in the [value_pricerange] price range. do you have a preference on area?", + "belief : restaurant food = asian oriental ; pricerange = cheapsystem : there are [value_count][value_food] restaurant -s in the [value_pricerange] price range. do you have a preference on area?" + ], + [ + "belief : restaurant food = asian ; pricerange = cheapsystem : sure. their number is [restaurant_phone]. can i help with anything else?", + "belief : restaurant food = asian ; pricerange = cheapsystem : sure. their number is [restaurant_phone]. can i help with anything else?", + "belief : restaurant food = asian ; pricerange = cheapsystem : sure. their number is [restaurant_phone]. can i help with anything else?", + "belief : restaurant food = asian ; pricerange = cheapsystem : sure. their number is [restaurant_phone]. can i help with anything else?", + "belief : restaurant food = asian ; pricerange = cheapsystem : sure. their number is [restaurant_phone]. can i help with anything else?" + ], + [ + "belief : restaurant food = asian ; pricerange = cheapsystem : goodbyesystem : goodbye", + "belief : restaurant food = asian ; pricerange = cheapsystem : goodbyesystem : goodbye", + "belief : restaurant food = asian ; pricerange = cheapsystem : goodbyesystem : goodbye", + "belief : restaurant food = asian ; pricerange = cheapsystem : goodbyesystem : have a great day", + "belief : restaurant food = asian ; pricerange = cheapsystem : goodbyesystem : goodbye" + ], + [ + "belief : hotel stars = 4 ; type = guesthousesystem : there are [value_count]star guesthouses all in the [value_area]. would you like to narrow your choices down by location or price range?", + "belief : hotel stars = 4 ; type = guesthousesystem : there are [value_count]star guesthouses all in the [value_area]. what star rating are you looking for?", + "belief : hotel stars = 4 ; type = guesthousesystem : there are [value_count]star guesthouses all in the [value_area]. would you like to narrow your choices down by location or price range?", + "belief : hotel stars = 4 ; type = guesthousesystem : there are [value_count]star guesthouses i can recommend. are you looking for a specific location?", + "belief : hotel stars = 4 ; type = guesthousesystem : there are [value_count]star guesthouses all in the [value_area]. would you like to narrow your choices down by location or price range?" + ], + [ + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses available. what price", + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses available. what price", + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses available. what price", + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses available. what price", + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses available. what price" + ], + [ + "belief : hotel name = rosas bed and breakfast ; area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : rosasystem : rosa saturday", + "belief : hotel name = rosas bed and breakfast ; area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : rosasystem : rosa saturday", + "belief : hotel name = rosas bed and breakfast ; area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : rosasystem : rosa saturday", + "belief : hotel name = rosas bed and breakfast ; area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : rosasystem : rosa saturday", + "belief : hotel name = rosas bed and breakfast ; area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : rosasystem : rosa saturday" + ], + [ + "belief : hotel name = rosa's saturday", + "belief : hotel name = rosa'ssasian", + "belief : hotel name = rosa's saturday", + "belief : hotel name = rosa's saturday", + "belief : hotel name = rosa'ssasian oriental ; area = south" + ], + [ + "belief : restaurant area = centresystem : there are [value_count]different place -s to go in the center of town. what type of food are you interested in?", + "belief : restaurant area = centresystem : there are [value_count]different place -s to go in the center of town. what type of food are you interested in?", + "belief : restaurant area = centresystem : there are [value_count]different place -s to go in the center of town. what type of food are you interested in?", + "belief : restaurant area = centresystem : there are [value_count]different place -s to go in the center of town. what type of food are you interested in?", + "belief : restaurant area = centresystem : there are [value_count]different place -s to go in the center of town. what type of food are you interested in?" + ], + [ + "belief : restaurant food = middle eastern ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] of town. do you have a price range?", + "belief : restaurant food = middle eastern ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. what price range are you looking for?", + "belief : restaurant food = middle eastern ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. what price range are you looking for?", + "belief : restaurant food = middle eastern ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. what price range are you looking for?", + "belief : restaurant food = middle eastern ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. what price range are you looking for?" + ], + [ + "belief : restaurant food = mediterranean ; area = centresystem : sure, there are [value_count][value_food] restaurant -s in the city [value_area].", + "belief : restaurant food = mediterranean ; area = centresystem : sure, there are [value_count][value_food] restaurant -s in the city [value_area].", + "belief : restaurant food = mediterranean ; area = centresystem : sure, there are [value_count][value_food] restaurant -s in the city [value_area].", + "belief : restaurant food = mediterranean ; area = centresystem : sure, there are [value_count][value_food] restaurant -s in the city [value_area].", + "belief : restaurant food = mediterranean ; area = centresystem : sure, there are [value_count][value_food] restaurant -s in the city [value_area]." + ], + [ + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : sure, there are no restaurant -s available", + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : sure, there are no restaurant -s available", + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : sure, there are several restaurant -s to choose from.", + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : sure, there are several restaurant -s to choose from.", + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : sure, there are no restaurant -s available" + ], + [ + "belief : restaurant food = mediterranean ; area = centresystem : goodbye.", + "belief : restaurant food = mediterranean ; area = centresystem : which type of food do you prefer?", + "belief : restaurant food = mediterranean ; area = centresystem : how many people", + "belief : restaurant food = mediterranean ; area = centresystem : goodbye.", + "belief : restaurant food = mediterranean ; area = centresystem : how many people" + ], + [ + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean" + ], + [ + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean" + ], + [ + "belief : restaurant food = mediterranean ; area = centre | booking day = saturday", + "belief : restaurant food = mediterranean ; area = centre | booking day = saturday", + "belief : restaurant food = mediterranean ; area = centre | booking day = saturday", + "belief : restaurant food = mediterranean ; area = centre | booking day = saturday", + "belief : restaurant food = mediterranean ; area = centre | booking day = saturday" + ], + [ + "belief : taxi destination = de Luca cucina ; departure = avalonsystem : yes of course, i just need to know your destination.", + "belief : taxi destination = de Luca cucina ; departure = avalonsystem : yes of course, i just need to know your destination.", + "belief : taxi destination = de Luca cucina ; departure = avalonsystem : yes of course, i just need to know your destination.", + "belief : taxi destination = de Luca cucina ; departure = avalonsystem : yes of course, i just need to know your destination.", + "belief : taxi destination = de Luca cucina ; departure = avalonsystem : yes of course, i just need to know your destination." + ], + [ + "belief : taxi destination = deLucas bed and breakfast ; departure = avalon ; arriveby = 07:30system : i have booked you a [taxi_type], contact", + "belief : taxi destination = deLucas bed and breakfast ; departure = avalon ; arriveby = 07:30system : i have booked you a [taxi_type], contact", + "belief : taxi destination = deLucas bed and breakfast ; departure = avalon ; arriveby = 07:30system : i have booked you a [taxi_type], contact", + "belief : taxi destination = deLucas bed and breakfast ; departure = avalon ; arriveby = 07:30system : i have booked you a [taxi_type], contact", + "belief : taxi destination = deLucas bed and breakfast ; departure = avalon ; arriveby = 07:30system : i have booked you a [taxi_type], contact" + ], + [ + "belief : taxi destination = de london liverpool street train station ; departure = avalon ; arriveby = 07:30system : you are welcome. enjoy your day.", + "belief : taxi destination = de london liverpool street train station ; departure = avalon ; arriveby = 07:30system : you are welcome. enjoy your day.", + "belief : taxi destination = deLucas bed and breakfast ; departure = avalon ; arriveby = 07:30system : you are welcome. goodbye.", + "belief : taxi destination = deLucas bed and breakfast ; departure = avalon ; arriveby = 07:30system : you are welcome. goodbye.", + "belief : taxi destination = deLucas bed and breakfast ; departure = avalon ; arriveby = 07:30system : you are welcome. goodbye." + ], + [ + "belief : train destination = cambridge ; arriveby = 09:30 ; departure = london liverpool streetsystem : i have a train that arrives at [value_time]and leaves at [value_time]if that would be better?", + "belief : train destination = cambridge ; arriveby = 09:30 ; departure = london liverpool streetsystem : i have a train that arrives at [value_time]and leaves at [value_time]if that would be better?", + "belief : train destination = cambridge ; arriveby = 09:30 ; departure = london liverpool streetsystem : i have a train that arrives at [value_time]and arrives at [value_time]if that would be better?", + "belief : train destination = cambridge ; arriveby = 09:30 ; departure = london liverpool streetsystem : i have a train that arrives at [value_time]and arrives at [value_time]if that would be better?", + "belief : train destination = cambridge ; arriveby = 09:30 ; departure = london liverpool streetsystem : i have booked you a train arriving at [value_time], the reference number is [train_reference]and the total fee of [value_price] gbp will be payable at the station." + ], + [ + "belief : train day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : it is [value_price] pounds per person.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : it is [value_price] pounds per person.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : it is [value_price] pounds per person.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : it is [value_price] pounds per person.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : it is [value_price] pounds per person." + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : can i help you have a great day! goodbye.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : can i help you have a great day! goodbye.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : can i help you have a good day.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : can i help you have a good day.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : can i help you have a great day! goodbye." + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : the reference number is [train_reference].", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : the reference number is [train_reference].", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : the reference number is [train_reference].", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : the reference number is [train_reference].", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : sure, you are welcome!" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : have a great day! goodbye.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : have a great day! goodbye.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : have a great day! goodbye.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : have a great day! goodbye.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : have a great day! goodbye." + ], + [ + "belief : train departure = cambridgesystem : no problem! where do you plan to go on [value_day]?", + "belief : train departure = cambridgesystem : no problem! where do you plan to go on [value_day]?", + "belief : train departure = cambridgesystem : no problem! where do you plan to go on [value_day]?", + "belief : train departure = cambridgesystem : no problem! where do you plan to go on [value_day]?", + "belief : train departure = cambridgesystem : no problem! where do you plan to go on [value_day]?" + ], + [ + "belief : train destination = birmingham new street ; departure = cambridgesystem : and what day do you want to travel?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : and what day do you want to travel?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : and what day do you want to travel?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : and what day do you want to travel?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : and what day do you want to travel?" + ], + [ + "belief : train leaveat = 15:00 ; destination = birmingham new street", + "belief : train leaveat = 15:00 ; destination = birmingham new street", + "belief : train leaveat = 15:00 ; destination = birmingham new street", + "belief : train leaveat = 15:00 ; destination = birmingham new street", + "belief : train leaveat = 15:00 ; destination = birmingham new street" + ], + [ + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sundaysystem : it s [value_price] pounds.", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sundaysystem : it s [value_price] pounds.", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sundaysystem : it s [value_price] pounds.", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sundaysystem : it s [value_price] pounds.", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sundaysystem : it s [value_price] pounds." + ], + [ + "belief : train leaveat = 15:00 ; destination = birmingham new streetsystem : have a wonderful day", + "belief : train leaveat = 15:00 ; destination = birmingham new streetsystem : have a wonderful day", + "belief : train leaveat = 15:00 ; destination = birmingham new streetsystem : have a wonderful day", + "belief : train leaveat = 15:00 ; destination = birmingham new streetsystem : have a wonderful day", + "belief : train leaveat = 15:00 ; destination = birmingham new streetsystem : have a wonderful day" + ], + [ + "belief : restaurant food = chinese ; area = centresystem : there are no restaurant -s that serve chinese food. would you like to try something else?", + "belief : restaurant food = chinese ; area = centresystem : there are no restaurant -s that serve chinese food. would you like to try something else?", + "belief : restaurant food = chinese ; area = centresystem : there are no restaurant -s that serve chinese food. would you like to try something else?", + "belief : restaurant food = chinese ; area = centresystem : there are no restaurant -s that serve chinese food. would you like to try something else?", + "belief : restaurant food = chinese ; area = centresystem : there are no restaurant -s that serve chinese food. would you like to try something else?" + ], + [ + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : how about [restaurant_name]postcode [restaurant_postcode], [restaurant_postcode]?", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the address is [restaurant_address], postcode [restaurant_postcode],", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the address is [restaurant_address], postcode [restaurant_postcode],", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the address is [restaurant_address], postcode [restaurant_postcode],", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the address is [restaurant_address], postcode [restaurant_postcode]," + ], + [ + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : goodbye.", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : goodbye.", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : goodbye.", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : goodbye.", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : goodbye." + ], + [ + "belief : hotel pricerange = cheapsystem : we have many [value_pricerange] place -s. in which area would you like to search for a place to stay?", + "belief : hotel pricerange = cheapsystem : we have many [value_pricerange] place -s. in which area would you like to search for a place to stay?", + "belief : hotel pricerange = cheapsystem : we have many [value_pricerange] place -s. in which area would you like to search for a place to stay?", + "belief : hotel pricerange = cheapsystem : we have many [value_pricerange] place -s. in which area would you like to search for a place to stay?", + "belief : hotel pricerange = cheapsystem : we have many [value_pricerange] place -s. in which area would you like to search for a place to stay?" + ], + [ + "belief : hotel area = centre ; pricerange = cheapsystem : i am sorry, but it is not found in the [value_area]. would", + "belief : hotel area = centre ; pricerange = cheapsystem : i am sorry, but it is not found in the [value_area]. would", + "belief : hotel area = centre ; pricerange = cheapsystem : i am sorry, but it is not found in the [value_area]. would", + "belief : hotel area = centre ; pricerange = cheapsystem : i am sorry, but it is not available for your references. would you like to try", + "belief : hotel area = centre ; pricerange = cheapsystem : i am sorry, but it is not found in the [value_area]. would" + ], + [ + "belief : hotel area = centre ; pricerange = cheapsystem : yes, sure. dojo mind!", + "belief : hotel area = centre ; pricerange = cheapsystem : yes, sure. dojo mind.", + "belief : hotel area = centre ; pricerange = cheapsystem : yes, sure.", + "belief : hotel area = centre ; pricerange = cheapsystem : yes, sure.", + "belief : hotel area = centre ; pricerange = cheapsystem : yes, sure. dojo mind traveling = yessystem : yes sure." + ], + [ + "belief : hotel area = centresystem : have a wonderful day.", + "belief : hotel area = centresystem : have a great day.", + "belief : hotel area = centresystem : have a wonderful day.", + "belief : hotel area = centresystem : have a great day.", + "belief : hotel area = centresystem : have a great day." + ], + [ + "belief : hotel area = centresystem : have a wonderful day.", + "belief : hotel area = centresystem : have a great day!", + "belief : hotel area = centresystem : have a wonderful day.", + "belief : hotel area = centresystem : have a wonderful day.", + "belief : hotel area = centresystem : have a great day!" + ], + [ + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : i have booked for you a [taxi_type]and the contact number is [taxi_phone]. anything else i can help you with?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : ok, i have booked for you a [taxi_type]and the contact number is [taxi_phone]. anything else i can help you with?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : ok, i have booked for you a [taxi_type]and the contact number is [taxi_phone]. anything else i can help you with?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : i have booked for you a [taxi_type]and the contact number is [taxi_phone]. anything else i can help you with?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : i have booked for you a [taxi_type], the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :" + ], + [ + "belief : taxi departure = gandhisystem : where are you going?", + "belief : taxi departure = gandhisystem : where are you going?", + "belief : taxi departure = gandhisystem : where are you going?", + "belief : taxi departure = gandhisystem : where are you going?", + "belief : taxi departure = gandhisystem : where are you going?" + ], + [ + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : just want to confirm before booking you are departing from [restaurant_name]and want to arrive by [value_time], is that correct?", + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : just want to confirm before booking you are departing from [restaurant_name]and want to arrive at [value_place]by [value_time], is that correct?", + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : just want to confirm before booking you are departing from [restaurant_name]and want to arrive by [value_time], is that correct?", + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : just want to confirm before booking you are departing from [restaurant_name]and want to arrive at [value_place]by [value_time], is that correct?", + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : just want to confirm before booking you are departing from [restaurant_name]and want to arrive at [value_place]by [value_time], is that correct?" + ], + [ + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : can i do anything else for you today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : can i do anything else for you today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : can i do anything else for you today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : can i do anything else for you today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : can i do anything else for you today?" + ], + [ + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : enjoy your trip!", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : enjoy your trip!", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : enjoy your trip!", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : enjoy your trip!", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : enjoy your trip!" + ], + [ + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi. [hotel_name]and [hotel_name]. would you like to book either of those?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi. [hotel_name]and [hotel_name]. would you like to book either of those?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi. [hotel_name]and [hotel_name]. would you like to book either of those?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi. [hotel_name]and [hotel_name]. would you like to book either of those?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]hotel -s with free wifi. [hotel_name]and [hotel_name]. would you like to book either of those?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. do you have any other preferences or would you like my recommendation?", + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. do you have any other preferences or would you like my recommendation?", + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. do you have any other preferences or would you like my recommendation?", + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. do you have any other preferences or would you like my recommendation?", + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses that are [value_pricerange] -ly priced. do you have any other preferences or would you like my recommendation?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses that fit your criteria.", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses that fit your criteria.", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses that fit your criteria.", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses that fit your criteria.", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : there are [value_count]guesthouses that fit your criteria." + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : sure.", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : sure.", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : sure.", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : sure.", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : sure." + ], + [ + "belief : hotel parking = yes.", + "belief : hotel parking = yes.", + "belief : hotel parking = yes.", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : goodbye.", + "belief : hotel parking = yes." + ], + [ + "belief : taxi destination = scott polar museumsystem : where will you be departing from?", + "belief : taxi destination = scott polar museumsystem : where will you be departing from?", + "belief : taxi destination = scott polar museumsystem : where will you be departing from?", + "belief : taxi destination = scott polar museumsystem : where will you be departing from?", + "belief : taxi destination = scott polar museumsystem : where will you be departing from?" + ], + [ + "belief : taxi destination = scott polar museum ; departure = bridge guest house ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = scott polar museum ; departure = bridge guest house ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = scott polar museum ; departure = bridge guest house ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = scott polar museum ; departure = bridge guest house ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = scott polar museum ; departure = bridge guest house ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = scott polar museum ; departure = london kings cross train station ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = scott polar museum ; departure = london kings cross train station ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = scott polar museum ; departure = london kings cross train station ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = scott polar museum ; departure = london kings cross train station ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = scott polar museum ; departure = london kings cross train station ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = scott polar museum ; departure = london kings cross train stationsystem : enjoy your trip", + "belief : taxi destination = scott polar museum ; departure = london kings cross train stationsystem : enjoy your trip", + "belief : taxi destination = scott polar museum ; departure = london kings cross train stationsystem : enjoy your trip", + "belief : taxi destination = scott polar museum ; departure = london kings cross train stationsystem : enjoy your trip", + "belief : taxi destination = scott polar museum ; departure = london kings cross train stationsystem : have a wonderful day" + ], + [ + "belief : taxi destination = scott polar museum ; departure = london kings cross train stationsystem : enjoy your trip", + "belief : taxi destination = scott polar museum ; departure = london kings cross train stationsystem : goodbye", + "belief : taxi destination = scott polar museum ; departure = london kings cross train stationsystem : enjoy your trip", + "belief : taxi destination = scott polar museum ; departure = london kings cross train stationsystem : goodbye", + "belief : taxi destination = scott polar museum ; departure = london kings cross train stationsystem : goodbye" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest housesystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest housesystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest housesystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest housesystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest housesystem : i can help you with that. where are you going?" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest house ; departure = the gardeniasystem : i have booked you a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest house ; departure = the gardeniasystem : i have booked you a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest house ; departure = the gardeniasystem : i have booked you a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest house ; departure = the gardeniasystem : i have booked you a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest house ; departure = the gardeniasystem : i have booked you a [taxi_type], the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest house ; departure = the gardeniasystem : you are quite welcome. can i", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest house ; departure = the gardeniasystem : you are quite welcome. goodbye!", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest house ; departure = the gardeniasystem : you are quite welcome. can i", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest house ; departure = the gardeniasystem : you are quite welcome. goodbye!", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest house ; departure = the gardeniasystem : you are quite welcome. can i" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest housesystem : thanks and enjoy!", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest housesystem : thanks and enjoy!", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest housesystem : thanks and enjoy!", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest housesystem : thanks and enjoy!", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guest housesystem : thanks and enjoy!" + ] +] \ No newline at end of file diff --git a/outputs/baseline/experiment-20220829/50-dpd/checkpoint-55000/output_test.json b/outputs/baseline/experiment-20220829/50-dpd/checkpoint-55000/output_test.json new file mode 100644 index 0000000..fa4568c --- /dev/null +++ b/outputs/baseline/experiment-20220829/50-dpd/checkpoint-55000/output_test.json @@ -0,0 +1,6260 @@ +[ + [ + "belief : taxi destination = pizza hut restaurant ; departure = saint johns collegesystem : ok, what time do you want to leave.", + "belief : taxi destination = pizza hutfen dicerange ; departure = saint johns collegesystem : ok, what time do you want to leave.", + "belief : taxi destination = pizza hut restaurant ; departure = saint johns collegesystem : ok, what time do you want to leave.", + "belief : taxi destination = pizza hut restaurant ; departure = saint johns collegesystem : ok, what time do you want to leave.", + "belief : taxi destination = pizza hutfen dicerange ; departure = saint johns collegesystem : ok, what time do you want to leave." + ], + [ + "belief : taxi leaveat = 17:15 ; destination = pizza hut restaurant ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = pizza hut restaurant ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = pizza hut city centre ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = pizza hut city centre ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = pizza hut restaurant ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = pizza hut city centre ; departure = saint johns collegesystem : it s my pleasure. have a wonderful day!", + "belief : taxi leaveat = 17:15 ; destination = pizza hut restaurant ; departure = saint johns collegesystem : it s been my pleasure. have a wonderful day!", + "belief : taxi leaveat = 17:15 ; destination = pizza hut restaurant ; departure = saint johns collegesystem : it s been my pleasure. have a wonderful day!", + "belief : taxi leaveat = 17:15 ; destination = pizza hut restaurant ; departure = saint johns collegesystem : it s been my pleasure. have a wonderful day!", + "belief : taxi leaveat = 17:15 ; destination = pizza hut restaurant ; departure = saint johns collegesystem : it is my pleasure. have a wonderful day!" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = pizza hut restaurant ; departure = saint johns collegesystem : have a wonderful day", + "belief : taxi leaveat = 17:15 ; destination = pizza hut restaurant ; departure = saint johns collegesystem : have a wonderful day", + "belief : taxi leaveat = 17:15 ; destination = pizza hut restaurant ; departure = saint johns collegesystem : have a wonderful day", + "belief : taxi leaveat = 17:15 ; destination = pizza hut restaurant ; departure = saint johns collegesystem : have a wonderful day", + "belief : taxi leaveat = 17:15 ; destination = pizza hut restaurant ; departure = saint johns collegesystem : have a wonderful day" + ], + [ + "belief : hotel parking = yes ; pricerange = moderatesystem : we have [value_count]of those, would you like to narrow your choices down by location or price range?", + "belief : hotel parking = yes ; pricerange = moderatesystem : we have [value_count]of those, would you like to narrow your choices down by location or price range?", + "belief : hotel parking = yes ; pricerange = moderatesystem : we have [value_count]of those, would you like to narrow your choices down by location or price range?", + "belief : hotel parking = yes ; pricerange = moderatesystem : we have [value_count]of those, would you like to narrow your choices down by location or price range?", + "belief : hotel parking = yes ; pricerange = moderatesystem : we have [value_count]of those, would you like to narrow your choices down by location or price range?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : i apologize neither is [value_count]stars. would you like to try something else?", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : i found [value_count]that is [value_pricerange] with [value_count]stars, and [value_count]that is [value_pricerange] -ly priced with [value_count]stars? do either of those sound appealing to you?", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : i found [value_count]that is [value_pricerange] with [value_count]stars, and [value_count]that is [value_pricerange] -ly priced with [value_count]stars? do either of those sound appealing to you?", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : i apologize neither is [value_count]stars. would you like to try something else?", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3 ; type = guesthousesystem : i found [value_count]that is [value_pricerange] with [value_count]stars, and [value_count]that is [value_pricerange] -ly priced with [value_count]stars? do either of those sound appealing to you?" + ], + [ + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; type = guesthousesystem : certainly, booking was successful. reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; type = guesthousesystem : certainly, booking was successful. reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; type = guesthousesystem : certainly, booking was successful. reference number is [hotel_reference].", + "belief : hotel name = autumn house ; area = north ; parking = yes ; type = guesthousesystem : certainly, booking was successful. reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; type = guesthousesystem : certainly, booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : good morning!=>belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; type = guesthousesystem : booking day = saturday ; people = 4 ; stay = twosystem : booking people = 4system : booking was successful. reference number is [hotel_reference].", + "belief : good morning!=>belief : hotel name = autumn house | booking day = saturday ; people = 4 ; stay = twosystem : booking people = 4system : booking was successful. reference number is [hotel_reference].", + "belief : good news! your reservation was successful. reference number is [hotel_reference].=>belief : hotel name = alexander bed and breakfast ; area = south ; parking = yes ; type = guesthouse | booking day = saturday ; people = 4 ; stay = twosystem : thank you!", + "belief : okay.=>belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : i am sorry, that booking was unavailable. perhaps you would like a different day or a shorter stay?", + "belief : good morning!=>belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; type = guesthousesystem : booking day = saturday ; people = 4 ; stay = twosystem : booking people = 4system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : sure, i was able to book the hotel for you. the reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : sure, i was able to book the hotel for you. the reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : sure, i was able to book that. the reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : sure, i was able to book the hotel for you. the reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : sure, i was able to book that. reference number is [hotel_reference]" + ], + [ + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : thank you.", + "belief : hotel name = hamilton lodge ; area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : thank you.", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : thank you.", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : thank you.", + "belief : hotel name = hamilton lodge ; area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : thank you." + ], + [ + "belief : attraction area = northsystem : i can help with that. what information are you looking for?", + "belief : attraction area = northsystem : i can help with that. what information are you looking for?", + "belief : attraction area = northsystem : i can help with that. what information are you looking for?", + "belief : attraction area = northsystem : i can help with that. what information are you looking for?", + "belief : attraction area = northsystem : i can help with that. what information are you looking for?" + ], + [ + "belief : hotel area = centre north ; stars = 4 ; type = guesthouse | booking day = friday ; people = 1 ; stay = 5system : i have booked you and another person for this [value_day]for [value_count]nights.", + "belief : hotel area = centre north ; stars = 4 ; type = guesthouse | booking day = friday ; people = 1 ; stay = 5system : i have booked you and another person for this [value_day]for [value_count]nights.", + "belief : hotel area = centre north ; stars = 4 ; type = guesthouse | booking day = friday ; people = 1 ; stay = 5system : i have booked you and another person for this [value_day]for [value_count]nights.", + "belief : hotel area = centre north ; stars = 4 ; type = guesthouse | booking day = friday ; people = 1 ; stay = 5system : i have booked you and another person for this [value_day]for [value_count]nights.", + "belief : hotel area = centre north ; stars = 4 ; type = guesthouse | booking day = friday ; people = 1 ; stay = 5system : i have booked you and another person for this [value_day]for [value_count]nights." + ], + [ + "belief : hotel area = centre north b and b ; stars = 0 | booking day = friday ; people = 1 ; stay = 5system : you are welcome. have a great day.", + "belief : hotel area = centre north b and b ; stars = 0 | booking day = friday ; people = 1 ; stay = 5system : you are welcome. have a great day.", + "belief : hotel area = centre north b and b ; stars = 0 | booking day = friday ; people = 1 ; stay = 5system : you are welcome. have a great day.", + "belief : hotel area = centre north b and b ; stars = 0 | booking day = friday ; people = 1 ; stay = 5system : you are welcome. have a great day.", + "belief : hotel area = centre north b and b ; stars = 0 | booking day = friday ; people = 1 ; stay = 5system : you are welcome. have a great day." + ], + [ + "belief : restaurant food = british ; pricerange = moderatesystem : [restaurant_name]serves [value_food] food. would you like more information about this location?", + "belief : restaurant food = british ; pricerange = moderatesystem : [restaurant_name]serves [value_food] food. would you like more information about this location?", + "belief : restaurant food = british ; pricerange = moderatesystem : [restaurant_name]serves [value_food] food. would you like more information about this location?", + "belief : restaurant food = british ; pricerange = moderatesystem : [restaurant_name]serves [value_food] food. would you like more information about this location?", + "belief : restaurant food = british ; pricerange = moderatesystem : [restaurant_name]serves [value_food] food. would you like more information about this location?" + ], + [ + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food. what price range are you looking for?", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food. what price range are you looking for?", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food. what price range are you looking for?", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food. what price range are you looking for?", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food. what price range are you looking for?" + ], + [ + "belief : restaurant food = british ; pricerange = moderate ; name = graffiti ; area = westsystem : the phone number is [restaurant_phone], and the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = british ; pricerange = moderate ; name = graffiti ; area = westsystem : the phone number is [restaurant_phone], and the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = british ; pricerange = moderate ; name = graffiti ; area = westsystem : the phone number is [restaurant_phone], and the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = british ; pricerange = moderate ; name = graffiti ; area = westsystem : the phone number is [restaurant_phone], and the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = british ; pricerange = moderate ; name = graffiti ; area = westsystem : the phone number is [restaurant_phone], and the postcode is [restaurant_postcode]. is there anything else i can help you with?" + ], + [ + "belief : restaurant food = british ; pricerange = moderate ; name = graffiti ; area = westsystem : thank you", + "belief : restaurant food = british ; pricerange = moderate ; name = graffiti ; area = westsystem : thank you", + "belief : restaurant food = british ; pricerange = moderate ; name = graffiti ; area = westsystem : thank you", + "belief : restaurant food = british ; pricerange = moderate ; name = graffiti ; area = westsystem : thank you", + "belief : restaurant food = british ; pricerange = moderate ; name = graffiti ; area = westsystem : thank you" + ], + [ + "belief : train destination = birmingham new street ; departure = cambridgesystem : what day will you be traveling?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : what day will you be traveling?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : what day do you want to travel?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : what day do you want to travel?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : what day do you want to travel?" + ], + [ + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : what time would you like to leave by?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : what time would you like to leave by?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : what time would you like to leave by?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : what time would you like to leave by?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : what time would you like to leave by?" + ], + [ + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : great, how many tickets would you like to purchase?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : great, how many tickets would you like to purchase?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : great, how many tickets would you like to purchase?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : great, how many tickets would you like to purchase?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : great, how many tickets would you like to purchase?" + ], + [ + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : great! have a great day!", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : great! have a great day!", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : great! have a great day!", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : great! have a great day!" + ], + [ + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : thank you.", + "belief :belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : thank you", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : thank you.", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : thank you.", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : thank you." + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?" + ], + [ + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : the address and postcode for [restaurant_name]are [restaurant_address]. the phone number are [restaurant_phone]. is there anything else i can do for you?", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : the address and postcode for [restaurant_name]are [restaurant_address]. the phone number are [restaurant_phone]. is there anything else i can do for you?", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : the address and postcode for [restaurant_name]are [restaurant_address]. the phone number are [restaurant_phone]. is there anything else i can do for you?", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : the address and postcode for [restaurant_name]are [restaurant_address]. the phone number are [restaurant_phone]. can i do anything else for you?", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : the address and postcode for [restaurant_name]are [restaurant_address]. the phone number are [restaurant_phone]. can i do anything else for you?" + ], + [ + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : you are welcome. goodbye.", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : you are welcome. goodbye.", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : you are welcome. goodbye.", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : you are welcome. goodbye.", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : you are welcome. goodbye." + ], + [ + "belief : hotel name = a and b guest housesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = a and b guest housesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = a and b guest housesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = a and b guest housesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = a and b guest housesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?" + ], + [ + "belief : hotel name = a and b guest housesystem : of course! the address is [hotel_address]and the phone number is [hotel_phone]. is there anything else i can help you with?", + "belief : hotel name = a and b guest housesystem : of course! the address is [hotel_address]and the phone number is [hotel_phone]. is there anything else i can help you with?", + "belief : hotel name = a and b guest housesystem : of course! the address is [hotel_address]and the phone number is [hotel_phone]. is there anything else i can help you with?", + "belief : hotel name = a and b guest housesystem : of course! the address is [hotel_address]and the phone number is [hotel_phone]. is there anything else i can help you with?", + "belief : hotel name = a and b guest housesystem : of course! the address is [hotel_address]and the phone number is [hotel_phone]. is there anything else i can help you with?" + ], + [ + "belief : hotel name = a and b guest housesystem : thank you for using our system!", + "belief : hotel name = a and b guest housesystem : thank you for using our system!", + "belief : hotel name = a and b guest housesystem : thank you for using our system!", + "belief : hotel name = a and b guest housesystem : thank you for using our system!", + "belief : hotel name = a and b guest housesystem : thank you for using our system!" + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : we have [value_count]options, including [hotel_name]guesthouse in the [value_area]. shall i book it for you?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]options, including [hotel_name]guesthouse in the [value_area]. shall i book it for you?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]options, including [hotel_name]guesthouse in the [value_area]. shall i book it for you?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]options, including [hotel_name]guesthouse in the [value_area]. shall i book it for you?", + "belief : hotel parking = yes ; type = guesthousesystem : we have [value_count]options, including [hotel_name]guesthouse in the [value_area]. shall i book it for you?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensivesystem : there are a few choices. is there a certain price range you would like to stay in?", + "belief : hotel parking = yes ; pricerange = expensivesystem : there are a few choices. is there a certain price range you would like to stay in?", + "belief : hotel parking = yes ; pricerange = expensivesystem : there are a few choices. is there a certain price range you would like to stay in?", + "belief : hotel parking = yes ; pricerange = expensivesystem : there are a few choices. is there a certain price range you would like to stay in?", + "belief : hotel parking = yes ; pricerange = expensivesystem : there are a few choices. is there a certain price range you would like to stay in?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheapsystem : there are [value_count]hotel -s that offer free parking. is there a certain area of town you would like to stay in?", + "belief : hotel parking = yes ; pricerange = cheapsystem : there are [value_count]hotel -s that offer free parking. would you like to stay in a certain area or price range?", + "belief : hotel parking = yes ; pricerange = cheapsystem : there are [value_count]hotel -s that offer free parking. is there a certain area of town you would like to stay in?", + "belief : hotel parking = yes ; pricerange = cheapsystem : there are [value_count]hotel -s that offer free parking. is there a certain area of town you would like to stay in?", + "belief : hotel parking = yes ; pricerange = cheapsystem : there are [value_count]hotel -s that offer free parking. would you like to stay in a certain area or price range?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheapsystem :=>!=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel parking = yes ; pricerange = cheapsystem :=>!=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel parking = yes ; pricerange = cheapsystem :=>!=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel parking = yes ; pricerange = cheapsystem :=>!=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel parking = yes ; pricerange = cheapsystem :=>!=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief :=>belief : hotel area = north ; parking = yes ; pricerange = cheap ; type = hotelsystem : booking day = friday ; people = 8system : booking was successful. reference number = 0", + "belief :=>belief : hotel area = north ; parking = yes ; pricerange = cheap ; type = hotelsystem : booking day = friday ; people = 8system : booking was successful. reference number = 0", + "belief :=>belief : hotel area = north ; parking = yes ; pricerange = cheap ; type = hotelsystem : booking day = friday ; people = 8system : booking was successful. reference number = 0", + "belief :=>belief : hotel area = north ; parking = yes ; pricerange = cheap ; type = hotelsystem : booking day = friday ; people = 8system : booking was successful. reference number = 0", + "belief :=>belief : hotel area = north ; parking = yes ; pricerange = cheap ; type = hotelsystem : booking day = friday ; people = 8system : booking was successful. reference number = 0" + ], + [ + "belief : hotel area = north ; parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : is there anything else we can help you with today?", + "belief : hotel area = north ; parking = yes ; pricerange = cheap ; type = hotel", + "belief : hotel area = north ; parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : thank you. have a great day!", + "belief : hotel area = north ; parking = yes ; pricerange = cheap ; type = hotel", + "belief : hotel area = north ; parking = yes ; pricerange = cheap ; type = hotel" + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?" + ], + [ + "belief : restaurant food = indian ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : booking was unsuccessful. would you like to find another restaurant?", + "belief : restaurant food = indian ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : booking was unsuccessful. would you like to find another restaurant?", + "belief : restaurant food = indian ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : booking was unsuccessful. would you like to find another restaurant?", + "belief : restaurant food = indian ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : booking was unsuccessful. would you like to find another restaurant?", + "belief : restaurant food = indian ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : booking was unsuccessful. would you like to find another restaurant?" + ], + [ + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : is there anything else i can help you with today?", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : is there anything else i can help you with today?", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : is there anything else i can help you with today?", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : is there anything else i can help you with today?", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : is there anything else i can help you with today?" + ], + [ + "belief : restaurant food = dont care = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : have a great day", + "belief : restaurant food = dont care = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : have a great day = 13:45system : enjoy your meal", + "belief : restaurant food = dont care = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : have a great day", + "belief : restaurant food = dont care = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : have a great day = 13:45system : enjoy your meal", + "belief : restaurant food = dont care = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5 ; time = 13:45system : have a great day" + ], + [ + "belief : restaurant pricerange = expensive ; area = westsystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?", + "belief : restaurant pricerange = expensive ; area = westsystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?", + "belief : restaurant pricerange = expensive ; area = westsystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?", + "belief : restaurant pricerange = expensive ; area = westsystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?", + "belief : restaurant pricerange = expensive ; area = westsystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are no [value_food] restaurant -s in the [value_area] of town. would you like to change your query?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are no [value_food] restaurant -s in the [value_area] of town. would you like to change your query?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are no [value_food] restaurant -s in the [value_area] of town. would you like to change your query?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are no [value_food] restaurant -s in the [value_area] of town. would you like to change your query?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are no [value_food] restaurant -s in the [value_area] of town. would you like to change your query?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : ok, will you be leaving at [value_time]?", + "belief : restaurant food = indian ; pricerange = expensivesystem : ok, will you be leaving at [value_time]?", + "belief : restaurant food = indian ; pricerange = expensivesystem : ok, please confirm you are leaving at [value_time].", + "belief : restaurant food = indian ; pricerange = expensivesystem : ok, will you be leaving at [value_time]?", + "belief : restaurant food = indian ; pricerange = expensivesystem : ok, please confirm you are leaving at [value_time]." + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : great! have a wonderful day! goodbye.", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : great! have a wonderful day! goodbye.", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : thank you.", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : great! have a wonderful day! goodbye.", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : thank you." + ], + [ + "belief : taxi destination = none ; arriveby = 09:00system : where is your departure site, and what time would you like to leave?", + "belief : taxi destination = none ; arriveby = 09:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = none ; arriveby = 09:00system : where is your departure site, and what time would you like to leave?", + "belief : taxi destination = none ; arriveby = 09:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = none ; arriveby = 09:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?" + ], + [ + "belief : taxi destination = mumford theatre ; departure = warkamajisar ; arriveby = 09:00system : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = warkamajisar ; arriveby = 09:00system : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = warkamajisar ; arriveby = 09:00system : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = warkamajisar ; arriveby = 09:00system : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = warkamajisar ; arriveby = 09:00system : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]" + ], + [ + "belief : restaurant food = indian ; area = northsystem : there are [value_count][value_pricerange] [value_food] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = indian ; area = northsystem : there are [value_count][value_pricerange] [value_food] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = indian ; area = northsystem : there are [value_count][value_pricerange] [value_food] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = indian ; area = northsystem : there are [value_count][value_pricerange] -ly priced [value_food] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = indian ; area = northsystem : there are [value_count][value_pricerange] -ly priced [value_food] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?" + ], + [ + "belief : restaurant food = moderate ; pricerange = moderate ; area = northsystem : [restaurant_name]is located at [restaurant_address].", + "belief : restaurant food = dont care ; pricerange = moderate ; area = northsystem : [restaurant_name]is located at [restaurant_address].", + "belief : restaurant food = dont care ; pricerange = moderate ; area = northsystem : [restaurant_name]is located at [restaurant_address].", + "belief : restaurant food = dont care ; pricerange = moderate ; area = northsystem : [restaurant_name]is located at [restaurant_address].", + "belief : restaurant food = dont care ; pricerange = moderate ; area = northsystem : [restaurant_name]is located at [restaurant_address]." + ], + [ + "belief : restaurant food = moderate ; pricerange = moderate ; name = curry prince ; area = northsystem : thank you", + "belief : restaurant food = moderate ; pricerange = moderate ; name = curry prince ; area = northsystem : thank you", + "belief : restaurant food = moderate ; pricerange = moderate ; name = curry prince ; area = northsystem : thank you", + "belief : restaurant food = moderate ; pricerange = moderate ; name = curry prince ; area = northsystem : thank you", + "belief : restaurant food = moderate ; pricerange = moderate ; name = curry prince ; area = northsystem : thank you" + ], + [ + "belief : taxi destination = don pasquale pizzeriasystem : what time do you need to leave after?", + "belief : taxi destination = don pasquale pizzeriasystem : what time do you need to leave after?", + "belief : taxi destination = don pasquale pizzeriasystem : what time do you need to leave after?", + "belief : taxi destination = don pasquale pizzeriasystem : what time do you need to leave after?", + "belief : taxi destination = don pasquale pizzeriasystem : what time do you need to leave after?" + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure =eria ; arriveby = 20:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = don pasquale pizzeria ; departure =eria ; arriveby = 20:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = don pasquale pizzeria ; departure =eria ; arriveby = 20:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = don pasquale pizzeria ; departure =eria ; arriveby = 20:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = don pasquale pizzeria ; departure =eria ; arriveby = 20:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?" + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = rosas bed and breakfast ; arriveby = 20:00system : thank you", + "belief : taxi destination = don pasquale pizzeria ; departure = rosas bed and breakfast ; arriveby = 20:00system : thank you", + "belief : taxi destination = don pasquale pizzeria ; departure = rosas bed and breakfast ; arriveby = 20:00system : thank you", + "belief : taxi destination = don pasquale pizzeria ; departure = rosas bed and breakfast ; arriveby = 20:00system : thank you", + "belief : taxi destination = don pasquale pizzeria ; departure = rosas bed and breakfast ; arriveby = 20:00system : thank you" + ], + [ + "belief : taxi leaveat = 14:45 ; destination = lan hong housesystem : where will you be departing from?", + "belief : taxi leaveat = 14:45 ; destination = lan hong housesystem : where will you be departing from?", + "belief : taxi leaveat = 14:45 ; destination = lan hong housesystem : where will you be departing from?", + "belief : taxi leaveat = 14:45 ; destination = lan hong housesystem : where will you be departing from?", + "belief : taxi leaveat = 14:45 ; destination = lan hong housesystem : where will you be departing from?" + ], + [ + "belief : taxi destination = leicester train station ; departure = 14:45system : okay, what time do you want to leave?", + "belief : taxi destination = leicester train station ; departure = 14:45system : okay, what time do you want to leave?", + "belief : taxi destination = leicester train station ; departure = 14:45system : okay, what time do you want to leave?", + "belief : taxi destination = leicester train station ; departure = 14:45system : okay, what time do you want to leave?", + "belief : taxi destination = leicester train station ; departure = 14:45system : okay, what time do you want to leave?" + ], + [ + "belief : taxi destination = leicester train station ; departure = 14:45 ; arriveby = 14:45system : you are welcome. is there anything else i can do for you?", + "belief : taxi destination = leicester train station ; departure = | booking day = 14:45 ; arriveby = 14:45system : you are welcome. is there anything else i can do for you?", + "belief : taxi destination = leicester train station ; departure = | booking day = 14:45 ; arriveby = 14:45system : you are welcome. is there anything else i can do for you?", + "belief : taxi destination = leicester train station ; departure = | booking day = 14:45 ; arriveby = 14:45system : you are welcome. is there anything else i can do for you?", + "belief : taxi destination = leicester train station ; departure = | booking day = 14:45 ; arriveby = 14:45system : you are welcome. is there anything else i can do for you?" + ], + [ + "belief : taxi leaveat = 02:45 ; destination = peterboroughsystem : sure! when would you like to arrive?", + "belief : taxi leaveat = 02:45 ; destination = peterboroughsystem : sure! when would you like to arrive?", + "belief : taxi leaveat = 02:45 ; destination = peterboroughsystem : sure! when would you like to arrive?", + "belief : taxi leaveat = 02:45 ; destination = peterboroughsystem : sure! when would you like to arrive?", + "belief : taxi leaveat = 02:45 ; destination = peterboroughsystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 01:45 ; destination = peterborough ; departure = ballaresystem : okay, what time do you want to leave?", + "belief : taxi leaveat = 01:45 ; destination = peterborough ; departure = ballaresystem : okay, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi leaveat = 01:45 ; destination = peterborough ; departure = ballaresystem : okay, what time do you want to leave?", + "belief : taxi leaveat = 01:45 ; destination = peterborough ; departure = ballaresystem : okay, what time do you want to leave?", + "belief : taxi leaveat = 01:45 ; destination = peterborough ; departure = ballaresystem : okay, i have a car for you a [taxi_type]with the contact number [taxi_phone]" + ], + [ + "belief : taxi departure = yu garden ; arriveby = 14:30system : okay, what is your destination?", + "belief : taxi departure = yu garden ; arriveby = 14:30system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi departure = yu garden ; arriveby = 14:30system : okay, what is your destination?", + "belief : taxi departure = yu garden ; arriveby = 14:30system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?", + "belief : taxi departure = yu garden ; arriveby = 14:30system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else?" + ], + [ + "belief : taxi destination = holy trinity church ; departure =yus garden ; arriveby = 14:30system : okay. a [taxi_type]has been booked. the contact number is [taxi_phone].", + "belief : taxi destination = holy trinity church ; departure =yus garden ; arriveby = 14:30system : okay. a [taxi_type]has been booked. the contact number is [taxi_phone].", + "belief : taxi destination = holy trinity church ; departure =yus garden ; arriveby = 14:30system : okay. a [taxi_type]has been booked. the contact number is [taxi_phone].", + "belief : taxi destination = holy trinity church ; departure =yus garden ; arriveby = 14:30system : okay. a [taxi_type]has been booked. the contact number is [taxi_phone].", + "belief : taxi destination = holy trinity church ; departure =yus garden ; arriveby = 14:30system : okay. a [taxi_type]has been booked. the contact number is [taxi_phone]." + ], + [ + "belief : taxi destination = holy trinity church ; departure =yus corpus christi ; arriveby = 14:30system : have a great day.", + "belief : taxi destination = holy trinity church ; departure =yus corpus christi ; arriveby = 14:30system : have a great day.", + "belief : taxi destination = holy trinity church ; departure =yus corpus christi ; arriveby = 14:30system : have a great day.", + "belief : taxi destination = holy trinity church ; departure =yus corpus christi ; arriveby = 14:30system : have a great day.", + "belief : taxi destination = holy trinity church ; departure =yus corpus christi ; arriveby = 14:30system : have a great day." + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : i have [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food.", + "belief : restaurant pricerange = moderate ; area = centresystem : i have [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food.", + "belief : restaurant pricerange = moderate ; area = centresystem : i have [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food.", + "belief : restaurant pricerange = moderate ; area = centresystem : i have [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food.", + "belief : restaurant pricerange = moderate ; area = centresystem : i have [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food." + ], + [ + "belief : restaurant food = lebanese ; pricerange = moderatesystem : there are [value_count]options. would you like to try a nice [value_count]of them?", + "belief : restaurant food = lebanese ; pricerange = moderatesystem : there are [value_count]options. would you like to try a nice [value_count]of them?", + "belief : restaurant food = lebanese ; pricerange = moderatesystem : there are [value_count]options. would you like to try a nice [value_count]of them?", + "belief : restaurant food = lebanese ; pricerange = moderatesystem : there are [value_count]options. would you like to try a nice [value_count]of them?", + "belief : restaurant food = lebanese ; pricerange = moderatesystem : there are [value_count]options. would you like to try a nice [value_count]of them?" + ], + [ + "belief : restaurant food = lebanese ; pricerange = moderatesystem : i have confirmed your request, the reference number is [restaurant_reference].", + "belief : restaurant food = lebanese ; pricerange = moderatesystem : i have confirmed your request, the reference number is [restaurant_reference].", + "belief : restaurant food = lebanese ; pricerange = moderatesystem : i have confirmed your request, goodbye!", + "belief : restaurant food = lebanese ; pricerange = moderatesystem : i have confirmed your request, goodbye!", + "belief : restaurant food = lebanese ; pricerange = moderatesystem : i have confirmed your request, goodbye!" + ], + [ + "belief : restaurant food = lebanese ; pricerange = moderatesystem : sure. the address is [restaurant_address].", + "belief : restaurant food = lebanese ; pricerange = moderatesystem : sure. the address is [restaurant_address].", + "belief : restaurant food = lebanese ; pricerange = moderatesystem : the address is [restaurant_address].", + "belief : restaurant food = lebanese ; pricerange = moderatesystem : their address is [restaurant_address].", + "belief : restaurant food = lebanese ; pricerange = moderatesystem : sure. the address is [restaurant_address]." + ], + [ + "belief : restaurant food = lebanese ; pricerange = moderate", + "belief : restaurant food = lebanese ; pricerange = moderate", + "belief : restaurant food = lebanese ; pricerange = moderate", + "belief : restaurant food = lebanese ; pricerange = moderate", + "belief : restaurant food = lebanese ; pricerange = moderate" + ], + [ + "belief : train arriveby = 13:30 ; departure = cambridgesystem : what are your destination?", + "belief : train arriveby = 13:30 ; departure = cambridgesystem : what are your destination?", + "belief : train arriveby = 13:30 ; departure = cambridgesystem : what are your destination?", + "belief : train arriveby = 13:30 ; departure = cambridgesystem : what are your destination?", + "belief : train arriveby = 13:30 ; departure = cambridgesystem : what are your destination?" + ], + [ + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : okay, what time do you want to leave?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : okay, what time do you want to leave?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : okay, what time do you want to leave?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : okay, what time do you want to leave?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : okay, what time do you want to leave?" + ], + [ + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference]." + ], + [ + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : have a wonderful day! have a wonderful day! goodbye.", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : have a wonderful day! have a wonderful day! goodbye.", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : have a wonderful day! have a great day! goodbye.", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : have a wonderful day! have a great day! goodbye.", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : have a wonderful day! have a great day! goodbye." + ], + [ + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : have a wonderful day.", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : have a wonderful day.", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : have a wonderful day.", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : have a wonderful day.", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : have a wonderful day." + ], + [ + "belief : hotel parking = yes ; pricerange = expensivesystem : do you have a preference on area?", + "belief : hotel parking = yes ; pricerange = expensivesystem : do you have a preference on area?", + "belief : hotel parking = yes ; pricerange = expensivesystem : do you have a preference on area?", + "belief : hotel parking = yes ; pricerange = expensivesystem : do you have a preference on area?", + "belief : hotel parking = yes ; pricerange = expensivesystem : do you have a preference on area?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensivesystem : we have [value_count]of those, would you like to narrow your choices down by location or price range?", + "belief : hotel parking = yes ; pricerange = expensivesystem : we have [value_count]of those, would you like to narrow your choices down by location or price range?", + "belief : hotel parking = yes ; pricerange = expensivesystem : we have [value_count]of those, would you like to narrow your choices down by location or price range?", + "belief : hotel parking = yes ; pricerange = expensivesystem : we have [value_count]of those, would you like to narrow your choices down by location or price range?", + "belief : hotel parking = yes ; pricerange = expensivesystem : we have [value_count]of those, would you like to narrow your choices down by location or price range?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : i found [value_count]that is [value_pricerange] with [value_count]stars. would you like to book it?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : i found [value_count]that is [value_pricerange] with [value_count]stars. would you like to book it?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : okay, how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : okay, how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : okay, how about [hotel_name]?" + ], + [ + "belief :=>belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = wednesday ; people = 5 ; stay = 4system : booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = wednesday ; people = 5 ; stay = 4system : booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = wednesday ; people = 5 ; stay = 4system : booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = wednesday ; people = 5 ; stay = 4system : booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = wednesday ; people = 5 ; stay = 4system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthouse | booking day = wednesday ; people = 5system : thank you, goodbye.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthouse | booking day = wednesday ; people = 5system : thank you, goodbye.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthouse | booking day = wednesday ; people = 5system : thank you, goodbye.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthouse | booking day = wednesday ; people = 5system : thank you, goodbye.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthouse | booking day = wednesday ; people = 5system : thank you, goodbye." + ], + [ + "belief : taxi destination = michael house cafe ; departure = 12:45system : certainly! where will you be departing from?", + "belief : taxi destination = michael house cafe ; departure = 12:45system : certainly! where will you be departing from?", + "belief : taxi destination = michael house cafe ; departure = 12:45system : certainly! where will you be departing from?", + "belief : taxi destination = michael house cafe ; departure = 12:45system : certainly! where will you be departing from?", + "belief : taxi destination = michael house cafe ; departure = 12:45system : certainly! where will you be departing from?" + ], + [ + "belief : taxi destination = michael house cafe ; departure =williams art and museumsystem : great! look for a [taxi_type]to pick you up. the contact number is [taxi_phone].", + "belief : taxi destination = michael house cafe ; departure =williams art and museumsystem : great! look for a [taxi_type]to pick you up. the contact number is [taxi_phone].", + "belief : taxi destination = michael house cafe ; departure =williams art and museumsystem : great! i have a [taxi_type]for you with the contact number [taxi_phone]. anything else i can help with?", + "belief : taxi destination = michael house cafe ; departure =williams art and attractionsystem : great! look for a [taxi_type]to pick you up. the contact number is [taxi_phone].", + "belief : taxi destination = michael house cafe ; departure =williams art and museumsystem : great! look for a [taxi_type]to pick you up. the contact number is [taxi_phone]." + ], + [ + "belief : taxi destination = milton house cafe ; departure =williams art and museum ; arriveby = 12:45system : what else can i do for you today?", + "belief : taxi destination = milton house cafe ; departure =williams art and attraction ; arriveby = 12:45system : what else can i do for you today?", + "belief : taxi destination = milton house cafe ; departure =williams art and museum ; arriveby = 12:45system : what else can i do for you today?", + "belief : taxi destination = michael house cafe ; departure =williams art and museum ; arriveby = 12:45system : what else can i do for you today?", + "belief : taxi destination = michael house cafe ; departure =williams art and attraction ; arriveby = 12:45system : what else can i do for you today?" + ], + [ + "belief : taxi destination = michael house cafe ; departure =williams art and museum ; arriveby = 12:45system : have a great day.", + "belief : taxi destination = michael house cafe ; departure =williams art and museum ; arriveby = 12:45system : have a great day.", + "belief : taxi destination = michael house cafe ; departure =williams art and museum ; arriveby = 12:45system : have a great day.", + "belief : taxi destination = michael house cafe ; departure =williams art and museum ; arriveby = 12:45system : have a great day.", + "belief : taxi destination = michael house cafe ; departure =williams art and museum ; arriveby = 12:45system : have a great day." + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : i recommend [attraction_name].", + "belief : attraction type = entertainment ; area = eastsystem : i recommend [attraction_name].", + "belief : attraction type = entertainment ; area = eastsystem : i recommend [attraction_name].", + "belief : attraction type = entertainment ; area = eastsystem : i recommend [attraction_name].", + "belief : attraction type = entertainment ; area = eastsystem : i recommend [attraction_name]." + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : sure. the postcode is [attraction_postcode]and it is located at [attraction_address]. is there anything else i can help you with?", + "belief : attraction type = entertainment ; area = eastsystem : sure. the postcode is [attraction_postcode]and it is located at [attraction_address]. is there anything else i can help you with?", + "belief : attraction type = entertainment ; area = eastsystem : sure. the postcode is [attraction_postcode]and it is located at [attraction_address]. is there anything else i can help you with?", + "belief : attraction type = entertainment ; area = eastsystem : sure. the postcode is [attraction_postcode]and it is located at [attraction_address]. is there anything else i can help you with?", + "belief : attraction type = entertainment ; area = eastsystem : sure. the postcode is [attraction_postcode]and it is located at [attraction_address]. is there anything else i can help you with?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : it s located at [attraction_address]. can i help you with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : it s located at [attraction_address]. can i help you with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : it s located at [attraction_address]. can i help you with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : it s located at [attraction_address]. can i help you with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : it s located at [attraction_address]. can i help you with anything else?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : have a great day! goodbye.", + "belief : attraction type = entertainment ; area = eastsystem : have a great day! goodbye.", + "belief : attraction type = entertainment ; area = eastsystem : glad i could help. have a great day!", + "belief : attraction type = entertainment ; area = eastsystem : have a great day! goodbye.", + "belief : attraction type = entertainment ; area = eastsystem : glad i could help. have a great day!" + ], + [ + "belief : restaurant food = european ; area = southsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food.", + "belief : restaurant food = european ; area = southsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food.", + "belief : restaurant food = european ; area = southsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food.", + "belief : restaurant food = european ; area = southsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food.", + "belief : restaurant food = european ; area = southsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food." + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. what price range do you have in mind?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. what price range do you have in mind?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. what price range do you have in mind?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. what price range do you have in mind?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. what price range do you have in mind?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are [value_count]entries here.", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are [value_count]entries here.", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are [value_count]entries here.", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are [value_count]entries here.", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are [value_count]entries here." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensivesystem : i was able to book the ghandi.", + "belief : restaurant food = chinese ; pricerange = expensivesystem : i was able to book the ghandi.", + "belief : restaurant food = chinese ; pricerange = expensivesystem : great! have a great day!", + "belief : restaurant food = chinese ; pricerange = expensivesystem : great! have a great day!", + "belief : restaurant food = chinese ; pricerange = expensivesystem : i was able to book the ghandi." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensivesystem : i have completed your booking. the reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensivesystem : i have that reservation made at [restaurant_name].", + "belief : restaurant food = chinese ; pricerange = expensivesystem : i have that reservation made at [restaurant_name].", + "belief : restaurant food = chinese ; pricerange = expensivesystem : i have completed your booking. the reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensivesystem : i have that reservation made at [restaurant_name]." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensivesystem : your reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensivesystem : your reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensivesystem : your reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensivesystem : your reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensivesystem : your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : thank you.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : thank you.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : thank you.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : thank you.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : thank you." + ], + [ + "belief : hotel area = north ; pricerange = cheap ; stars = 4 ; type = hotelsystem : [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel area = north ; pricerange = cheap ; stars = 4 ; type = hotelsystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?", + "belief : hotel area = north ; pricerange = cheap ; stars = 4 ; type = hotelsystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?", + "belief : hotel area = north ; pricerange = cheap ; stars = 4 ; type = hotelsystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?", + "belief : hotel area = north ; pricerange = cheap ; stars = 4 ; type = hotelsystem : [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?" + ], + [ + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : the [hotel_name]is a great guesthouse on the [value_area] area of town.", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : the [hotel_name]is a great guesthouse on the [value_area] area of town.", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : the [hotel_name]is a great guesthouse on the [value_area] area of town.", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?" + ], + [ + "belief : hotel area = north ; pricerange = cheap ; stars = 4 ; type = hotelsystem : what day will you be traveling?", + "belief : hotel area = north ; pricerange = cheap ; stars = 4 ; type = hotelsystem : what day will you be traveling?", + "belief : hotel area = north ; pricerange = cheap ; stars = 4 ; type = hotelsystem : what day will you be traveling?", + "belief : hotel area = north ; pricerange = cheap ; stars = 4 ; type = hotelsystem : what day will you be traveling?", + "belief : hotel area = north ; pricerange = cheap ; stars = 4 ; type = hotelsystem : what day will you be traveling?" + ], + [ + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : booking day = sunday ; people = 1system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : booking day = sunday ; people = 1system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : booking day = sunday ; people = 1system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : booking day = sunday ; people = 1system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : booking day = sunday ; people = 1system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = north ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = sundaysystem : booking was successful. reference number is [hotel_reference]", + "belief : hotel area = north ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = sundaysystem : booking was successful. reference number is [hotel_reference]", + "belief : hotel area = north ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = sundaysystem : booking was successful. reference number is [hotel_reference]", + "belief : hotel area = north ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = sundaysystem : booking was successful. reference number is [hotel_reference]", + "belief : hotel area = north ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = sundaysystem : booking was successful. reference number is [hotel_reference]" + ], + [ + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : booking day = sunday ; people = 1 ; stay = 1system : booking was successful. the postcode is [hotel_postcode].", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : booking day = sunday ; people = 1 ; stay = 1system : booking was successful. the postcode is [hotel_postcode].", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : booking day = sunday ; people = 1 ; stay = 1system : booking was successful. the postcode is [hotel_postcode].", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : booking day = sunday ; people = 1 ; stay = 1system : booking was successful. the postcode is [hotel_postcode].", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : booking day = sunday ; people = 1 ; stay = 1system : booking was successful. the postcode is [hotel_postcode]." + ], + [ + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : thank you!", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : thank you!", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : thank you!", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : thank you!", + "belief : hotel area = north ; pricerange = cheap ; stars = 0system : thank you!" + ], + [ + "belief : hotel area = northsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = northsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = northsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = northsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = northsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?" + ], + [ + "belief : hotel area = northsystem : yes, i have [value_count]stars. would you like to book either of those?", + "belief : hotel area = northsystem : yes, i have [value_count]stars. would you like to book either of those?", + "belief : hotel area = northsystem : yes, i have [value_count]stars. would you like to book either of those?", + "belief : hotel area = northsystem : yes, i have [value_count]stars. would you like to book either of those?", + "belief : hotel area = northsystem : yes, i have [value_count]stars. would you like to book either of those?" + ], + [ + "belief : hotel area = northsystem : great! i have [value_count]hotel -s in the [value_area] part of town. would you like to book either of those?", + "belief : hotel area = northsystem : great! i have [value_count]results! would you like to book either of those?", + "belief : hotel area = northsystem : great! i have [value_count]results! would you like to book either of those?", + "belief : hotel area = northsystem : great! i have [value_count]results! would you like to book either of those?", + "belief : hotel area = northsystem : great! i have [value_count]hotel -s in the [value_area] part of town. would you like to book either of those?" + ], + [ + "belief : hotel area = northsystem : i have [value_count]stars, would you like to book a stay?", + "belief : hotel area = northsystem : i have [value_count]stars, would you like to try something else?", + "belief : hotel area = northsystem : i recommend [hotel_name].", + "belief : hotel area = northsystem : i have [value_count]stars, would you like to book a stay?", + "belief : hotel area = northsystem : i have [value_count]stars, would you like to book a stay?" + ], + [ + "belief : hotel area = northsystem : okay, booking was successful. reference number is [hotel_reference].", + "belief : hotel area = northsystem : okay, booking was successful. reference number is [hotel_reference].", + "belief : hotel area = northsystem : okay, booking was successful. reference number is [hotel_reference].", + "belief : hotel area = northsystem : okay, booking was successful. reference number is [hotel_reference].", + "belief : hotel area = northsystem : okay, booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : booking day = sunday ; people = 3 ; stay = 4system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : booking day = sunday ; people = 3 ; stay = 4system : booking people = 4system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : booking day = sunday ; people = 3 ; stay = 4system : booking people = 4system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : booking day = sunday ; people = 3 ; stay = 4system : booking people = 4system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : booking day = sunday ; people = 3 ; stay = 4system : booking people = 4system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : great. have a great day!", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : have a great day!", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : have a great day!", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : have a great day!", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : have a great day!" + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i would be happy to help with your request, where will you be departing from?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : what time do you need to leave [hotel_name]or arrive at the [attraction_name]?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i would be happy to help with your request, where will you be departing from?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i would be happy to help with your request, where will you be departing from?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : what time do you need to leave [hotel_name]or arrive at the [attraction_name]?" + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome! have a great day!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome! have a great day!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome! have a nice day!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome! have a great day!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are welcome! have a great day!" + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : have a nice day!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : have a nice day!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : have a nice day!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : have a good trip.", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : have a good trip." + ], + [ + "belief : hotel internet = yes ; type = hotelsystem : there are [value_count]hotel -s with free wifi and parking, do you have a price range preference?", + "belief : hotel internet = yes ; type = hotelsystem : there are [value_count]hotel -s with free wifi and parking, the [hotel_name]with the lowest price range is [hotel_name]which is [value_count]stars. do you want to book?", + "belief : hotel internet = yes ; type = hotelsystem : there are [value_count]hotel -s with free wifi and parking, the [hotel_name]with the lowest price range is [hotel_name]which is [value_count]stars. do you want to book?", + "belief : hotel internet = yes ; type = hotelsystem : there are [value_count]hotel -s with free wifi and parking, the [hotel_name]with the lowest price range is [hotel_name]which is [value_count]stars. do you want to book?", + "belief : hotel internet = yes ; type = hotelsystem : there are [value_count]hotel -s with free wifi and parking, the [hotel_name]with the lowest price range is [hotel_name]which is [value_count]stars. would you like to book a room?" + ], + [ + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : i like [hotel_name]that is a [value_pricerange] [value_count]star guesthouse in the [value_area]. would you like me to book a room for you?", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : i like [hotel_name]that is a [value_pricerange] [value_count]star guesthouse in the [value_area]. would you like me to book a room for you?", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : i like [hotel_name]that is a [value_pricerange] [value_count]star guesthouse in the [value_area]. would you like me to book a room for you?", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : i like [hotel_name]that is a [value_pricerange] [value_count]star guesthouse in the [value_area]. would you like me to book a room for you?", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : i like [hotel_name]that is a [value_pricerange] [value_count]star guesthouse in the [value_area]. would you like me to book a room for you?" + ], + [ + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference]. is there anything else i can help you with?" + ], + [ + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : sure, i was able to book the hotel for you. the reference number is [hotel_reference].", + "belief : hotel area = centre ; stars = 0 | booking day = wednesday ; people = 1 ; stay = 4system : good news!", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : sure, i was able to book the hotel for you. the reference number is [hotel_reference].", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : sure, i was able to book the hotel for you. the reference number is [hotel_reference].", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : sure, anything else i can do for you." + ], + [ + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : thank you for using our help desk.", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : thank you for using our help desk.", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : thank you for using our help desk.", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : thank you for using our help desk.", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : thank you for using our help desk." + ], + [ + "belief : train destination = cambridge ; departure = kings lynnsystem : certainly. where will you be headed to?", + "belief : train destination = cambridge ; departure = kings lynnsystem : what time do you need to leave [hotel_name]or arrive at the [attraction_name]?", + "belief : train destination = cambridge ; departure = kings lynnsystem : certainly. where will you be departing from?", + "belief : train destination = cambridge ; departure = kings lynnsystem : certainly. where will you be headed to?", + "belief : train destination = cambridge ; departure = kings lynnsystem : what time do you need to leave [hotel_name]or arrive at the [attraction_name]?" + ], + [ + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booking was successful. the total fee is [value_price] gbp and the reference number is [train_reference].", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booking was successful. the total fee is [value_price] gbp and the reference number is [train_reference].", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booking was successful. the total fee is [value_price] gbp and the reference number is [train_reference].", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booking was successful. the total fee is [value_price] gbp and the reference number is [train_reference].", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booking was successful. the total fee is [value_price] gbp and the reference number is [train_reference]." + ], + [ + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booking people = 2system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booking people = 2system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booking people = 2system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booking people = 2system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booking people = 2system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference]." + ], + [ + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : thank you", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : thank you", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : thank you", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : thank you", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : thank you" + ], + [ + "belief : hotel area = centresystem : i have [value_count]hotel -s in the [value_area] of town, the [hotel_name]with the lowest entrance fee is [attraction_name]which is [value_count]pounds to get in.", + "belief : hotel area = centresystem : i have [value_count]hotel -s in the [value_area] of town, the [hotel_name]with the lowest entrance fee is [attraction_name]which is [value_count]pounds to get in.", + "belief : hotel area = centresystem : i have [value_count]hotel -s in the [value_area] of town, the [hotel_name]with the lowest entrance fee is [attraction_name]which is [value_count]pounds to get in.", + "belief : hotel area = centresystem : i have [value_count]hotel -s in the [value_area] of town, the [hotel_name]with the lowest entrance fee is [attraction_name]which is [value_count]pounds to get in.", + "belief : hotel area = centresystem : i have [value_count]hotel -s in the [value_area] of town, the [hotel_name]with the lowest entrance fee is [attraction_name]which is [value_count]pounds to get in." + ], + [ + "belief : hotel area = centre ; pricerange = expensivesystem : there are a few choices. how about [hotel_name]?", + "belief : hotel area = centre ; pricerange = expensivesystem : there are a few choices. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = centre ; pricerange = expensivesystem : the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area] of town. is there other information you would like to know?", + "belief : hotel area = centre ; pricerange = expensivesystem : the [hotel_name]is a [value_pricerange] -ly priced guesthouse on the [value_area] of town. would you like me to book it for you?", + "belief : hotel area = centre ; pricerange = expensivesystem : the [hotel_name]is a [value_pricerange] -ly priced guesthouse on the [value_area] of town. does that sound okay to you?" + ], + [ + "belief :=>belief : hotel area = centre ; stars = 4system : booking day = wednesday ; people = 5 ; stay = 4system : booking people = 4system : booking was successful. reference number is [hotel_reference]", + "belief :=>belief : hotel area = centre ; stars = 4system : booking day = wednesday ; people = 5 ; stay = 4system : booking was successful", + "belief :=>belief : hotel area = centre ; stars = 4system : booking day = wednesday ; people = 5 ; stay = 4system : booking was successful", + "belief :=>belief : hotel area = centre ; stars = 4system : booking day = wednesday ; people = 5 ; stay = 4system : booking people = 4system : booking was successful. reference number is [hotel_reference]", + "belief :=>belief : hotel area = centre ; stars = 4system : booking day = wednesday ; people = 5 ; stay = 4system : booking was successful" + ], + [ + "belief : hotel area = centre ; stars = 4 ; type = nonesystem : great.", + "belief : hotel area = centre ; stars = 4 ; type = nonesystem : great.", + "belief : hotel area = centre ; stars = 4 ; type = nonesystem : the booking was successful.", + "belief : hotel area = centre ; stars = 4 ; type = nonesystem : the booking was successful.", + "belief : hotel area = centre ; stars = 4 ; type = nonesystem : the booking was successful." + ], + [ + "belief : hotel area = centre ; pricerange = expensive ; stars = 4system : is there anything else i can help you with today?", + "belief : hotel area = centre ; pricerange = expensive ; stars = 4system : great. the reference number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = expensive ; stars = 4system : great. the reference number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = expensive ; stars = 4system : have a great day!", + "belief : hotel area = centre ; pricerange = expensive ; stars = 4system : have a great day!" + ], + [ + "belief : hotel area = centre ; pricerange = expensive ; stars = 4system : great. have a great day!", + "belief : hotel area = centre ; pricerange = expensive ; stars = 4system : have a great day!", + "belief : hotel area = centre ; pricerange = expensive ; stars = 4system : great. have a great day!", + "belief : hotel area = centre ; pricerange = expensive ; stars = 4system : have a great day!", + "belief : hotel area = centre ; pricerange = expensive ; stars = 4system : great. have a great day!" + ], + [ + "belief : restaurant food = british ; area = centresystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?", + "belief : restaurant food = british ; area = centresystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?", + "belief : restaurant food = british ; area = centresystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?", + "belief : restaurant food = british ; area = centresystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?", + "belief : restaurant food = british ; area = centresystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay. i have a table for [value_count]people at [value_time].", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay. i have a table for [value_count]people at [value_time].", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay. i have a table for [value_count]people at [value_time].", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay. i have a table for [value_count]people at [value_time].", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay. i have a table for [value_count]people at [value_time]." + ], + [ + "belief :=>belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay, how about [restaurant_name]at [value_time]", + "belief :=>belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay, we have the [restaurant_name]in the [value_area].", + "belief :=>belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay, how about [restaurant_name]at [value_time]", + "belief :=>belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay, we have the [restaurant_name]and [restaurant_name].", + "belief :=>belief : restaurant food = british ; pricerange = expensive ; area = centresystem : okay, how about [restaurant_name]at [value_time]" + ], + [ + "belief : restaurant food = british ; area = centresystem : sure, there are [value_count]options.", + "belief : restaurant food = british ; area = centresystem : sure, there are [value_count]options.", + "belief : restaurant food = british ; area = centresystem : sure, there are [value_count]options.", + "belief : restaurant food = british ; area = centresystem : sure, there are [value_count]options.", + "belief : restaurant food = british ; area = centresystem : sure, there are [value_count]options." + ], + [ + "belief : restaurant food = british ; area = centresystem : sure. do you want to book?", + "belief : restaurant food = british ; area = centresystem : sure. do you want to book?", + "belief : restaurant food = british ; area = centresystem : sure. do you want to book?", + "belief : restaurant food = british ; area = centresystem : sure. do you want to book?", + "belief : restaurant food = british ; area = centresystem : sure. do you want to book?" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : you are welcome. have a great day.", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : you are welcome. have a great day.", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : you are welcome. have a great day.", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : you are welcome. have a great day.", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : you are welcome. have a great day." + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : you are welcome. have a great day.", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : enjoy your meal!", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : enjoy your meal!", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : enjoy your meal!", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : enjoy your meal!" + ], + [ + "belief : taxi destination = donjo ; departure = theesesystem : certainly! do you have an arrival or departure time in mind?", + "belief : taxi destination = donjo ; departure =ese restaurantsystem : certainly! do you have an arrival or departure time in mind?", + "belief : taxi destination = donjo ; departure = theesesystem : certainly! do you have an arrival or departure time in mind?", + "belief : taxi destination = donjo ; departure =ese restaurantsystem : certainly! do you have an arrival or departure time in mind?", + "belief : taxi destination = donjo ; departure =ese restaurantsystem : certainly! do you have an arrival or departure time in mind?" + ], + [ + "belief : taxi destination = donjo ; departure = theese restaurant and bar ; arriveby = 12:15system : i have a contact number for taxi, the contact number is [taxi_phone].", + "belief : taxi destination = donjo ; departure = theese restaurant and bar ; arriveby = 12:15system : okay. a [taxi_type]will pick you up. they can be reached at [taxi_phone]. did you need anything else?", + "belief : taxi destination = donjo ; departure = theese restaurant and bar ; arriveby = 12:15system : okay. a [taxi_type]will pick you up. they can be reached at [taxi_phone]. did you need anything else?", + "belief : taxi destination = donjo ; departure =ese restaurant ; arriveby = 12:15system : okay. a [taxi_type]will pick you up. they can be reached at [taxi_phone]. did you need anything else?", + "belief : taxi destination = donjo ; departure =ese restaurant ; arriveby = 12:15system : okay. a [taxi_type]will pick you up. they can be reached at [taxi_phone]. did you need anything else?" + ], + [ + "belief : taxi destination = rosas bed and breakfast ; departure = warkworth house ; arriveby = 12:15system : i have a white bmv with a contact number of [taxi_phone].", + "belief : taxi destination = rosas bed and breakfast ; departure = warkworth house ; arriveby = 12:15system : i have a white bmv with a contact number of [taxi_phone].", + "belief : taxi destination = rosas bed and breakfast ; departure = warkworth house ; arriveby = 12:15system : i have a white bmv with a contact number of [taxi_phone].", + "belief : taxi destination = rosas bed and breakfast ; departure = warkworth house ; arriveby = 12:15system : i have a white bmv with a contact number of [taxi_phone].", + "belief : taxi destination = rosas bed and breakfast ; departure = warkworth house ; arriveby = 12:15system : i have a white bmv with a contact number of [taxi_phone]." + ], + [ + "belief : taxi destination = rosas bed and breakfast ; departure = warkworth house ; arriveby = 12:15system : thank you.", + "belief : taxi destination = rosas bed and breakfast ; departure = warkworth house ; arriveby = 12:15system : thank you.", + "belief : taxi destination = rosas bed and breakfast ; departure = warkworth house ; arriveby = 12:15system : thank you.", + "belief : taxi destination = rosas bed and breakfast ; departure = warkworth house ; arriveby = 12:15system : thank you.", + "belief : taxi destination = rosas bed and breakfast ; departure = warkworth house ; arriveby = 12:15system : thank you." + ], + [ + "belief : nonesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : nonesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : nonesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : nonesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : nonesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?" + ], + [ + "belief : train destination = bringham new street ; departure = london kings crosssystem : what day do you want to travel?", + "belief : train destination = bringham new street ; departure = london kings crosssystem : what day do you want to travel?", + "belief : train destination = bringham new street ; departure = london kings crosssystem : what day do you want to travel?", + "belief : train destination = bringham new street ; departure = london kings crosssystem : what day do you want to travel?", + "belief : train destination = bringham new street ; departure = london kings crosssystem : what day do you want to travel?" + ], + [ + "belief : train destination = bringham new street ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : how about train [train_id]?", + "belief : train destination = bringham new street ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : how about train [train_id]?", + "belief : train destination = bringham new street ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : how about train [train_id]?", + "belief : train destination = bringham new street ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : how about train [train_id]?", + "belief : train destination = bringham new street ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : how about train [train_id]?" + ], + [ + "belief : train destination = bringham new street ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : great, i have booked you a train.", + "belief : train destination = cambridge ; day = sunday ; arriveby = 17:30 ; departure = 17:30system : great, i have booked you a train.", + "belief : train destination = bringham new street ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : great, i have booked you a train.", + "belief : train destination = rajmahal ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : great, i have that train.", + "belief : train destination = rajmahal ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : great, i have that train." + ], + [ + "belief : train destination = bringham new street ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : have a wonderful day. goodbye.", + "belief : train destination = bringham new street ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : enjoy your trip!", + "belief : train destination = bringham new street ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : enjoy your trip!", + "belief : train destination = bringham new street ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : enjoy your trip!", + "belief : train destination = bringham new street ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem : enjoy your trip!" + ], + [ + "belief : taxi destination = nandossystem : okay. what time do you want to leave by?", + "belief : taxi destination = nandossystem : okay. what time do you want to leave by?", + "belief : taxi destination = nandossystem : okay. what time do you want to leave by?", + "belief : taxi destination = nandossystem : okay. what time do you want to leave by?", + "belief : taxi destination = nandossystem : okay. what time do you want to leave by?" + ], + [ + "belief : taxi destination = nandos ; departure = riverboat georginasystem : okay. i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time do you want to leave?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time do you want to leave?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : okay. i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time do you want to leave?" + ], + [ + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : you are welcome! have a great day!", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : you are welcome! have a great day!", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : you are welcome! have a great day!", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : you are welcome! have a great day!", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : you are welcome! have a great day!" + ], + [ + "belief : taxi departure = none ; arriveby = 20:00system : where is your destination and what time would you like to arrive by?", + "belief : taxi departure = none ; arriveby = 20:00system : where is your destination and what time would you like to arrive by?", + "belief : taxi departure = none ; arriveby = 20:00system : where is your destination and what time would you like to arrive by?", + "belief : taxi departure = none ; arriveby = 20:00system : where is your destination and what time would you like to arrive by?", + "belief : taxi departure = none ; arriveby = 20:00system : where is your destination and what time would you like to arrive by?" + ], + [ + "belief : taxi departure = none ; arriveby = 20:00system : okay, i have a [taxi_type]with the contact number [taxi_phone].", + "belief : taxi departure = none ; arriveby = 20:00system : okay, i have a [taxi_type]with the contact number [taxi_phone].", + "belief : taxi departure = none ; arriveby = 20:00system : okay, i have a [taxi_type]for you with the contact number [taxi_phone].", + "belief : taxi departure = none ; arriveby = 20:00system : okay, i have a [taxi_type]with the contact number [taxi_phone].", + "belief : taxi departure = none ; arriveby = 20:00system : okay, i have a [taxi_type]for you with the contact number [taxi_phone]." + ], + [ + "belief : taxi destination = parkside police station ; departure = narrows town centresystem : thank you, please enjoy your day.", + "belief : taxi destination = parkside police station ; departure = prezzo ; arriveby = 20:00system : thank you, have a good day!", + "belief : taxi destination = parkside police station ; departure = christ college ; arriveby = 20:00system : thank you, have a good day!", + "belief : taxi destination = parkside police station ; departure = prezzo ; arriveby = 20:00system : thank you, have a great day!", + "belief : taxi destination = parkside police station ; departure = narrowsas bed and breakfast ; arriveby = 20:00system : thank you. we can help with that!" + ], + [ + "belief : taxi destination = parkside police station ; departure = prezzo ; arriveby = 20:00system : is there anything else you need?", + "belief : taxi destination = parkside police station ; departure = prezzo ; arriveby = 20:00system : is there anything else you need?", + "belief : taxi destination = parkside police station ; departure = warkworth house ; arriveby = 20:00system : is there anything else you need help with today?", + "belief : taxi destination = parkside police station ; departure = warkworth house ; arriveby = 20:00system : is there anything else you need help with today?", + "belief : taxi destination = parkside police station ; departure = warkworth house ; arriveby = 20:00system : you are welcome. have a great day." + ], + [ + "belief : hotel name =z pizzeria ; area = east ; pricerange = cheap ; name = pizza hut cherry hinton ; area = south | booking day = wednesday ; people = 4 ; time = 21:00system : i am sorry, the booking was unsuccessful can i help you find another hotel?user : are you looking for a different hotel?", + "belief : hotel name =z pizzeria ; area = east ; pricerange = cheap ; name = pizza hut cherry hinton ; area = south | booking day = wednesday ; people = 4 ; time = 21:00system : i am sorry, the booking was unsuccessful can i help you find another hotel?user : are you looking for a different hotel?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = cambridge | booking people = 3system : i'll need to know when you would like to leave [restaurant_name]or arrive at the [attraction_name]first.", + "belief : hotel name =z pizzeria ; area = east ; pricerange = cheap ; name = pizza hut cherry hinton ; area = south | booking day = wednesday ; people = 4 ; time = 21:30system : i am sorry, the booking was unsuccessful can i help you find another hotel?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = cambridge | booking people = 3system : i can do that! where is the departure site?" + ], + [ + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = saint johns chop housesystem : alright. i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = saint johns chop housesystem : alright. i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = saint johns chop housesystem : alright. i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = saint johns chop housesystem : alright. i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = saint johns chop housesystem : alright. i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?" + ], + [ + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = saint johns chop housesystem : that number is [taxi_phone]. is there anything else i can help you with today?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = saint johns chop housesystem : that number is [taxi_phone]. is there anything else i can help you with today?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = saint johns chop housesystem : that number is [taxi_phone]. is there anything else i can help you with today?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = saint johns chop housesystem : that number is [taxi_phone]. is there anything else i can help you with today?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = saint johns chop housesystem : that number is [taxi_phone]. is there anything else i can help you with today?" + ], + [ + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = hamilton lodgesystem : is there anything else that i can help you with today?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = hamilton lodgesystem : is there anything else that i can help you with today?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = saint johns chop housesystem : is there anything else i can help you with today?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = hamilton lodgesystem : is there anything else that i can help you with today?", + "belief : taxi leaveat = 21:30 ; destination = funky fun house ; departure = hamilton lodgesystem : is there anything else that i can help you with today?" + ], + [ + "belief : attraction type = architecture ; name = broughton house gallerysystem : no problem : you are very welcome! have a great day.", + "belief : attraction type = museum ; name = broughton house gallerysystem : no problem. have a great day.", + "belief : attraction type = architecture ; name = broughton house gallerysystem : no problem : you are very welcome! have a great day.", + "belief : attraction type = museum ; name = broughton house gallerysystem : no problem. have a great day.", + "belief : attraction type = museum ; name = broughton house gallerysystem : no problem. have a great day." + ], + [ + "belief : train leaveat = 10:15 ; day = saturdaysystem : certainly. i am sending a [taxi_type]. the contact number is [taxi_phone]. can i help you with anything else?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : certainly. i am sending a [taxi_type]. the contact number is [taxi_phone]. can i help you with anything else?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : certainly. i am sending a [taxi_type]. the contact number is [taxi_phone]. can i help you with anything else?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : certainly. i am sending a [taxi_type]. the contact number is [taxi_phone]. can i help you with anything else?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : certainly. i am sending a [taxi_type]. the contact number is [taxi_phone]. can i help you with anything else?" + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : there are [value_count]trains leaving after [value_time]on [value_day]. was there a specific time you wanted to arrive by?", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : there are [value_count]trains leaving after [value_time]on [value_day]. was there a specific time you wanted to arrive by?" + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : okay, thank you.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : okay, thank you.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : okay, thank you.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : okay, thank you.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : okay, thank you." + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : it is going to [value_place]", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : it is going to [value_place]", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : it is going to [value_place]", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : it is going to [value_place]", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : it is goodbye" + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : sure.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : sure.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : sure.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : sure.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : sure." + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : thank you", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : thank you", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : thank you", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : thank you", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : thank you" + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : thank you", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : thank you", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : thank you", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : thank you", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = norwichsystem : thank you" + ], + [ + "belief : taxi destination = none ; departure = cambridgesystem : ok, what is your departure site?", + "belief : taxi destination = none ; departure = cambridgesystem : ok, what is your departure site?", + "belief : taxi destination = none ; departure = cambridgesystem : ok, what is your departure site?", + "belief : taxi destination = none ; departure = cambridgesystem : ok, what is your departure site?", + "belief : taxi destination = none ; departure = cambridgesystem : ok, what is your departure site?" + ], + [ + "belief : taxi leaveat = after 2:30 ; destination = museum of classical archaeology ; departure = museum of classical archaeologysystem : i have a [taxi_type]for you, the contact number is [taxi_phone].", + "belief : taxi leaveat = after 2:30 ; destination = museum of classical archaeology ; departure = museum of classical archaeologysystem : i have a [taxi_type]for you, the contact number is [taxi_phone].", + "belief : taxi leaveat = after 2:30 ; destination = museum of classical archaeology ; departure = museum of classical archaeologysystem : i have a [taxi_type]for you, the contact number is [taxi_phone].", + "belief : taxi leaveat = 12:00 ; destination = museum of classical archaeology ; departure = museum of classical archaeologysystem : i have a [taxi_type]for you, the contact number is [taxi_phone].", + "belief : taxi leaveat = after 2:30 ; destination = museum of classical archaeology ; departure = museum of classical archaeologysystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 12:00 ; destination = museum of classical archaeology ; departure = jesus green outdoor poolsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 12:30 ; destination = mahal ; departure = jesus green outdoor poolsystem : booking completed!", + "belief : taxi leaveat = 12:30 ; destination = museum of classical archaeology ; departure = jesus green outdoor poolsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 12:30 ; destination = museum of classical archaeology ; departure = jesus green outdoor poolsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 12:30 ; destination = kings college ; departure = jesus green outdoor poolsystem : booking completed!" + ], + [ + "belief : taxi leaveat = 2:30 ; destination = kings college ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 2:30 ; destination = lodge guest house ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 2:30 ; destination = kings college ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 2:30 ; destination = kings college ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 2:30 ; destination = kings college ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 2:30 ; destination = lodge guest house ; departure = jesus green outdoor poolsystem : have a great day.", + "belief : taxi leaveat = 2:30 ; destination = kings college ; departure = jesus green outdoor poolsystem : have a great day.", + "belief : taxi leaveat = 2:30 ; destination = kings college ; departure = jesus green outdoor poolsystem : have a great day.", + "belief : taxi leaveat = 2:30 ; destination = kings college ; departure = jesus green outdoor poolsystem : have a great day.", + "belief : taxi leaveat = 2:30 ; destination = kings college ; departure = jesus green outdoor poolsystem : have a great day." + ], + [ + "belief : nonesystem : ok i can assist you with that. where will you be departing from?", + "belief : nonesystem : ok i can assist you with that. where will you be departing from?", + "belief : nonesystem : ok i can assist you with that. where will you be departing from?", + "belief : nonesystem : ok i can assist you with that. where will you be departing from?", + "belief : nonesystem : ok i can assist you with that. where will you be departing from?" + ], + [ + "belief : train destination = norwich ; departure = cambridgesystem : there are several trains where are you coming?", + "belief : train destination = norwich ; departure = cambridgesystem : there are several trains where are you coming?", + "belief : train destination = norwich ; departure = cambridgesystem : there are several trains where are you coming?", + "belief : train destination = norwich ; departure = cambridgesystem : there are several trains where are you coming?", + "belief : train destination = norwich ; departure = cambridgesystem : there are several trains where are you coming?" + ], + [ + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : how about [train_id]? it will arrive by [value_time].", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : how about [train_id]? it will arrive by [value_time].", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : how about [train_id]? it will arrive by [value_time].", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : how about [train_id]? it will arrive by [value_time].", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : how about [train_id]? it will arrive by [value_time]." + ], + [ + "belief : train destination = norwich ; day = friday ; arriveby = 15:15 ; departure = cambridgesystem : i have the [train_id] train id, would you like to book a seat?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15 ; departure = cambridgesystem : i have the [train_id] train id, would you like to book a seat?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15 ; departure = cambridgesystem : i have the [train_id] train id, would you like to book a seat?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15 ; departure = cambridgesystem : i have the [train_id] train id, would you like to book a seat?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15 ; departure = cambridgesystem : i have the [train_id] train id, would you like to book a seat?" + ], + [ + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : train destination = norwichsystem : thank you, have a good day!", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : train destination = norwichsystem : thank you, have a good day!", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : train destination = norwichsystem : thank you, have a good day!", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : train destination = norwichsystem : thank you, have a good day!", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : train destination = norwichsystem : thank you, have a good day!" + ], + [ + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : thank you, have a wonderful day.", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : thank you, have a wonderful day.", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : thank you, have a wonderful day.", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : thank you, have a good day.", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : thank you, have a good day." + ], + [ + "belief : restaurant area = centresystem : there are [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food.", + "belief : restaurant area = centresystem : there are [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food.", + "belief : restaurant area = centresystem : there are [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food.", + "belief : restaurant area = centresystem : there are [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food.", + "belief : restaurant area = centresystem : there are [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food." + ], + [ + "belief : restaurant food = italian ; area = centresystem : my favorite place is [restaurant_name]. it is called [restaurant_name]. would you like their address?", + "belief : restaurant food = italian ; area = centresystem : my favorite place is [restaurant_name]. it is located on [attraction_address]. would you like their address?", + "belief : restaurant food = italian ; area = centresystem : my favorite place is [restaurant_name]. it is located on [attraction_address]. would you like their address?", + "belief : restaurant food = italian ; area = centresystem : my favorite place is [restaurant_name]. it is located on [attraction_address]. would you like their address?", + "belief : restaurant food = italian ; area = centresystem : [restaurant_name]is my favorite. would you like to book a table?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have booked a table for [value_count]people at [value_time].", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have booked a table for [value_count]people at [value_time].", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have booked a table for [value_count]people at [value_time].", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have booked a table for [value_count]people at [value_time].", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have booked a table for [value_count]people at [value_time]." + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : goodbye", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : goodbye", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : goodbye", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : thank you", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : thank you" + ], + [ + "belief : restaurant food = italian ; area = centresystem : goodbye", + "belief : restaurant food = italian ; area = centresystem : goodbye", + "belief : restaurant food = italian ; area = centresystem : goodbye", + "belief : restaurant food = italian ; area = centresystem : goodbye", + "belief : restaurant food = italian ; area = centresystem : goodbye" + ], + [ + "belief : restaurant food = italian ; area = centresystem : goodbye.", + "belief : restaurant food = italian ; area = centresystem : goodbye.", + "belief : restaurant food = italian ; area = centresystem : goodbye.", + "belief : restaurant food = italian ; area = centresystem : goodbye.", + "belief : restaurant food = italian ; area = centresystem : goodbye." + ], + [ + "belief : hotel internet = yessystem : i have found plenty of place -s with free wi fi. is there a certain area you are looking for? or a certain price range?", + "belief : hotel internet = yessystem : i have found plenty of place -s with free wi fi. is there a certain area you are looking for? or a certain price range?", + "belief : hotel internet = yessystem : i have found plenty of place -s with free wi fi. is there a certain area you are looking for? or a certain price range?", + "belief : hotel internet = yessystem : i have found plenty of place -s with free wi fi. is there a certain area you are looking for? or a certain price range?", + "belief : hotel internet = yessystem : i have found plenty of place -s with free wi fi. is there a certain area you are looking for? or a certain price range?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : i have available [value_count][value_pricerange] guesthouses and [value_count][value_pricerange] guesthouses. do you have a price range preference?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : i have available [value_count][value_pricerange] guesthouses.", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : i have available [value_count][value_pricerange] guesthouses.", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : i have available [value_count][value_pricerange] guesthouses and [value_count][value_pricerange] guesthouses. do you have a price range preference?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : i have available [value_count][value_pricerange] guesthouses and [value_count][value_pricerange] guesthouses. do you have a price range preference?" + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : the [hotel_name]is a good option. would you like me to book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : the [hotel_name]is a good option. would you like me to book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : the [hotel_name]is a good option. would you like me to book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : the [hotel_name]is a good option. would you like me to book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : the [hotel_name]is in the [value_area] area. would you like me to book it for you?" + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = monday ; people = nonesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = monday ; people = nonesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = monday ; people = nonesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = monday ; people = nonesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = monday ; people = nonesystem : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief :=>belief : hotel area = none ; pricerange = none ; type = nonesystem : booking day = none ; people = none ; stay = 5system : booking was successful.", + "belief :=>belief : hotel area = centre ; pricerange = cheap ; stars = 0 | booking day = monday ; people = none ; stay = 5system : booking type = nonesystem : booking day = nonesystem : booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = none ; pricerange = none ; type = nonesystem : booking day = none ; people = none ; stay = 5system : booking was successful.", + "belief :=>belief : hotel area = centre ; pricerange = cheap ; stars = 0", + "belief :=>belief : hotel area = none ; pricerange = none ; type = nonesystem : booking day = none ; people = none ; stay = 5system : booking was successful." + ], + [ + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 | booking day = monday ; people = none ; stay = 5system : booking people = nonesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 | booking day = monday ; people = none ; stay = 5system : booking people = nonesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 | booking day = monday ; people = none ; stay = 5system : booking was successful.", + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 | booking day = monday ; people = none ; stay = 5system : booking people = nonesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 | booking day = monday ; people = none ; stay = 5system : booking people = nonesystem : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 | booking day = monday ; people = none ; stay = 5system : thank you.", + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 | booking day = monday ; people = none ; stay = 5system : thank you.", + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 | booking day = monday ; people = none ; stay = 5system : thank you.", + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 | booking day = monday ; people = none ; stay = 5system : great.", + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 | booking day = monday ; people = none ; stay = 5system : great!" + ], + [ + "belief : restaurant food = indian ; area = dont caresystem : there are [value_count][value_pricerange] -ly priced restaurant -s in town. what part of town are you in?", + "belief : restaurant food = indian ; area = dont caresystem : there are [value_count][value_pricerange] -ly priced restaurant -s in town. what part of town are you in?", + "belief : restaurant food = indian ; area = dont caresystem : there are [value_count][value_pricerange] -ly priced restaurant -s in town. what part of town are you in?", + "belief : restaurant food = indian ; area = dont caresystem : there are [value_count][value_pricerange] -ly priced restaurant -s in town. what part of town are you in?", + "belief : restaurant food = indian ; area = dont caresystem : there are [value_count][value_pricerange] resturants in the city. what price range do you have in mind?" + ], + [ + "belief : restaurant food = dont care ; pricerange = expensive ; area = westsystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = westsystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = westsystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = westsystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = westsystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people." + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : you are welcome!", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : you are welcome!", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : you are welcome!", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : you are welcome!", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : you are welcome!" + ], + [ + "belief : restaurant food = british ; name = saint johns chop housesystem : absolutely! where will you be departing from?", + "belief : restaurant food = british ; name = saint johns chop housesystem : absolutely! where will you be departing from?", + "belief : restaurant food = british ; name = saint johns chop housesystem : absolutely! where will you be departing from?", + "belief : restaurant food = british ; name = saint johns chop housesystem : absolutely! where will you be departing from?", + "belief : restaurant food = british ; name = saint johns chop housesystem : absolutely! where will you be departing from?" + ], + [ + "belief : taxi destination = lensfield hotel ; departure = sheep's green ; arriveby = 16:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = lensfield hotel ; departure = sheep's green ; arriveby = 14:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = lensfield hotel ; departure = sheep's green ; arriveby = 16:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = lensfield hotel ; departure = rosas bed and breakfast ; arriveby = 13:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = lensfield hotel ; departure = rosas bed and breakfast ; arriveby = 23:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = lensfield hotel ; departure = rosas bed and breakfast ; arriveby = 16:45system : booking completed!", + "belief : taxi destination = lensfield hotel ; departure = sheeps green ; arriveby = 16:45system : booking completed!", + "belief : taxi destination = lensfield hotel ; departure = rosas bed and breakfast ; arriveby = 16:45system : booking completed!", + "belief : taxi destination = lensfield hotel ; departure = sheeps green ; arriveby = 16:45system : booking completed!", + "belief : taxi destination = lensfield hotel ; departure = rosas bed and breakfast ; arriveby = 16:45system : booking completed!" + ], + [ + "belief : taxi destination = lensfield hotel ; departure = rosas bed and breakfast ; arriveby = 16:45system : thank you.", + "belief : taxi destination = lensfield hotel ; departure = sheeps green ; arriveby = 16:45system : great! have a great day!", + "belief : taxi destination = lensfield hotel ; departure = sheeps green ; arriveby = 16:45system : great! have a great day!", + "belief : taxi destination = lensfield hotel ; departure = sheeps green ; arriveby = 16:45system : have a great day!", + "belief : taxi destination = lensfield hotel ; departure = rosas bed and breakfast ; arriveby = 16:45system : have a great day." + ], + [ + "belief : train leaveat = 17:00 ; destination = norwichsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 17:00 ; destination = norwichsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 17:00 ; destination = norwichsystem : certainly, we have several trains that meet your needs. [train_id] departs [value_place]on [value_day]at [value_time]. will that work for you?", + "belief : train leaveat = 17:00 ; destination = norwichsystem : certainly, we have several trains that meet your needs. [train_id] departs [value_place]on [value_day]at [value_time]. will that work for you?", + "belief : train leaveat = 17:00 ; destination = norwichsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?" + ], + [ + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : it leaves on [value_day]. can i book it for you?", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : it leaves on [value_day]. can i book it for you?", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : it leaves on [value_day]. can i book it for you?", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : it leaves on [value_day]. can i book it for you?", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : it leaves on [value_day]. can i book it for you?" + ], + [ + "belief : train destination = norwich ; day = friday ; arriveby = 17:00 ; departure = cambridgesystem : would you like to leave after [value_time]?", + "belief : train destination = norwich ; day = friday ; arriveby = 17:00 ; departure = cambridgesystem : what time would you like to leave?", + "belief : train destination = norwich ; day = friday ; arriveby = 17:00 ; departure = cambridgesystem : would you like to leave at [value_time], or perhaps [value_count]of other days?", + "belief : train destination = norwich ; day = friday ; arriveby = 17:00 ; departure = cambridgesystem : [train_id] leaves at [value_time]", + "belief : train destination = norwich ; day = friday ; arriveby = 17:00 ; departure = cambridgesystem : [train_id] leaves at [value_time]" + ], + [ + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference]." + ], + [ + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : thank you for contacting us. have a wonderful day!", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : thank you for contacting us. have a wonderful day!", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : thank you for contacting us. have a great day!", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : thank you for contacting us. have a wonderful day!", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : thank you for contacting us. have a wonderful day!" + ], + [ + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : you are welcome. have a wonderful day!", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : have a wonderful day! have a wonderful day! have a wonderful day! goodbye.", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : have a wonderful day! have a wonderful day! have a wonderful day! goodbye.", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : have a wonderful day! have a wonderful day! have a wonderful day! goodbye.", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : have a wonderful day! have a wonderful day! have a wonderful day! goodbye." + ], + [ + "belief : train destination = stansted airport ; arriveby = 09:15system : i have [value_count]trains arriving by then, how many passengers?", + "belief : train destination = stansted airport ; arriveby = 09:15system : i have [value_count]trains arriving by then, how many passengers?", + "belief : train destination = stansted airport ; arriveby = 09:15system : i have [value_count]trains arriving by then, how many passengers?", + "belief : train destination = stansted airport ; arriveby = 09:15system : i have [value_count]trains arriving by then, how many passengers?", + "belief : train destination = stansted airport ; arriveby = 09:15system : i have [value_count]trains arriving by then, how many passengers?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : there are [value_count]trains that arrive on [value_day]. each train takes [value_count]hour. when would you prefer to depart?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : there are [value_count]trains that arrive on [value_day]. each train takes [value_count]hour. when would you prefer to depart?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : there are [value_count]trains that arrive on [value_day]. each train takes [value_count]hour. when would you prefer to depart?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : there are [value_count]trains that arrive on [value_day]. each train takes [value_count]hour. when would you prefer to depart?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : there are [value_count]trains that arrive on [value_day]. each train takes [value_count]hour. when would you prefer to depart?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : booking people = 7system : how many tickets would you like to purchase?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : booking people = 7system : how many tickets would you like to purchase?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : booking people = 7system : how many tickets would you like to purchase?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : booking people = 7system : how many tickets would you like to purchase?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : booking people = 7system : how many tickets would you like to purchase?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : booking people = 7system : booking was successful. the total fee is [value_price] gbp. reference number is [train_reference].", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : booking people = 7system : booking was successful. the total fee is [value_price] gbp. reference number is [train_reference].", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : booking people = 7system : booking was successful. the total fee is [value_price] gbp. reference number is [train_reference].", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : booking people = 7system : booking was successful. the total fee is [value_price] gbp. reference number is [train_reference].", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : booking people = 7system : booking was successful. the total fee is [value_price] gbp. reference number is [train_reference]." + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : have a great day!", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : have a great day!", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : have a great day!", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : have a great day!", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem : have a great day!" + ], + [ + "belief : hotel stars = 4 ; internet = yessystem : i have booked you at the [hotel_name]. the address is [hotel_address]. the reference number is [hotel_reference].", + "belief : hotel stars = 4 ; internet = yessystem : i have booked you at the [hotel_name]. the address is [hotel_address]. the reference number is [hotel_reference].", + "belief : hotel stars = 4 ; internet = yessystem : the [hotel_name]is a [value_pricerange] -ly priced [value_count]star hotel in the [value_area] area and has parking. does this sound acceptable to you?", + "belief : hotel stars = 4 ; internet = yessystem : i have booked you at the [hotel_name]. the address is [hotel_address]. the reference number is [hotel_reference].", + "belief : hotel stars = 4 ; internet = yessystem : i have booked you at the [hotel_name]. the address is [hotel_address]. the reference number is [hotel_reference]." + ], + [ + "belief : hotel parking = yes ; stars = 4system : the [hotel_name]is a nice guesthouse with fee parking included. shall i book it for you?", + "belief : hotel parking = yes ; stars = 4system : the [hotel_name]is a nice guesthouse with fee parking included. shall i book it for you?", + "belief : hotel parking = yes ; stars = 4system : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel parking = yes ; stars = 4system : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel parking = yes ; stars = 4system : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?" + ], + [ + "belief : hotel stars = 4system : the [hotel_name]is great!", + "belief : hotel stars = 4system : the [hotel_name]is great!", + "belief : hotel stars = 4system : the [hotel_name]is great!", + "belief : hotel stars = 4system : the [hotel_name]is great!", + "belief : hotel stars = 4system : the [hotel_name]is great!" + ], + [ + "belief : hotel area = north ; stars = 4system : they are both free.", + "belief : hotel area = north ; stars = 4system : they are both free.", + "belief : hotel area = north ; stars = 4system : they are both free.", + "belief : hotel area = north ; stars = 4system : i recommend the [hotel_name].", + "belief : hotel area = north ; stars = 4system : i love the [hotel_name]over on" + ], + [ + "belief : hotel name = whale of a time ; type = hotelsystem : it is located at [hotel_address]and is [value_pricerange].", + "belief : hotel name = whale of a time ; type = hotelsystem : it is located at [hotel_address]and is [value_pricerange].", + "belief : hotel name = worth house ; stars = dont caresystem : it s located at [hotel_address]", + "belief : hotel name = whale of a time ; type = hotelsystem : it is located at [hotel_address]and is [value_pricerange].", + "belief : hotel name = worth house ; stars = dont caresystem : it s located at [hotel_address]" + ], + [ + "belief : hotel name = worth house ; stars = dont care", + "belief : hotel name = worth house ; stars = dont care", + "belief : hotel name = worth house ; stars = dont care", + "belief : hotel name = huntingdon marriott hotel ; area = dont care ; parking = yes ; stars = 4system : it s been my pleasure. have a great day!", + "belief : hotel name = worth house ; stars = dont care" + ], + [ + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count]entries here. i recommend [restaurant_name]." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = eastsystem : sure. no problem. your reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = eastsystem : sure. no problem. your reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = eastsystem : sure. no problem. your reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = eastsystem : ok. you are all set for [value_day]at [value_time]. have a great day.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = eastsystem : sure. no problem. your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = chinese ; area = east = centre | booking day = monday ; people = 1 ; time = 19:30system : you are welcome", + "belief : restaurant food = chinese ; area = east = centre | booking day = monday ; people = 1 ; time = 19:30system : you are welcome", + "belief : restaurant food = chinese ; area = east = centre | booking day = monday ; people = 1 ; time = 19:30system : you are welcome.", + "belief : restaurant food = chinese ; area = east = centre | booking day = monday ; people = 1 ; time = 19:30system : you are welcome.", + "belief : restaurant food = chinese ; area = east = centre | booking day = monday ; people = 1 ; time = 19:30system : you are welcome." + ], + [ + "belief : taxi destination = cambridge museum of all things ; departure = museum of all thingssystem : sure i can help with that! what time do you need it?", + "belief : taxi destination = cambridge museum of internet ; departure = museum of classical archaeologysystem : i'll need to know when you would like to leave [restaurant_name]or arrive at the [attraction_name]first.", + "belief : taxi destination = cambridge museum of all things ; departure = museum of all thingssystem : sure i can help with that! what time do you need it?", + "belief : taxi destination = cambridge museum of all things ; departure = museum of all thingssystem : sure i can help with that! what time do you need it?", + "belief : taxi destination = cambridge museum of internet ; departure = museum of archaelogy and anthropologysystem : i'll need to know when you would like to leave [restaurant_name]or arrive at the [attraction_name]first." + ], + [ + "belief : taxi destination = cambridge museum of archaelogy and anthropology ; departure = rice boatsystem : thank you, have a wonderful day!", + "belief : taxi destination = cambridge museum of archaelogy and anthropology ; departure = rice boatsystem : thank you, have a wonderful day!", + "belief : taxi destination = cambridge museum of archaelogy and anthropology ; departure = rice boatsystem : thank you, have a wonderful day.", + "belief : taxi destination = cambridge museum of archaelogy and anthropology ; departure = rice boatsystem : thank you, have a wonderful day.", + "belief : taxi destination = cambridge museum of archaelogy and anthropology ; departure = rice boatsystem : thank you, have a wonderful day." + ], + [ + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of architecture ; departure = rice boatsystem : booking completed! booked car type [taxi_type]", + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of architecture ; departure = rice boatsystem : booking completed! booked car type [taxi_type]", + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of internet ; departure = rice boatsystem : booking completed! booked car type [taxi_type]", + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of internet ; departure = rice boatsystem : booking completed! booked car type [taxi_type]", + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of architecture ; departure = rice boatsystem : booking completed! booked car type [taxi_type]" + ], + [ + "belief : taxi destination = saigon city ; arriveby = 11:00system : okay, what time do you want to leave?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : okay, what time do you want to leave?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : okay, what time do you want to leave?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : okay, what time do you want to leave?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : okay, what time do you want to leave?" + ], + [ + "belief : taxi destination = saigon city ; departure = lovellum lodge ; arriveby = 11:00system : i have booked a [taxi_type]that will leave [attraction_name], and arrive in [restaurant_name]by [value_time]. their contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi destination = saigon city ; departure = lovellum lodge ; arriveby = 11:00system : i have booked a [taxi_type]that will leave [attraction_name], and arrive in [restaurant_name]by [value_time]. their contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi destination = saigon city ; departure = lovellum lodge ; arriveby = 11:00system : i have booked a [taxi_type]that will leave [attraction_name], and arrive in [restaurant_name]by [value_time]. their contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi destination = saigon city ; departure = lovellum lodge ; arriveby = 11:00system : i have booked a [taxi_type]that will leave [attraction_name], and arrive in [restaurant_name]by [value_time]. their contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi destination = saigon city ; departure = lovellum lodge ; arriveby = 11:00system : i have booked a [taxi_type]that will leave [attraction_name], and arrive in [restaurant_name]by [value_time]. their contact number is [taxi_phone]. is there anything else i can help you with?" + ], + [ + "belief : restaurant food = dont care ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = dont care ; area = centresystem : there are [value_count]restaurant -s that serve [value_food] food. what price range are you looking for?", + "belief : restaurant food = dont care ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = dont care ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = dont care ; area = centresystem : there are [value_count]restaurant -s that serve [value_food] food. what price range are you looking for?" + ], + [ + "belief : restaurant food = dont care ; pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that serve [value_food] food. what price range are you looking for?", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that serve [value_food] food. what price range are you looking for?", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that serve [value_food] food. what price range are you looking for?", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that serve [value_food] food. what price range are you looking for?", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that serve [value_food] food. what price range are you looking for?" + ], + [ + "belief : restaurant food = mediterranean ; pricerange = moderate ; area = centresystem : booking was unsuccessful. would you like to find another restaurant?", + "belief : restaurant food = mediterranean ; pricerange = moderate ; area = centresystem : booking was unsuccessful. would you like to find another restaurant?", + "belief : restaurant food = mediterranean ; pricerange = moderate ; area = centresystem : booking was unsuccessful. would you like to find another restaurant?", + "belief : restaurant food = mediterranean ; pricerange = moderate ; area = centresystem : booking was unsuccessful. would you like to find another restaurant?", + "belief : restaurant food = mediterranean ; pricerange = moderate ; area = centresystem : booking was unsuccessful. would you like to find another restaurant?" + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : thank you.", + "belief : restaurant food = mediterranean ; pricerange = moderate ; area = centre | booking day = tuesday ; people = 6 ; time = 12:00system : thank you.", + "belief : restaurant food = mediterranean ; pricerange = moderate ; area = centre | booking day = tuesday ; people = 6 ; time = 12:00system : thank you.", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : thank you.", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : thank you." + ], + [ + "belief : restaurant food = mediterranean ; pricerange = moderate", + "belief : restaurant food = mediterranean ; pricerange = moderate", + "belief : restaurant food = mediterranean ; pricerange = moderate", + "belief : restaurant food = mediterranean ; pricerange = moderate", + "belief : restaurant food = mediterranean ; pricerange = moderate" + ], + [ + "belief : train departure = cambridgesystem : there are several trains departing [value_place]at what time would you like to leave?", + "belief : train departure = cambridgesystem : there are several trains departing [value_place]at what time would you like to leave?", + "belief : train departure = cambridgesystem : there are several trains departing [value_place]at what time would you like to leave?", + "belief : train departure = cambridgesystem : there are several trains departing [value_place]at what time would you like to leave?", + "belief : train departure = cambridgesystem : there are several trains departing [value_place]at what time would you like to leave?" + ], + [ + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have confirmed your taxi, a [taxi_type]will be picking you up at [value_time].", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i can help with that! what time would you like to leave?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have confirmed your taxi, a [taxi_type]will be picking you up at [value_time].", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have confirmed your taxi, a [taxi_type]will be picking you up at [value_time].", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have confirmed your taxi, a [taxi_type]will be picking you up at [value_time]." + ], + [ + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem : i have that train arriving by then, how many tickets will you be needing?", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem : i have that reservation made at the ghandi, reference number is [train_reference]", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem : i have that reservation made at the ghandi, reference number is [train_reference]", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem : i have that reservation made at the ghandi, reference number is [train_reference]", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem : i have [value_count]arriving at [value_time]. it leaves [value_place]at [value_time]. does that work?" + ], + [ + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem : the travel time is [value_count]minutes.", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem : the travel time is [value_count]minutes.", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem : the travel time is [value_count]minutes.", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem : the travel time is [value_count]minutes.", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem : the travel time is [value_count]minutes." + ], + [ + "belief : taxi departure = golden woksystem : sure, where would you like to go?", + "belief : taxi departure = golden woksystem : sure, where would you like to go?", + "belief : taxi departure = golden woksystem : sure, where would you like to go?", + "belief : taxi departure = golden woksystem : sure, where would you like to go?", + "belief : taxi departure = golden woksystem : sure, where would you like to go?" + ], + [ + "belief : taxi leaveat = 17:30 ; destination = kettles yard ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = kettles yard ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = kettles yard ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = kettles yard ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = kettles yard ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : your car is a [taxi_type]and your contact number is [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : your car is a [taxi_type]and your contact number is [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : your car is a [taxi_type]and your contact number is [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : your car is a [taxi_type]and your contact number is [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : your car is a [taxi_type]and your contact number is [taxi_phone]" + ], + [ + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : is there anything else i can help you with?", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : is there anything else i can help you with?", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : is there anything else i can help you with?", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : is there anything else i can help you with?", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : is there anything else i can help you with?" + ], + [ + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : have a great day!", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : have a great day.", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : have a great day.", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : have a great day.", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : have a great day." + ], + [ + "belief : hotel name = cambridge ; internet = yessystem : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel name = cambridge ; internet = yessystem : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel name = cambridge ; internet = yessystem : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel name = cambridge ; internet = yessystem : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel name = cambridge ; internet = yessystem : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?" + ], + [ + "belief : hotel area = dont care ; pricerange = cheap ; internet = yes ; type = guesthousesystem : okay, there is [value_count]located in the [value_area] and [value_count]in the [value_area].", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yes ; type = guesthousesystem : okay, there is [value_count]located in the [value_area] and [value_count]in the [value_area].", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yes ; type = guesthousesystem : okay, there is [value_count]located in the [value_area] and [value_count]in the [value_area].", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yes ; type = guesthousesystem : okay, there is [value_count]located in the [value_area] and [value_count]in the [value_area].", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yes ; type = guesthousesystem : okay, there is [value_count]located in the [value_area] and [value_count]in the [value_area]." + ], + [ + "belief : hotel area = dont care ; pricerange = cheap ; type = guesthousesystem : no ; type = guesthousesystem : i show several hotel -s that meet that criteria. how about [hotel_name].", + "belief : hotel area = dont care ; pricerange = cheap ; type = guesthousesystem : the [hotel_name]is a good option.", + "belief : hotel area = dont care ; pricerange = cheap ; type = guesthousesystem : no ; type = guesthousesystem : the [hotel_name]is a good option.", + "belief : hotel area = dont care ; pricerange = cheap ; type = guesthousesystem : the [hotel_name]is a good option.", + "belief : hotel area = dont care ; pricerange = cheap ; type = guesthousesystem : no ; type = guesthousesystem : i show several hotel -s that meet that criteria. how about [hotel_name]." + ], + [ + "belief : hotel parking = yes ; pricerange = cheap=>belief : hotel area = dont care ; type = guesthousesystem : no, pricerange = cheapsystem : no, but we have [value_count]stars.", + "belief : hotel parking = yes ; pricerange = cheap=>belief : hotel area = dont care ; type = guesthousesystem : no, pricerange = cheapsystem : no, but we have [value_count]stars.", + "belief : hotel parking = yes ; pricerange = cheap=>belief : hotel area = dont care ; type = guesthousesystem : no, pricerange = cheapsystem : no, type = guesthousesystem : i think that meets your criteria. would you like to book the [hotel_name]or [hotel_name].", + "belief : hotel parking = yes ; pricerange = cheap=>belief : hotel area = dont care ; type = guesthousesystem : no, pricerange = cheapsystem : i think the [hotel_name]is a great guesthouse.", + "belief : hotel parking = yes ; pricerange = cheap=>belief : hotel area = dont care ; type = guesthousesystem : no, pricerange = cheapsystem : no, type = guesthousesystem : i think that meets your criteria. would you like to book the [hotel_name]of those." + ], + [ + "belief : hotel parking = yes ; pricerange = cheapsystem : the [hotel_name]is great!", + "belief : hotel parking = yes ; pricerange = cheapsystem : the [hotel_name]is great!", + "belief : hotel parking = yes ; pricerange = cheapsystem : the [hotel_name]is great!", + "belief : hotel parking = yes ; pricerange = cheapsystem : the [hotel_name]is great!", + "belief : hotel parking = yes ; pricerange = cheapsystem : the [hotel_name]is great!" + ], + [ + "belief : hotel parking = yes ; pricerange = cheapsystem : the [hotel_name]is a good option.", + "belief : hotel parking = yes ; pricerange = cheapsystem : the [hotel_name]is a great guesthouse in the [value_area].", + "belief : hotel parking = yes ; pricerange = cheapsystem : the [hotel_name]is a great guesthouse in the [value_area].", + "belief : hotel parking = yes ; pricerange = cheapsystem : the [hotel_name]is a great guesthouse in the [value_area].", + "belief : hotel parking = yes ; pricerange = cheapsystem : the [hotel_name]is a good option." + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : thank you.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : thank you.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : goodbye.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : thank you.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : goodbye." + ], + [ + "belief : restaurant pricerange = expensive ; area = eastsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant pricerange = expensive ; area = eastsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant pricerange = expensive ; area = eastsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant pricerange = expensive ; area = eastsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant pricerange = expensive ; area = eastsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town." + ], + [ + "belief : restaurant food = british ; pricerange = expensivesystem : i have the [hotel_name]that is [value_pricerange] with [value_count]stars. would you like to book a table?", + "belief : restaurant food = british ; pricerange = expensivesystem : sure, they are in the [value_area] area.", + "belief : restaurant food = british ; pricerange = expensivesystem : i have a table for [value_count]at [value_time]on [value_day].", + "belief : restaurant food = british ; pricerange = expensivesystem : i have the [hotel_name]that is [value_pricerange] with [value_count]stars. would you like to book a table?", + "belief : restaurant food = british ; pricerange = expensivesystem : i have a good british restaurant in the [value_area] of town." + ], + [ + "belief : restaurant food = british ; pricerange = expensivesystem : i have booked you at [restaurant_name].", + "belief : restaurant food = british ; pricerange = expensivesystem : i have booked you at [restaurant_name].", + "belief : restaurant food = british ; pricerange = expensivesystem : i have booked you at [restaurant_name].", + "belief : restaurant food = british ; pricerange = expensivesystem : i have booked you at [restaurant_name].", + "belief : restaurant food = british ; pricerange = expensivesystem : i have booked you at [restaurant_name]." + ], + [ + "belief :=>belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : booking day = wednesday ; people = 5 ; time = 13:00system : i have that reservation made at [restaurant_name].", + "belief :=>belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : i have that reservation made at [value_time]=>", + "belief :=>belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : i have that reservation made at [value_time]=>", + "belief :=>belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : i have that reservation made at [value_time]!", + "belief :=>belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : booking day = wednesday ; people = 5 ; time = 13:00system : i have that reservation made at [restaurant_name]." + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : thank you.", + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : thank you.", + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : thank you.", + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : thank you.", + "belief : restaurant food = british ; pricerange = expensive ; area = eastsystem : thank you." + ], + [ + "belief : train day = sunday ; arriveby = 18:00system : what are your departure and arrival destinations?", + "belief : train day = sunday ; arriveby = 18:00system : what are your departure and arrival destinations?", + "belief : train day = sunday ; arriveby = 18:00system : what are your departure and arrival destinations?", + "belief : train day = sunday ; arriveby = 18:00system : what are your departure and arrival destinations?", + "belief : train day = sunday ; arriveby = 18:00system : what are your departure and arrival destinations?" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : can you please tell me how many people will be staying and for how many nights?", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : can you please tell me how many people will be staying and for how many nights?", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : of course. when would you like to leave?", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : can you please tell me how many people will be traveling and for how many nights?", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : can you please tell me how many people will be traveling and for how many nights?" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference]." + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : happy to help=>!", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : happy to help", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : happy to help=>!", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : happy to help=>!", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : happy to help=>!" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : have a wonderful day.", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : have a wonderful day.", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : have a wonderful day.", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : have a wonderful day.", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : have a wonderful day." + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : have a wonderful day!", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : have a wonderful day!", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : have a wonderful day!", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : have a wonderful day!", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : have a wonderful day!" + ], + [ + "belief : hotel area = centre ; type = hotelsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = centre ; type = hotelsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = centre ; type = hotelsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = centre ; type = hotelsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = centre ; type = hotelsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?" + ], + [ + "belief : hotel area = centre ; pricerange = expensivesystem : i have found [value_count][value_pricerange] [value_pricerange] [value_food] restaurant -s. would you like to book a table?", + "belief : hotel area = centre ; pricerange = expensivesystem : i have found [value_count][value_pricerange] [value_pricerange] [value_food] restaurant -s, [restaurant_name]and [value_count]. both are in the [value_area] area. would you like more information on either [value_count]of these restaurant -s?", + "belief : hotel area = centre ; pricerange = expensivesystem : i have found [value_count][value_pricerange] -ly priced [value_count]star guesthouses available. do you have a preference for a guesthouse or a hotel?", + "belief : hotel area = centre ; pricerange = expensivesystem : i have found [value_count][value_pricerange] [value_pricerange] [value_food] restaurant -s. would you like to book a table?", + "belief : hotel area = centre ; pricerange = expensivesystem : i have found [value_count][value_pricerange] -ly priced [value_count]star guesthouses in the [value_area] of town. do you have a preference?" + ], + [ + "belief : hotel area = centre ; stars = expensivesystem : great! do you want to book?", + "belief : hotel area = centre ; stars = expensivesystem : great! do you want to book?", + "belief : hotel area = centre ; stars = expensivesystem : great! do you want to book?", + "belief : hotel area = centre ; stars = expensivesystem : great! do you want to book?", + "belief : hotel area = centre ; stars = expensivesystem : great! do you want to book?" + ], + [ + "belief : hotel name = gonville hotel area = centre ; pricerange = expensivesystem : okay. have a great day.", + "belief : hotel name = gonville hotel area = centre ; pricerange = expensivesystem : okay. please tell me if you would like to book it.", + "belief : hotel name = gonville hotel area = centre ; pricerange = expensivesystem : okay. have a great day.", + "belief : hotel name = gonville hotel area = centre ; pricerange = expensivesystem : okay. have a great day.", + "belief : hotel name = gonville hotel area = centre ; pricerange = expensivesystem : okay. please tell me if you would like to book it." + ], + [ + "belief : hotel area = centre ; stars = expensivesystem : booking day = sunday ; people = 4 ; stay = 3system : great! booking was successful. reference number is [hotel_reference]", + "belief : hotel area = centre ; stars = expensivesystem : booking day = sunday ; people = 4 ; stay = 3system : great! booking was successful. reference number is [hotel_reference]", + "belief : hotel area = centre ; stars = expensivesystem : booking day = sunday ; people = 4 ; stay = 3system : great! booking was successful. reference number is [hotel_reference]", + "belief : hotel area = centre ; stars = expensivesystem : booking day = sunday ; people = 4 ; stay = 3system : great! booking was successful. reference number is [hotel_reference]", + "belief : hotel area = centre ; stars = expensivesystem : booking day = sunday ; people = 4 ; stay = 3system : great! booking was successful. reference number is [hotel_reference]" + ], + [ + "belief : hotel area = centre ; stars = expensive ; type = hotelsystem : great. have a great day.", + "belief : hotel area = centre ; stars = expensive ; type = hotelsystem : great. have a great day.", + "belief : hotel area = centre ; stars = expensive ; type = hotelsystem : great. have a great day.", + "belief : hotel area = centre ; stars = expensive ; type = hotelsystem : great. have a great day.", + "belief : hotel area = centre ; stars = expensive ; type = hotelsystem : great. have a great day." + ], + [ + "belief : train destination = cambridge ; departure = elysystem : on what day do you wish to travel and to what destination?", + "belief : train destination = cambridge ; departure = elysystem : on what day do you wish to travel and to what destination?", + "belief : train destination = cambridge ; departure = elysystem : on what day do you wish to travel and to what destination?", + "belief : train destination = cambridge ; departure = elysystem : on what day do you wish to travel and to what destination?", + "belief : train destination = cambridge ; departure = elysystem : on what day do you wish to travel and to what destination?" + ], + [ + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : train [train_id] leaves [value_place]on [value_day]and arrives in [value_place]at [value_time].", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : train [train_id] leaves [value_place]on [value_day]and arrives in [value_place]at [value_time].", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : train [train_id] leaves [value_place]on [value_day]and arrives in [value_place]at [value_time]." + ], + [ + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference]." + ], + [ + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : have a wonderful day!", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : have a wonderful day!", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : have a wonderful day!", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : have a wonderful day!", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : have a wonderful day!" + ], + [ + "belief : taxi destination = nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : taxi destination = nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : taxi destination = nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : taxi destination = nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : taxi destination = nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?" + ], + [ + "belief : taxi destination = saigon city ; departure = archway house ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = saigon city ; departure = archway house ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = saigon city ; departure = archway house ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = saigon city ; departure = archway house ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = saigon city ; departure = archway house ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?" + ], + [ + "belief : taxi destination = county folk museum ; departure = cambridge ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = county folk museum ; departure = cambridge ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = county folk museum ; departure = cambridge ; arriveby = 12:45system : i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?", + "belief : taxi destination = county folk museum ; departure = cambridge ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi destination = county folk museum ; departure = cambridge ; arriveby = 12:45system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?" + ], + [ + "belief : taxi destination = trinity college ; departure = cambridge ; arriveby = 12:45system : thank you, have a great day!", + "belief : taxi destination = trinity college ; departure = cambridge ; arriveby = 12:45system : i have a white bmv with a contact number of [taxi_phone].", + "belief : taxi destination = trinity college ; departure = cambridge ; arriveby = 12:45system : thank you, have a great day!", + "belief : taxi destination = trinity college ; departure = cambridge ; arriveby = 12:45system : thank you, have a good day!", + "belief : taxi destination = trinity college ; departure = cambridge ; arriveby = 12:45system : thank you, have a good day!" + ], + [ + "belief : attraction name =williams art and architecturesystem : i have found several galleries and museums that meet your criteria. were you looking for a particular type of attraction?", + "belief : attraction name =williams art and attraction type = museumsystem : i have found the [attraction_name]which is an [value_area] museum. would you like more information?", + "belief : attraction name =williams art and attraction type = museumsystem : i have found the [attraction_name]which is an [value_area] museum. is there anything else i can help you with?", + "belief : attraction name =williams art and architecturesystem : i have found the attraction. it is an [value_area] attraction, would you like more information?", + "belief : attraction name =williams art and architecturesystem : i have found several galleries and museums that meet your criteria. were you looking for a particular type of attraction?" + ], + [ + "belief : attraction name =williams art and architecturesystem : sure, the postcode is [attraction_postcode]and it is located at [attraction_address]. can i assist you with anything else?", + "belief : attraction name =williams art and architecturesystem : sure, the postcode is [attraction_postcode]and it is located at [attraction_address]. can i assist you with anything else?", + "belief : attraction name =williams art and attraction type = museumsystem : can i do anything else for you today?", + "belief : attraction name =williams art and attraction type = museumsystem : sure, the postcode is [attraction_postcode]and it is located at [attraction_address]. can i assist you with anything else?", + "belief : attraction name =williams art and attraction type = museumsystem : sure, the postcode is [attraction_postcode]and it is located at [attraction_address]. can i assist you with anything else?" + ], + [ + "belief : attraction name =williams art and attraction type = museumsystem : you are welcome. have a great day!", + "belief : attraction name =williams art and attraction type = museumsystem : you are welcome. have a great day!", + "belief : attraction name =williams art and attraction type = museumsystem : you are welcome. have a great day!", + "belief : attraction name =williams art and attraction type = museumsystem : you are welcome. have a great day!", + "belief : attraction name =williams art and attraction type = museumsystem : you are welcome. have a great day!" + ], + [ + "belief : taxi destination = none ; arriveby = 08:30system : where will you be departing from?", + "belief : taxi destination = none ; arriveby = 08:30system : where will you be departing from?", + "belief : taxi destination = none ; arriveby = 08:30system : where will you be departing from?", + "belief : taxi destination = none ; arriveby = 08:30system : where will you be departing from?", + "belief : taxi destination = none ; arriveby = 08:30system : where will you be departing from?" + ], + [ + "belief : taxi destination = el shaddia guesthouse ; departure = using hotel name = el shaddia guesthouse ; arriveby = 08:30system : i have a white bmv with a contact number of [taxi_phone]", + "belief : taxi destination = el shaddia guesthouse ; departure = using hotel name = el shaddia guesthouse ; arriveby = 08:30system : i have a white bmv with a contact number of [taxi_phone]", + "belief : taxi destination = el shaddia guesthouse ; departure = using hotel name = el shaddia guesthouse ; arriveby = 08:30system : i have a white bmv with a contact number of [taxi_phone]", + "belief : taxi destination = el shaddia guesthouse ; departure = using hotel name = el shaddia guesthouse ; arriveby = 08:30system : i have a white bmv with a contact number of [taxi_phone]", + "belief : taxi destination = el shaddia guesthouse ; departure = using hotel name = el shaddia guesthouse ; arriveby = 08:30system : i have a white bmv with a contact number of [taxi_phone]" + ], + [ + "belief : taxi destination = el shaddia guesthouse ; departure = using hotel hobsons house ; arriveby = 08:30system : thank you.", + "belief : taxi destination = el shaddia guesthouse ; departure = tang chinese ; arriveby = 08:30system : is there anything else i can do for you today?", + "belief : taxi destination = el shaddia guesthouse ; departure = mumford hotel ; arriveby = 08:30system : thank you, goodbye.", + "belief : taxi destination = el shaddia guesthouse ; departure = using hotel hobsons house ; arriveby = 08:30system : thank you.", + "belief : taxi destination = el shaddia guesthouse ; departure = tang chinese ; arriveby = 08:30system : thank you, goodbye." + ], + [ + "belief : taxi destination = el shaddia guesthouse ; departure = nonesystem : you are welcome. have a great day.", + "belief : taxi destination = el shaddia guesthouse ; departure = nonesystem : thank you.", + "belief : taxi destination = el shaddia guesthouse ; departure = lodging house ; arriveby = 08:30system : thank you.", + "belief : taxi destination = el shaddia guesthouse ; departure = nonesystem : thank you.", + "belief : taxi destination = el shaddia guesthouse ; departure = nonesystem : thank you." + ], + [ + "belief : attraction name = kettles yardsystem : the [attraction_name]is an [value_pricerange] [value_food] restaurant in the [value_area] of town.", + "belief : attraction name = kettles yardsystem : the [attraction_name]is an [value_pricerange] [value_food] restaurant in the [value_area] of town.", + "belief : attraction name = kettles yardsystem : the [attraction_name]is an [value_pricerange] [value_food] restaurant in the [value_area] of town.", + "belief : attraction name = kettles yardsystem : the [attraction_name]is an [value_pricerange] hotel in the [value_area]. they have free wifi and free parking. should i book it?", + "belief : attraction name = kettles yardsystem : the [attraction_name]is an [value_pricerange] [value_food] restaurant in the [value_area] of town." + ], + [ + "belief : attraction name = kettles yard ; area = westsystem : you are welcome! have a great day! goodbye.", + "belief : attraction name = kettles yard ; area = westsystem : you are welcome! have a great day! goodbye.", + "belief : attraction name = kettles yard ; area = westsystem : you are welcome! have a great day! goodbye.", + "belief : attraction name = kettles yard ; area = westsystem : you are welcome! have a great day! goodbye.", + "belief : attraction name = kettles yard ; area = westsystem : you are welcome! have a great day! goodbye." + ], + [ + "belief : restaurant food = british ; area = centresystem : [restaurant_name]is a nice place in the [value_area].", + "belief : restaurant food = british ; area = centresystem : [restaurant_name]is a nice place in the [value_area].", + "belief : restaurant food = british ; area = centresystem : [restaurant_name]is a nice place in the [value_area].", + "belief : restaurant food = british ; area = centresystem : [restaurant_name]is a nice place in the [value_area].", + "belief : restaurant food = british ; area = centresystem : [restaurant_name]is a nice place in the [value_area]." + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] part of town. what price range do you have in mind?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] part of town. what price range do you have in mind?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] part of town. what price range do you have in mind?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] part of town. what price range do you have in mind?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] part of town. what price range do you have in mind?" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : i have booked you at [restaurant_name]on [value_day]at [value_time].", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : i have booked you at [restaurant_name]on [value_day]at [value_time].", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : i have booked you at [restaurant_name]on [value_day]at [value_time].", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : i have booked you at [restaurant_name]on [value_day]at [value_time].", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = fridaysystem : i have booked you at [restaurant_name]on [value_day]at [value_time]." + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = friday = sunday ; people = 8 ; time = 12:00system : sure.=>!", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = friday = sunday ; people = 8 ; time = 12:00system : sure.=>!", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = friday = sunday ; people = 8 ; time = 12:00system : sure.=>!", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = friday = sunday ; people = 8 ; time = 12:00system : sure.=>!", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = friday = sunday ; people = 8 ; time = 12:00system : sure.=>!" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = friday ; people = 8 ; time = 12:00system : thank you", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = friday ; people = 8 ; time = 12:00system : thank you", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = friday ; people = 8 ; time = 12:00system : thank you", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = friday ; people = 8 ; time = 12:00system : thank you", + "belief : restaurant food = british ; pricerange = expensive ; area = centre | booking day = friday ; people = 8 ; time = 12:00system : thank you" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : [restaurant_name]is a nice restaurant in the [value_area] part of town and is in the [value_pricerange] price range.", + "belief : restaurant pricerange = expensive ; area = centresystem : [restaurant_name]is a nice restaurant in the [value_area] part of town and is in the [value_pricerange] price range.", + "belief : restaurant pricerange = expensive ; area = centresystem : [restaurant_name]is a nice restaurant in the [value_area] part of town and is in the [value_pricerange] price range.", + "belief : restaurant pricerange = expensive ; area = centresystem : [restaurant_name]is a nice restaurant in the [value_area] part of town and is in the [value_pricerange] price range.", + "belief : restaurant pricerange = expensive ; area = centresystem : [restaurant_name]is a nice restaurant in the [value_area] part of town and is in the [value_pricerange] price range." + ], + [ + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : [restaurant_name]is an [value_pricerange] restaurant that serves [value_food] food, would you like their address or phone number?", + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : [restaurant_name]is an [value_pricerange] restaurant that serves [value_food] food, would you like their address or phone number?", + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : [restaurant_name]is an [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : [restaurant_name]is an [value_pricerange] restaurant that serves [value_food] food, would you like their address or phone number?", + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : [restaurant_name]is an [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town." + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : how about [restaurant_name]? it is located in the [value_area] of town", + "belief : restaurant food = italian ; pricerange = expensivesystem : how about [restaurant_name]? it is located in the [value_area] of town", + "belief : restaurant food = italian ; pricerange = expensivesystem : how about [restaurant_name]? it is located in the [value_area] of town", + "belief : restaurant food = italian ; pricerange = expensivesystem : how about [restaurant_name]? it is located in the [value_area] of town", + "belief : restaurant food = italian ; pricerange = expensivesystem : how about [restaurant_name]? it is located in the [value_area] of town" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have confirmed you booking, the reference code is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have confirmed you booking for a table of [value_count]at [value_time].", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have confirmed you booking, the reference code is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have confirmed you booking for a table of [value_count]at [value_time].", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have confirmed you booking, the reference code is [restaurant_reference]." + ], + [ + "belief :=>belief : restaurant food = italian food = italian ; pricerange = expensive ; area = centresystem : sure, leave at [value_time]", + "belief :=>belief : restaurant food = italian food = italian ; pricerange = expensive ; area = centresystem : sure, have a great day.", + "belief :=>belief : restaurant food = italian food = italian ; pricerange = expensive ; area = centresystem : sure, have a great day.", + "belief :=>belief : restaurant food = italian food = italian ; pricerange = expensive ; area = centresystem : sure, i was able to book you at [restaurant_name]at [value_time].", + "belief :=>belief : restaurant food = italian food = italian ; pricerange = expensive ; area = centresystem : sure, i was able to book you at [restaurant_name]at [value_time]." + ], + [ + "belief : good news! your reservation was successful.user : your reference number is [restaurant_reference].user : thank you, goodbye.", + "belief : good news!user : booking was successful.user : your reference number is [restaurant_reference].user : thank you, goodbye.", + "belief : good news! your reservation has been booked.user : your reference number is [restaurant_reference].user : thank you!", + "belief : good news! your reservation was successful.user : your reference number is [restaurant_reference].user : thank you, goodbye.", + "belief : good news! your reservation was successful.user : your reference number is [restaurant_reference].user : thank you, goodbye." + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : okay, i was able to book you at [restaurant_name]. reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = expensivesystem : okay, i was able to book you at [restaurant_name]. reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = expensivesystem : good news! your reservation has been booked for [value_day]at [value_time]for [value_count]people. the reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = expensivesystem : good news! your reservation was successful. the reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = expensivesystem : good news! your reservation has been booked for [value_day]at [value_time]for [value_count]people. the reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : sure, meze bar | booking day = saturday ; people = 4 ; time = 15:15system : fine.", + "belief : restaurant food = italian ; pricerange = expensivesystem : sure, meze bar | booking day = saturday ; people = 4 ; time = 15:15system : fine.", + "belief : restaurant food = italian ; pricerange = expensivesystem : sure, meze bar ; area = centre | booking day = saturday ; people = 4 ; time = 15:15system : fine.", + "belief : restaurant food = italian ; pricerange = expensivesystem : sure, meze bar ; area = centre | booking day = saturday ; people = 4 ; time = 15:15system : fine.", + "belief : restaurant food = italian ; pricerange = expensivesystem : sure, meze bar | booking day = saturday ; people = 4 ; time = 15:15system : fine." + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : you are welcome.", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : you are welcome.", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : you are welcome.", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : you are welcome.", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : you are welcome." + ], + [ + "belief : hotel stars = 3system : i found [value_count]hotel -s with a [value_count]rating, would you like to book it?", + "belief : hotel stars = 3system : i found [value_count]hotel -s with a [value_count]rating, would you like to book it?", + "belief : hotel stars = 3system : i found [value_count]hotel -s with a [value_count]rating, would you like to book a room?", + "belief : hotel stars = 3system : i found [value_count]hotel -s with a [value_count]rating, would you like to book it?", + "belief : hotel stars = 3system : i found [value_count]hotel -s with a [value_count]rating, would you like to book it?" + ], + [ + "belief : hotel parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : ok, there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : ok, there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : ok, there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : ok, there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : ok, there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?" + ], + [ + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : booking day = wednesday ; people = 6 ; stay = 2system : great!", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : booking day = wednesday ; people = 6 ; stay = 2system : perfect!", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : booking day = wednesday ; people = 6 ; stay = 2system : perfect!", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : booking day = wednesday ; people = 6 ; stay = 2system : great!", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : booking day = wednesday ; people = 6 ; stay = 2system : perfect!" + ], + [ + "belief : hotel area = dont care ; stars = 3 ; type = guesthouse | booking day = wednesday ; people = 6 ; stay = 2system : great!", + "belief : hotel area = dont care ; stars = 3 ; type = guesthouse | booking day = wednesday ; people = 6 ; stay = 2system : good news!", + "belief : hotel area = dont care ; stars = 3 ; type = guesthousesystem : great! look for a reservation.", + "belief : hotel area = dont care ; stars = 3 ; type = guesthousesystem : great! look for a reservation.", + "belief : hotel area = dont care ; stars = 3 ; type = guesthouse | booking day = wednesday ; people = 6 ; stay = 2system : good news!" + ], + [ + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3system : great! look for another hotel.", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3system : great! look for another hotel.", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3system : great! look for another hotel.", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3system : great! look for more information.", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3system : great! look for another hotel." + ], + [ + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : thank you. have a great day!", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : thank you. have a great day!", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel name = hamilton lodge ; area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : thank you. have a great day!" + ], + [ + "belief : nonesystem : sure, where are you looking for?", + "belief : nonesystem : sure, where are you looking for?", + "belief : nonesystem : sure, where are you looking for?", + "belief : nonesystem : sure, where are you looking for?", + "belief : nonesystem : sure, where are you looking for?" + ], + [ + "belief : attraction type = architecturesystem : thank you, goodbye.", + "belief : attraction type = architecturesystem : we are sorry, but we don't have information on the theaters entrance fees. can i help you with anything else?", + "belief : attraction type = architecturesystem : we are sorry, but we don't have information on the theaters entrance fees. can i help you with anything else?", + "belief : attraction type = architecturesystem : thank you, have a great day! goodbye.", + "belief : attraction type = architecturesystem : thank you, have a great day! goodbye." + ], + [ + "belief : attraction type = architecturesystem : there are [value_count]possible place -s to go in the center of town. what type of architecture are you looking for?", + "belief : attraction type = architecturesystem : there are [value_count]possible place -s to go in the center of town. what type of architecture are you looking for?", + "belief : attraction type = architecturesystem : there are [value_count]possible place -s to go in the center of town. what type of architecture are you looking for?", + "belief : attraction type = architecturesystem : there are [value_count]possible place -s to go in the center of town. what type of architecture are you looking for?", + "belief : attraction type = architecturesystem : there are [value_count]possible place -s to go in the center of town. what type of architecture are you looking for?" + ], + [ + "belief : attraction type = architecturesystem : sure, their postcode is [attraction_postcode].", + "belief : attraction type = architecturesystem : sure, their postcode is [attraction_postcode].", + "belief : attraction type = architecturesystem : sure, their postcode is [attraction_postcode].", + "belief : attraction type = architecturesystem : sure, their postcode is [attraction_postcode].", + "belief : attraction type = architecturesystem : sure, their postcode is [attraction_postcode]." + ], + [ + "belief : attraction type = architecturesystem : thank you, goodbye.", + "belief : attraction type = architecturesystem : thank you, goodbye.", + "belief : attraction type = architecturesystem : thank you, goodbye.", + "belief : attraction type = architecturesystem : thank you, goodbye.", + "belief : attraction type = architecturesystem : thank you, goodbye." + ], + [ + "belief : hotel name = lensfield hotelsystem : what is your destination and what time would you like to leave?", + "belief : hotel name = lensfield hotelsystem : what is your destination and what time would you like to arrive by?", + "belief : hotel name = lensfield hotelsystem : what is your destination and what time would you like to arrive by?", + "belief : hotel name = lensfield hotelsystem : what is your destination and what time would you like to leave?", + "belief : hotel name = lensfield hotelsystem : what is your destination and what time would you like to arrive by?" + ], + [ + "belief : hotel name = lensfield hotel ; area = dont care ; parking = yes ; pricerange = moderate ; stars = 3 ; internet = yes ; type = hotel | booking day = sunday ; people = 7 ; stay = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = lensfield hotel ; area = dont care ; parking = yes ; pricerange = moderate ; stars = 3 ; internet = yes ; type = hotel | booking day = sunday ; people = 7 ; stay = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = lensfield hotel ; area = dont care ; parking = yes ; pricerange = moderate ; stars = 3 ; internet = yes ; type = hotel | booking day = sunday ; people = 7 ; stay = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = lensfield hotel ; area = dont care ; parking = yes ; pricerange = moderate ; stars = 3 ; internet = yes ; type = hotel | booking day = sunday ; people = 7 ; stay = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = lensfield hotel ; area = dont care ; parking = yes ; pricerange = moderate ; stars = 3 ; internet = yes ; type = hotel | booking day = sunday ; people = 7 ; stay = 3system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel name = lensfield hotel ; area = dont care ; parking = yes ; pricerange = moderate ; stars = 3 ; type = hotel | booking day = sunday ; people = 7 ; stay = 3system : okay. have a great day!", + "belief : hotel name = lensfield hotel ; area = dont care ; parking = yes ; pricerange = moderate ; stars = 3 ; type = hotel | booking day = sunday ; people = 7 ; stay = 3system : okay. have a great day!", + "belief : hotel name = lensfield hotel ; area = dont care ; parking = yes ; pricerange = moderate ; stars = 3 ; type = hotel | booking day = sunday ; people = 7 ; stay = 3system : okay. have a great day!", + "belief : hotel name = lensfield hotel ; area = dont care ; parking = yes ; pricerange = moderate ; stars = 3 ; type = hotel | booking day = sunday ; people = 7 ; stay = 3system : okay. have a great day!", + "belief : hotel name = lensfield hotel ; area = dont care ; parking = yes ; pricerange = moderate ; stars = 3 ; type = hotel | booking day = sunday ; people = 7 ; stay = 3system : okay. have a great day!" + ], + [ + "belief : restaurant food = north indian ; area = centresystem : i am sorry there are no [value_food] restaurant -s in the [value_area] of town. would you like to try another type of cuisine?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry there are no [value_food] restaurant -s in the [value_area] of town. would you like to try another type of cuisine?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry there are no [value_food] restaurant -s in the [value_area] of town. would you like to try another type of cuisine?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry. i don't show any results for malaysian restaurant -s on the [value_area] side of town. would you like me to search any other area -s?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry. i don't show any results for malaysian restaurant -s on the [value_area] side of town. would you like me to search any other area -s?" + ], + [ + "belief : restaurant food = chinese ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = chinese ; area = centresystem : i apologize, that is no [value_food] restaurant. would you like to try another type of cuisine?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name]." + ], + [ + "belief : restaurant food = chinese ; area = centresystem : i have that reserved, the reference code is [restaurant_reference].", + "belief : restaurant food = chinese ; area = centresystem : i have that reserved, the reference code is [restaurant_reference].", + "belief : restaurant food = chinese ; area = centresystem : i have that reserved, the reference code is [restaurant_reference].", + "belief : restaurant food = chinese ; area = centresystem : i have that reserved, the reference code is [restaurant_reference].", + "belief : restaurant food = chinese ; area = centresystem : i have that reserved, the reference code is [restaurant_reference]." + ], + [ + "belief : restaurant food = chinese ; pricerange = dont care : restaurant food = north indian ; area = centresystem : i have no problem.", + "belief : restaurant food = chinese ; pricerange = dont care : restaurant food = north indian ; area = centresystem : i have no problem.", + "belief : restaurant food = chinese ; pricerange = dont care : restaurant food = north indian ; area = centresystem : i have no problem.", + "belief : restaurant food = chinese ; pricerange = dont care : restaurant food = north indian ; area = centresystem : i have no problem.", + "belief : restaurant food = chinese ; pricerange = dont care : restaurant food = north indian ; area = centresystem : i have no problem." + ], + [ + "belief : restaurant food = chinese ; pricerange = dont care ; area = centresystem : ok. have a great day!", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centresystem : booking day = sunday ; people = 2 ; time = 13:30system : booking was unsuccessful.", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centresystem : ok. have a great day!", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centresystem : ok. have a great day!", + "belief : restaurant food = chinese ; pricerange = dont care ; area = centresystem : booking day = sunday ; people = 2 ; time = 13:30system : booking was unsuccessful." + ], + [ + "belief : restaurant food = chinese ; pricerange = dont care : good day = 12:30system : that is all", + "belief : restaurant food = chinese ; pricerange = dont care : good day = 12:30system : that is all", + "belief : restaurant food = chinese ; pricerange = dont care : good day = 12:30system : that is all", + "belief : restaurant food = chinese ; pricerange = dont care : good=>!", + "belief : restaurant food = chinese ; pricerange = dont care : good=>!" + ], + [ + "belief : restaurant food = chinese ; pricerange = dont care :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = chinese ; pricerange = dont care :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = chinese ; pricerange = dont care :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = chinese ; pricerange = dont care :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = chinese ; pricerange = dont care :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : taxi destination = hobsons housesystem : okay. what time do you want to leave?", + "belief : taxi destination = hobsons housesystem : okay! what time do you need it for?", + "belief : taxi destination = hobsons housesystem : okay. what time do you want to leave?", + "belief : taxi destination = hobsons housesystem : okay! what time do you need it for?", + "belief : taxi destination = hobsons housesystem : okay. what time do you want to leave?" + ], + [ + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : ok, what time do you want to leave?", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : ok, what time do you want to leave?", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : ok, what time do you want to leave?", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : ok, what time do you want to leave?", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : ok, what time do you want to leave?" + ], + [ + "belief : taxi destination = hobsons house ; departure = warkworth house ; arriveby = 17:45system : you are welcome! have a great day! goodbye.", + "belief : taxi destination = hobsons house ; departure = warkworth house ; arriveby = 17:45system : you are welcome! have a great day! goodbye.", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you are welcome! have a great day! goodbye.", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you are welcome! have a great day! goodbye.", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you are welcome! have a great day! goodbye." + ], + [ + "belief : hotel area = east ; stars = 4 ; internet = yessystem : ok. there are [value_count]hotel -s with free wifi. is there a particular area you want to stay in?", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : ok. there are [value_count]hotel -s with free wifi. is there a certain area you want to stay in?", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : ok. there are [value_count]hotel -s with free wifi. is there a certain area you want to stay in?", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : ok. we have [value_count]guesthouses with that criteria, the [hotel_name], and the [hotel_name].", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : ok. there are [value_count]hotel -s with free wifi. is there a particular area or price range you prefer?" + ], + [ + "belief : hotel area = east ; stars = 4 ; internet = yessystem : there are several like that. would you like to book a room at [hotel_name], or perhaps [value_count]of the others?", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : there are several like that. would you like to book a room at [hotel_name], or perhaps [value_count]of the others?", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : we have [value_count]guesthouses with that criteria, the [hotel_name], and the [hotel_name].", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : we have [value_count]guesthouses with that criteria, the [hotel_name], and the [hotel_name].", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : there are [value_count]hotel -s that meet those criteria. what day and how many people are you looking to book for?" + ], + [ + "belief : hotel area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : okay. booking was successful. reference number is [hotel_reference].", + "belief : hotel area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : okay. booking was successful. reference number is [hotel_reference].", + "belief : hotel area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : okay. booking was successful. reference number is [hotel_reference].", + "belief : hotel area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : okay. booking was successful. reference number is [hotel_reference].", + "belief : hotel area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : okay. booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you. have a nice day.", + "belief : hotel area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you. have a nice day.", + "belief : hotel area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you. have a nice day.", + "belief : hotel area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you. have a nice day.", + "belief : hotel area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you. have a nice day." + ], + [ + "belief : taxi destination = ruskin gallerysystem : i need to know when you would like to arrive by, and where from.", + "belief : taxi destination = ruskin gallerysystem : i need to know when you would like to arrive by, and where from.", + "belief : taxi destination = ruskin gallerysystem : i need to know when you would like to arrive by, and where from.", + "belief : taxi destination = ruskin gallerysystem : i need to know when you would like to arrive by, and where from.", + "belief : taxi destination = ruskin gallerysystem : i need to know when you would like to arrive by, and where from." + ], + [ + "belief : taxi destination = ruskin gallery ; departure = saffron train station ; arriveby = 7:15system : ok, i have booked you a [taxi_type]for an [value_price] taxi. the contact number is [taxi_phone].", + "belief : taxi destination = ruskin gallery ; departure = saffronian restaurant ; arriveby = 7:15system : ok, i have booked you a [taxi_type]for an [value_time]pickup. the contact number is [taxi_phone].", + "belief : taxi destination = ruskin gallery ; departure = saffronese restaurant ; arriveby = 7:15system : ok, i have booked you a [taxi_type]for an [value_time]pickup. the contact number is [taxi_phone].", + "belief : taxi destination = ruskin gallery ; departure = saffronian restaurant ; arriveby = 7:15system : ok, i have booked you a [taxi_type]for an [value_pricerange] taxi. the contact number is [taxi_phone].", + "belief : taxi destination = ruskin gallery ; departure = saffron college ; arriveby = 7:15system : ok, i have booked you a [taxi_type]for an [value_time]" + ], + [ + "belief : taxi destination = ruskin gallery ; departure = saffronian restaurant ; arriveby = 7:15system : have a safe trip! have a great day! goodbye.", + "belief : taxi destination = ruskin gallery ; departure = saffron star restaurant ; arriveby = 7:15system : have a safe trip! have a great day! goodbye.", + "belief : taxi destination = ruskin gallery ; departure = saffron college ; arriveby = 7:15system : have a safe trip!", + "belief : taxi destination = ruskin gallery ; departure = saffronian restaurant ; arriveby = 7:15system : have a safe trip! have a great day! goodbye.", + "belief : taxi destination = ruskin gallery ; departure = saffronian restaurant ; arriveby = 7:15system : have a safe trip! have a great day! goodbye." + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food.", + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food.", + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food.", + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food.", + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count]options. [restaurant_name]serves [value_food] food and [restaurant_name]serves [value_food] food." + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : i have that reserved, the reference code is [restaurant_reference].", + "belief : restaurant pricerange = moderate ; area = centresystem : i have that reserved, the reference code is [restaurant_reference].", + "belief : restaurant pricerange = moderate ; area = centresystem : i have that reserved, the reference code is [restaurant_reference].", + "belief : restaurant pricerange = moderate ; area = centresystem : i have that reserved, the reference code is [restaurant_reference].", + "belief : restaurant pricerange = moderate ; area = centresystem : i have that reserved, the reference code is [restaurant_reference]." + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : okay. i was able to book you at [value_time].", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : okay. i was able to book you at [value_time].", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : i was able to book you at [restaurant_name].", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : okay. i was able to book you at [value_time].", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : i was able to book you at [restaurant_name]." + ], + [ + "belief : restaurant food = it was a pleasure to serve people.", + "belief : restaurant food = it was a pleasure to serve people.", + "belief : restaurant food = it was a pleasure to serve people.=>belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : you are welcome!", + "belief : restaurant food = it was a pleasure to serve", + "belief : restaurant food = it was a pleasure to serve" + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : you are welcome!", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : enjoy your meal", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : you are welcome!", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : enjoy your day", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : you are welcome!" + ], + [ + "belief : hotel pricerange = expensive ; type = guesthousesystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : it does.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : no, but [hotel_name]is a nice guesthouse. would you like me to think it is worth the price range.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : no, but [hotel_name]is a nice guesthouse. would you like me to think it is worth the price range.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : no, but [hotel_name]is a nice guesthouse. would you like me to think it is worth the price range.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : no, but [hotel_name]is a nice guesthouse. would you like me to think it is worth the price range." + ], + [ + "belief : hotel pricerange = cheap=>belief : hotel area = north ; type = guesthousesystem : the [hotel_name]is a nice guesthousesystem : would you like to book it?", + "belief : hotel pricerange = cheap=>belief : hotel area = north ; type = guesthousesystem : the [hotel_name]is a nice guesthousesystem : would you like me to book it for you", + "belief : hotel pricerange = cheap=>belief : hotel area = north ; type = guesthousesystem : the [hotel_name]is a guesthousesystem : would you like to book it?", + "belief : hotel pricerange = cheap=>belief : hotel area = north ; type = guesthousesystem : the [hotel_name]is a nice guesthousesystem : would you like me to book it for you", + "belief : hotel pricerange = cheap=>belief : hotel area = west ; type = guesthousesystem : the [hotel_name]is a guesthousesystem : would you like me to book it for you" + ], + [ + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : it s [value_pricerange] = cheapsystem : yes, it is a [value_pricerange] guesthouse", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : it s [value_pricerange] = cheapsystem : it s a [value_pricerange] -ly priced [value_count]star guesthouse", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : it s [value_pricerange] = cheapsystem : it s a [value_pricerange] -ly priced [value_count]star guesthouse", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : it s [value_pricerange] = cheapsystem : it s [value_pricerange] -ly priced", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : it s [value_pricerange] = cheapsystem : yes, it is a [value_pricerange] guesthouse. would you like to book it?" + ], + [ + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : goodbye.", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : goodbye.", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : goodbye.", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : goodbye.", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : goodbye." + ], + [ + "belief : hotel parking = yes ; type = hotelsystem : ok, there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; type = hotelsystem : ok, there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; type = hotelsystem : ok, there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; type = hotelsystem : ok, we have [value_count]guesthouses that offer free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel parking = yes ; type = hotelsystem : ok, there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderatesystem : there are [value_count]options. how about [hotel_name]on histon road?", + "belief : hotel parking = yes ; pricerange = moderatesystem : there are [value_count]options. how about [hotel_name]on histon road?", + "belief : hotel parking = yes ; pricerange = moderatesystem : there are [value_count]options. how about [hotel_name]on histon road?", + "belief : hotel parking = yes ; pricerange = moderatesystem : there are [value_count]options. how about [hotel_name]on histon road?", + "belief : hotel parking = yes ; pricerange = moderatesystem : there are [value_count]options. how about [hotel_name]on histon road?" + ], + [ + "belief : hotel pricerange = moderate ; internet = yes ; type = guesthousesystem : yes, the [hotel_name]is a nice guesthousesystem : yes, the hotel pricerange is [value_pricerange].", + "belief : hotel pricerange = moderate ; internet = yes ; type = guesthousesystem : yes, the [hotel_name]is a nice guesthousesystem : yes, the phone number is [hotel_phone].", + "belief : hotel pricerange = moderate ; internet = yes ; type = guesthousesystem : yes, the [hotel_name]is a nice guesthousesystem : yes, the phone number is [hotel_phone].", + "belief : hotel pricerange = moderate ; internet = yes ; type = guesthousesystem : yes, the [hotel_name]is a nice guesthousesystem : yes, the phone number is [hotel_phone].", + "belief : hotel pricerange = moderate ; internet = yes ; type = guesthousesystem : yes, the [hotel_name]is a nice guesthouse" + ], + [ + "belief : hotel name = arbury lodge guesthouse ; parking = yes ; pricerange = moderatesystem : sure.", + "belief : hotel pricerange = moderate=>belief : hotel name = hamilton lodge ; area = dont caresystem : sure. the hamilton is located at [hotel_address].", + "belief : hotel pricerange = moderate=>belief : hotel name = hamilton lodge ; area = dont caresystem : sure. the hamilton is located at [hotel_address].", + "belief : hotel name = arbury lodge guesthouse ; parking = yes ; pricerange = moderatesystem : sure.", + "belief : hotel name = arbury lodge guesthouse ; parking = yes ; pricerange = moderatesystem : sure." + ], + [ + "belief : hotel parking = yes ; pricerange = moderatesystem : thank you.", + "belief : hotel name = dont care ; parking = yes ; pricerange = moderatesystem : thank you.", + "belief : hotel name = dont care ; parking = yes ; pricerange = moderatesystem : thank you.", + "belief : hotel parking = yes ; pricerange = moderatesystem : thank you.", + "belief : hotel name = hamilton lodge guesthouse ; parking = yes ; pricerange = moderatesystem : thank you" + ], + [ + "belief : restaurant food = dont care ; pricerange = cheap ; area = northsystem : [restaurant_name]serves [value_food] food in the [value_area] area.", + "belief : restaurant food = dont care ; pricerange = cheap ; area = northsystem : [restaurant_name]serves [value_food] food in the [value_area] area.", + "belief : restaurant food = dont care ; pricerange = cheap ; area = northsystem : [restaurant_name]serves [value_food] food in the [value_area] area.", + "belief : restaurant food = dont care ; pricerange = cheap ; area = northsystem : [restaurant_name]serves [value_food] food in the [value_area] area.", + "belief : restaurant food = dont care ; pricerange = cheap ; area = northsystem : [restaurant_name]serves [value_food] food in the [value_area] area." + ], + [ + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : no restaurant -s in the [value_area] have been found.", + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : no restaurant -s in the [value_area] have been found.", + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : no restaurant -s in the [value_area] have been found.", + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : no restaurant -s in the [value_area] have been found.", + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : no restaurant -s in the [value_area] have been found." + ], + [ + "belief : restaurant food = dont care ; pricerange = cheap ; name = curry prince ; area = northsystem : their phone number is [restaurant_phone]and they are located at [restaurant_address].", + "belief : restaurant food = dont care ; pricerange = cheap ; name = curry prince ; area = northsystem : their phone number is [restaurant_phone]and they are located at [restaurant_address].", + "belief : restaurant food = dont care ; pricerange = cheap ; name = curry prince ; area = northsystem : their phone number is [restaurant_phone]and they are located at [restaurant_address].", + "belief : restaurant food = dont care ; pricerange = cheap ; name = curry prince ; area = northsystem : their phone number is [restaurant_phone]and they are located at [restaurant_address].", + "belief : restaurant food = dont care ; pricerange = cheap ; name = curry prince ; area = northsystem : their phone number is [restaurant_phone]and they are located at [restaurant_address]." + ], + [ + "belief : restaurant food = italian ; pricerange = cheap ; name = da vinci pizzeria ; area = northsystem : thank you.", + "belief : restaurant food = italian ; pricerange = cheap ; name = da vinci pizzeria ; area = northsystem : thank you.", + "belief : restaurant food = italian ; pricerange = cheap ; name = da vinci pizzeria ; area = northsystem : thank you.", + "belief : restaurant food = italian ; pricerange = cheap ; name = da vinci pizzeria ; area = northsystem : thank you.", + "belief : restaurant food = italian ; pricerange = cheap ; name = da vinci pizzeria ; area = northsystem : thank you." + ], + [ + "belief : restaurant food = italian ; pricerange = cheap ; name = da vinci pizzeria ; area = northsystem : goodbye", + "belief : restaurant food = italian ; pricerange = cheap ; name = da vinci pizzeria ; area = northsystem : goodbye", + "belief : restaurant food = italian ; pricerange = cheap ; name = da vinci pizzeria ; area = northsystem : goodbye", + "belief : restaurant food = italian ; pricerange = cheap ; name = da vinci pizzeria ; area = northsystem : goodbye", + "belief : restaurant food = italian ; pricerange = cheap ; name = da vinci pizzeria ; area = northsystem : goodbye" + ], + [ + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : where will you be departing from?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : where will you be departing from?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : where will you be departing from?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : where will you be departing from?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : where will you be departing from?" + ], + [ + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone].", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone].", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone].", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone].", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : is there anything else i can help you with today?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : is there anything else i can help you with today?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : is there anything else i can help you with today?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : is there anything else i can help you with today?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : is there anything else i can help you with today?" + ], + [ + "belief : leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : have a wonderful day!", + "belief : leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : have a wonderful day!", + "belief : leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : have a wonderful day!", + "belief : leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : have a wonderful day!", + "belief : leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : have a wonderful day!" + ], + [ + "belief : hotel name = acorn guest housesystem : i can. if you would give me the name, or other details, i can search for it.", + "belief : hotel name = acorn guest housesystem : i can. if you would give me the name, or other details, i can search for it.", + "belief : hotel name = acorn guest housesystem : i can. if you would give me the name, or other details, i can search for it.", + "belief : hotel name = acorn guest housesystem : i can indeed. the [hotel_name]is a guesthouse. is this something you would be interested in?", + "belief : hotel name = acorn guest housesystem : i can indeed. the [hotel_name]is a guesthouse. is this something you would be interested in?" + ], + [ + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]options for you would you like [value_pricerange] or [value_pricerange]? i have nothing in between.", + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]options for you would you like [value_pricerange] or [value_pricerange]? i have nothing in between.", + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]options for you would you like [value_pricerange] or [value_pricerange]? i have nothing in between.", + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]options for you would you like [value_pricerange] or [value_pricerange]? i have nothing in between.", + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]options for you would you like [value_pricerange] or [value_pricerange]? i have nothing in between." + ], + [ + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yessystem : i love [attraction_name]over on [hotel_address].", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yessystem : i love [attraction_name]over on [hotel_address].", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yessystem : i recommend [hotel_name].", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yessystem : i recommend [hotel_name].", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yessystem : i recommend [hotel_name]." + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : sure, anything else i can do for you.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthouse | booking day = thursdaysystem : sure, please enjoy your stay.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthouse | booking day = thursdaysystem : sure, people = 5 ; stay = 5system : sure.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : sure, anything else i can do for you.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : sure, anything else i can do for you." + ], + [ + "belief : hotel area = dont care ; parking = yes ; stars = 4 ; type = guesthouse | booking day = thursday ; people = 5system : have a great day = don't care", + "belief : hotel area = dont care ; parking = yes ; stars = 4 ; type = guesthouse | booking day = thursday ; people = 5system : have a great day = nonesystem : have a great day = none", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; type = guesthouse | booking day = thursday ; people = 5system : have a great day = don't care", + "belief : hotel area = dont care ; parking = yes ; stars = 4 ; type = guesthouse | booking day = thursday ; people = 5system : have a great day = nonesystem : have a great day = none", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; type = guesthouse | booking day = thursday ; people = 5system : have a great day = nonesystem : have a great day = none" + ], + [ + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : sure! when would you like to arrive?", + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : great. and where will you be departing from?", + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : sure! when would you like to arrive?", + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : sure! when would you like to arrive?", + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : sure! when would you like to arrive?" + ], + [ + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : great. and do you have a departure or arrival time?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : great. and do you have a departure or arrival time?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : great. and do you have a departure or arrival time?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : great. and do you have a departure or arrival time?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : great. and do you have a departure or arrival time?" + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = city stop restaurant ; arriveby = 17:30system : thank you. have a great day.", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : thank you. have a great day.", + "belief : taxi destination = don pasquale pizzeria ; departure = city stop restaurant ; arriveby = 17:30system : thank you. have a great day.", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : thank you. have a great day.", + "belief : taxi destination = don pasquale pizzeria ; departure = city stop restaurant ; arriveby = 17:30system : thank you. have a great day." + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = city stop restaurant ; arriveby = 17:30system : you are very welcome. have a great day.", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : is there anything else i can help you with?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : is there anything else i can help you with?", + "belief : taxi destination = don pasquale pizzeria ; departure = city stop restaurant ; arriveby = 17:30system : is there anything else i can help you with?", + "belief : taxi destination = don pasquale pizzeria ; departure = city stop restaurant ; arriveby = 17:30system : you are welcome. have a great day." + ], + [ + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : have a great day.", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : have a great day.", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : have a great day.", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : have a great day.", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : have a great day." + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : ok. there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; type = guesthousesystem : ok. there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; type = guesthousesystem : ok. there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; type = guesthousesystem : ok. there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; type = guesthousesystem : ok. there are [value_count]hotel -s that meet those criteria. what part of town would you prefer?" + ], + [ + "belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : great, there are [value_count]hotel -s that meet those criteria. what day and how many people are you looking to book for?", + "belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : unfortunately, i could not find a match.", + "belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : unfortunately, i could not find a match.", + "belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : unfortunately, i could not find a match.", + "belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : unfortunately, i could not find a match." + ], + [ + "belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : booking day = monday ; people = 8system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : booking day = monday ; people = 8system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : booking day = monday ; people = 8system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : booking day = monday ; people = 8system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : booking day = monday ; people = 8system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = south ; stars = 3 ; type = guesthousesystem : thank you. have a nice day!", + "belief : hotel area = south ; stars = 3 ; type = guesthousesystem : thank you. have a nice day!", + "belief : hotel area = south ; stars = 3 ; type = guesthousesystem : thank you. have a nice day!", + "belief : hotel area = south ; stars = 3 ; type = guesthousesystem : thank you. have a nice day!", + "belief : hotel area = south ; stars = 3 ; type = guesthousesystem : thank you. have a nice day!" + ], + [ + "belief :=>belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : okay. good news! your booking was successful.", + "belief :=>belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : good news! your booking was successful. have a great day!", + "belief :=>belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : okay. good news! your booking was successful.", + "belief :=>belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : good news! your booking was successful. have a great day!", + "belief :=>belief : hotel area = south ; parking = yes ; stars = 3 ; type = guesthousesystem : okay. good news! your booking was successful." + ], + [ + "belief : hotel area = south", + "belief : hotel area = south", + "belief : hotel area = south", + "belief : hotel area = south", + "belief : hotel area = south" + ], + [ + "belief : attraction type = boat ; area = northsystem : sure, we have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : attraction type = boat ; area = northsystem : sure, we have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : attraction type = boat ; area = northsystem : sure, we have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : attraction type = boat ; area = northsystem : sure, we have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : attraction type = boat ; area = northsystem : sure, we have [value_count]trains, could you tell me when you would like to arrive by?" + ], + [ + "belief : attraction type = boat ; area = northsystem : sure. the phone number is [attraction_phone]and it is free to get in.", + "belief : attraction type = boat ; area = northsystem : sure. the phone number is [attraction_phone]and it is free to get in.", + "belief : attraction type = boat ; area = northsystem : sure. the phone number is [attraction_phone]and it is free to get in.", + "belief : attraction type = boat ; area = northsystem : sure. the phone number is [attraction_phone]and it is free to get in.", + "belief : attraction type = boat ; area = northsystem : sure. the phone number is [attraction_phone]and it is free to get in." + ], + [ + "belief : attraction type = boat ; area = northsystem : thank you for using our system! have a great day.", + "belief : attraction type = boat ; area = northsystem : thank you for using our system! have a great day.", + "belief : attraction type = boat ; area = northsystem : thank you for using our system! have a great day.", + "belief : attraction type = boat ; area = northsystem : thank you for using our system! have a great day.", + "belief : attraction type = boat ; area = northsystem : thank you for using our system! have a great day." + ], + [ + "belief : restaurant name = la margheritasystem : [restaurant_name]is in the [value_area], [value_pricerange] -ly priced, located at [restaurant_address], and can be reached at [restaurant_phone].", + "belief : restaurant name = la margheritasystem : [restaurant_name]is in the [value_area], [value_pricerange] -ly priced, located at [restaurant_address], and can be reached at [restaurant_phone].", + "belief : restaurant name = la margheritasystem : [restaurant_name]is in the [value_area], [value_pricerange] -ly priced, located at [restaurant_address], and can be reached at [restaurant_phone].", + "belief : restaurant name = la margheritasystem : [restaurant_name]is in the [value_area], [value_pricerange] -ly priced, located at [restaurant_address], and can be reached at [restaurant_phone].", + "belief : restaurant name = la margheritasystem : [restaurant_name]is in the [value_area], [value_pricerange] -ly priced, located at [restaurant_address], and can be reached at [restaurant_phone]." + ], + [ + "belief : restaurant name = la margheritasystem : you are welcome. have a great day!", + "belief : restaurant name = la margheritasystem : you are welcome. have a great day!", + "belief : restaurant name = la margheritasystem : you are welcome. have a great day!", + "belief : restaurant name = la margheritasystem : you are welcome. have a great day!", + "belief : restaurant name = la margheritasystem : you are welcome. have a great day!" + ], + [ + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = chinese ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area] part of town. do you prefer [value_food] or [value_food] food?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] and [value_count][value_pricerange] price range -s. which range do you prefer?", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] and [value_count][value_pricerange] price range. which range do you prefer?", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] and [value_count][value_pricerange] price range -s. which range do you prefer?", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] and [value_count][value_pricerange] price range -s. which range do you prefer?", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] and [value_count][value_pricerange] price range -s. which range do you prefer?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : thank you", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : thank you", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : thank you", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : thank you", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : thank you" + ], + [ + "belief : hotel area = centre ; pricerange = cheapsystem : [hotel_name]is a hotel located in the [value_area] of town.", + "belief : hotel area = centre ; pricerange = cheapsystem : [hotel_name]is a hotel located in the [value_area] of town.", + "belief : hotel area = centre ; pricerange = cheapsystem : [hotel_name]is a hotel located in the [value_area] of town.", + "belief : hotel area = centre ; pricerange = cheapsystem : [hotel_name]is a hotel located in the [value_area] of town.", + "belief : hotel area = centre ; pricerange = cheapsystem : [hotel_name]is a hotel located in the [value_area] of town." + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0system : i found [value_count]hotel -s with free parking and a [value_count]star rating. what area of town would you like to stay in?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : i found [value_count]hotel -s with free parking and a [value_count]star rating. what area of town would you like to stay in?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : i found [value_count]hotel -s with free parking and a [value_count]star rating. what area of town would you like to stay in?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : i found [value_count]hotel -s with free parking and a [value_count]star rating. what area of town would you like to stay in?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : i found [value_count]hotel -s with free parking and a [value_count]star rating. what area of town would you like to stay in?" + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0system : absolutely!", + "belief : hotel area = centre ; parking = yes ; stars = 0system : sure. the postcode is [hotel_postcode]. is there anything else i can help you with?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : absolutely!", + "belief : hotel area = centre ; parking = yes ; stars = 0system : absolutely!", + "belief : hotel area = centre ; parking = yes ; stars = 0system : absolutely!" + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0system : it is a guesthousesystem : great! have a great day!", + "belief : hotel area = centre ; parking = yes ; stars = 0system : it is a guesthousesystem : great! have a great day!", + "belief : hotel area = centre ; parking = yes ; stars = 0system : it is a guesthousesystem : great! have a great day!", + "belief : hotel area = centre ; parking = yes ; stars = 0system : it is a guesthousesystem : great! have a great day!", + "belief : hotel area = centre ; parking = yes ; stars = 0system : it is a guesthousesystem : great! have a great day!" + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0system : yes", + "belief : hotel area = centre ; parking = yes ; stars = 0system : yes", + "belief : hotel area = centre ; parking = yes ; stars = 0system : yes", + "belief : hotel area = centre ; parking = yes ; stars = 0system : yes", + "belief : hotel area = centre ; parking = yes ; stars = 0system : yes ; type = guesthousesystem : yes, the [hotel_name]is a hotel." + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0system : okay. have a nice day.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : okay. have a nice day.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : okay. have a nice day.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : okay. have a nice day.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : okay. have a nice day." + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0system : goodbye.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : goodbye.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : goodbye.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : goodbye.", + "belief : hotel area = centre ; parking = yes ; stars = 0system : goodbye." + ], + [ + "belief : train destination = cambridge ; arriveby = 03:00system : there are several trains that will meet your needs. [train_id] departs [value_place]on [value_day]at [value_time]. will that work for you?", + "belief : train destination = cambridge ; arriveby = 03:00system : the first train after [value_time][train_id] leaves at [value_time]. shall i book it for you?", + "belief : train destination = cambridge ; arriveby = 03:00system : the first train after [value_time][train_id] leaves at [value_time]. shall i book it for you?", + "belief : train destination = cambridge ; arriveby = 03:00system : the first train after [value_time][train_id] leaves at [value_time]. shall i book it for you?", + "belief : train destination = cambridge ; arriveby = 03:00system : the first train after [value_time][train_id] leaves at [value_time]. shall i book it for you?" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 3:00system : are you departing from [value_place]station?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 3:00system : are you departing from [value_place]station?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 3:00system : are you departing from [value_place]station?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 3:00system : are you departing from [value_place]station?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 3:00system : are you departing from [value_place]station?" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 3:00 ; departure = london kings crosssystem : there are [value_count]trains do you have a time you you would like to travel on?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 3:00 ; departure = london kings crosssystem : there are [value_count]trains do you have a time you you would like to travel on?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 3:00 ; departure = london kings crosssystem : there are [value_count]trains do you have a time you you would like to travel on?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 3:00 ; departure = london kings crosssystem : there are [value_count]trains do you have a time you you would like to travel on?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 3:00 ; departure = london kings crosssystem : there are [value_count]trains do you have a time you you would like to travel on?" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : i have a train that arrives earlier at [value_time]and [value_count]that arrives just before your specified time at [value_time].", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : okay, there is a [value_time]train to [value_place]on [value_day].", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : okay, how about the [train_id] train that leaves at [value_time]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : okay, how about the [train_id] train that leaves at [value_time]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : i have a train that arrives earlier at [value_time]and [value_count]that arrives just before your specified time at [value_time]." + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : booking people = 1system : thank you, have a wonderful day!", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : thank you, have a good day!", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : thank you, have a wonderful day=>!", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : thank you, have a good day!", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : thank you, have a wonderful day=>!" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : thank you!", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : thank you.", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : thank you!", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : thank you.", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : thank you." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are a few [value_pricerange] restaurant -s in the city. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are a few [value_pricerange] restaurant -s in the city. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are a few [value_pricerange] restaurant -s in the city. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are a few [value_pricerange] restaurant -s in the city. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are a few [value_pricerange] restaurant -s in the city. do you prefer [value_food] or [value_food] food?" + ], + [ + "belief : restaurant pricerange = expensive ; area = dont care = north | booking day = saturday ; people = 3 ; time = 14:00system : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant pricerange = expensive ; area = dont care = north | booking day = saturday ; people = 3 ; time = 14:00system : i have that reserved, the reference code is [restaurant_reference].", + "belief : restaurant pricerange = expensive ; area = dont care = north | booking day = saturday ; people = 3 ; time = 14:00system : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant pricerange = expensive ; area = dont care = north | booking day = saturday ; people = 3 ; time = 14:00system : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant pricerange = expensive ; area = dont care = north | booking day = saturday ; people = 3 ; time = 14:00system : i have that reserved, the reference code is [restaurant_reference]." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = westsystem : that time is [value_food] food.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = westsystem : that time is [value_food] food.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = westsystem : that time is [value_food] food.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = westsystem : sure, that time is [value_pricerange].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = westsystem : that time is [value_food] food." + ], + [ + "belief : restaurant pricerange = expensive ; area = dont care = chinese ; pricerange = expensivesystem : the reference number is [restaurant_reference].", + "belief : restaurant pricerange = expensive ; area = dont care = chinese ; pricerange = dont care = nonesystem : the reference number is [restaurant_reference]", + "belief : restaurant pricerange = expensive ; area = dont care = chinese ; area = westsystem : the reference number is [restaurant_reference].", + "belief : restaurant pricerange = expensive ; area = dont care = chinese ; pricerange = expensivesystem : the reference number is [restaurant_reference].", + "belief : restaurant pricerange = expensive ; area = dont care = chinese ; area = westsystem : the reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensivesystem : thank you.user : great! have a great day! goodbye.", + "belief : restaurant food = chinese ; pricerange = expensivesystem : okay.", + "belief : restaurant food = chinese ; pricerange = expensivesystem : thank you.user : great! have a great day! goodbye.", + "belief : restaurant food = chinese ; pricerange = expensivesystem : thank you.user : great! have a great day! goodbye.", + "belief : restaurant food = chinese ; pricerange = expensivesystem : thank you.user : great! have a great day! goodbye." + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]possible place -s that fit your request. for example, there is an [value_pricerange] [value_food] restaurant in the [value_area]. is this something you would be interested in?" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town. do you prefer [value_food] or [value_food] food?" + ], + [ + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : i have you booked for a table of [value_count]at [value_time], would you like a confirmation receipt?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : i have you booked for a table of [value_count]at [value_time], would you like a confirmation receipt?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : i have you booked for a table of [value_count]at [value_time], would you like a confirmation receipt?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : i have you booked for a table of [value_count]at [value_time], would you like a confirmation receipt?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : i have you booked for a table of [value_count]at [value_time], would you like a confirmation receipt?" + ], + [ + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : it is an [value_pricerange] restaurant.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : it is an [value_pricerange] restaurant.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : it is an [value_pricerange] restaurant.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : it is an [value_pricerange] restaurant.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : it is an [value_pricerange] restaurant." + ], + [ + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8 ; time = 15:30system : is there anything else", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8 ; time = 15:30system : is there anything else", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8 ; time = 15:30system : is there anything else", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8 ; time = 15:30system : is there anything else", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8 ; time = 15:30system : is there anything else" + ], + [ + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : have a great day.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : thank you.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : thank you.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : thank you.", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : thank you." + ], + [ + "belief : hotel name = warkworth housesystem : [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel name = warkworth housesystem : [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel name = warkworth housesystem : [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel name = warkworth housesystem : [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel name = warkworth housesystem : [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?" + ], + [ + "belief : hotel name = warkworth housesystem : tuesday is your best bet. the address is [hotel_address]. the entrance fee is [value_count]pounds.", + "belief : hotel name = warkworth housesystem : tuesday is the day you would like to begin your stay, and you would leave at [value_time].", + "belief : hotel name = warkworth housesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone]. anything else i can do for today?", + "belief : hotel name = warkworth housesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone]. anything else i can do for today?", + "belief : hotel name = warkworth housesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone]. anything else i can do for today?" + ], + [ + "belief : hotel name = warkworth housesystem : i have booked you and another person for this [value_day]for [value_count]nights.", + "belief : hotel name = warkworth housesystem : i have booked you and another person for this [value_day]for [value_count]nights.", + "belief : hotel name = warkworth housesystem : i have booked you and another person for this [value_day]for [value_count]nights.", + "belief : hotel name = warkworth housesystem : i have booked you and another person for this [value_day]for [value_count]nights.", + "belief : hotel name = warkworth housesystem : i have booked you and another person for this [value_day]for [value_count]nights." + ], + [ + "belief : hotel name = warkworth house ; type = guesthousesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = warkworth house ; type = guesthousesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = warkworth house ; type = guesthousesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = warkworth house ; type = guesthousesystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = warkworth house ; type = guesthousesystem : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel name = warkworth house ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel name = warkworth house ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel name = warkworth house ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel name = warkworth house ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel name = warkworth house ; type = guesthousesystem : thank you, goodbye." + ], + [ + "belief : hotel stars = 2 ; type = hotelsystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?", + "belief : hotel stars = 2 ; type = hotelsystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?", + "belief : hotel stars = 2 ; type = hotelsystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?", + "belief : hotel stars = 2 ; type = hotelsystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?", + "belief : hotel stars = 2 ; type = hotelsystem : i can recommend a nice [value_count]star hotel for you, the [hotel_name]. would you like to know more about it?" + ], + [ + "belief : hotel parking = yes ; stars = 2 ; type = guesthousesystem : i love [attraction_name]over on [hotel_address].", + "belief : hotel parking = yes ; stars = 2 ; type = guesthousesystem : i love [attraction_name]over on [hotel_address].", + "belief : hotel parking = yes ; stars = 2 ; type = guesthousesystem : i love [attraction_name]over on [hotel_address].", + "belief : hotel parking = yes ; stars = 2 ; type = guesthousesystem : i love [attraction_name]over on [hotel_address].", + "belief : hotel parking = yes ; stars = 2 ; type = guesthousesystem : i love [attraction_name]over on [hotel_address]." + ], + [ + "belief : hotel area = south ; stars = 2 ; type = hotelsystem : the [hotel_name]is located at [hotel_address].", + "belief : hotel area = north ; parking = yes ; stars = 2system : the [hotel_name]is located at [hotel_address].", + "belief : hotel area = south ; parking = yes ; stars = 2system : the [hotel_name]is a guesthouse | booking day = saturday ; people = 2 ; stay = 3system : great!", + "belief : hotel area = south ; parking = yes ; stars = 2system : the [hotel_name]is a guesthouse | booking day = saturday ; people = 2 ; stay = 3system : great!", + "belief : hotel area = south ; stars = 2 ; type = hotelsystem : the [hotel_name]is located at [hotel_address]." + ], + [ + "belief : hotel name = ashley hotel ; parking = yes = no ; pricerange = moderatesystem : great!", + "belief : hotel area = west ; parking = yes ; stars = 2system : great!", + "belief : hotel area = west ; parking = yes ; stars = 2system : great!", + "belief : hotel name = ashley hotel ; parking = yes = no ; pricerange = moderatesystem : great!", + "belief : hotel area = north ; parking = yes ; stars = 2system : great!" + ], + [ + "belief : hotel name = ashley hotel ; pricerange = moderatesystem : goodbye", + "belief : hotel name = ashley hotel ; pricerange = moderatesystem : goodbye", + "belief : hotel name = ashley hotel ; pricerange = moderatesystem : goodbye", + "belief : hotel name = ashley hotel ; pricerange = moderatesystem : goodbye", + "belief : hotel name = ashley hotel ; pricerange = moderatesystem : goodbye" + ], + [ + "belief : train leaveat = 18:30 ; day = fridaysystem : there are [value_count]trains that leave on [value_day], do you have a specific arrival time in mind?", + "belief : train leaveat = 18:30 ; day = fridaysystem : there are [value_count]trains that leave on [value_day], did you have a specific arrival time in mind?", + "belief : train leaveat = 18:30 ; day = fridaysystem : there are [value_count]trains that leave on [value_day], did you have a specific arrival time in mind?", + "belief : train leaveat = 18:30 ; day = fridaysystem : there are [value_count]trains that leave on [value_day], do you have a specific arrival time in mind?", + "belief : train leaveat = 18:30 ; day = fridaysystem : there are [value_count]trains that leave on [value_day], did you have a specific arrival time in mind?" + ], + [ + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?" + ], + [ + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : thank you, goodbye.", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : thank you, goodbye.", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : thank you, goodbye.", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : thank you, goodbye.", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : thank you, goodbye." + ], + [ + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : have a wonderful day = 18:30system : have a wonderful day! goodbye.", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : have a wonderful day.", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : have a wonderful day = 18:30system : have a wonderful day! goodbye.", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : have a wonderful day = 18:30system : have a wonderful day! goodbye.", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : have a wonderful day = 18:30system : have a wonderful day! goodbye." + ], + [ + "belief : restaurant food = indian ; pricerange = moderatesystem : there are no [value_food] restaurant -s located in the [value_pricerange] price range.", + "belief : restaurant food = indian ; pricerange = moderatesystem : there are no [value_food] restaurant -s located in the [value_pricerange] price range.", + "belief : restaurant food = indian ; pricerange = moderatesystem : there are no [value_food] restaurant -s located in the [value_pricerange] price range.", + "belief : restaurant food = indian ; pricerange = moderatesystem : there are no [value_food] restaurant -s located in the [value_pricerange] price range.", + "belief : restaurant food = indian ; pricerange = moderatesystem : there are no [value_food] restaurant -s located in the [value_pricerange] price range." + ], + [ + "belief : restaurant food = indian ; pricerange = moderate ; area = westsystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = indian ; pricerange = moderate ; area = westsystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = indian ; pricerange = moderate ; area = westsystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = indian ; pricerange = moderate ; area = westsystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = indian ; pricerange = moderate ; area = westsystem : booking was unsuccessful. want to try another option?" + ], + [ + "belief : restaurant food = indian ; pricerange = moderate ; area = westsystem : thank you. have a great day!", + "belief : restaurant food = indian ; pricerange = moderate ; area = westsystem : thank you. have a great day!", + "belief : restaurant food = indian ; pricerange = moderate ; area = westsystem : thank you. have a great day!", + "belief : restaurant food = indian ; pricerange = moderate ; area = westsystem : thank you. have a great day!", + "belief : restaurant food = indian ; pricerange = moderate ; area = westsystem : thank you. have a great day!" + ], + [ + "belief : train destination = cambridgesystem : there are many trains to [value_place]. where will you be departing from?", + "belief : train destination = cambridgesystem : there are many trains to [value_place]. where will you be departing from?", + "belief : train destination = cambridgesystem : there are many trains to [value_place]. where will you be departing from?", + "belief : train destination = cambridgesystem : there are many trains to [value_place]. where will you be departing from?", + "belief : train destination = cambridgesystem : there are many trains to [value_place]. where will you be departing from?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : there are [value_count]trains do you have a time you would like to travel?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : there are [value_count]trains do you have a time you would like to travel?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : there are [value_count]trains do you have a time you would like to travel?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : there are [value_count]trains do you have a time you would like to travel?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : there are [value_count]trains do you have a time you would like to travel?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : there is [value_count]trains that arrive by then, for how many people?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : there is [value_count]trains that arrive by then, for how many people?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : there is [value_count]trains that arrive by then, for how many people?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : there is [value_count]trains that arrive by then, for how many people?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : there is [value_count]trains that arrive by then, for how many people?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : okay, have a wonderful day.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : okay, have a wonderful day.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : okay, have a wonderful day.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : okay, have a wonderful day.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : okay, have a wonderful day." + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : sure.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : sure.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : sure.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : sure.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : sure." + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : have a wonderful day.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : have a wonderful day.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : have a wonderful day.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : have a wonderful day.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30 ; departure = stevenagesystem : have a wonderful day." + ], + [ + "belief : train departure = kings lynnsystem : i'll be glad to help. you would like to from [value_place]to what destination, please?", + "belief : train departure = kings lynnsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train departure = kings lynnsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train departure = kings lynnsystem : i'll be glad to help. you would like to from [value_place]to what destination, please?", + "belief : train departure = kings lynnsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?" + ], + [ + "belief : train destination = cambridge ; departure = kings lynnsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridge ; departure = kings lynnsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridge ; departure = kings lynnsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridge ; departure = kings lynnsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridge ; departure = kings lynnsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?" + ], + [ + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have [value_count]trains, could you tell me when you would like to arrive by?" + ], + [ + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : travel time is [value_count]minutes, and you would leave at [value_time].", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : travel time is [value_count]minutes, and you would leave at [value_time].", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : travel time is [value_count]minutes, and you would leave at [value_time].", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : travel time is [value_count]minutes, and you would leave at [value_time].", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : travel time is [value_count]minutes, and you would leave at [value_time]." + ], + [ + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : have a wonderful day!", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : thank you, have a good day!", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : have a wonderful day!", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : thank you, have a good day!", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : thank you, have a good day!" + ], + [ + "belief : hotel internet = yes ; pricerange = expensivesystem : do you have a preference on area?", + "belief : hotel internet = yes ; pricerange = expensivesystem : do you have a preference on area?", + "belief : hotel internet = yes ; pricerange = expensivesystem : do you have a preference on area?", + "belief : hotel internet = yes ; pricerange = expensivesystem : do you have a preference on area?", + "belief : hotel internet = yes ; pricerange = expensivesystem : do you have a preference on area?" + ], + [ + "belief : hotel area = dont care ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]of those, would you like to narrow your choices down by location or price range?", + "belief : hotel area = dont care ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]of those, would you like to narrow your choices down by location or price range?", + "belief : hotel area = dont care ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]of those, would you like to narrow your choices down by location or price range?", + "belief : hotel area = dont care ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]of those, would you like to narrow your choices down by location or price range?", + "belief : hotel area = dont care ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]of those, would you like to narrow your choices down by location or price range?" + ], + [ + "belief : hotel area = dont care ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : how about [hotel_name]?", + "belief : hotel area = dont care ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : how about [hotel_name]?", + "belief : hotel area = dont care ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : how about [hotel_name]?", + "belief : hotel area = dont care ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : how about [hotel_name]?", + "belief : hotel area = dont care ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : how about [hotel_name]?" + ], + [ + "belief : hotel area = north ; pricerange = cheap>moderate", + "belief : hotel area = north ; pricerange = cheap>moderate", + "belief : hotel area = north ; pricerange = cheap>moderate", + "belief : hotel area = north ; pricerange = cheap=>belief : hotel area = dont care ; internet = yessystem : i have [value_count]stars = 0", + "belief : hotel area = north ; pricerange = cheap>moderate" + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : sure, have a great day.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : sure, have a great day.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : sure, have a great day.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : sure, have a great day.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : sure, have a great day." + ], + [ + "belief : hotel name = finches bed and breakfast ; area = west ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = tuesday ; people = 3 ; stay = 4system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = finches bed and breakfast ; area = west ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = tuesday ; people = 3 ; stay = 4system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = finches bed and breakfast ; area = west ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = tuesday ; people = 3 ; stay = 4system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = finches bed and breakfast ; area = west ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = tuesday ; people = 3 ; stay = 4system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = finches bed and breakfast ; area = west ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = tuesday ; people = 3 ; stay = 4system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : booking day = tuesday ; people = 4 ; stay = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : booking day = tuesday ; people = 4 ; stay = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : booking day = tuesday ; people = 4 ; stay = 3system : great! booked, your reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : booking day = tuesday ; people = 4 ; stay = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : booking day = tuesday ; people = 4 ; stay = 3system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; internet = yessystem : i have the [hotel_name]that matches your needs. shall i book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; internet = yessystem : i have the [hotel_name]that matches your needs. shall i book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; internet = yessystem : i have the [hotel_name]that matches your needs. shall i book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; internet = yessystem : i have the [hotel_name]that matches your needs. shall i book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; internet = yessystem : i have the [hotel_name]that matches your needs. shall i book it for you?" + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthouse | booking day = tuesday ; people = 4 ; stay = 3system : i have the [hotel_name]that matches your needs. shall i book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthouse | booking day = tuesday ; people = 4 ; stay = 3system : i have the [hotel_name]that matches your needs. shall i book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; internet = yes ; type = guesthousesystem : i have the [hotel_name]that meets your needs. shall i book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthouse | booking day = tuesday ; people = 4 ; stay = 3system : i have the [hotel_name]that meets your needs. shall i book it for you?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; internet = yes ; type = guesthousesystem : i have the [hotel_name]that meets your needs. shall i book it for you?" + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; internet = yes ; type = guesthousesystem : great. goodbye!", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you.", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; stars = 4 ; internet = yes ; type = guesthousesystem : great. goodbye!" + ], + [ + "belief : hotel parking = yes ; pricerange = moderatesystem : ok, i have found plenty of place -s with free wi fi. is there a certain area you are looking for? or a certain price range?", + "belief : hotel parking = yes ; pricerange = moderatesystem : ok, i have pulled up [hotel_name]. what is your destination?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : ok, i have found plenty of place -s with free wi fi. is there a certain area you are looking for? or a certain price range?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : ok, i have pulled up [hotel_name]. what is your destination?", + "belief : hotel parking = yes ; pricerange = moderatesystem : ok, i have pulled up [hotel_name]. what is your destination?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : ok, there are [value_count]hotel -s with free parking. is there a particular area you would like to stay in?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : ok, there are [value_count]hotel -s with free parking. is there a particular area you would like to stay in?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : ok, there are [value_count]hotel -s with free parking. is there a particular area you would like to stay in?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : ok, there are [value_count]hotel -s with free parking. is there a particular area you would like to stay in?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : ok, there are [value_count]hotel -s with free parking. is there a particular area you would like to stay in?" + ], + [ + "belief : hotel name = lensfield hotel ; area = south ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = fridaysystem : booking was unsuccessful. would you like to find another hotel?", + "belief : hotel name = lensfield hotel ; area = south ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = fridaysystem : booking was unsuccessful. would you like to find another hotel?", + "belief : hotel name = lensfield hotel ; area = south ; parking = yes ; stars = 4system : booking day = friday ; people = 1system : booking was unsuccessful. would you like to find another hotel?", + "belief : hotel name = lensfield hotel ; area = south ; parking = yes ; stars = 4system : booking day = friday ; people = 1system : booking was unsuccessful. would you like to find another hotel?", + "belief : hotel name = lensfield hotel ; area = south ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = fridaysystem : booking was unsuccessful. would you like to find another hotel?" + ], + [ + "belief : hotel area = west ; parking = yes ; stars = 4 ; type = guesthousesystem : ok. have a nice day.", + "belief : hotel area = west ; parking = yes ; stars = 4 ; type = guesthousesystem : ok.", + "belief : hotel area = west ; parking = yes ; stars = 4 ; type = guesthousesystem : ok.", + "belief : hotel area = west ; parking = yes ; stars = 4 ; type = guesthousesystem : ok. have a nice day.", + "belief : hotel area = west ; parking = yes ; stars = 4 ; type = guesthousesystem : ok. have a nice day." + ], + [ + "belief : hotel area = west ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you!", + "belief : hotel area = west ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you!", + "belief : hotel area = west ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you!", + "belief : hotel area = west ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you!", + "belief : hotel area = west ; stars = 4 ; internet = yes ; type = guesthousesystem : thank you!" + ], + [ + "belief : hotel area = west ; parking = yes ; stars = 4 ; type = guesthouse | booking day = wednesday", + "belief : hotel area = west ; parking = yes ; stars = 4 ; type = guesthouse | booking day = wednesday", + "belief : hotel area = west ; parking = yes ; stars = 4 ; type = guesthouse | booking day = wednesday", + "belief : hotel area = west ; parking = yes ; stars = 4 ; type = guesthouse | booking day = wednesday", + "belief : hotel area = west ; parking = yes ; stars = 4 ; type = guesthouse | booking day = wednesday" + ], + [ + "belief : hotel parking = yes ; pricerange = expensivesystem : do you have a preference on area?", + "belief : hotel parking = yes ; pricerange = expensivesystem : do you have a preference on area?", + "belief : hotel parking = yes ; pricerange = expensivesystem : do you have a preference on area?", + "belief : hotel parking = yes ; pricerange = expensivesystem : do you have a preference on area?", + "belief : hotel parking = yes ; pricerange = expensivesystem : do you have a preference on area?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensivesystem : it s in the [value_pricerange] price range. would you like to book a room?", + "belief : hotel parking = yes ; pricerange = expensivesystem : it s in the [value_pricerange] price range. would you like to book a room?", + "belief : hotel parking = yes ; pricerange = expensivesystem : it s in the [value_pricerange] price range. would you like to book a room?", + "belief : hotel parking = yes ; pricerange = expensivesystem : it s in the [value_pricerange] price range. would you like to book a room?", + "belief : hotel parking = yes ; pricerange = expensivesystem : it s in the [value_pricerange] price range. would you like to book a room?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensivesystem : the phone number is [hotel_phone].", + "belief : hotel parking = yes ; pricerange = expensivesystem : the phone number is [hotel_phone].", + "belief : hotel parking = yes ; pricerange = expensivesystem : the phone number is [hotel_phone].", + "belief : hotel parking = yes ; pricerange = expensivesystem : the phone number is [hotel_phone].", + "belief : hotel parking = yes ; pricerange = expensivesystem : the phone number is [hotel_phone]." + ], + [ + "belief : hotel name = huntingdon marriott hotel ; parking = yessystem : enjoy your stay!", + "belief : hotel name = huntingdon marriott hotel ; parking = yessystem : enjoy your stay!", + "belief : hotel name = huntingdon marriott hotel ; parking = yessystem : enjoy your stay!", + "belief : hotel name = huntingdon marriott hotel ; parking = yessystem : enjoy your stay!", + "belief : hotel name = huntingdon marriott hotel ; parking = yessystem : have a nice day!" + ], + [ + "belief : restaurant name = restaurantalimentumsystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] area.", + "belief : restaurant name = restaurantalimentumsystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] area.", + "belief : restaurant name = restaurantalimentumsystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] area.", + "belief : restaurant name = restaurantalimentumsystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] area.", + "belief : restaurant name = restaurantalimentumsystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] area." + ], + [ + "belief : restaurant name = restaurantalimentumsystem : you are welcome. have a great day! goodbye.", + "belief : restaurant name = restaurantalimentumsystem : you are welcome. have a great day! goodbye.", + "belief : restaurant name = restaurantalimentumsystem : you are welcome. have a great day! goodbye.", + "belief : restaurant name = restaurantalimentumsystem : you are welcome. have a great day! goodbye.", + "belief : restaurant name = restaurantalimentumsystem : you are welcome. have a great day! goodbye." + ], + [ + "belief : restaurant food = this ; area = centresystem : there are [value_count]restaurant -s in the [value_area] of town. what price range do you have in mind?", + "belief : restaurant food = this ; area = centresystem : absolutely! there are [value_count]restaurant -s in the [value_area] of town. what price range do you have in mind?", + "belief : restaurant food = this ; area = centresystem : absolutely! there are [value_count]restaurant -s in the [value_area] of town. what price range do you have in mind?", + "belief : restaurant food = this ; area = centresystem : absolutely! there are [value_count]restaurant -s in the [value_area] of town. what price range do you have in mind?", + "belief : restaurant food = this ; area = centresystem : there are [value_count]restaurant -s in the [value_area] of town. what price range do you have in mind?" + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : i have confirmed you booking for a table of [value_count]at [value_time]. the reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : i have confirmed you booking for a table of [value_count]at [value_time]. the reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : i have confirmed you booking for a table of [value_count]at [value_time]. the reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : i have confirmed you booking for a table of [value_count]at [value_time]. the reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : i have confirmed you booking for a table of [value_count]at [value_time]. the reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : yes, i have the [restaurant_name]in the [value_area] in the [value_area].", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : yes, i have the [restaurant_name]in the [value_area] in the [value_area].", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : yes, i have found the restaurant.", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : yes, i have the [restaurant_name]in the [value_area] in the [value_area].", + "belief : restaurant food = italian ; pricerange = moderate ; area = centresystem : yes, i have the [restaurant_name]in the [value_area] in the [value_area]." + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; name = pizza hut cherry hinton ; area = centresystem : their address is [restaurant_address].", + "belief : restaurant food = italian ; pricerange = moderate ; name = pizza hut cherry hinton ; area = centresystem : their address is [restaurant_address].", + "belief : restaurant food = italian ; pricerange = moderate ; name = pizza hut cherry hinton ; area = centresystem : their address is [restaurant_address].", + "belief : restaurant food = italian ; pricerange = moderate ; name = pizza hut cherry hinton ; area = centresystem : their address is [restaurant_address].", + "belief : restaurant food = italian ; pricerange = moderate ; name = pizza hut cherry hinton ; area = centresystem : their address is [restaurant_address]." + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; name = grafton hotel restaurant ; area = centresystem : thank you.", + "belief : restaurant food = italian ; pricerange = moderate ; name = pizza hut cherry hinton ; area = centresystem : thank you.", + "belief : restaurant food = italian ; pricerange = moderate ; name = grafton hotel restaurant ; area = centresystem : thank you.", + "belief : restaurant food = italian ; pricerange = moderate ; name = grafton hotel restaurant ; area = centresystem : have a great day!", + "belief : restaurant food = italian ; pricerange = moderate ; name = grafton hotel restaurant ; area = centresystem : thank you." + ], + [ + "belief : restaurant food = indian ; area = centresystem : there are [value_count][value_pricerange] [value_food] restaurant -s in the [value_area] of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = indian ; area = centresystem : there are [value_count][value_pricerange] [value_food] restaurant -s in the [value_area] of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = indian ; area = centresystem : there are [value_count][value_pricerange] [value_food] restaurant -s in the [value_area] of town. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = indian ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant food = indian ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?" + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : [restaurant_name]is a nice restaurant in the [value_area] part of town and in the [value_pricerange] price range. their phone number is [restaurant_phone]and they are located at [restaurant_address].", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : [restaurant_name]is a nice restaurant in the [value_area] part of town and in the [value_pricerange] price range. their phone number is [restaurant_phone]and they are located at [restaurant_address].", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : [restaurant_name]is a nice restaurant in the [value_area] part of town and in the [value_pricerange] price range. their phone number is [restaurant_phone]and they are located at [restaurant_address].", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : the [restaurant_name]would be perfect for you. it is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] of town.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : [restaurant_name]is a nice restaurant in the [value_area] part of town and in the [value_pricerange] price range. their phone number is [restaurant_phone]and they are located at [restaurant_address]." + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : i am sorry, that time is not available at [restaurant_name]. would you like me to find another restaurant for you?", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : i am sorry, that time is not available at [restaurant_name]. would you like me to find another restaurant for you?", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : i have booked you at [restaurant_name]on [value_day]at [value_time]for [value_count]people." + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : thank you", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : enjoy your day = saturday = 12:15system : no problem! have a great day.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : enjoy your day = saturday = 12:15system : no problem! have a great day.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : enjoy your day = saturday = 12:15system : no problem! have a great day.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : thank you" + ], + [ + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : ok, there are [value_count]hotel -s with free wifi. is there a certain area you want to stay in?", + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : ok, there are [value_count]hotel -s with free wifi. is there a certain area you want to stay in?", + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : ok, there are [value_count]hotel -s with free wifi. is there a certain area you want to stay in?", + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : ok, there are [value_count]hotel -s with free wifi. is there a certain area you want to stay in?", + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : ok, there are [value_count]hotel -s with free wifi. is there a certain area you want to stay in?" + ], + [ + "belief : hotel area = north ; stars = 4 ; internet = yes ; type = guesthousesystem : i found [value_count]results! what is your favorite?", + "belief : hotel area = north ; stars = 4 ; internet = yes ; type = guesthousesystem : i found [value_count]results! what area of town would you like to stay in?", + "belief : hotel area = north ; stars = 4 ; internet = yes ; type = guesthousesystem : i found [value_count]results! what area of town would you like to stay in?", + "belief : hotel area = north ; stars = 4 ; internet = yes ; type = guesthousesystem : i found [value_count]results! what is your favorite?", + "belief : hotel area = north ; stars = 4 ; internet = yes ; type = guesthousesystem : i found [value_count]results! what area of town would you like to stay in?" + ], + [ + "belief : hotel area = north ; stars = 4 ; internet = yes ; type = guesthousesystem : okay. i was able to book you at [hotel_name]and your reference number is [hotel_reference].", + "belief : hotel area = north ; stars = 4 ; internet = yes ; type = guesthousesystem : booking day = thursday ; people = 2 ; stay = 3system : okay. i was able to book you at [hotel_name]. the address is [hotel_address].", + "belief : hotel area = north ; stars = 4 ; internet = yes ; type = guesthousesystem : booking day = thursday ; people = 2 ; stay = 3system : sorry, that booking was unavailable. perhaps you would like a different day or a shorter stay?", + "belief : hotel area = north ; stars = 4 ; internet = yes ; type = guesthousesystem : booking day = thursday ; people = 2 ; stay = 3system : okay. i was able to book you at [hotel_name]. the address is [hotel_address].", + "belief : hotel area = north ; stars = 4 ; internet = yes ; type = guesthousesystem : booking day = thursday ; people = 2 ; stay = 3system : okay. i was able to book you at [hotel_name]. the address is [hotel_address]." + ], + [ + "belief : hotel area = north ; stars = 3 ; internet = yes ; type = guesthousesystem : okay, booking day = thursday ; people = 2 ; stay = 3system : okay.", + "belief : hotel area = north ; stars = 3 ; internet = yes ; type = guesthousesystem : okay, booking day = thursday ; people = 2 ; stay = 3system : okay.", + "belief : hotel area = north ; stars = 3 ; internet = yes ; type = guesthousesystem : okay, booking day = thursday ; people = 2 ; stay = 3system : okay.", + "belief : hotel area = north ; stars = 3 ; internet = yes ; type = guesthousesystem : okay, booking day = thursday ; people = 2 ; stay = 3system : okay, do you still need the reference number?", + "belief : hotel area = north ; stars = 3 ; internet = yes ; type = guesthousesystem : okay, booking day = thursday ; people = 2 ; stay = 3system : okay." + ], + [ + "belief : hotel area = north ; stars = 0system : that worked.user : that worked. your reference number is [hotel_reference].", + "belief : hotel area = north ; stars = 0system : that worked.user : that worked. your reference number is [hotel_reference].", + "belief : hotel area = north ; stars = 0system : that worked.user : that worked. your reference number is [hotel_reference].", + "belief : hotel area = north ; stars = 0system : that worked.user : that worked. your reference number is [hotel_reference].", + "belief : hotel area = north ; stars = 0system : that worked.user : that worked. your reference number is [hotel_reference]." + ], + [ + "belief : hotel criteria=>belief : hotel area = north ; stars = 0system : okay, how about [hotel_name]. it is a [value_count]star guesthouse on the [value_area] side of town.", + "belief : hotel criteria=>belief : hotel area = north ; stars = 0system : okay, how about [hotel_name]. it is a [value_count]star guesthouse on the [value_area] side of town.", + "belief : hotel criteria=>belief : hotel area = north ; stars = 0system : okay, how about [hotel_name]. it is a [value_count]star guesthouse on the [value_area] side of town.", + "belief : hotel type = guesthouse ; area = northsystem : okay, how about [hotel_name]?", + "belief : hotel type = guesthouse ; area = northsystem : okay, how about [hotel_name]." + ], + [ + "belief : hotel area = north ; stars = 0", + "belief : hotel area = north ; stars = 0system : okay, how about [hotel_name]", + "belief : hotel area = north ; stars = 0", + "belief : hotel area = north ; stars = 0", + "belief : hotel area = north ; stars = 0" + ], + [ + "belief : hotel name = alexander bed and breakfast ; area = north ; parking = yes ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel name = alexander bed and breakfast ; area = north ; parking = yes ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel name = alexander bed and breakfast ; area = north ; parking = yes ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel name = alexander bed and breakfast ; area = north ; parking = yes ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel name = alexander bed and breakfast ; area = north ; parking = yes ; type = guesthousesystem : thank you, goodbye." + ], + [ + "belief : train destination = none ; day = friday ; departure = leicestersystem : there are [value_count]trains departing on [value_day]. [value_count]leaves at [value_time]and arrives at [value_time]and the other leaves at [value_time]and arrives at [value_time]. do either of these work?", + "belief : train destination = none ; day = friday ; departure = leicestersystem : there are [value_count]trains departing on [value_day]. [value_count]leaves at [value_time]and arrives at [value_time]and the other leaves at [value_time]and arrives at [value_time]. do either of these work?", + "belief : train destination = none ; day = friday ; departure = leicestersystem : there are [value_count]trains departing on [value_day]. [value_count]leaves at [value_time]and arrives at [value_time]and the other leaves at [value_time]and arrives at [value_time]. do either of these work?", + "belief : train destination = none ; day = friday ; departure = leicestersystem : sure i can help you find a train. where are you needing to go and where are you coming from?", + "belief : train destination = none ; day = friday ; departure = leicestersystem : sure i can help you find a train. where are you needing to go and where are you coming from?" + ], + [ + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : we have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : we have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : we have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : we have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train leaveat = 12:15 ; destination = leicester ; day = friday ; departure = leicestersystem : we have [value_count]trains, could you tell me when you would like to arrive by?" + ], + [ + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : there are trains leaving from leicester on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to arrive at your destination?" + ], + [ + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference]." + ], + [ + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : thank you", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : thank you", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : thank you", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : thank you", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem : thank you" + ], + [ + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : when would you like to arrive?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : when would you like to arrive?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : when would you like to arrive?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : when would you like to arrive?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : alright. what time do you want to leave by?" + ], + [ + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : booking is done. your car is a [taxi_type]and contact number is [value_count]", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : booking is done. your car is a [taxi_type]and contact number is [value_count]", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : booking is done. your car is a [taxi_type]and contact number is [value_count]", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : booking is done. your car is a [taxi_type]and contact number is [value_count]", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : booking is done. your car is a [taxi_type]and contact number is [value_count]" + ], + [ + "belief : taxi leaveat = 21:30 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : it s my pleasure. have a great day!", + "belief : taxi leaveat = 21:30 ; destination = don pasquale pizzeria ; departure = tandoori palacesystem : is there anything else i can help you with today?", + "belief : taxi leaveat = 21:30 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : it s my pleasure. have a great day!", + "belief : taxi leaveat = 21:30 ; destination = don pasquale pizzeria ; departure = tandoori palacesystem : it s my pleasure. have a wonderful day.", + "belief : taxi leaveat = 21:30 ; destination = don pasquale pizzeria ; departure = tandoori palacesystem : it s my pleasure. have a great day!" + ], + [ + "belief : taxi leaveat = 21:30 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : have a great day!", + "belief : taxi leaveat = 21:30 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : have a great day!", + "belief : taxi leaveat = 21:30 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : have a great day!", + "belief : taxi leaveat = 21:30 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : have a great day!", + "belief : taxi leaveat = 21:30 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : have a great day!" + ], + [ + "belief : restaurant food = dont care ; pricerange = moderatesystem : i am sorry, there are no [value_food] restaurant -s located in the [value_area] that is [value_pricerange] -ly priced.user : ok i will only suggest [restaurant_name]. it is in the [value_area].", + "belief : restaurant food = dont care ; pricerange = moderatesystem : i am sorry, there are no [value_food] restaurant -s located in the [value_area] that is [value_pricerange] -ly priced.user : ok i will need more information on how you would like to book your restaurant.", + "belief : restaurant food = dont care ; pricerange = moderatesystem : i am sorry, there are no [value_food] restaurant -s located in the [value_area] that is [value_pricerange] -ly priced.user : ok i will also need you to tell me when you would like to leave or arrive by as well.", + "belief : restaurant food = dont care ; pricerange = moderatesystem : i am sorry, there are no [value_food] restaurant -s located in the [value_area] that is [value_pricerange] -ly priced.user : ok i will also need you to tell me when you would like to leave or arrive by as well.", + "belief : restaurant food = dont care ; pricerange = moderatesystem : i am sorry, there are no [value_food] restaurant -s located in the [value_area] that is [value_pricerange] -ly priced.user : ok i will also need you to tell me when you would like to leave or arrive by as well." + ], + [ + "belief : restaurant food = asian ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food.", + "belief : restaurant food = asian ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food.", + "belief : restaurant food = asian ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food.", + "belief : restaurant food = asian ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food.", + "belief : restaurant food = asian ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food." + ], + [ + "belief : restaurant food = asian ; pricerange = expensive = expensivesystem : booking day = friday ; people = 6 ; time = 13:45system : booking was unsuccessful. would you like to find another restaurant.", + "belief : restaurant food = asian ; pricerange = expensivesystem : ok i was able to book you at [restaurant_name].", + "belief : restaurant food = asian ; pricerange = expensive = expensivesystem : booking day = friday ; people = 6 ; time = 13:45system : booking was unsuccessful. would you like to find another restaurant.", + "belief : restaurant food = asian ; pricerange = expensivesystem : ok i was able to book you at [restaurant_name].", + "belief : restaurant food = asian ; pricerange = expensivesystem : ok i was able to book you at [restaurant_name]." + ], + [ + "belief : restaurant food = asian ; pricerange = expensive = expensivesystem : thank you.", + "belief : restaurant food = asian ; pricerange = expensive = expensivesystem : thank you, goodbye.=>belief : restaurant food = asian ; area = centresystem : have a great day! have a great day! goodbye.", + "belief : restaurant food = asian ; pricerange = expensive = expensivesystem : thank you.", + "belief : restaurant food = asian ; pricerange = expensive = expensivesystem : thank you, goodbye.=>belief : restaurant food = asian ; area = centresystem : have a great day! have a great day! goodbye.", + "belief : restaurant food = asian ; pricerange = expensive = expensivesystem : thank you, goodbye.=>belief : restaurant food = asian ; area = centresystem : have a great day! have a great day! goodbye." + ], + [ + "belief : restaurant food = asian ; pricerange = expensivesystem : enjoy your visit to [value_place].", + "belief : restaurant food = asian ; pricerange = expensivesystem : enjoy your visit to [value_place]!", + "belief : restaurant food = asian ; pricerange = expensivesystem : have a great day! goodbye.", + "belief : restaurant food = asian ; pricerange = expensivesystem : have a great day! goodbye.", + "belief : restaurant food = asian ; pricerange = expensivesystem : have a great day! goodbye." + ], + [ + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : where will you be departing from?", + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : where will you be departing from?", + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : where will you be departing from?", + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : where will you be departing from?", + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : where will you be departing from?" + ], + [ + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = 10wichsystem : okay, booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = 10:00system : okay, booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = 10:00system : okay, booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = 10:00system : okay, booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = 10:00system : okay, booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = 10wichsystem : you are welcome! have a nice day!", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = 10wichsystem : you are welcome! have a nice day!", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = 10area = southsystem : i am happy to help! have a wonderful day!", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = 10area = southsystem : i am happy to help! have a wonderful day!", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = 10area = dont caresystem : you are welcome. have a nice day!" + ], + [ + "belief : taxi departure = royal saintinci pizzeria ; arriveby = 13:45system : sure i can do that! where is your destination?", + "belief : taxi departure = royal saintinci pizzeria ; arriveby = 13:45system : sure i can do that! where is your destination?", + "belief : taxi departure = royal saintinci pizzeria ; arriveby = 13:45system : sure i can do that! where is your destination?", + "belief : taxi departure = royal saint marys chop housesystem : sure i can do that! where is your destination?", + "belief : taxi departure = royal saint marys chop housesystem : sure i can do that! where is your destination?" + ], + [ + "belief : taxi destination = kirkwood house ; departure = royal saint marys chop housesystem : okay, what time do you want to leave?", + "belief : taxi destination = kirkwood house ; departure = royal saint marys chop housesystem : okay, what time do you want to leave?", + "belief : taxi destination = kirkwood house ; departure = royal saint marys chop housesystem : okay, what time do you want to leave?", + "belief : taxi destination = kirkwood house ; departure = royal saint marys chop housesystem : okay, what time do you want to leave?", + "belief : taxi destination = kirkwood house ; departure = royal saint marys chop housesystem : okay, what time do you want to leave?" + ], + [ + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal saint marys chop housesystem : happy to help! is there anything else i can do for you", + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal saint marys chop housesystem : happy to help! is there anything else i can do for you", + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal saint marys chop housesystem : happy to help! is there anything else i can do for you", + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal saint marys chop housesystem : happy to help! is there anything else i can do for you", + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal saint marys chop housesystem : happy to help! is there anything else i can do for you" + ], + [ + "belief : restaurant food = asian ; area = centresystem : yes there are [value_count]asian restaurant -s in the [value_area] of town. would you like more information on either?", + "belief : restaurant food = asian ; area = centresystem : yes, [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] of town.", + "belief : restaurant food = asian ; area = centresystem : yes there are [value_count]asian restaurant -s in the [value_area] of town. would you like more information on either?", + "belief : restaurant food = asian ; area = centresystem : yes, [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] of town.", + "belief : restaurant food = asian ; area = centresystem : yes there are [value_count]asian restaurant -s in the [value_area] of town. would you like more information on either?" + ], + [ + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : okay, and do you prefer a certain area of town? there are [value_count]in the [value_area] and [value_count]in the [value_area].", + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : okay, and do you prefer a certain area of town? there are [value_count]in the [value_area] and [value_count]in the [value_area].", + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : okay, and do you prefer a certain area of town? there are [value_count]in the [value_area] and [value_count]in the [value_area].", + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : okay, and do you prefer a certain area of town? there are [value_count]in the [value_area] and [value_count]in the [value_area].", + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : okay, and do you prefer a certain area of town? there are [value_count]in the [value_area] and [value_count]in the [value_area]." + ], + [ + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : i was unable to reserve a table at that time. would you like me to find another restaurant?", + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : i was unable to reserve a table at that time. would you like me to find another restaurant?", + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : i was unable to reserve a table at that time. would you like me to find another restaurant?", + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : i was unable to reserve a table at that time. would you like me to find another restaurant?", + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : i was unable to reserve a table at that time. would you like me to find another restaurant?" + ], + [ + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = asian ; pricerange = moderate ; area = centresystem : booking was unsuccessful. want to try another option?" + ], + [ + "belief : restaurant food = asian ; pricerange = moderate", + "belief : restaurant food = asian ; pricerange = moderate", + "belief : restaurant food = asian ; pricerange = moderate", + "belief : restaurant food = asian ; pricerange = moderate", + "belief : restaurant food = asian ; pricerange = moderate" + ], + [ + "belief : restaurant pricerange = expensive ; area = southsystem : do you have any particular food type in mind?", + "belief : restaurant pricerange = expensive ; area = southsystem : do you have any particular food type in mind?", + "belief : restaurant pricerange = expensive ; area = southsystem : do you have any particular food type in mind?", + "belief : restaurant pricerange = expensive ; area = southsystem : do you have any particular food type in mind?", + "belief : restaurant pricerange = expensive ; area = southsystem : do you have any particular food type in mind?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensivesystem : the postcode is [restaurant_postcode].", + "belief : restaurant food = chinese ; pricerange = expensivesystem : the postcode is [restaurant_postcode].", + "belief : restaurant food = chinese ; pricerange = expensivesystem : the postcode is [restaurant_postcode].", + "belief : restaurant food = chinese ; pricerange = expensivesystem : the postcode is [restaurant_postcode].", + "belief : restaurant food = chinese ; pricerange = expensivesystem : the postcode is [restaurant_postcode]." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensivesystem : you are welcome. have a great day!", + "belief : restaurant food = chinese ; pricerange = expensivesystem : you are welcome. have a great day!", + "belief : restaurant food = chinese ; pricerange = expensivesystem : you are welcome. have a great day!", + "belief : restaurant food = chinese ; pricerange = expensivesystem : you are welcome. have a great day!", + "belief : restaurant food = chinese ; pricerange = expensivesystem : you are welcome. have a great day!" + ], + [ + "belief : hotel internet = yes ; type = hotelsystem : we have [value_count]guesthouses that offer free wifi and free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel internet = yes ; type = hotelsystem : we have [value_count]guesthouses that offer free wifi and free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel internet = yes ; type = hotelsystem : we have [value_count]guesthouses that offer free wifi and free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel internet = yes ; type = hotelsystem : we have [value_count]guesthouses that offer free wifi and free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel internet = yes ; type = hotelsystem : we have [value_count]guesthouses that offer free wifi and free parking. do you have a price range you are looking for or some part of town you want to stay in?" + ], + [ + "belief : hotel internet = yes ; type = hotelsystem : the [hotel_name]is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. does that sound okay", + "belief : hotel internet = yes ; type = hotelsystem : the [hotel_name]is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. does that sound okay", + "belief : hotel internet = yes ; type = hotelsystem : the [hotel_name]is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. does that sound okay", + "belief : hotel internet = yes ; type = hotelsystem : the [hotel_name]is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. does that sound okay", + "belief : hotel internet = yes ; type = hotelsystem : the [hotel_name]is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. does that sound okay" + ], + [ + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : when would you like to visit?", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : when would you like to visit?", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : when would you like to visit?", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : when would you like to visit?", + "belief : hotel area = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : when would you like to visit?" + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = saturday ; people = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = saturday ; people = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = saturday ; people = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = saturday ; people = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = saturday ; people = 3system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = saturday ; people = 3 ; stay = 2system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = saturday ; people = 3 ; stay = 2system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = saturday ; people = 3 ; stay = 2system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = saturday ; people = 3 ; stay = 2system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : booking day = saturday ; people = 3 ; stay = 2system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief :=>belief : hotel area = dont care ; parking = yes ; stars = 0 ; type = guesthousesystem : booking day = saturday ; people = 1 ; stay = 3system : booking people = 1system : booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = dont care ; parking = yes ; stars = 0 ; type = guesthousesystem : booking day = saturday ; people = 1 ; stay = 3system : booking people = 1system : booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = dont care ; parking = yes ; internet = yes ; type = guesthousesystem : booking people = 1system : booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = dont care ; parking = yes ; stars = 0 ; type = guesthousesystem : booking day = saturday ; people = 1 ; stay = 3system : booking people = 1system : booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = dont care ; parking = yes ; stars = 0 ; type = guesthousesystem : booking day = saturday ; people = 1 ; stay = 3system : booking people = 1system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = dont care = dont care ; parking = yes ; stars = 0 ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel area = dont care ; parking = yes ; internet = yes ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel area = dont care ; parking = yes ; stars = 0 ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel area = dont care ; parking = yes ; stars = 0 ; type = guesthousesystem : thank you, goodbye.", + "belief : hotel area = dont care = dont care ; parking = yes ; stars = 3 ; internet = yes ; type = guesthousesystem : thank you, goodbye." + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food. would you like more information about this location?", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food. would you like more information about this location?", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food. would you like more information about this location?", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food. would you like more information about this location?", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food. would you like more information about this location?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : would you like me to book that for you?", + "belief : restaurant food = italian ; pricerange = expensivesystem : would you like me to book that for you?", + "belief : restaurant food = italian ; pricerange = expensivesystem : would you like me to book a table for you?", + "belief : restaurant food = italian ; pricerange = expensivesystem : would you like me to book that for you?", + "belief : restaurant food = italian ; pricerange = expensivesystem : would you like me to book a table for you?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : sure. the postcode = yes, the address is [restaurant_address]. is there anything else i can help you with?", + "belief : restaurant food = italian ; pricerange = expensivesystem : sure. the postcode = yes, the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = italian ; pricerange = expensivesystem : sure. the postcode = yes, the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = italian ; pricerange = expensivesystem : sure. the postcode = yes, the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = italian ; pricerange = expensivesystem : sure. the postcode = yes, the postcode is [restaurant_postcode]. is there anything else i can help you with?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : thank you. goodbye.", + "belief : restaurant food = italian ; pricerange = expensivesystem : thank you. goodbye.", + "belief : restaurant food = italian ; pricerange = expensivesystem : thank you. goodbye.", + "belief : restaurant food = italian ; pricerange = expensivesystem : thank you. goodbye.", + "belief : restaurant food = italian ; pricerange = expensivesystem : thank you. goodbye." + ], + [ + "belief : taxi leaveat = 09:30 ; destination = cambridge art ; departure = warkworth housesystem : okay, what is your departure site?", + "belief : taxi leaveat = 09:30 ; destination = cambridge art ; departure = elysystem : okay. what is your departure site?", + "belief : taxi leaveat = 09:30 ; destination = cambridge art ; departure = elysystem : okay. what is your departure site?", + "belief : taxi leaveat = 09:30 ; destination = cambridge art ; departure = elysystem : okay. what is your departure site?", + "belief : taxi leaveat = 09:30 ; destination = cambridge art ; departure = elysystem : okay. what is your departure site?" + ], + [ + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridgesystem : okay, what time do you want to leave?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridgesystem : okay, what time do you want to leave?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridgesystem : okay, what time do you want to leave?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridgesystem : okay, what time do you want to leave?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridgesystem : okay, what time do you want to leave?" + ], + [ + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridgesystem : thank you for using our service. have a good day.", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridgesystem : thank you for using our service. have a great day.", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridgesystem : thank you for using our service. have a good day.", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridgesystem : thank you for using our service. have a good day.", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridgesystem : thank you for using our service. have a good day." + ], + [ + "belief : train destination = peterborough ; arriveby = 20:45system : where will you be departing from?", + "belief : train destination = peterborough ; arriveby = 20:45system : where will you be departing from?", + "belief : train destination = peterborough ; arriveby = 20:45system : where will you be departing from?", + "belief : train destination = peterborough ; arriveby = 20:45system : where will you be departing from?", + "belief : train destination = peterborough ; arriveby = 20:45system : where will you be departing from?" + ], + [ + "belief : train destination = cambridge ; day = friday ; arriveby = 20:45 ; departure = peterboroughsystem : i have trains that meet you criteria for most days of the week, do you have a day or departure time preference?", + "belief : train destination = cambridge ; day = friday ; arriveby = 20:45 ; departure = peterboroughsystem : i have trains that meet you criteria for most days of the week, do you have a day or departure time preference?", + "belief : train destination = cambridge ; day = friday ; arriveby = 20:45 ; departure = peterboroughsystem : i have trains that meet you criteria for most days of the week, do you have a day or departure time preference?", + "belief : train destination = cambridge ; day = friday ; arriveby = 20:45 ; departure = peterboroughsystem : i have trains that meet you criteria for most days of the week, do you have a day or departure time preference?", + "belief : train destination = cambridge ; day = friday ; arriveby = 20:45 ; departure = peterboroughsystem : i have trains that meet you criteria for most days of the week, do you have a day or departure time preference?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : i have booked train for you. the travel time is [value_count]minutes.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : i have booked train for you. the travel time is [value_count]minutes.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : i have booked train for you. the train number is [train_reference].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : i have booked train for you. the train number is [train_reference].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : i have booked train for you. the travel time is [value_count]minutes." + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : booking people = nonesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : booking people = nonesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : booking people = nonesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : booking people = nonesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : booking people = nonesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference]." + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : thank you.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : thank you.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : thank you.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : thank you.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : thank you!" + ], + [ + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : sure! when would you like to arrive?", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : sure! when would you like to arrive?", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : sure! when would you like to arrive?", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : sure! when would you like to arrive?", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : have a great day!", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : have a great day!", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : have a great day!", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : have a great day!", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : have a great day!" + ], + [ + "belief : taxi departure = grafton hotel restaurantsystem : i can help with that? what is your destination and what time would you like to arrive by?", + "belief : taxi departure = grafton hotel restaurantsystem : i can help with that? what is your destination and what time would you like to arrive by?", + "belief : taxi departure = grafton hotel restaurantsystem : i can help with that? what is your destination and what time would you like to arrive by?", + "belief : taxi departure = grafton hotel restaurantsystem : i can help with that! what is your destination?", + "belief : taxi departure = grafton hotel restaurantsystem : i can help with that! what is your destination?" + ], + [ + "belief : taxi leaveat = 16:45 ; destination = funky fun house ; departure = grafton hotel restaurantsystem : alright. a [taxi_type]will pick you up. they can be reached at [taxi_phone]. did you need anything else?", + "belief : taxi leaveat = 16:45 ; destination = funky fun house ; departure = grafton hotel restaurantsystem : okay. a [taxi_type]will pick you up. they can be reached at [taxi_phone]. did you need anything else?", + "belief : taxi leaveat = 16:45 ; destination = broughton house gallery ; departure = grafton hotel restaurantsystem : okay. a [taxi_type]will pick you up. they can be reached at [taxi_phone]. did you need anything else?", + "belief : taxi leaveat = 16:45 ; destination = broughton house gallery ; departure = grafton hotel restaurantsystem : okay. a [taxi_type]will pick you up. they can be reached at [taxi_phone]. did you need anything else?", + "belief : taxi leaveat = 16:45 ; destination = funky fun house ; departure = grafton hotel restaurantsystem : alright. a [taxi_type]will pick you up. they can be reached at [taxi_phone]. did you need anything else?" + ], + [ + "belief : taxi leaveat = 16:45 ; destination = jinling restaurant ; departure = grafton hotel restaurantsystem : alright. i have a [taxi_type]for you.", + "belief : taxi leaveat = 16:45 ; destination = jinling restaurant ; departure = grafton hotel restaurantsystem : alright. i have a [taxi_type]for you.", + "belief : taxi leaveat = 16:45 ; destination = jinling restaurant ; departure = grafton hotel restaurantsystem : alright. i have a [taxi_type]for you.", + "belief : taxi leaveat = 16:45 ; destination = jinling restaurant ; departure = grafton hotel restaurantsystem : alright. i have a [taxi_type]for you.", + "belief : taxi leaveat = 16:45 ; destination = jinling restaurant ; departure = grafton hotel restaurantsystem : alright. i have a [taxi_type]for you." + ], + [ + "belief : taxi leaveat = 16:45 ; destination = jinling restaurant ; departure = grafton hotel restaurantsystem : have a great day!", + "belief : taxi leaveat = 16:45 ; destination = jinling restaurant ; departure = grafton hotel restaurantsystem : have a great day!", + "belief : taxi leaveat = 16:45 ; destination = jinling restaurant ; departure = grafton hotel restaurantsystem : have a great day!", + "belief : taxi leaveat = 16:45 ; destination = jinling restaurant ; departure = grafton hotel restaurantsystem : have a great day!", + "belief : taxi leaveat = 16:45 ; destination = jinling restaurant ; departure = grafton hotel restaurantsystem : have a great day!" + ], + [ + "belief : attraction type = saigon citysystem : i have [value_count]different trains that would get you to [value_place]by [value_time]on [value_day]. what time would you like to leave?", + "belief : attraction type = saigon citysystem : i have [value_count]different trains that would get you to [value_place]by [value_time]on [value_day]. what time would you like to leave?", + "belief : attraction type = saigon citysystem : i love [attraction_name]. would you like to book a room?", + "belief : attraction type = saigon citysystem : i have [value_count]different trains that would get you to [value_place]by [value_time]on [value_day]. what time would you like to leave?", + "belief : attraction type = saigon citysystem : i love [attraction_name]. would you like to book a room?" + ], + [ + "belief : restaurant food = saigon city ; pricerange = expensive ; name = prezzo | booking day = wednesday ; people = 5 ; time = 19:45system : i have you booked for a table of [value_count]at [value_time]on [value_day], would you like a confirmation receipt?", + "belief : restaurant food = saigon city ; pricerange = expensive ; name = prezzo | booking day = wednesday ; people = 5 ; time = 19:45system : i am sorry, that time is not available at [restaurant_name]. would you like me to find another restaurant for you?", + "belief : restaurant food = saigon city ; pricerange = expensive ; name = prezzo | booking day = wednesday ; people = 5 ; time = 19:45system : i have you booked for a table of [value_count]at [value_time]on [value_day], would you like a confirmation receipt?", + "belief : restaurant food = saigon city ; pricerange = expensive ; name = prezzo | booking day = wednesday ; people = 5 ; time = 19:45system : i am sorry, that time is not available at [restaurant_name]. would you like me to find another restaurant for you?", + "belief : restaurant food = saigon city ; pricerange = expensive ; name = prezzo | booking day = wednesday ; people = 5 ; time = 19:45system : i have you booked for a table of [value_count]at [value_time]on [value_day], would you like a confirmation receipt?" + ], + [ + "belief : restaurant food = saigon city ; pricerange = expensive ; name = prezzo | booking day = wednesday ; people = 5 ; time = 19:45system : have a good day!", + "belief : restaurant food = saigon city ; pricerange = expensive ; name = prezzo | booking day = wednesday ; people = 5 ; time = 19:45system : have a good day!", + "belief : restaurant food = saigon city ; pricerange = expensive ; name = prezzo | booking day = wednesday ; people = 5 ; time = 19:45system : have a good day!", + "belief : restaurant food = saigon city ; pricerange = expensive ; name = prezzo | booking day = wednesday ; people = 5 ; time = 19:45system : enjoy your visit to [value_place]. thank you for contacting us today.", + "belief : restaurant food = saigon city ; pricerange = expensive ; name = prezzo | booking day = wednesday ; people = 5 ; time = 19:45system : have a good day!" + ], + [ + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : ok, what time do you want to leave?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : ok, what time do you want to leave?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : ok, what time do you want to leave?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : ok, what time do you want to leave?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : ok, what time do you want to leave?" + ], + [ + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone].", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone].", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone].", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone].", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : ok, a [taxi_type]will pick you up. the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : okay great! have a wonderful day.", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : okay great! have a wonderful day.", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : okay great! have a wonderful day.", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : okay great! have a wonderful day.", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : okay great! have a great day." + ], + [ + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : thank you", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : thank you", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : thank you", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : thank you", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : thank you" + ], + [ + "belief : hotel name = warkworth housesystem : the [hotel_name]is an [value_pricerange] hotel in the [value_area] with [value_count]stars, free wifi, and free parking. it s located at [hotel_address] [hotel_postcode]. would you like to book?", + "belief : hotel name = warkworth housesystem : the [hotel_name]is an [value_pricerange] hotel in the [value_area] with [value_count]stars, free wifi, and free parking. it s located at [hotel_address] [hotel_postcode]. would you like to book?", + "belief : hotel name = warkworth housesystem : the [hotel_name]is an [value_pricerange] hotel in the [value_area] with [value_count]stars, free wifi, and free parking. it s located at [hotel_address] [hotel_postcode]. would you like to book?", + "belief : hotel name = warkworth housesystem : the [hotel_name]is an [value_pricerange] hotel in the [value_area] with [value_count]stars, free wifi, and free parking. it s located at [hotel_address] [hotel_postcode]. would you like to book?", + "belief : hotel name = warkworth housesystem : the [hotel_name]is an [value_pricerange] hotel in the [value_area] with [value_count]stars, free wifi, and free parking. it s located at [hotel_address] [hotel_postcode]. would you like to book?" + ], + [ + "belief : hotel name = warkworth house ; type = hotelsystem : i have booked you and another person for this [value_day]for [value_count]nights.", + "belief : hotel name = warkworth house ; type = hotelsystem : i have booked you and another person for this [value_day]for [value_count]nights.", + "belief : hotel name = warkworth house ; type = hotelsystem : i have booked you and another person for this [value_day]for [value_count]nights.", + "belief : hotel name = warkworth house ; type = hotelsystem : i have booked you and another person for this [value_day]for [value_count]nights.", + "belief : hotel name = warkworth house ; type = hotelsystem : i have booked you and another person for this [value_day]for [value_count]nights." + ], + [ + "belief : hotel name = warkworth house ; type = hotel | booking day = friday ; people = 3 ; stay = 5system : i have the reference number for the [hotel_name].", + "belief : hotel name = warkworth house ; type = hotel | booking day = friday ; people = 3 ; stay = 5system : i have the reference number for the [hotel_name].", + "belief : hotel name = warkworth house ; type = hotel | booking day = friday ; people = 3 ; stay = 5system : i have the reference number for the [hotel_name]in the [value_area].", + "belief : hotel name = warkworth house ; type = hotel | booking day = friday ; people = 3 ; stay = 5system : i have the reference number for the [hotel_name]in the future.", + "belief : hotel name = warkworth house ; type = hotel | booking day = friday ; people = 3 ; stay = 5system : i have the reference number for the [hotel_name]in the [value_area]." + ], + [ + "belief : hotel name = warkworth house ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : thank you", + "belief : hotel name = warkworth house ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : thank you", + "belief : hotel name = warkworth house ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : thank you", + "belief : hotel name = warkworth house ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : thank you", + "belief : hotel name = warkworth house ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : thank you" + ], + [ + "belief : restaurant food = spanish ; pricerange = cheapsystem : i found [value_count]in the [value_area] part of town and [value_count]in the [value_area].", + "belief : restaurant food = spanish ; pricerange = cheapsystem : i found [value_count]in the [value_area] part of town and [value_count]in the [value_area].", + "belief : restaurant food = spanish ; pricerange = cheapsystem : i found [value_count]in the [value_area] part of town and [value_count]in the [value_area].", + "belief : restaurant food = spanish ; pricerange = cheapsystem : i found [value_count]in the [value_area] part of town and [value_count]in the [value_area].", + "belief : restaurant food = spanish ; pricerange = cheapsystem : i found [value_count]in the [value_area] part of town and [value_count]in the [value_area]." + ], + [ + "belief : restaurant food = spanish ; pricerange = cheapsystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] part of town. what price range do you have in mind?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town. what price range are you looking for?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town. what price range are you looking for?" + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem :=>belief : restaurant pricerange = cheap ; name = centresystem : booking day = tuesday ; people = 7 ; time = 11:45system : i am sorry, that time is not available at [restaurant_name]. would you like to try another day or time slot?", + "belief : restaurant pricerange = cheap ; area = centresystem : ok, booking was unsuccessful.", + "belief : restaurant pricerange = cheap ; area = centresystem :=>belief : restaurant pricerange = cheap ; name = centresystem : booking day = tuesday ; people = 7 ; time = 11:45system : i have booked you at [restaurant_name].", + "belief : restaurant pricerange = cheap ; area = centresystem :=>belief : restaurant pricerange = cheap ; name = centresystem : booking day = tuesday ; people = 7 ; time = 11:45system : i am sorry, that time is not available at [restaurant_name]. would you like to try another day or time slot?", + "belief : restaurant pricerange = cheap ; area = centresystem :=>belief : restaurant pricerange = cheap ; name = centresystem : booking day = tuesday ; people = 7 ; time = 11:45system : i am sorry, that time is not available at [restaurant_name]. would you like to try another day or time slot?" + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : no, i am sorry.=>!", + "belief : restaurant pricerange = cheap ; area = centresystem : no, i am sorry.", + "belief : restaurant pricerange = cheap ; area = centresystem : no, i am sorry.", + "belief : restaurant pricerange = cheap ; area = centresystem : no, i am sorry.=>!", + "belief : restaurant pricerange = cheap ; area = centresystem : no, i am sorry.=>!" + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : have a great day!", + "belief : restaurant pricerange = cheap ; area = centresystem : have a great day!", + "belief : restaurant pricerange = cheap ; area = centresystem : have a great day!", + "belief : restaurant pricerange = cheap ; area = centresystem : have a great day!", + "belief : restaurant pricerange = cheap ; area = centresystem : have a great day!" + ], + [ + "belief : hotel parking = yes ; stars = 4system : i found [value_count]hotel -s with free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel parking = yes ; stars = 4system : i found [value_count]hotel -s with free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel parking = yes ; stars = 4system : i found [value_count]hotel -s with free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel parking = yes ; stars = 4system : i found [value_count]hotel -s with free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel parking = yes ; stars = 4system : i have [value_count]stars, and we have several churches and a school renowned for their architecture. [hotel_name]charges visitors [value_count]pounds, but the rest are free." + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 4system : there are [value_count]place -s that meet those criteria. what price range do you want?", + "belief : hotel area = centre ; parking = yes ; stars = 4system : there are [value_count]place -s that meet those criteria. what price range do you want?", + "belief : hotel area = centre ; parking = yes ; stars = 4system : there are [value_count]place -s that meet those criteria. what price range do you want?", + "belief : hotel area = centre ; parking = yes ; stars = 4system : there are [value_count]place -s that meet those criteria. what price range do you want?", + "belief : hotel area = centre ; parking = yes ; stars = 4system : there are [value_count]place -s that meet those criteria. what price range do you want?" + ], + [ + "belief : hotel area = northsystem : there are [value_count]options. how about [hotel_name], the [hotel_name]?", + "belief : hotel area = northsystem : there are [value_count]options. how about [hotel_name], the [hotel_name]?", + "belief : hotel area = northsystem : there are [value_count]place -s that fit your criteria. what price range do you want?", + "belief : hotel area = northsystem : there are [value_count]place -s that fit your criteria. what price range do you want?", + "belief : hotel area = northsystem : there are [value_count]options. how about [hotel_name], the [hotel_name]?" + ], + [ + "belief : hotel area = northsystem : okay. have a nice day.", + "belief : hotel area = northsystem : okay. have a nice day.", + "belief : hotel area = northsystem : sure, have a nice day.", + "belief : hotel area = northsystem : sure, have a nice day.", + "belief : hotel area = northsystem : okay. have a nice day." + ], + [ + "belief : hotel area = northsystem : yes, i have the [hotel_name]in the [value_area] side of town.", + "belief : hotel area = northsystem : it sure does.user : great! have a great day.", + "belief : hotel area = northsystem : it sure does.=>belief : hotel parking = yes ; pricerange = moderate ; stars = 4system : the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area] of town.", + "belief : hotel area = northsystem : yes, i have the [hotel_name]in the [value_area] side of town.", + "belief : hotel area = northsystem : it sure does.=>belief : hotel parking = yes ; pricerange = moderate ; stars = 4system : the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area] of town. would you like me to book it for you?" + ], + [ + "belief : hotel area = northsystem : sure. they are in the [value_area] of town. they have the lowest price range and offer free parking. would you like to book the hotel now?", + "belief : hotel area = northsystem : sure. the location on the [value_area] side of town is [hotel_address]. the price range is [value_pricerange] pounds. would you like to book it?", + "belief : hotel area = northsystem : sure. the location on the [value_area] side of town is [hotel_address]. the price range is [value_pricerange] pounds. would you like to book it?", + "belief : hotel area = northsystem : sure. they are in the [value_area] of town. they have the lowest price range and offer free parking. would you like to book at [hotel_name]or [hotel_name]?", + "belief : hotel area = northsystem : sure. they are in the [value_area] of town. they have the lowest price range and offer free parking. would you like to book at [hotel_name]or [hotel_name]?" + ], + [ + "belief : hotel area = northsystem : sure. have a great day.", + "belief : hotel area = northsystem : sure. have a great day.", + "belief : hotel area = northsystem : sure. have a great day.", + "belief : hotel area = northsystem : sure. have a great day.", + "belief : hotel area = northsystem : sure. have a great day." + ], + [ + "belief : train destination = none ; day = friday ; arriveby = 19:00system : where will you be departing from?", + "belief : train destination = none ; day = friday ; arriveby = 19:00system : where will you be departing from?", + "belief : train destination = none ; day = friday ; arriveby = 19:00system : where will you be departing from?", + "belief : train destination = none ; day = friday ; arriveby = 19:00system : where will you be departing from?", + "belief : train destination = none ; day = friday ; arriveby = 19:00system : where will you be departing from?" + ], + [ + "belief : train destination = none ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : i found more than [value_count], [value_count]trains. do you have a destination in mind?", + "belief : train destination = none ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : i found more than [value_count], [value_count]trains. do you have a destination in mind?", + "belief : train destination = none ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : i found more than [value_count], [value_count]trains. do you have a destination in mind?", + "belief : train destination = none ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : i found more than [value_count], [value_count]trains. do you have a destination in mind?", + "belief : train destination = none ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : i found more than [value_count], [value_count]trains. do you have a destination in mind?" + ], + [ + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : i have [value_count]trains arriving by then, how many passengers?" + ], + [ + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system : there are [value_count]trains.", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system : there are [value_count]trains.", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : booking people = 5system : booking was successful", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : booking people = 5system : booking was successful", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : booking people = 5system : booking was successful", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : booking people = 5system : booking was successful", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : booking people = 5system : booking was successful" + ], + [ + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : thank you, goodbye.", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : great. have a great day.", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : thank you, goodbye.", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : great. have a great day.", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : thank you, goodbye." + ], + [ + "belief : taxi destination = parkside police station ; arriveby = 16:45system : okay, what is your departure site?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : okay! what is your departure site?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : okay! what is your departure site?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : okay! what is your departure site?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : okay, what is your departure site?" + ], + [ + "belief : taxi destination = parkside police station ; departure = parkside police station ; arriveby = 16:45system : ok, i have booked you a [taxi_type]the contact number is [taxi_phone]. anything", + "belief : taxi destination = parkside police station ; departure = parkside police station ; arriveby = 16:45system : ok, i have booked you a [taxi_type]the contact number is [taxi_phone]. anything", + "belief : taxi destination = parkside police station ; departure = parkside police station ; arriveby = 16:45system : ok, i have booked you a [taxi_type]the contact number is [taxi_phone]. anything", + "belief : taxi destination = parkside police station ; departure = parkside police station ; arriveby = 16:45system : ok, i have booked you a [taxi_type]the contact number is [taxi_phone]. anything", + "belief : taxi destination = parkside police station ; departure = parkside police station ; arriveby = 16:45system : ok, i have booked you a [taxi_type]the contact number is [taxi_phone]. anything" + ], + [ + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : okay, i have a taxi booked for you a [taxi_type]. the contact number is [taxi_phone].", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : okay, i have a taxi booked for you a [taxi_type]. the contact number is [taxi_phone].", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : okay, i have a taxi booked for you a [taxi_type]. the contact number is [taxi_phone].", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : okay, i have a taxi booked for you a [taxi_type]. the contact number is [taxi_phone].", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : okay, i have a taxi booked for you a [taxi_type]. the contact number is [taxi_phone]." + ], + [ + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : okay, have a nice day.", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : okay, have a nice day.", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : have a nice day!", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : okay, have a nice day.", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : okay, have a nice day." + ], + [ + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : have a nice day.", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : have a nice day.", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : have a nice day.", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : have a nice day.", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : have a nice day." + ], + [ + "belief : hotel name = the arbury lodge guesthousesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = the arbury lodge guesthousesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = the arbury lodge guesthousesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = the arbury lodge guesthousesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = the arbury lodge guesthousesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?" + ], + [ + "belief : hotel name = the arbury lodge guesthouse ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : your booking was successful. reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel name = the arbury lodge guesthouse ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : your booking was successful. reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel name = the arbury lodge guesthouse ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : your booking was successful. reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel name = the arbury lodge guesthouse ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : your booking was successful. reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel name = the arbury lodge guesthouse ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : your booking was successful. reference number is [hotel_reference]. is there anything else i can help you with?" + ], + [ + "belief : hotel name = the arbury lodge guesthouse ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : you are welcome! have a nice day.", + "belief : hotel name = the arbury lodge guesthouse ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : you are welcome! have a nice day.", + "belief : hotel name = the arbury lodge guesthouse ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : you are welcome! have a nice day.", + "belief : hotel name = the arbury lodge guesthouse ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : you are welcome! have a nice day.", + "belief : hotel name = the arbury lodge guesthouse ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : you are welcome! have a nice day." + ], + [ + "belief : taxi leaveat = nonesystem : where will you be headed to?", + "belief : taxi leaveat = nonesystem : where will you be headed to?", + "belief : taxi leaveat = nonesystem : where will you be headed to?", + "belief : taxi leaveat = nonesystem : where will you be headed to?", + "belief : taxi leaveat = nonesystem : where will you be headed to?" + ], + [ + "belief : taxi destination = lucky star ; departure = the missing sesame restaurantsystem : sure, train [train_id] arrives at [value_time]. train id [train_id].user : thank you, goodbye.user : you are welcome.user : thank you, goodbye.", + "belief : taxi destination = lucky star ; departure = the missing sesame restaurantsystem : what time do you need to leave [hotel_name]or arrive at the [hotel_name]?", + "belief : taxi destination = lucky star ; departure = themissing sesame restaurantsystem : sure, a [taxi_type]will pick you up. the contact number is [taxi_phone]. can i help you with anything else?", + "belief : taxi destination = lucky star ; departure = the missing sesame restaurantsystem : sure, train [train_id] arrives at [value_time]. train id [train_id].user : thank you, goodbye.user : you are welcome.user : thank you, goodbye.", + "belief : taxi destination = lucky star ; departure = the missing sesame restaurantsystem : what time do you need to leave [hotel_name]or arrive at the [hotel_name]?" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = lucky star ; departure = the hotel girton collegesystem : ok, i have a [taxi_type]for you. the car type is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 17:15 ; destination = lucky star ; departure = the hotelsystem : ok, i have a [taxi_type]for you. the car type is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 17:15 ; destination = lucky star ; departure = the hotelsystem : ok, i have a [taxi_type]for you the car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = lucky star ; departure = the hotel girtonsystem : ok, i have a [taxi_type] the car type is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 17:15 ; destination = lucky star ; departure = the housesystem : ok, i have a [taxi_type]for you the car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = lucky star train station ; departure = the hotelsystem : okay. have a great day.", + "belief : taxi leaveat = 17:15 ; destination = lucky star train station ; departure = the hotelsystem : okay. have a great day.", + "belief : taxi leaveat = 17:15 ; destination = lucky star train station ; departure = the hotelsystem : okay. have a great day.", + "belief : taxi leaveat = 17:15 ; destination = lucky star train station ; departure = the hotelsystem : okay. have a great day.", + "belief : taxi leaveat = 17:15 ; destination = lucky star train station ; departure = the hotelsystem : okay. have a great day." + ], + [ + "belief : taxi leaveat = 17:15 ; destination = lucky star train station ; departure = theakissystem : thank you", + "belief : taxi leaveat = 17:15 ; destination = lucky star train station ; departure = the hotelsystem : have a wonderful day.", + "belief : taxi leaveat = 17:15 ; destination = lucky star train station ; departure = the housesystem : thank you", + "belief : taxi leaveat = 17:15 ; destination = lucky star train station ; departure = the hotelsystem : thank you", + "belief : taxi leaveat = 17:15 ; destination = lucky star train station ; departure = the hotelsystem : thank you" + ], + [ + "belief : train destination = stevenage ; arriveby = 19:15system : there are [value_count]trains that arrive in [value_place]by [value_time]. each train takes [value_count]hour. when would you prefer to depart?", + "belief : train destination = stevenage ; arriveby = 19:15system : there are [value_count]trains that will get you there by then, for how many people?", + "belief : train destination = stevenage ; arriveby = 19:15system : there are [value_count]trains that arrive in [value_place]by [value_time]. each train takes [value_count]hour. when would you prefer to depart?", + "belief : train destination = stevenage ; arriveby = 19:15system : there are [value_count]trains that arrive in [value_place]by [value_time]. each train takes [value_count]hour. when would you prefer to depart?", + "belief : train destination = stevenage ; arriveby = 19:15system : there are [value_count]trains that arrive in [value_place]by [value_time]. each train takes [value_count]hour. when would you prefer to depart?" + ], + [ + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : there are [value_count]trains that match your search. do you want to book [value_count]?", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : there are [value_count]trains that match your search. do you want to book [value_count]?", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : there are many options available. is there a certain time you would like to depart?", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : there are [value_count]trains that match your search. do you want to book [value_count]?", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : there are many options available. is there a certain time you would like to depart?" + ], + [ + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : the travel time for the train is [value_count]minutes.", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : the travel time for the train is [value_count]minutes.", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : the travel time for the train is [value_count]minutes.", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : the travel time for the train is [value_count]minutes.", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : the travel time for the train is [value_count]minutes." + ], + [ + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15system : great!", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15system : great!", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15system : great!", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15system : great!", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15system : great!" + ], + [ + "belief : train destination = cambridge ; departure = london kings crosssystem : i have [value_count]trains to [value_place] [value_day]. can you give me a departure day and time so that i can narrow down your choices?", + "belief : train destination = cambridge ; departure = london kings crosssystem : i have [value_count]trains to [value_place] [value_day]. can you give me a departure day and time so that i can narrow down your choices?", + "belief : train destination = cambridge ; departure = london kings crosssystem : i have [value_count]trains to [value_place] [value_day]. can you give me a departure day and time so that i can narrow down your choices?", + "belief : train destination = cambridge ; departure = london kings crosssystem : i have [value_count]trains to [value_place] [value_day]. can you give me a departure day and time so that i can narrow down your choices?", + "belief : train destination = cambridge ; departure = london kings crosssystem : i have [value_count]trains to [value_place] [value_day]. can you give me a departure day and time so that i can narrow down your choices?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:2 ; departure = london kings crosssystem : i have a train that arrives earlier at [value_time]and [value_count]that arrives just before your specified time at [value_time].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:00 ; departure = london kings crosssystem : i have a train that arrives earlier at [value_time]and [value_count]that arrives just before your specified time at [value_time].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:2 ; departure = london kings crosssystem : i have a train that arrives earlier at [value_time]and [value_count]that arrives just before your specified time at [value_time].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:00 ; departure = london kings crosssystem : i have a train that arrives earlier at [value_time]and [value_count]that arrives just before your specified time at [value_time].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:2 ; departure = london kings crosssystem : i have a train that arrives earlier at [value_time]and [value_count]that arrives just before your specified time at [value_time]." + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:30 ; departure = london kings crosssystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:30 ; departure = london kings crosssystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:15 ; departure = london kings crosssystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:15 ; departure = london kings crosssystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:15 ; departure = london kings crosssystem : booking people = 7system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference]." + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:15 ; departure = london kings crosssystem : thank you for using", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:19 ; departure = london kings crosssystem : thank you for using.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:15 ; departure = london kings crosssystem : thank you for using.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:19 ; departure = london kings crosssystem : thank you for using.", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:19 ; departure = london kings crosssystem : thank you for using." + ], + [ + "belief : attraction type = entertainment ; area = centresystem : we have [value_count]such place -s. any other preferences?", + "belief : attraction type = entertainment ; area = centresystem : we have [value_count]such place -s. any other preferences?", + "belief : attraction type = entertainment ; area = centresystem : we have [value_count]such place -s. any other preferences?", + "belief : attraction type = entertainment ; area = centresystem : we have [value_count]wonderful attractions in the [value_area] of town. do you have a specific interest in mind or would you like me to make some suggestions?", + "belief : attraction type = entertainment ; area = centresystem : we have [value_count]wonderful attractions in the [value_area] of town. do you have a specific interest in mind or would you like me to make some suggestions?" + ], + [ + "belief : attraction type = museum ; area = centresystem : there are [value_count]museums in the [value_area] of town. all with free admission. my favorite is [attraction_name]on st. andrews street.", + "belief : attraction type = museum ; area = centresystem : there are [value_count]museums in the [value_area] of town. all with free admission. my favorite is [attraction_name]on st. andrews street.", + "belief : attraction type = museum ; area = centresystem : there are [value_count]museums in the [value_area] of town. all with free admission. my favorite is [attraction_name]on st. andrews street.", + "belief : attraction type = museum ; area = centresystem : there are [value_count]museums in the [value_area] of town. all with free admission. my favorite is [attraction_name]on st. andrews street.", + "belief : attraction type = museum ; area = centresystem : there are [value_count]museums in the [value_area] of town. all with free admission. my favorite is [attraction_name]on st. andrews street." + ], + [ + "belief : attraction type = museum ; name = cambridge contemporary art ; area = centresystem : of course, their phone number is [attraction_phone]. is there anything else i can help you with today?", + "belief : attraction type = museum ; name = cambridge contemporary art ; area = centresystem : of course, their phone number is [attraction_phone]. is there anything else i can help you with today?", + "belief : attraction type = museum ; name = cambridge contemporary art ; area = centresystem : of course, their phone number is [attraction_phone]. is there anything else i can help you with today?", + "belief : attraction type = museum ; name = cambridge contemporary art ; area = centresystem : of course, their phone number is [attraction_phone]. is there anything else i can help you with today?", + "belief : attraction type = museum ; name = cambridge contemporary art ; area = centresystem : of course, their phone number is [attraction_phone]. is there anything else i can help you with today?" + ], + [ + "belief : attraction type = museum ; area = centresystem : thank you", + "belief : attraction type = museum ; area = centresystem : thank you", + "belief : attraction type = museum ; area = centresystem : thank you", + "belief : attraction type = museum ; area = centresystem : thank you", + "belief : attraction type = museum ; area = centresystem : thank you" + ], + [ + "belief : hotel area = south ; parking = yessystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = south ; parking = yessystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = south ; parking = yessystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = south ; parking = yessystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = south ; parking = yessystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?" + ], + [ + "belief : hotel area = south ; parking = yes ; internet = yessystem : the [hotel_name]has a high [value_count]star rating and wifi", + "belief : hotel area = south ; parking = yes ; internet = yessystem : the [hotel_name]has a high [value_count]star rating and wifi", + "belief : hotel area = south ; parking = yes ; internet = yessystem : the [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel area = south ; parking = yes ; internet = yessystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = south ; parking = yes ; internet = yessystem : the [hotel_name]has a high [value_count]star rating and wifi" + ], + [ + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : i have booked you for [hotel_name]. the reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : i have that reservation made at the [hotel_name], reference number [restaurant_reference].", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : i have that reservation made at the [hotel_name], reference number [restaurant_reference].", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : i have booked you for [hotel_name]. the reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : i have that reservation made at the [hotel_name], reference number [hotel_reference]." + ], + [ + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : thank you.", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : thank you.", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : thank you.", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : thank you.", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : thank you." + ], + [ + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be travelling?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be travelling?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be travelling?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be travelling?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be travelling?" + ], + [ + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : there is a train leaving [value_place]for [value_place]at [value_time]on [value_day]", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : there is a train leaving [value_place]for [value_place]at [value_time]on [value_day]", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : there is a train leaving [value_place]for [value_place]at [value_time]on [value_day]", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : there is a train leaving [value_place]for [value_place]at [value_time]on [value_day]", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : there is a train leaving [value_place]for [value_place]at [value_time]on [value_day]" + ], + [ + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : your booking was successful. the reference number is [train_reference].", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : your booking was successful. the reference number is [train_reference].", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : it is [train_id] and the reference number is [train_reference].", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : your booking was successful. the reference number is [train_reference].", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : your booking was successful. the reference number is [train_reference]." + ], + [ + "belief : train leaveat = 17:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : have a wonderful day!", + "belief : train leaveat = 17:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : you are welcome", + "belief : train leaveat = 17:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : have a wonderful day!", + "belief : train leaveat = 17:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : have a wonderful day!", + "belief : train leaveat = 17:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : you are welcome" + ], + [ + "belief : restaurant food = british ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant food = british ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant food = british ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant food = british ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant food = british ; pricerange = moderatesystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town." + ], + [ + "belief : restaurant food = bistro ; pricerange = moderate ; name = the oak bistro ; area = centresystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = bistro ; pricerange = moderate ; name = the oak bistro ; area = centresystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = bistro ; pricerange = moderate ; name = the oak bistro ; area = centresystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = bistro ; pricerange = moderate ; name = the oak bistro ; area = centresystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = bistro ; pricerange = moderate ; name = the oak bistro ; area = centresystem : booking was unsuccessful. want to try another option?" + ], + [ + "belief : restaurant food = bistro ; pricerange = moderate ; name = the oak bistro ; area = centresystem : enjoy your day.", + "belief : restaurant food = bistro ; pricerange = moderate ; name = the oak bistro ; area = centresystem : enjoy your day.", + "belief : restaurant food = bistro ; pricerange = moderate ; name = the oak bistro ; area = centresystem : enjoy your day.", + "belief : restaurant food = bistro ; pricerange = moderate ; name = the oak bistro ; area = centresystem : enjoy your day.", + "belief : restaurant food = bistro ; pricerange = moderate ; name = the oak bistro ; area = centresystem : enjoy your day." + ], + [ + "belief : hotel pricerange = cheap ; stars = 4 ; type = hotelsystem : [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = hotelsystem : [hotel_name]is a hotel located in the [value_area] and is [value_pricerange]. has [value_count]stars and free internet and parking.", + "belief : hotel pricerange = cheap ; stars = 4 ; type = hotelsystem : [hotel_name]is a hotel located in the [value_area] and is [value_pricerange]. has [value_count]stars and free internet and parking.", + "belief : hotel pricerange = cheap ; stars = 4 ; type = hotelsystem : [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = hotelsystem : [hotel_name]is a hotel located in the [value_area] and is [value_pricerange]. has [value_count]stars and free internet and parking." + ], + [ + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : no, it is not an [value_pricerange] guesthouse. would you like to try something else?", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : no, it is not a guesthouse. is there anything else i can help you with", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : no, it is not a guesthouse. is there anything else i can help you with", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : no, it is not a guesthouse. is there anything else i can help you with", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : no, it is not a guesthouse. is there anything else i can help you with" + ], + [ + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4system : the [hotel_name]is a good option.", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4system : the [hotel_name]is a good option.", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4system : the [hotel_name]is a good option.", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4system : the [hotel_name]is a good option.", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4system : the [hotel_name]is a good option." + ], + [ + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4system : thank you.", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4system : thank you.", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4system : thank you.", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4system : thank you.", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4system : thank you." + ], + [ + "belief :belief : hotel area = cambridge ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : thank you. have a great day!", + "belief :belief : hotel area = cambridge ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : thank you. have a great day!", + "belief :belief : hotel area = cambridge ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : thank you. have a great day!", + "belief :belief : hotel area = cambridge ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : thank you. have a great day!", + "belief :belief : hotel area = cambridge ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : thank you. have a great day!" + ], + [ + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4system : you are welcome. have a great day.", + "belief : hotel area = cambridge ; pricerange = cheap ; stars = 4system : thank you." + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = finches bed and breakfastsystem : i will need a little more information before i can book it. what is your departure site, and what time do you want to depart?", + "belief : taxi destination = don pasquale pizzeria ; departure = finches bed and breakfastsystem : i can do that for you. where will you be departing from?", + "belief : taxi destination = welcome housesystem : i can help with that! what time will you be leaving and arriving?user : i will be leaving at [value_time]and arriving at [value_time].user : great, i have booked your taxi. your contact number is [taxi_phone]. anything else i can help you with today?", + "belief : taxi destination = get me a taxi to welcome people at destination", + "belief : taxi destination = don pasquale pizzeria ; departure = finches bed and breakfastsystem : i will need a contact number when you would like to arrive at the [attraction_name]." + ], + [ + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = la margheritasystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi leaveat = 15:15 ; destination = don pasquale pizzeria ; departure = finches bed and breakfastsystem : alright. i have a [taxi_type]for you.", + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = la margheritasystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?", + "belief : taxi leaveat = 15:15 ; destination = don pasquale pizzeria ; departure = finches bed and breakfastsystem : alright. i have a [taxi_type]for you.", + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = la margheritasystem : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else today?" + ], + [ + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = arbury lodge guesthousesystem : i have booked your taxi", + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = arbury lodge guesthousesystem : i have booked your taxi", + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = arbury lodge guesthousesystem : i have booked your taxi", + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = arbury lodge guesthousesystem : i have booked your taxi", + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = arbury lodge guesthousesystem : i have booked your taxi" + ], + [ + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = arbury lodge guesthousesystem : is there anything else i can help you with today?", + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = arbury lodge guesthousesystem : is there anything else i can help you with today?", + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = arbury lodge guesthousesystem : is there anything else i can help you with today?", + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = arbury lodge guesthousesystem : is there anything else i can help you with today?", + "belief : taxi leaveat = 15:15 ; destination = welcome house ; departure = arbury lodge guesthousesystem : is there anything else i can help you with today?" + ], + [ + "belief : train leaveat = 13:30 ; day = tuesdaysystem : we have [value_count]trains leaving after [value_time]on [value_day]. can you give me a departure point and a destination point, please?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : we have [value_count]trains leaving after [value_time]on [value_day]. can you give me a departure point and a destination point, please?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : we have [value_count]trains leaving after [value_time]on [value_day]. can you give me a departure point and a destination point, please?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : we have [value_count]trains leaving after [value_time]on [value_day]. can you give me a departure point and a destination point, please?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : we have [value_count]trains leaving after [value_time]on [value_day]. can you give me a departure point and a destination point, please?" + ], + [ + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : i have [value_count]trains departing from that location, do you have any more information to narrow it down some?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : i have [value_count]trains departing from that location, do you have any more information to narrow it down some?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : i have [value_count]trains departing from that location, do you have any more information to narrow it down some?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : i have [value_count]trains departing from that location, do you have any more information to narrow it down some?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : i have [value_count]trains departing from that location, do you have any more information to narrow it down some?" + ], + [ + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference]." + ], + [ + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : have a good day!", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : have a good day!", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : have a good day!", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : have a good day!", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : have a good day!" + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; name = none ; area = centre | booking day = friday ; people = 3 ; time = 13:15system : i am sorry, did you mean [attraction_name]? i will also need you to tell me when you would like to leave or arrive by as well.user : sorry, whale of a time. i want to leave the [hotel_name]or arrive at [value_time].", + "belief : restaurant food = indian ; pricerange = cheap ; name = none ; area = centre | booking day = friday ; people = 3 ; time = 13:15system : i am sorry, but [restaurant_name]is solidly booked. do you want me to search for another restaurant?user : no, how about a different restaurant in the [value_area]?", + "belief : restaurant food = indian ; pricerange = cheap ; name = none ; area = centre | booking day = friday ; people = 4 ; time = 14:15system : i am sorry, that time is not available at [restaurant_name]. would you like me to find another restaurant for you?user : another in the [value_area]. would you like me to find another restaurant for you?user : the [value_pricerange] another in the [value_area].", + "belief : restaurant food = indian ; pricerange = cheap ; name = none ; area = centre | booking day = friday ; people = 3 ; time = 13:15system : i am sorry, but [restaurant_name]is solidly booked. do you want me to search for another restaurant?user : no, how about a different restaurant in the [value_area]?", + "belief : restaurant food = indian ; pricerange = cheap ; name = none ; area = centre | booking day = friday ; people = 3 ; time = 13:15system : i am sorry, but [restaurant_name]is solidly booked. do you want me to search for another restaurant?user : no, how about another restaurant?" + ], + [ + "belief : restaurant food = italian ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant food = italian ; area = centresystem : there are a few choices. what price range do you want?", + "belief : restaurant food = italian ; area = centresystem : there are a few choices. what type of food do you want?", + "belief : restaurant food = italian ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant food = italian ; area = centresystem : there are a few choices. what price range do you want?" + ], + [ + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a nice [value_food] place. is there anything else i can help you with?", + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a nice [value_food] place. is there anything else i can help you with?", + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a nice [value_food] place. is there anything else i can help you with?", + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a nice [value_food] place. is there anything else i can help you with?", + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a nice [value_food] place. is there anything else i can help you with?" + ], + [ + "belief : restaurant food = lebanese ; area = centresystem : i have booked you at [restaurant_address].", + "belief : restaurant food = lebanese ; area = centresystem : i have booked you at [restaurant_address].", + "belief : restaurant food = lebanese ; area = centresystem : i have booked you at [restaurant_address].", + "belief : restaurant food = lebanese ; area = centresystem : i have booked you at [restaurant_name].", + "belief : restaurant food = lebanese ; area = centresystem : i have booked you at [restaurant_name]." + ], + [ + "belief : restaurant food = lebanese ; area = centresystem : that is [value_food] food.", + "belief : restaurant food = lebanese ; area = centresystem : good news!", + "belief : restaurant food = lebanese ; area = centresystem : good news!", + "belief : restaurant food = lebanese ; area = centresystem : that is [value_food] food.", + "belief : restaurant food = lebanese ; area = centresystem : good news!" + ], + [ + "belief :=>belief : restaurant food = lebanese ; area = centresystem : thank you.", + "belief :=>belief : restaurant food = lebanese ; area = centresystem : thank you.", + "belief :=>belief : restaurant food = lebanese ; area = centresystem : thank you.", + "belief :=>belief : restaurant food = lebanese ; area = centresystem : thank you.", + "belief :=>belief : restaurant food = lebanese ; area = centresystem : thank you." + ], + [ + "belief : taxi destination = cafe jello gallerysystem : sure i can do that! where is your departure site?", + "belief : taxi destination = cafe jello gallerysystem : certainly! when would you like to arrive?", + "belief : taxi destination = cafe jello gallerysystem : sure i can do that! where is your departure site?", + "belief : taxi destination = cafe jello gallerysystem : sure i can do that! where is your departure site?", + "belief : taxi destination = cafe jello gallerysystem : certainly! when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 12:30 ; destination = jello gallery ; departure = cafe jello gallerysystem : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi leaveat = 12:30 ; destination = jello gallery ; departure = cafe jello gallerysystem : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi leaveat = 12:30 ; destination = jello gallery ; departure = cafe jello gallerysystem : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi leaveat = 12:30 ; destination = jello gallery ; departure = cafe jello gallerysystem : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi leaveat = 12:30 ; destination = jello gallery ; departure = cafe jello gallerysystem : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 12:30 ; destination = junction ; departure = cafe jello gallerysystem : thank you.", + "belief : taxi leaveat = 12:30 ; destination = junction ; departure = cafe jello gallerysystem : thank you.", + "belief : taxi leaveat = 12:30 ; destination = destination = junction ; departure = cafe jello gallerysystem : thank you", + "belief : taxi leaveat = 12:30 ; destination = stansted airport ; departure = cafe jello gallerysystem : thank you.", + "belief : taxi leaveat = 12:30 ; destination = destination = junction ; departure = cafe jello gallerysystem : thank you" + ], + [ + "belief : taxi leaveat = 12:30 ; destination = junction ; departure = cafe jello gallerysystem : have a great day.", + "belief : taxi leaveat = 12:30 ; destination = jello gallery ; departure = cafe jello gallerysystem : have a great day.", + "belief : taxi leaveat = 12:30 ; destination = jello gallery ; departure = cafe jello gallerysystem : have a great day.", + "belief : taxi leaveat = 12:30 ; destination = jello gallery ; departure = cafe jello gallerysystem : have a great day.", + "belief : taxi leaveat = 12:30 ; destination = junction ; departure = cafe jello gallerysystem : have a great day." + ], + [ + "belief : hotel area = northsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = northsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = northsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = northsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = northsystem : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?" + ], + [ + "belief : hotel area = northsystem : the [hotel_name]is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like me to book it for you?", + "belief : hotel area = northsystem : the [hotel_name]is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like me to book it for you?", + "belief : hotel area = northsystem : the [hotel_name]is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like me to book it for you?", + "belief : hotel area = northsystem : the [hotel_name]is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like me to book it for you?", + "belief : hotel area = northsystem : the [hotel_name]is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like me to book it for you?" + ], + [ + "belief : hotel area = northsystem : i can help you with that. what day would you like to book?", + "belief : hotel area = northsystem : i can help you with that. what day would you like to book?", + "belief : hotel area = northsystem : i can help you with that. what day would you like to book?", + "belief : hotel area = northsystem : i can help you with that. what day would you like to book?", + "belief : hotel area = northsystem : i can help you with that. what day would you like to book?" + ], + [ + "belief : hotel area = northsystem : thank you. goodbye!=>!=>!=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel area = northsystem : thank you. goodbye!=>!=>!", + "belief : hotel area = northsystem : thank you. goodbye!=>!=>!=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel area = northsystem : thank you. goodbye!=>!=>!=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel area = northsystem : thank you. goodbye!=>!=>!" + ], + [ + "belief : hotel stars = 4system : the [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel stars = 4system : the [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel stars = 4system : the [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel stars = 4system : the [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel stars = 4system : the [hotel_name]is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?" + ], + [ + "belief : hotel area = east ; stars = 4system : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = east ; stars = 4system : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = east ; stars = 4system : i have [value_count]hotel -s in the [value_area] and [value_count]hotel -s in the [value_area].", + "belief : hotel area = east ; stars = 4system : i have [value_count]hotel -s in the [value_area] and [value_count]hotel -s in the [value_area].", + "belief : hotel area = east ; stars = 4system : i have [value_count]hotel -s in the [value_area] ranging from [value_pricerange] to [value_pricerange] -ly priced. would you like to narrow it down by choosing a star rating?" + ], + [ + "belief : hotel area = centre ; stars = 4system : there are [value_count]hotel -s in the [value_area].", + "belief : hotel area = centre ; stars = 4system : there are [value_count]hotel -s in the [value_area].", + "belief : hotel area = centre ; stars = 4system : there are [value_count]hotel -s in the [value_area].", + "belief : hotel area = centre ; stars = 4system : there are [value_count]hotel -s in the [value_area].", + "belief : hotel area = centre ; stars = 4system : there are [value_count]hotel -s in the [value_area]." + ], + [ + "belief : booking day = saturday ; people = 4 ; stay = 5system : booking was successful.", + "belief : booking day = saturday ; people = 4 ; stay = 5system : how many nights = 5system : how many people will be staying?", + "belief : booking day = saturday ; people = 4 ; stay = 5system : how many nights = 16system : how many people would you like me to book it for you?", + "belief : booking day = saturday ; people = 4 ; stay = 5system : booking was successful.", + "belief : booking day = saturday ; people = 4 ; stay = 5system : booking was successful." + ], + [ + "belief : hotel area = centre ; stars = 4", + "belief : hotel area = centre ; stars = 4", + "belief : hotel area = centre ; stars = 4", + "belief : hotel area = centre ; stars = 4", + "belief : hotel area = centre ; stars = 4" + ], + [ + "belief : hotel area = east ; stars = 4 ; type = hotelsystem : booking day = saturday ; people = 2 ; stay = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = east ; stars = 4 ; type = hotelsystem : booking day = saturday ; people = 2 ; stay = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = east ; stars = 4 ; type = hotelsystem : booking day = saturday ; people = 2 ; stay = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = east ; stars = 4 ; type = hotelsystem : booking day = saturday ; people = 2 ; stay = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = east ; stars = 4 ; type = hotelsystem : booking day = saturday ; people = 2 ; stay = 3system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = centre ; stars = 4 ; type = guesthousesystem : the [hotel_name]is a [value_pricerange] guesthouse in the [value_area]. would you like me to book it for you?", + "belief : hotel area = centre ; stars = 4 ; type = guesthousesystem : the [hotel_name]is a [value_pricerange] guesthouse in the [value_area]. would you like me to book it for you?", + "belief : hotel area = centre ; stars = 4 ; type = guesthousesystem : the [hotel_name]is a guesthouse with that criteria, the [hotel_name]. would you like to book it?", + "belief : hotel area = centre ; stars = 4 ; type = guesthousesystem : the [hotel_name]is a [value_pricerange] guesthouse in the [value_area]. would you like me to book it for you?", + "belief : hotel area = centre ; stars = 4 ; type = guesthousesystem : the [hotel_name]is a [value_pricerange] guesthouse in the [value_area]. would you like me to book it for you?" + ], + [ + "belief : hotel area = centre ; stars = 4 ; type = hotelsystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; stars = 4 ; type = hotelsystem : that worked. your reference number is [hotel_reference].", + "belief : hotel area = centre ; stars = 4 ; type = hotelsystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel area = centre ; stars = 4 ; type = hotelsystem : that worked. your reference number is [hotel_reference].", + "belief : hotel area = centre ; stars = 4 ; type = hotelsystem : that worked. your reference number is [hotel_reference]." + ], + [ + "belief : hotel area = centre ; pricerange = cheap ; stars = 4 | booking day = saturday ; people = 3 ; stay = 2system : that s all i have", + "belief : hotel area = centre ; pricerange = cheap ; stars = 4 | booking day = saturday ; people = 3 ; stay = 2system : how about [hotel_name]?", + "belief : hotel area = centre ; pricerange = cheap ; stars = 4 | booking day = saturday ; people = 3 ; stay = 2system : how about [hotel_name]?", + "belief : hotel area = centre ; pricerange = cheap ; stars = 4 | booking day = saturday ; people = 3 ; stay = 2system : how about [hotel_name]?", + "belief : hotel area = centre ; pricerange = cheap ; stars = 4 | booking day = saturday ; people = 3 ; stay = 2system : that s all i have" + ], + [ + "belief : hotel area = centre ; pricerange = cheap ; stars = 4 | booking day = saturday ; people = 5 ; stay = 3system : sure, that worked. please contact number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = cheap ; stars = 4 | booking day = saturday ; people = 5 ; stay = 3system : sure, that worked. please contact number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = cheap ; stars = 4 | booking day = saturday ; people = 5 ; stay = 3system : sure, that worked. please contact number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = cheap ; stars = 4 | booking day = saturday ; people = 5 ; stay = 3system : sure, that worked. please contact number is [hotel_reference].", + "belief : hotel area = centre ; pricerange = cheap ; stars = 4 | booking day = saturday ; people = 5 ; stay = 3system : sure, that worked. please contact number is [hotel_reference]." + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 3 ; type = guesthouse | booking day = saturdaysystem : great! have a great day.", + "belief : hotel area = centre ; parking = yes ; stars = 3 ; type = guesthouse | booking day = saturdaysystem : great! have a great day.", + "belief : hotel area = centre ; parking = yes ; stars = 3 ; type = guesthouse | booking day = saturdaysystem : great! have a great day.", + "belief : hotel area = centre ; parking = yes ; stars = 3 ; type = guesthouse | booking day = saturdaysystem : great! have a great day.", + "belief : hotel area = centre ; parking = yes ; stars = 3 ; type = guesthouse | booking day = saturdaysystem : great! have a great day." + ], + [ + "belief : train destination = stansted airport ; day = sundaysystem : ok, what is your departure site?", + "belief : train destination = stansted airport ; day = sundaysystem : ok, what is your departure site?", + "belief : train destination = stansted airport ; day = sundaysystem : ok, what is your departure site?", + "belief : train destination = stansted airport ; day = sundaysystem : ok, what is your departure site?", + "belief : train destination = stansted airport ; day = sundaysystem : ok, what is your departure site?" + ], + [ + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : alright, train [train_id] leaves at [value_time]and arrives at [value_time]. would you like to book this train?", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : alright, train [train_id] leaves at [value_time]and arrives at [value_time]. would you like to book this train?", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : great, i have booked you a train. the train will leave [value_place]at [value_time]and will arrive at [value_time].", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : alright, train [train_id] leaves at [value_time]and arrives at [value_time]. would you like to book this train?", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : great, i have booked you a train. the train will leave [value_place]at [value_time]and will arrive at [value_time]." + ], + [ + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : you are welcome. have a great day!", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : you are welcome. have a great day!", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : you are welcome. have a great day!", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : you are welcome. have a great day!", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : you are welcome. have a great day!" + ], + [ + "belief : hotel stars = 4 ; type = hotelsystem : there are [value_count]hotel -s with moderate price range. do you prefer a specific area in town?", + "belief : hotel stars = 4 ; type = hotelsystem : there are [value_count]hotel -s with moderate price range. do you prefer a specific area in town?", + "belief : hotel stars = 4 ; type = hotelsystem : there are [value_count]hotel -s with moderate price range. do you prefer a specific area in town?", + "belief : hotel stars = 4 ; type = hotelsystem : there are [value_count]hotel -s with moderate price range. do you prefer a specific area in town?", + "belief : hotel stars = 4 ; type = hotelsystem : there are [value_count]hotel -s with moderate price range. do you prefer a specific area in town?" + ], + [ + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : we have [value_count]guesthouses available. do you have any other requirement -s for location or amenities?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : we have [value_count]guesthouses available. do you have any other requirement -s for location or amenities?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : we have [value_count]guesthouses available. do you have any other requirement -s for location or amenities?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : we have [value_count]guesthouses available. do you have any other requirement -s for location or amenities?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : we have [value_count]guesthouses available. do you have any other requirement -s for location or amenities?" + ], + [ + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4 ; type = guesthousesystem : booking at [hotel_name]was successful. the total fee is [value_price] gbp and your reference number is [hotel_reference].", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4 ; type = guesthousesystem : booking at [hotel_name]was successful. the total fee is [value_price] gbp and your reference number is [hotel_reference].", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4 ; type = guesthousesystem : booking at [hotel_name]was successful. the total fee is [value_price] gbp and your reference number is [hotel_reference].", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4 ; type = guesthousesystem : booking at [hotel_name]was successful. the total fee is [value_price] gbp and your reference number is [hotel_reference].", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4 ; type = guesthousesystem : booking at [hotel_name]was successful. the total fee is [value_price] gbp and your reference number is [hotel_reference]." + ], + [ + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; type = guesthousesystem : booking day = friday ; people = 3system : booking people = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; type = guesthousesystem : booking day = friday ; people = 3system : booking people = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; type = guesthousesystem : booking day = friday ; people = 3system : booking people = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = fridaysystem : booking people = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; type = guesthousesystem : booking day = friday ; people = 3system : booking people = 3system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel name = huntingdon marriott hotel area = north ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = fridaysystem : booking was successful. reference number = 4 ; people = 3 ; stay = 1system : reference number = yes", + "belief : hotel name = huntingdon marriott hotel area = north ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = fridaysystem : booking was successful. reference number = 4 ; people = 3 ; stay = 1system : reference number = yes", + "belief : hotel name = huntingdon marriott hotel area = north ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = fridaysystem : booking was successful. reference number = 4 ; people = 3 ; stay = 1system : reference number = yes", + "belief : hotel name = huntingdon marriott hotel area = north ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = fridaysystem : booking was successful. reference number = 4 ; people = 3 ; stay = 1system : reference number = yes", + "belief : hotel name = huntingdon marriott hotel area = north ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = fridaysystem : booking was successful. reference number = 4 ; people = 3 ; stay = 1system : reference number = yes" + ], + [ + "belief : hotel name = acorn guest house ; area = north ; parking = yes ; stars = 4system : great! have a great day!", + "belief : hotel name = acorn guest house ; area = north | booking day = friday ; people = 3 ; stay = 4system : thank you", + "belief : hotel name = acorn guest house ; area = north ; parking = yes ; stars = 4system : thank you!", + "belief : hotel name = acorn guest house ; area = north ; parking = yes ; stars = 4system : great! have a great day!", + "belief : hotel name = acorn guest house ; area = north | booking day = friday ; people = 3 ; stay = 4system : have a great day!" + ], + [ + "belief : restaurant pricerange = moderate ; area = eastsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant pricerange = moderate ; area = eastsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant pricerange = moderate ; area = eastsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant pricerange = moderate ; area = eastsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town.", + "belief : restaurant pricerange = moderate ; area = eastsystem : [restaurant_name]is a [value_pricerange] -ly priced restaurant serving [value_food] food and located in the [value_area] part of town." + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food, is in the center, and in the [value_pricerange] price range. do you want me to book this restaurant?", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food, is in the center, and in the [value_pricerange] price range. do you want me to book this restaurant?", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food, is in the center, and in the [value_pricerange] price range. do you want me to book this restaurant?", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food, is in the center, and in the [value_pricerange] price range. do you want me to book this restaurant?", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food, is in the center, and in the [value_pricerange] price range. do you want me to book this restaurant?" + ], + [ + "belief : restaurant food = italian ; pricerange = moderatesystem : there are [value_count][value_pricerange] resturants in the [value_area] area. would you like more information about this location?", + "belief : restaurant food = italian ; pricerange = moderatesystem : there are [value_count][value_pricerange] resturants in the [value_area] area. would you like more information about this location?", + "belief : restaurant food = italian ; pricerange = moderatesystem : there are [value_count][value_pricerange] resturants in the [value_area] area. what price range do you have in mind?", + "belief : restaurant food = italian ; pricerange = moderatesystem : there are [value_count][value_pricerange] resturants in the [value_area] area. would you like more information about this location?", + "belief : restaurant food = italian ; pricerange = moderatesystem : there are [value_count][value_pricerange] resturants in the [value_area] area. would you like more information about this location?" + ], + [ + "belief : restaurant food = italian ; pricerange = moderatesystem : ok, thank you.", + "belief : restaurant food = italian ; pricerange = moderatesystem : ok, thank you.", + "belief : restaurant food = italian ; pricerange = moderatesystem : ok, thank you.", + "belief : restaurant food = italian ; pricerange = moderatesystem : ok, thank you.", + "belief : restaurant food = italian ; pricerange = moderatesystem : ok, thank you." + ], + [ + "belief : restaurant food = italian food = italian ; pricerange = moderate ; area = eastsystem : thank you.", + "belief : restaurant food = italian food = italian ; pricerange = moderate ; area = eastsystem : thank you.", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : thank you.", + "belief : restaurant food = italian food = italian ; pricerange = moderate ; area = eastsystem : thank you.", + "belief : restaurant food = italian food = italian ; pricerange = moderate ; area = eastsystem : thank you." + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : thank you.", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : thank you.", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : thank you.", + "belief : restaurant food = italian ; pricerange = moderate", + "belief : restaurant food = italian ; pricerange = moderate" + ], + [ + "belief : hotel name = konnichiwilliam ; area = centre ; parking = yessystem : there are [value_count]place -s that meet those criteria. what day and how many people are you looking to book for?", + "belief : hotel name = konnichi hotel ; area = centre ; parking = yessystem : there are [value_count]place -s that meet those criteria. what day and how many people are you looking to book for?", + "belief : hotel name = konnichiwilliam ; area = centre ; parking = yessystem : there are [value_count]place -s that meet those criteria. what day and how many people are you looking to book for?", + "belief : hotel name = konnichiwilliam ; area = centre ; parking = yessystem : there are [value_count]place -s that meet those criteria. what day and how many people are you looking to book for?", + "belief : hotel name = konnichi hotel ; area = centre ; parking = yessystem : there are [value_count]place -s that meet those criteria. what day and how many people are you looking to book for?" + ], + [ + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthousesystem : i have [value_count]options. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthousesystem : i have [value_count]options. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthousesystem : i have [value_count]options. would you like to book at [hotel_name]or [hotel_name]?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthousesystem : i have [value_count]options. would you like to narrow it down by choosing a star rating?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthousesystem : i have [value_count]options. would you like to narrow it down by choosing a star rating?" + ], + [ + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = tuesday ; people = 2system : booking was successful.", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = tuesday ; people = 2system : booking was successful.", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = tuesday ; people = 2system : booking was successful.", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = tuesday ; people = 2system : booking was successful.", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking day = tuesday ; people = 2system : booking was successful." + ], + [ + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthouse | booking day = tuesday ; people = 2system : thank you", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthouse | booking day = tuesday ; people = 2system : thank you", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthouse | booking day = tuesday ; people = 2system : thank you", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthouse | booking day = tuesday ; people = 2system : thank you", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; type = guesthouse | booking day = tuesday ; people = 2system : thank you" + ], + [ + "belief : taxi destination =yippey restaurant ; departure = restaurant of : good morning, i would you like a [taxi_type]?", + "belief : taxi destination =yippey restaurant ; departure = : taxi destination =yushasystem : what is your departure site, and what time do you need the taxi?", + "belief : taxi destination =yippey restaurant ; departure = jesus green outdoor poolsystem : what is your departure site, and what time do you need the taxi?", + "belief : taxi destination =yippey restaurant ; departure = : taxi leaveat = 09:45system : what is your departure site, and what time do you need the taxi?", + "belief : taxi destination =yippey restaurant ; departure = : taxi destination =yushasystem : what is your departure site, and what time do you need the taxi?" + ], + [ + "belief : taxi destination =yippey restaurant ; departure = rajmahal ; arriveby = 09:45system : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi destination =yippey restaurant ; departure = rajmahal ; arriveby = 09:45system : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi destination =yippey restaurant ; departure = rajmahal ; arriveby = 09:45system : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi destination =yippey restaurant ; departure = rajmahal ; arriveby = 09:45system : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi destination =yippey restaurant ; departure = rajmahal ; arriveby = 09:45system : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]" + ], + [ + "belief : taxi destination =yippey restaurant ; departure = rajmahal ; arriveby = 09:45system : they are happy to help. have all of your needs been met?", + "belief : taxi destination =yippey restaurant ; departure = rajmahal ; arriveby = 09:45system : they are happy to help. have all of your needs been met?", + "belief : taxi destination =yippey restaurant ; departure = rajmahal ; arriveby = 09:45system : they are happy to help. have all of your needs been met?", + "belief : taxi destination =yippey restaurant ; departure = rajmahal ; arriveby = 09:45system : they are normally on time. can i help you with anything else?", + "belief : taxi destination =yippey restaurant ; departure = rajmahal ; arriveby = 09:45system : they are quite welcome. is there anything else i can assist you with today?" + ], + [ + "belief : train destination = broxbourne ; departure = cambridgesystem : what time do you need to leave [value_place]or arrive at the [attraction_name]?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what time do you need to leave [value_place]or arrive at the [attraction_name]?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what time do you need to leave [value_place]or arrive at the [attraction_name]?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what time do you need to leave [value_place]or arrive at the [attraction_name]?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what time do you need to leave [value_place]or arrive at the [attraction_name]?" + ], + [ + "belief : train destination = broxbourne ; day = saturday ; arriveby = 08:15 ; departure = cambridgesystem : ok, when do you want to leave?", + "belief : train destination = broxbourne ; day = saturday ; arriveby = 08:15 ; departure = cambridgesystem : ok, when do you want to leave?", + "belief : train destination = broxbourne ; day = saturday ; arriveby = 08:15 ; departure = cambridgesystem : ok, when do you want to leave?", + "belief : train destination = broxbourne ; day = saturday ; arriveby = 08:15 ; departure = cambridgesystem : ok, when do you want to leave?", + "belief : train destination = broxbourne ; day = saturday ; arriveby = 08:15 ; departure = cambridgesystem : ok, when do you want to leave?" + ], + [ + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : how about the [train_id] train that leaves at [value_time]?", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : how about the [train_id] train that leaves at [value_time]?", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : how about the [train_id] train that leaves at [value_time]?", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : how about the [train_id] train that leaves at [value_time]?", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : how about the [train_id] train that leaves at [value_time]?" + ], + [ + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : yes, the train id is [train_id].", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : yes, the train id is [train_id]" + ], + [ + "belief :belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : sure. the train id is [train_id] from [value_place]departing at [value_time].", + "belief :belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : sure. the train id is [train_id] from [value_place].", + "belief :belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : sure. the train arrives at [value_time].", + "belief :belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : sure. the train arrives at [value_time].", + "belief :belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : sure. the train id is [train_id] from [value_place]." + ], + [ + "belief :=>belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : sure. the train id is [train_id] and travel time is [value_count]minutes.", + "belief :=>belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : sure. the train id is [train_id] and travel time is [value_count]minutes.", + "belief :=>belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : sure. the train id is [train_id] and travel time is [value_count]minutes.", + "belief :=>belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : sure. the train arrives at [value_time].", + "belief :=>belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : sure. the train id is [train_id] and travel time is [value_count]minutes." + ], + [ + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : have a great trip!", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : have a great trip!", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : thank you.", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : have a great trip!", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : have a great trip!" + ], + [ + "belief : hotel stars = 0system : there are [value_count]hotel -s with a [value_count]rating. do you prefer a specific area in town?", + "belief : hotel stars = 0system : there are [value_count]hotel -s with a [value_count]rating. do you prefer a specific area in town?", + "belief : hotel stars = 0system : there are [value_count]hotel -s with a [value_count]rating. do you prefer a specific area in town?", + "belief : hotel stars = 0system : there are [value_count]hotel -s with a [value_count]rating. do you prefer a specific area in town?", + "belief : hotel stars = 0system : there are [value_count]hotel -s with a [value_count]rating. do you prefer a specific area in town?" + ], + [ + "belief : hotel area = centre ; stars = 0system : it s in the [value_area].", + "belief : hotel area = centre ; stars = 0system : it s in the [value_area].", + "belief : hotel area = centre ; stars = 0system : it s in the [value_area].", + "belief : hotel area = centre ; stars = 0system : it s in the [value_area].", + "belief : hotel area = centre ; stars = 0system : it s in the [value_area]." + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0system : of course, how many people will there be?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : of course, how many people will there be?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : of course, how many people will there be?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : of course, how many people will there be?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : of course, how many people will there be?" + ], + [ + "belief : hotel area = centre ; stars = 0system : the [hotel_name]is a guesthouse with a rating of [value_count]. would you like to book it?", + "belief : hotel area = centre ; stars = 0system : thank you, goodbye.", + "belief : hotel area = centre ; stars = 0system : thank you, goodbye.", + "belief : hotel area = centre ; stars = 0system : the [hotel_name]is a guesthouse with a 0 star rating in the [value_area]. would you like to book it?", + "belief : hotel area = centre ; stars = 0system : the [hotel_name]is a guesthouse | booking day = friday ; people = 1 ; stay = 5system : would you like" + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0system : booking day = thursday ; type = hotelsystem : booking people = 1system : okay, that is all you needed", + "belief : hotel area = centre ; parking = yes ; stars = 0system : booking day = thursday ; type = hotelsystem : booking people = 1system : okay, how many people will there be?", + "belief : hotel area = centre ; parking = yes ; stars = 0system : booking day = thursday ; type = hotelsystem : booking people = 1system : okay, that is all you needed", + "belief : hotel area = centre ; parking = yes ; stars = 0system : booking day = thursday ; type = hotelsystem : booking people = 1system : okay, that is all you needed", + "belief : hotel area = centre ; parking = yes ; stars = 0system : booking day = thursday ; type = hotelsystem : booking people = 1system : okay, how many people will there be?" + ], + [ + "belief :=>belief : hotel area = centre ; parking = yes ; stars = 0system : the booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = centre ; parking = yes ; stars = 0system : the booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = centre ; parking = yes ; stars = 0system : the booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = centre ; parking = yes ; stars = 0system : the booking was successful. reference number is [hotel_reference].", + "belief :=>belief : hotel area = centre ; parking = yes ; stars = 0system : the booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0", + "belief : hotel area = centre ; parking = yes ; stars = 0", + "belief : hotel area = centre ; parking = yes ; stars = 0", + "belief : hotel area = centre ; parking = yes ; stars = 0", + "belief : hotel area = centre ; parking = yes ; stars = 0" + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 0", + "belief : hotel area = centre ; parking = yes ; stars = 0", + "belief : hotel area = centre ; parking = yes ; stars = 0", + "belief : hotel area = centre ; parking = yes ; stars = 0", + "belief : hotel area = centre ; parking = yes ; stars = 0" + ], + [ + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?" + ], + [ + "belief : taxi departure = pizza express restaurant ; arriveby = 04:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi departure = pizza express restaurant ; arriveby = 20:30system : great. and do you have a departure or arrival time?", + "belief : taxi departure = pizza express restaurant ; arriveby = 10:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi departure = pizza express fez clubsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi departure = pizza express restaurant ; arriveby = 10:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = sidney sussex college ; departure = pizza expressfen dicerange ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = sidney sussex college ; departure = pizza expressfen dicerange ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = sidney sussex college ; departure = pizza expressfen dicerange ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = sidney sussex college ; departure = pizza expressfen dicerange ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = sidney sussex college ; departure = pizza expressfen dicerange ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = sidney sussex college ; departure = pizza expressfen dicerange = cheap ; arriveby = 12:45system : have a wonderful day.", + "belief : taxi destination = sidney sussex college ; departure = pizza expressfen cambridge ; arriveby = 12:45system : have a wonderful day.", + "belief : taxi destination = sidney sussex college ; departure = pizza expressfen dicerange = cheap ; arriveby = 12:45system : have a wonderful day.", + "belief : taxi destination = sidney sussex college ; departure = pizza expressfen dicerange = cheap ; arriveby = 12:45system : have a wonderful day.", + "belief : taxi destination = sidney sussex college ; departure = pizza expressfen cambridge ; arriveby = 12:45system : have a wonderful day." + ], + [ + "belief : restaurant food = dont care ; pricerange = expensivesystem : there are no [value_food] restaurant -s in this city. is there another type of restaurant you would like me to help you find?", + "belief : restaurant food = dont care ; pricerange = expensivesystem : there are no [value_food] restaurant -s in this city. is there another type of restaurant you would like me to help you find?", + "belief : restaurant food = dont care ; pricerange = expensivesystem : there are no [value_food] restaurant -s in this city. is there another type of restaurant you would like me to help you find?", + "belief : restaurant food = dont care ; pricerange = expensivesystem : there are no [value_food] restaurant -s in this city. is there another type of restaurant you would like me to help you find?", + "belief : restaurant food = dont care ; pricerange = expensivesystem : there are no [value_food] restaurant -s in this city. is there another type of restaurant you would like me to help you find?" + ], + [ + "belief : restaurant food = dont care ; pricerange = expensive ; area = southsystem : the [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food. would you like me to book you a table?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = southsystem : the [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food. would you like me to book you a table?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = southsystem : the [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food. would you like me to book you a table?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = southsystem : the [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food. would you like me to book you a table?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = southsystem : the [restaurant_name]is a [value_pricerange] -ly priced restaurant in the [value_area] of town that serves [value_food] food. would you like me to book you a table?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : sure. i was able to book you at [restaurant_name]. the reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = expensivesystem : sure. i was able to book you at [restaurant_name]. your reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = expensivesystem : i was unable to reserve a table at that time. would you like me to find another restaurant?", + "belief : restaurant food = italian ; pricerange = expensivesystem : i was unable to reserve a table at that time. would you like me to find another restaurant?", + "belief : restaurant food = italian ; pricerange = expensivesystem : i was unable to reserve a table at that time. would you like me to find another restaurant?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : you are welcome.", + "belief : restaurant food = italian ; pricerange = expensivesystem : you are welcome.", + "belief : restaurant food = italian ; pricerange = expensivesystem : you are welcome.", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : you are welcome.", + "belief : restaurant food = italian ; pricerange = expensivesystem : you are welcome." + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the city centre. what price range do you have in mind?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the city centre. what price range do you have in mind?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the city centre. what price range do you have in mind?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the city centre. what price range do you have in mind?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the city centre. what price range do you have in mind?" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] resturants in the city center. we could narrow it down more by food type. what type of food would you like?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : is there anything else i can help you with?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : is there anything else i can help you with?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : is there anything else i can help you with?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : is there anything else i can help you with?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : is there anything else i can help you with?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : thank you for using our system!", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : thank you for using our system!", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : okay. thank you for using our system!", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : thank you for using our system!", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : okay, thank you for using our system!" + ], + [ + "belief : hotel type = hotelsystem : i certainly can. if you would give me the name, or other details, i can search for it.", + "belief : hotel type = hotelsystem : i certainly can. if you would give me the name, or other details, i can search for it.", + "belief : hotel type = hotelsystem : i certainly can. if you would give me the name, or other details, i can search for it.", + "belief : hotel type = hotelsystem : i certainly can. if you would give me the name, or other details, i can search for it.", + "belief : hotel type = hotelsystem : i certainly can. if you would give me the name, or other details, i can search for it." + ], + [ + "belief : hotel parking = yes ; pricerange = moderatesystem : i have [value_count]guesthouses in the [value_pricerange] range, and [value_count]hotel -s in the [value_pricerange] range, all in [value_area] with free parking. do you have a price range preference?", + "belief : hotel parking = yes ; pricerange = moderatesystem : i have [value_count]hotel -s in the [value_pricerange] price range with [value_count]stars. do you would like to narrow it down by choosing a star rating?", + "belief : hotel parking = yes ; pricerange = moderatesystem : i have [value_count]guesthouses in the [value_pricerange] range, and [value_count]hotel -s in the [value_pricerange] range, all in [value_area] with free parking. do you have a price range preference?", + "belief : hotel parking = yes ; pricerange = moderatesystem : i have [value_count]hotel -s in the [value_pricerange] price range with [value_count]stars. do you would like to narrow it down by choosing a star rating?", + "belief : hotel parking = yes ; pricerange = moderatesystem : i have [value_count]hotel -s in the [value_pricerange] price range with [value_count]stars. do you would like to narrow it down by choosing a star rating?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderatesystem : i think that is a nice guesthouse. is there anything else i can help you with?", + "belief : hotel parking = yes ; pricerange = moderatesystem : i think that is a nice guesthouse. is there anything else i can help you with?", + "belief : hotel parking = yes ; pricerange = moderatesystem : i think that is a nice guesthouse. is there anything else i can help you with?", + "belief : hotel parking = yes ; pricerange = moderatesystem : i think that is all you need. thank you for using our service!", + "belief : hotel parking = yes ; pricerange = moderatesystem : i think that is a nice guesthouse. is there anything else i can help you with?" + ], + [ + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : i like [hotel_name].", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : i like [hotel_name].", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : i like [hotel_name].", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : i like [hotel_name].", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : i like [hotel_name]." + ], + [ + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : great!", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : great!", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : great!", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : great!", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : great!" + ], + [ + "belief : hotel area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : booking day = thursday ; people = 3 ; stay = 4system : booking at [hotel_name]", + "belief : hotel area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : booking day = thursday ; people = 3 ; stay = 4system : booking at [hotel_name]", + "belief : hotel area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : booking day = thursday ; people = 3 ; stay = 4system : booking at [hotel_name]", + "belief : hotel area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : booking day = thursday ; people = 3 ; stay = 4system : booking at [hotel_name]", + "belief : hotel area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : booking day = thursday ; people = 3 ; stay = 4system : booking at [hotel_name]" + ], + [ + "belief : hotel area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : great! have a great day!", + "belief : hotel area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : great! have a great day!", + "belief : hotel area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : great! have a great day!", + "belief : hotel area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : great! have a great day!", + "belief : hotel area = north ; parking = yes ; stars = 3 ; type = guesthousesystem : great! have a great day!" + ], + [ + "belief : taxi departure = la razasystem : certainly. can you tell me your destination please?", + "belief : taxi departure = la razasystem : certainly. can you tell me your destination please?", + "belief : taxi departure = la razasystem : certainly. can you tell me your destination please?", + "belief : taxi departure = la razasystem : certainly. can you tell me your destination please?", + "belief : taxi departure = la razasystem : certainly. can you tell me your destination please?" + ], + [ + "belief : taxi leaveat = 11:45 ; destination = none ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = none ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = none ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = lensfield hotel ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = old schools ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : have a wonderful day!", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : have a wonderful day!", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : have a wonderful day!", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : have a wonderful day!", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : have a wonderful day!" + ], + [ + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]options, including [hotel_name]guesthouse in the [value_area]. shall i book it for you?", + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]options, including [hotel_name]guesthouse in the [value_area]. shall i book it for you?", + "belief : hotel internet = yes ; type = guesthousesystem : i have [value_count]options, including [hotel_name]guesthouse in the [value_area]. shall i book it for you?", + "belief : hotel internet = yes ; type = guesthousesystem : the [hotel_name]has free wifi and free parking. can i reserve a room for you?", + "belief : hotel internet = yes ; type = guesthousesystem : the [hotel_name]has free wifi and free parking. can i reserve a room for you?" + ], + [ + "belief : hotel stars = 4 ; type = guesthousesystem : the [hotel_name]is a great guesthouse on the [value_area] area of town, also include -s free wifi and internet, and seems to be just what you are looking for.", + "belief : hotel stars = 4 ; type = guesthousesystem : the [hotel_name]is a great guesthouse on the [value_area] area of town, also include -s free wifi and internet, and seems to be just what you are looking for.", + "belief : hotel stars = 4 ; type = guesthousesystem : the [hotel_name]is a great guesthouse on the [value_area] area of town, also include -s free wifi and internet, and seems to be just what you are looking for.", + "belief : hotel stars = 4 ; type = guesthousesystem : the [hotel_name]is a great guesthouse on the [value_area] area of town, also include -s free wifi and internet, and seems to be just what you are looking for.", + "belief : hotel stars = 4 ; type = guesthousesystem : the [hotel_name]is a great guesthouse on the [value_area] area of town, also include -s free wifi and internet, and seems to be just what you are looking for." + ], + [ + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = tuesdaysystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = tuesdaysystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = alpha-milton guest house ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = tuesday ; people = 6system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = tuesdaysystem : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 4 ; type = guesthousesystem : booking day = tuesdaysystem : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : thank you.", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : thank you.", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : thank you.", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : thank you.", + "belief : hotel area = north ; stars = 4 ; type = guesthousesystem : thank you." + ], + [ + "belief : hotel name = home from home ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : thank you.", + "belief : hotel name = acorn guest house ; area = north ; parking = yes ; stars = 4 ; type = guesthousesystem : have a great day!", + "belief : hotel name = home from home ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : thank you.", + "belief : hotel name = home from home ; area = dont care ; parking = yes ; stars = 4 ; type = guesthousesystem : thank you.", + "belief : hotel name = huntingdon marriott hotel ; area = north ; parking = yes ; stars = 4 ; type = guesthousesystem : thank you." + ], + [ + "belief : restaurant food = mexican ; area = centresystem : i don't see any cuban restaurant -s in the [value_area]. would you like to look for cuban restaurant -s in another location?", + "belief : restaurant food = mexican ; area = centresystem : i don't see any cuban restaurant -s in the [value_area]. would you like to look for cuban restaurant -s in another location?", + "belief : restaurant food = mexican ; area = centresystem : i don't see any cuban restaurant -s in the [value_area]. would you like to look for cuban restaurant -s in another location?", + "belief : restaurant food = mexican ; area = centresystem : i don't see any cuban restaurant -s in the [value_area]. would you like to look for cuban restaurant -s in another location?", + "belief : restaurant food = mexican ; area = centresystem : i don't see any cuban restaurant -s in the [value_area]. would you like to look for cuban restaurant -s in another location?" + ], + [ + "belief : restaurant food = indian ; area = centresystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] of town. would you like their location?", + "belief : restaurant food = indian ; area = centresystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] of town. would you like their location?", + "belief : restaurant food = indian ; area = centresystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] of town. would you like their location?", + "belief : restaurant food = indian ; area = centresystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] of town. would you like their location?", + "belief : restaurant food = indian ; area = centresystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] of town. would you like their location?" + ], + [ + "belief : restaurant food = indian ; area = centresystem : thank you for using the postcode [restaurant_postcode].", + "belief : restaurant food = indian ; area = centresystem : thank you for using the postcode [restaurant_postcode].", + "belief : restaurant food = indian ; area = centresystem : thank you for using the postcode [restaurant_postcode].", + "belief : restaurant food = indian ; area = centresystem : thank you for using the postcode [restaurant_postcode].", + "belief : restaurant food = indian ; area = centresystem : thank you for using the postcode [restaurant_postcode]." + ], + [ + "belief : restaurant food = indian ; area = centresystem : thank you.", + "belief : restaurant food = indian ; area = centresystem : thank you.", + "belief : restaurant food = indian ; area = centresystem : thank you.", + "belief : restaurant food = indian ; area = centresystem : thank you.", + "belief : restaurant food = indian ; area = centresystem : thank you." + ], + [ + "belief : restaurant food = indian ; area = centresystem : thank you, goodbye.", + "belief : restaurant food = indian ; area = centresystem : thank you.", + "belief : restaurant food = indian ; area = centresystem : thank you.", + "belief : restaurant food = indian ; area = centresystem : thank you, goodbye.", + "belief : restaurant food = indian ; area = centresystem : thank you, goodbye." + ], + [ + "belief : train destination = cambridge ; day = saturdaysystem : there are many trains to [value_place]. where will you departing from?", + "belief : train destination = cambridge ; day = saturdaysystem : there are many trains going to [value_place]. where will you departing from?", + "belief : train destination = cambridge ; day = saturdaysystem : there are many trains going to [value_place]. where will you departing from?", + "belief : train destination = cambridge ; day = saturdaysystem : there are many trains going to [value_place]. where will you departing from?", + "belief : train destination = cambridge ; day = saturdaysystem : there are many trains to [value_place]. where will you departing from?" + ], + [ + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = london kings crosssystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?" + ], + [ + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbournesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbournesystem : i have booked [value_count]tickets for you on [train_id] [train_reference]. the total cost is [value_price] gbp. is there anything else i can help with today?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbournesystem : i have booked [value_count]tickets for you on [train_id] [train_reference]. the total cost is [value_price] gbp. is there anything else i can help with today?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbournesystem : i have booked [value_count]tickets for you on [train_id] [train_reference]. the total cost is [value_price] gbp. is there anything else i can help with today?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbournesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference]." + ], + [ + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbourne | booking people = 6system : thank you", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbourne | booking people = 6system : thank you", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbourne | booking people = 6system : thank you", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbourne | booking people = 6system : thank you", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbourne | booking people = 6system : thank you" + ], + [ + "belief : train destination = bishops stortford ; departure = cambridgesystem : what day are you travelling?", + "belief : train destination = bishops stortford ; departure = cambridgesystem : certainly. where will you be departing from?", + "belief : train destination = bishops stortford ; departure = cambridgesystem : certainly. where will you be departing from?", + "belief : train destination = bishops stortford ; departure = cambridgesystem : certainly. where will you be departing from?", + "belief : train destination = bishops stortford ; departure = cambridgesystem : certainly. where will you be departing from?" + ], + [ + "belief : train destination = bishops stortford ; day = thursday ; arriveby = 20:15 ; departure = cambridgesystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train destination = bishops stortford ; day = thursday ; arriveby = 20:15 ; departure = cambridgesystem : i have [value_count]trains to [value_place] [value_day], leaving after [value_time]on [value_day]. was there a specific time you wanted to arrive by?", + "belief : train destination = bishops stortford ; day = thursday ; arriveby = 20:15 ; departure = cambridgesystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train destination = bishops stortford ; day = thursday ; arriveby = 20:15 ; departure = cambridgesystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train destination = bishops stortford ; day = thursday ; arriveby = 20:15 ; departure = cambridgesystem : i have [value_count]trains, could you tell me when you would like to arrive by?" + ], + [ + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : how about the [train_id] train?", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : how about the [train_id] train?", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : how about the [train_id] train?", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : how about the [train_id] train?", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : how about the [train_id] train?" + ], + [ + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : booking people = 7system : booking was successful", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : booking people = 7system : booking was successful", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : booking people = 7system : booking was successful", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : booking people = 7system : booking was successful", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : booking people = 7system : booking was successful" + ], + [ + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : booking people = 7system : booking was successful. reference number is [train_reference].", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : booking people = 7system : booking was successful. reference number is [train_reference].", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : booking people = 7system : booking was successful. reference number is [train_reference].", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : booking people = 7system : booking was successful. reference number is [train_reference].", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : booking people = 7system : booking was successful. reference number is [train_reference]." + ], + [ + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?" + ], + [ + "belief : attraction type = night club ; area = centresystem : there is no entrance fee, it is free.", + "belief : attraction type = night club ; area = centresystem : there is no entrance fee, it is free.", + "belief : attraction type = night club ; area = centresystem : there is no entrance fee, it is free.", + "belief : attraction type = night club ; area = centresystem : there is no entrance fee, it is free.", + "belief : attraction type = night club ; area = centresystem : there is no entrance fee, it is free." + ], + [ + "belief : attraction type = night club ; area = centresystem : you are welcome!", + "belief : attraction type = night club ; area = centresystem : you are welcome. have fun! goodbye!", + "belief : attraction type = night club ; area = centresystem : you are welcome!", + "belief : attraction type = night club ; area = centresystem : you are welcome!", + "belief : attraction type = night club ; area = centresystem : you are welcome!" + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the city center. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the city center. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the city [value_area]. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the city center. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the city [value_area]. do you prefer [value_food] or [value_food] food?" + ], + [ + "belief : restaurant food = dont care ; pricerange = cheap ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = creative ; pricerange = cheap ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = creative ; pricerange = cheap ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = dont care ; pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s that fulfill your inquiry, [restaurant_name]in the center and [restaurant_name]in the [value_area]. would you like more information on either?", + "belief : restaurant food = creative ; pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s that fulfill your inquiry, [restaurant_name]in the center and [restaurant_name]in the [value_area]. would you like more information on either?" + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : how about [restaurant_name], they serve [value_food] cuisine.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : how about [restaurant_name], they serve [value_food] cuisine.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : that serves [value_food] food.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : that serves [value_food] food.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : that serves [value_food] food." + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : sure, thank you.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : sure, thank you.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : sure, thank you.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : sure, thank you.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : sure, thank you." + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : good news!=>!=>belief : restaurant food = kohinoor | booking day = wednesday ; people = 4 ; time = 18:30system : good news! your reservation has been booked for [value_day]at [value_time]. the reference number is [restaurant_reference].", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : good news!=>!=>belief : restaurant food = kohinoor | booking day = wednesday ; people = 4 ; time = 18:30system : good news! your reservation has been booked for [value_day]at [value_time]. the reference number is [restaurant_reference].", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : sure, thank you.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : sure, thank you.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : sure, thank you." + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : great! there are [value_count]options for you here. i recommend [hotel_name]. would you like to book?", + "belief : hotel parking = yes ; type = guesthousesystem : great! there are [value_count]options for you here. i recommend [hotel_name]. would you like to book?", + "belief : hotel parking = yes ; type = guesthousesystem : great! there are [value_count]options for you here. i recommend [hotel_name]. would you like to book?", + "belief : hotel parking = yes ; type = guesthousesystem : great! there are [value_count]options for you here. i recommend [hotel_name]. would you like to book?", + "belief : hotel parking = yes ; type = guesthousesystem : great! there are [value_count]options for you here. i recommend [hotel_name]. would you like to book?" + ], + [ + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : the [hotel_name]is a nice guesthouse with fee parking included. can i recommend it for you?", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : the [hotel_name]is a nice guesthouse with fee parking included. can i recommend it for you?", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : the [hotel_name]is a nice guesthouse with fee parking included. can i recommend it for you?", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : the [hotel_name]is a nice guesthouse with fee parking included. can i recommend it for you?", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : the [hotel_name]is a nice guesthouse with fee parking included. can i recommend it for you?" + ], + [ + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : i found [value_count]guesthouse parking. would you like to book it?", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : i found [value_count]guesthouse=>!", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : i found [value_count]guesthousepricerange] and [value_count]would be perfect! would you like to book it?", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : i found [value_count]guesthouse parking. would you like to book it?", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : i found [value_count]guesthouse=>!" + ], + [ + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : okay. take care!", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : okay. let me know if you need more help.", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : okay.=>belief : hotel name = hamilton lodge ; area = westsystem : great! look for a [value_count]star rating of [value_count].", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : okay.=>belief : hotel name = hamilton lodge ; area = westsystem : great! look for a [value_count]star rating of [value_count].", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : okay.=>belief : hotel name = hamilton lodge ; area = westsystem : great! look for a [value_count]star rating of [value_count]." + ], + [ + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : okay. have a nice day.", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : okay. have a nice day.", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : okay. have a nice day.", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : okay. have a nice day.", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : okay. have a nice day." + ], + [ + "belief : hotel area = east ; parking = yes ; pricerange = cheap=>!", + "belief : hotel area = east ; parking = yes ; pricerange = cheap=>!", + "belief : hotel area = east ; parking = yes ; pricerange = cheap=>!", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : goodbye.", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : goodbye." + ], + [ + "belief : taxi destination = meghnasystem : sure! when would you like to arrive?", + "belief : taxi destination = meghnasystem : sure! when would you like to arrive?", + "belief : taxi destination = meghnasystem : sure! when would you like to arrive?", + "belief : taxi destination = meghnasystem : sure! when would you like to arrive?", + "belief : taxi destination = meghnasystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 7:15 ; destination = meghna ; departure = cuban restaurant ; arriveby = city centresystem : okay, your taxi is a [taxi_type]. the contact number is [taxi_phone].", + "belief : taxi leaveat = 7:15 ; destination = meghna ; departure = cuban restaurant ; arriveby = 14:15system : okay, your booking is complete with a [taxi_type]and a contact number of [taxi_phone].", + "belief : taxi leaveat = 7:15 ; destination = meghna ; departure = cuban restaurant ; arriveby = prince hong housesystem : okay, your booking is complete with a [taxi_type]and a contact number of [taxi_phone].", + "belief : taxi leaveat = 7:15 ; destination = meghna ; departure = cuban restaurant ; arriveby = 14:15system : okay, your booking is complete with a [taxi_type]and a contact number of [taxi_phone].", + "belief : taxi leaveat = 7:15 ; destination = meghna ; departure = cuban restaurant ; arriveby = 14:15system : okay, your booking is complete with a [taxi_type]and a contact number of [taxi_phone]." + ], + [ + "belief : taxi leaveat = 7:15 ; destination = meghna ; departure = cubansystem : thank you", + "belief : taxi leaveat = 7:15 ; destination = meghna ; departure =icerange = pickee restaurantsystem : enjoy your taxi ride", + "belief : taxi leaveat = 7:15 ; destination = meghna ; departure = cubansystem : enjoy your meal!", + "belief : taxi leaveat = 7:15 ; destination = meghna ; departure = cubansystem : thank you", + "belief : taxi leaveat = 7:15 ; destination = meghna ; departure = cubansystem : enjoy your taxi ride" + ], + [ + "belief : hotel name = none ; area = none ; parking = yes ; pricerange = none ; type = guesthousesystem : okay, what is your destination?", + "belief : hotel name = none ; area = none ; parking = yes ; pricerange = none ; type = guesthousesystem : okay, what is your destination?", + "belief : hotel name = none ; area = none ; parking = yes ; pricerange = none ; type = guesthousesystem : okay, what is your destination?", + "belief : hotel name = none ; area = none ; parking = yes ; pricerange = none ; type = guesthousesystem : okay, what is your destination?", + "belief : hotel name = none ; area = none ; parking = yes ; pricerange = none ; type = guesthousesystem : okay, what is your destination?" + ], + [ + "belief : hotel parking = yes ; stars = 4 ; internet = yessystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?", + "belief : hotel parking = yes ; stars = 4 ; internet = yessystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?", + "belief : hotel parking = yes ; stars = 4 ; internet = yessystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?", + "belief : hotel parking = yes ; stars = 4 ; internet = yessystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?", + "belief : hotel parking = yes ; stars = 4 ; internet = yessystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?" + ], + [ + "belief : hotel name = alexander for 2 people", + "belief : hotel name = alexander for 2 people", + "belief : hotel name = alexander for 2 people", + "belief : hotel name = alexander for 2 people", + "belief : hotel name = alexander for 2 people" + ], + [ + "belief : hotel name = alexander for 2 people", + "belief : hotel name = alexander for 2 people", + "belief : hotel name = alexander for 2 people", + "belief : hotel name = alexander for 2 people", + "belief : hotel name = alexander for 2 people" + ], + [ + "belief : hotel name = alexander for 2 people", + "belief : hotel name = alexander for 2 people", + "belief : hotel name = alexander for 2 people", + "belief : hotel name = alexander for 2 people", + "belief : hotel name = alexander for 2 people" + ], + [ + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]hotel -s with 3 stars. what area of the city would you like to stay in?", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]hotel -s with 3 stars. what area of the city would you like to stay in?", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]hotel -s with 3 stars. what area of the city would you like to stay in?", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]hotel -s with 3 stars. what area of the city would you like to stay in?", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]hotel -s with 3 stars. what area of the city would you like to stay in?" + ], + [ + "belief : hotel area = north ; stars = 3 ; type = guesthousesystem : there is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like me to book it for you?", + "belief : hotel area = north ; stars = 3 ; type = guesthousesystem : there is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like me to book it for you?", + "belief : hotel area = north ; stars = 3 ; type = guesthousesystem : there is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like me to book it for you?", + "belief : hotel area = north ; stars = 3 ; type = guesthousesystem : there is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like me to book it for you?", + "belief : hotel area = north ; stars = 3 ; type = guesthousesystem : there is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like me to book it for you?" + ], + [ + "belief : hotel area = north ; parking = yes ; stars = 3system : sure, there are [value_count]hotel -s that fit the criteria.", + "belief : hotel area = north ; parking = yes ; stars = 3system : sure, there are [value_count]hotel -s that fit the criteria.", + "belief : hotel area = north ; parking = yes ; stars = 3system : sure, there are [value_count]hotel -s that fit the criteria.", + "belief : hotel area = north ; parking = yes ; stars = 3system : sure, there are [value_count]hotel -s that fit the criteria.", + "belief : hotel area = north ; parking = yes ; stars = 3system : sure, there are [value_count]hotel -s that fit the criteria." + ], + [ + "belief : hotel area = north ; parking = yes ; stars = 3system : sure.", + "belief : hotel area = north ; parking = yes ; stars = 3system : sure, let us know if you need more help.", + "belief : hotel area = north ; parking = yes ; stars = 3system : sure, let us know if you need more help.", + "belief : hotel area = north ; parking = yes ; stars = 3system : sure, let us know if you need more help.", + "belief : hotel area = north ; parking = yes ; stars = 3system : sure, let us know if you need more help." + ], + [ + "belief : restaurant food = canapes ; area = eastsystem : i am sorry there are noapes in the [value_area]. would you like to try another type of cuisine?", + "belief : restaurant food = canapes ; area = eastsystem : i am sorry there are noapes in the [value_area]. can i help you with anything else?", + "belief : restaurant food = canapes ; area = eastsystem : i am sorry there are noapes in the [value_area]. can i help you with anything else?", + "belief : restaurant food = canapes ; area = eastsystem : i am sorry there are noapes in the [value_area]. can i help you with anything else?", + "belief : restaurant food = canapes ; area = eastsystem : i am sorry there are noapes in the [value_area]. would you like to try another type of cuisine?" + ], + [ + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. have a great day!", + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. have a great day!", + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. have a great day!", + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. have a great day!", + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. have a great day!" + ], + [ + "belief : restaurant food = italian ; area = eastsystem : [restaurant_name]serves = italian food", + "belief : restaurant food = italian ; area = eastsystem : [restaurant_name]serves = italian food", + "belief : restaurant food = italian ; area = eastsystem : [restaurant_name]serves = italian food", + "belief : restaurant food = italian ; area = eastsystem : [restaurant_name]serves = italian food", + "belief : restaurant food = italian ; area = eastsystem : [restaurant_name]serves = italian food" + ], + [ + "belief :=>belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : i was unable to reserve a table at that time. would you like to try another day or a differen't time slot?", + "belief :=>belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : i was unable to reserve a table at that time. would you like to try another day or a differen't time slot?", + "belief :=>belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : i was unable to reserve a table at that time. would you like to try another day or time slot?", + "belief :=>belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : i was unable to reserve a table at that time. would you like to try another day or a differen't time slot?", + "belief :=>belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : i was unable to reserve a table at that time. would you like to try another day or time slot?" + ], + [ + "belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : ok. i was able to book the table and your reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : ok. i was able to book the ghandi, reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : ok. i was able to book the table and your reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : ok. i was able to book the ghandi, reference number is [restaurant_reference].", + "belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : ok. i was able to book the table at [restaurant_name]" + ], + [ + "belief :=>belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : goodbye.", + "belief :=>belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : goodbye.", + "belief :=>belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : goodbye.", + "belief :=>belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : goodbye.", + "belief :=>belief : restaurant food = italian ; pricerange = cheap ; area = eastsystem : goodbye." + ], + [ + "belief : train destination = cambridge ; day = saturdaysystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridge ; day = saturdaysystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridge ; day = saturdaysystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridge ; day = saturdaysystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridge ; day = saturdaysystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : there are [value_count]trains, what is your preferred day?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : there are [value_count]trains, what is your preferred day?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : there are [value_count]trains, what is your destination?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : there are [value_count]trains, what is your destination?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : there are [value_count]trains, what is your destination?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem : i found [value_count]in the [value_area] part of town and [value_count]in the [value_area].", + "belief : restaurant food = chinese ; pricerange = cheapsystem : i found [value_count]in the [value_area] part of town and [value_count]in the [value_area].", + "belief : restaurant food = chinese ; pricerange = cheapsystem : i found [value_count]in the [value_area] part of town and [value_count]in the [value_area].", + "belief : restaurant food = chinese ; pricerange = cheapsystem : i found [value_count]in the [value_area] part of town and [value_count]in the [value_area].", + "belief : restaurant food = chinese ; pricerange = cheapsystem : i found [value_count]in the [value_area] part of town and [value_count]in the [value_area]." + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; name = curry prince ; area = southsystem : their address is [restaurant_address]and they don't have the entrance fee posted.", + "belief : restaurant food = chinese ; pricerange = cheap ; name = curry prince ; area = southsystem : their address is [restaurant_address]and they don't have the contact number yet.", + "belief : restaurant food = chinese ; pricerange = cheap ; name = curry prince ; area = southsystem : their address is [restaurant_address]and they don't have the entrance fee posted.", + "belief : restaurant food = chinese ; pricerange = cheap ; name = curry prince ; area = eastsystem : their address is [restaurant_address]and they don't have the entrance fee posted.", + "belief : restaurant food = chinese ; pricerange = cheap ; name = curry prince ; area = southsystem : their address is [restaurant_address]and they don't have the entrance fee posted." + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; name = curry prince ; area = southsystem : no problem. i'll need your help with that.", + "belief : restaurant food = chinese ; pricerange = cheap ; name = curry prince ; area = southsystem : no problem. i'll need your help with that.", + "belief : restaurant food = chinese ; pricerange = cheap ; name = curry prince ; area = eastsystem : no problem. i'll need your help with that.", + "belief : restaurant food = chinese ; pricerange = cheap ; name = curry prince ; area = southsystem : no problem. i'll need your help with that.", + "belief : restaurant food = chinese ; pricerange = cheap ; name = curry prince ; area = southsystem : no problem. i'll need your help with that." + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; area = dont caresystem : you are welcome, have a great day!", + "belief : restaurant food = chinese ; pricerange = cheap ; area = westsystem : it s my pleasure. have a great day! goodbye.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = westsystem : it s my pleasure. have a great day! goodbye.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = dont caresystem : you are welcome, have a great day!", + "belief : restaurant food = chinese ; pricerange = cheap ; area = westsystem : it s my pleasure. have a great day! goodbye." + ], + [ + "belief : train destination = leicester ; departure = cambridgesystem : there are many trains to [value_place] [value_day]. where will you be departing from?", + "belief : train destination = leicester ; departure = cambridgesystem : there are many trains to [value_place] [value_day]. where will you be departing from?", + "belief : train destination = leicester ; departure = cambridgesystem : there are many trains to [value_place] [value_day]. where will you be departing from?", + "belief : train destination = leicester ; departure = cambridgesystem : there are many trains to [value_place] [value_day]. where will you be departing from?", + "belief : train destination = leicester ; departure = cambridgesystem : there are many trains to [value_place] [value_day]. where will you be departing from?" + ], + [ + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are many trains available. on what day do you want to travel?", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are [value_count]trains departing on [value_day]. [value_count]leaves at [value_time]and arrives at [value_time]and the other leaves at [value_time]and arrives at [value_time]. do either of these work?", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are many trains available. on what day do you want to travel?", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are [value_count]trains departing on [value_day]. [value_count]leaves at [value_time]and arrives at [value_time]and the other leaves at [value_time]and arrives at [value_time]. do either of these work?", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are [value_count]trains departing on [value_day]. [value_count]leaves at [value_time]and arrives at [value_time]and the other leaves at [value_time]and arrives at [value_time]. do either of these work?" + ], + [ + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : [train_id] leaves at [value_time]on [value_day].", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : [train_id] leaves at [value_time]on [value_day].", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : [train_id] leaves at [value_time]on [value_day].", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : [train_id] leaves at [value_time]on [value_day].", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : [train_id] leaves at [value_time]on [value_day]." + ], + [ + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem :=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : sure. train [value_id] = nonesystem : train destination = leicestersystem : sure. the train arrives at [value_time]at [value_time].", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : sure. train [value_id] = nonesystem : train destination = leicestersystem : great! train [train_id] = none", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : sure. train [value_id] = nonesystem : train destination = leicestersystem : sure. the [train_id] arrives at [value_time]." + ], + [ + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : thank you", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : sure.", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45system : great! have a wonderful day!", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45system : great! have a wonderful day!", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : thank you" + ], + [ + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : goodbye.", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : goodbye.", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : goodbye.", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : goodbye.", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : goodbye." + ], + [ + "belief : restaurant food = acorn guest house ; pricerange = expensivesystem : there are [value_count][value_pricerange] resturants in the city. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = acorn guest house ; pricerange = expensivesystem : there are [value_count][value_pricerange] resturants in the city. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = acorn guest house ; pricerange = expensivesystem : there are [value_count][value_pricerange] resturants in the city. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = acorn guest house ; pricerange = expensivesystem : there are [value_count][value_pricerange] resturants in the city. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = acorn guest house ; pricerange = expensivesystem : there are [value_count][value_pricerange] resturants in the city. do you prefer [value_food] or [value_food] food?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; name = taj tandoori ; area = westsystem : their address is [restaurant_address]and their phone number is [restaurant_phone]. may i help you with anything else?", + "belief : restaurant food = indian ; pricerange = expensive ; name = taj tandoori ; area = westsystem : their address is [restaurant_address]and their phone number is [restaurant_phone]. may i help you with anything else?", + "belief : restaurant food = acorn guest house ; pricerange = expensivesystem : absolutely, the address is [restaurant_address]and the phone number is [restaurant_phone]. may i help with anything else?", + "belief : restaurant food = acorn guest house ; pricerange = expensivesystem : absolutely, the address is [restaurant_address]and the phone number is [restaurant_phone]. may i help with anything else?", + "belief : restaurant food = acorn guest house ; pricerange = expensivesystem : i have the address to [restaurant_name]and the phone number is [restaurant_phone]. may i help with anything else?" + ], + [ + "belief : restaurant food = acorn guest house ; pricerange = expensive ; name = goodbyesystem : thank you.", + "belief : restaurant food = acorn guest house ; pricerange = expensive ; name = goodbyesystem : thank you.", + "belief : restaurant food = acorn guest house ; pricerange = expensive ; name = goodbyesystem : thank you.", + "belief : restaurant food = acorn guest house ; pricerange = expensive ; name = goodbyesystem : thank you.", + "belief : restaurant food = indian ; pricerange = expensive ; name = curry prince ; area = eastsystem : goodbye." + ], + [ + "belief : restaurant name = india housesystem : absolutely! the table will be reserved for [value_count]minutes. your reference number is [restaurant_reference]. thank you!", + "belief : restaurant name = india housesystem : absolutely! the table will be reserved for [value_count]minutes. your reference number is [restaurant_reference]. thank you!", + "belief : restaurant name = india housesystem : absolutely! the table will be reserved for [value_count]minutes. your reference number is [restaurant_reference]. thank you!", + "belief : restaurant name = india housesystem : absolutely! the table will be reserved for [value_count]minutes. your reference number is [restaurant_reference]. thank you!", + "belief : restaurant name = india housesystem : absolutely! the table will be reserved for [value_count]minutes. your reference number is [restaurant_reference]. thank you!" + ], + [ + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : booking was unsuccessful. would you like to find another restaurant?", + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : booking was unsuccessful. would you like to find another restaurant?", + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : booking was unsuccessful. would you like to find another restaurant?", + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : booking was unsuccessful. would you like to find another restaurant?", + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : booking was unsuccessful. would you like to find another restaurant?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : thank you.", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : thank you.", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : thank you.", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : thank you.", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : thank you." + ], + [ + "belief :=>belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : enjoy your day = saturday ; people = 4 ; time = 16:30system : thank you", + "belief :=>belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : enjoy your day = saturday ; people = 4 ; time = 16:30system : thank you", + "belief :=>belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : thank you | booking day = saturday ; people = 4 ; time = 16:30system : thank you", + "belief :=>belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : enjoy your day = saturday ; people = 4 ; time = 16:30system : thank you", + "belief :=>belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : enjoy your day = saturday ; people = 4 ; time = 16:30system : thank you" + ], + [ + "belief : attraction type = night club ; area = eastsystem : i have [value_count]galleries, [value_count]museums, [attraction_name], and the [attraction_name].", + "belief : attraction type = night club ; area = eastsystem : i have [value_count]galleries, [value_count]museums, [attraction_name], and the [attraction_name].", + "belief : attraction type = night club ; area = eastsystem : i have [value_count]galleries, [value_count]museums, [attraction_name], and the [attraction_name].", + "belief : attraction type = night club ; area = eastsystem : i have [value_count]galleries, [value_count]museums, [attraction_name], and the [attraction_name].", + "belief : attraction type = night club ; area = eastsystem : i have [value_count]galleries, [value_count]museums, [attraction_name], and the [attraction_name]." + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]museum located at [attraction_address]?", + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]museum located at [attraction_address]?", + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]museum located at [attraction_address]?", + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]museum located at [attraction_address]?", + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]museum located at [attraction_address]?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address], [attraction_phone].", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address], [attraction_phone].", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address], [attraction_phone].", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address], [attraction_phone].", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address], [attraction_phone]." + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : goodbye.", + "belief : attraction type = entertainment ; area = eastsystem : goodbye.", + "belief : attraction type = entertainment ; area = eastsystem : goodbye.", + "belief : attraction type = entertainment ; area = eastsystem : goodbye.", + "belief : attraction type = entertainment ; area = eastsystem : goodbye." + ], + [ + "belief : restaurant food = european ; pricerange = moderatesystem : i am sorry i don't have any [value_pricerange] [value_food] restaurant -s in the [value_area]. can i look [value_count]up in another area for you?", + "belief : restaurant food = european ; pricerange = moderatesystem : i am sorry, i don't have any [value_pricerange] [value_food] restaurant -s in the [value_area]. can i look [value_count]up in another area for you?", + "belief : restaurant food = european ; pricerange = moderatesystem : i am sorry, i don't have any [value_pricerange] [value_food] restaurant -s in the [value_area]. can i look [value_count]up in another area for you?", + "belief : restaurant food = european ; pricerange = moderatesystem : i am sorry, i don't have any [value_pricerange] [value_food] restaurant -s in the [value_area]. can i look [value_count]up in another area for you?", + "belief : restaurant food = european ; pricerange = moderatesystem : i am sorry i don't have any [value_pricerange] [value_food] restaurant -s in the [value_area]. can i look [value_count]up in another area for you?" + ], + [ + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : there are [value_count]in the [value_area]. i would suggest [restaurant_name]in the [value_area].", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : there are [value_count]in the [value_area]. i would suggest [restaurant_name].", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : there are [value_count]in the [value_area]. i would suggest [restaurant_name].", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : there are [value_count]in the [value_area]. i would suggest [restaurant_name]in the [value_area].", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : there are [value_count]in the [value_area]. i would suggest [restaurant_name]." + ], + [ + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : booking was unsuccessful. want to try another option?", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : booking was unsuccessful. want to try another option?" + ], + [ + "belief : taxi destination = cocum ; departure = acorn guest house ; arriveby = 19:15system : booked car type = taxi destination = cocum", + "belief : taxi destination = cocum ; departure =ANA: at pause ; arriveby = 19:15system : booked car type = taxi destination = cocum", + "belief : taxi destination = cocum ; departure =quicerange = 19:15 ; destination = cocum ; departure = cambridgesystem : have a wonderful day", + "belief : taxi destination = cocum ; departure = territorat = 19:15 ; destination = cocum ; arriveby = 19:15system : have a wonderful day", + "belief : taxi destination = cocum ; departure = hamilton lodge ; arriveby = 19:15system : booked car type = taxi leaveat = 19:15system : have a wonderful day" + ], + [ + "belief : restaurant food = britishsystem : [restaurant_name]is a nice restaurant in the [value_area] part of town, and is in the [value_pricerange] price range.", + "belief : restaurant food = britishsystem : [restaurant_name]is a nice restaurant in the [value_area] part of town, and is in the [value_pricerange] price range.", + "belief : restaurant food = britishsystem : [restaurant_name]is a nice restaurant in the [value_area] part of town, and is in the [value_pricerange] price range.", + "belief : restaurant food = britishsystem : [restaurant_name]is a nice restaurant in the [value_area] part of town, and is in the [value_pricerange] price range.", + "belief : restaurant food = britishsystem : [restaurant_name]is a nice restaurant in the [value_area] part of town, and is in the [value_pricerange] price range." + ], + [ + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s in the [value_area] area, [restaurant_name]and [restaurant_name]which serves [value_food]. would you like more information?" + ], + [ + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : [restaurant_name]serves = yessystem : it is in the [value_area] of town.", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : it is in the [value_area] of town.", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : it is in the [value_area] of town.", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : [restaurant_name]serves = yessystem : it is in the [value_area] of town.", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : no" + ], + [ + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : great! have a great day!", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : great! have a great day!", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : great! have a great day!", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : great! have a great day!", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : great! have a great day!" + ], + [ + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : you are welcome. have a great day!", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : you are welcome. have a great day!", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : you are welcome. have a great day!", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : you are welcome. have a great day!", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : you are welcome. have a great day!" + ], + [ + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : you are welcome. have a great day!", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : you are welcome. have a great day!", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : you are welcome. have a wonderful day.", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : you are welcome. have a great day!", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : you are welcome. have a great day!" + ], + [ + "belief : hotel name = el shaddia guesthousesystem : yes, i have details for the [hotel_name]. it is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like the phone number, or a room, perhaps?", + "belief : hotel name = el shaddia guesthousesystem : yes, i have details for the [hotel_name]. it is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like the phone number, or a room, perhaps?", + "belief : hotel name = el shaddia guesthousesystem : yes, i have details for the [hotel_name]. it is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like the phone number, or a room, perhaps?", + "belief : hotel name = el shaddia guesthousesystem : yes, i have details for the [hotel_name]. it is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like the phone number, or a room, perhaps?", + "belief : hotel name = el shaddia guesthousesystem : yes, i have details for the [hotel_name]. it is a [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. would you like the phone number, or a room, perhaps?" + ], + [ + "belief : hotel name = el shaddia guesthouse ; parking = yes ; stars = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = el shaddia guesthouse ; parking = yes ; stars = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = el shaddia guesthouse ; parking = yes ; stars = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = el shaddia guesthouse ; parking = yes ; stars = 3system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = el shaddia guesthouse ; parking = yes ; stars = 3system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel name = el shaddia guesthouse ; area = none ; pricerange = nonesystem : booking day = none ; people = 7 ; stay = 3system : booking was unfortunately unsuccessful. can we try another hotel?", + "belief : hotel name = el shaddia guesthouse ; area = none ; pricerange = nonesystem : booking day = none ; people = 7 ; stay = 3system : booking was unfortunately unsuccessful. can we try another hotel?", + "belief : hotel name = el shaddia guesthouse ; area = none ; pricerange = nonesystem : booking day = none ; people = 7 ; stay = 3system : booking was unfortunately unsuccessful. can we try another hotel?", + "belief : hotel name = el shaddia guesthouse ; area = none ; pricerange = nonesystem : booking day = none ; people = 7 ; stay = 3system : booking was unfortunately unsuccessful. can we try another hotel?", + "belief : hotel name = el shaddia guesthouse ; area = none ; pricerange = nonesystem : booking day = none ; people = 7 ; stay = 3system : booking was unfortunately unsuccessful. can we try another day or a differen't time slot?" + ], + [ + "belief : hotel name = el shaddia guesthouse ; area = centre ; pricerange = cheap ; stars = 0system : thank you!", + "belief : hotel name = el shaddia guesthouse ; area = centre ; pricerange = cheap ; stars = 0system : thank you!", + "belief : hotel name = el shaddia guesthouse ; area = centre ; pricerange = cheap ; stars = 0system : thank you!", + "belief : hotel name = el shaddia guesthouse ; area = centre ; pricerange = cheap ; stars = 0system : thank you. have a great day!", + "belief : hotel name = el shaddia guesthouse ; area = centre ; pricerange = cheap ; stars = 0system : thank you!" + ], + [ + "belief : hotel area = east ; pricerange = cheapsystem : i was able to book at [hotel_name], the reference number is [hotel_reference]. can i help you with anything else?", + "belief : hotel area = east ; pricerange = cheapsystem : i was able to book at [hotel_name], the reference number is [hotel_reference]. can i help you with anything else?", + "belief : hotel area = east ; pricerange = cheapsystem : i have found [value_count]results! what area of town would you like?", + "belief : hotel area = east ; pricerange = cheapsystem : i was able to book at [hotel_name], the reference number is [hotel_reference]. can i help you with anything else?", + "belief : hotel area = east ; pricerange = cheapsystem : i was able to book at [hotel_name], the reference number is [hotel_reference]. can i help you with anything else?" + ], + [ + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : okay, i have [value_count]that is a [value_pricerange] [value_count]star guesthouse on the northend. would you like to book a room?", + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : okay, i have [value_count]that is a [value_pricerange] [value_count]star guesthouse on the northend. would you like to book a room?", + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : okay, i have [value_count]that is a [value_pricerange] [value_count]star guesthouse on the northend. would you like to book a room?", + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : okay, there is [value_count]which is [value_count]stars. would you like to book a room?", + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : okay, i have [value_count]that is a [value_pricerange] [value_count]star guesthouse on the northend. would you like to book a room?" + ], + [ + "belief : hotel name = huntingdon marriott hotel ; area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking was unsuccessful. would you like to find another hotel?", + "belief : hotel name = huntingdon marriott hotel ; area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking was unsuccessful. would you like to find another hotel?", + "belief : hotel name = huntingdon marriott hotel ; area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking was unsuccessful. would you like to find another hotel?", + "belief : hotel name = huntingdon marriott hotel ; area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking was unsuccessful. would you like to find another hotel?", + "belief : hotel name = huntingdon marriott hotel ; area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : booking was unsuccessful. would you like to find another hotel?" + ], + [ + "belief : hotel name = lensfield hotel ; area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : that booking was successful. reference number is [hotel_reference].", + "belief : hotel name = lensfield hotel ; area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : that booking was successful. reference number is [hotel_reference].", + "belief : hotel name = lensfield hotel ; area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : that booking was successful. reference number is [hotel_reference].", + "belief : hotel name = lensfield hotel ; area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : that booking was successful. reference number is [hotel_reference].", + "belief : hotel name = lensfield hotel ; area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : that booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel name = lensfield hotel ; parking = yes ; pricerange = cheap ; type = guesthousesystem : thank you for using our system : goodbye.", + "belief : hotel name = lensfield hotel ; parking = yes ; pricerange = cheap ; type = guesthouse | booking day = fridaysystem : thank you", + "belief : hotel name = lensfield hotel ; parking = yes ; pricerange = cheap ; type = guesthouse | booking day = fridaysystem : thank you for using", + "belief : hotel name = lensfield hotel ; parking = yes ; pricerange = cheap ; type = guesthousesystem : thank you for using our system : goodbye.", + "belief : hotel name = lensfield hotel ; parking = yes ; pricerange = cheap ; type = guesthousesystem : thank you for using our system : goodbye." + ], + [ + "belief : train day = wednesday ; arriveby = 12:30system : there are [value_count]trains that leave on [value_day]. can you give me a departure point and a destination point, please?", + "belief : train day = wednesday ; arriveby = 12:30system : what are the other requests?", + "belief : train day = wednesday ; arriveby = 12:30system : there are [value_count]trains that leave on [value_day]. can you give me a departure point and a destination point, please?", + "belief : train day = wednesday ; arriveby = 12:30system : what are the other requests?", + "belief : train day = wednesday ; arriveby = 12:30system : there are [value_count]trains that leave on [value_day]. can you give me a departure point and a destination point, please?" + ], + [ + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have [value_count]trains, could you tell me when you would like to arrive by?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?" + ], + [ + "belief : train leaveat = 12:30 ; destination = london liverpool street ; day = wednesday ; departure = cambridgesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 12:30 ; destination = london liverpool street ; day = wednesday ; departure = cambridgesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 12:30 ; destination = london liverpool street ; day = wednesday ; departure = cambridgesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 12:30 ; destination = london liverpool street ; day = wednesday ; departure = cambridgesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 12:30 ; destination = london liverpool street ; day = wednesday ; departure = cambridgesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference]." + ], + [ + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : thank you!", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : thank you!", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : thank you!", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : thank you!", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : thank you!" + ], + [ + "belief : hotel parking = yes ; stars = 3 ; internet = yes ; type = hotelsystem : i show several hotel -s that meet those criteria. what day and how many people are you looking to book for?", + "belief : hotel parking = yes ; stars = 3 ; internet = yes ; type = hotelsystem : i show several hotel -s that meet those criteria. what day and how many people are you looking to book for?", + "belief : hotel parking = yes ; stars = 3 ; internet = yes ; type = hotelsystem : i show several hotel -s that meet those criteria. what day and how many people are you looking to book for?", + "belief : hotel parking = yes ; stars = 3 ; internet = yes ; type = hotelsystem : i show several hotel -s that meet those criteria. what day and how many people are you looking to book for?", + "belief : hotel parking = yes ; stars = 3 ; internet = yes ; type = hotelsystem : i show several hotel -s that meet those criteria. what day and how many people are you looking to book for?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : i found [value_count]hotel -s with free wifi and free parking. is there a particular area or price range you prefer?" + ], + [ + "belief : hotel area = north ; parking = yes ; internet = yes ; type = hotelsystem : the [hotel_name]is a nice guesthousesystem : would you like me to book it for you?", + "belief : hotel area = north ; parking = yes ; type = hotelsystem : great!", + "belief : hotel area = north ; parking = yes ; type = hotelsystem : great!", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = hotelsystem : the [hotel_name]is a nice guesthousesystem : would you like me to book it for you?", + "belief : hotel area = north ; parking = yes ; type = hotelsystem : the [hotel_name]is a [value_pricerange] guesthouse | booking day = sundaysystem : thank you!" + ], + [ + "belief : hotel area = north ; stars = 4 ; type = hotel", + "belief : hotel area = north ; stars = 4 ; type = hotel", + "belief : hotel area = north ; stars = 4 ; type = hotel", + "belief : hotel area = north ; stars = 4 ; type = hotel", + "belief : hotel area = north ; stars = 4 ; type = hotel" + ], + [ + "belief : hotel area = north ; parking = yes ; internet = yessystem : good news! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area].", + "belief : hotel area = north ; parking = yes ; internet = yessystem : great!!!", + "belief : hotel area = north ; parking = yes ; internet = yessystem : great! look for a [value_count].", + "belief : hotel area = north ; parking = yes ; internet = yessystem : okay. have a great day!", + "belief : hotel area = north ; parking = yes ; internet = yessystem : good news! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]." + ], + [ + "belief : hotel area = north ; parking = yes ; internet = yes ; type = hotelsystem : great! look for another hotel.", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = hotelsystem : great! look for another hotel.", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = hotelsystem : the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. would you like to book a room?", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = hotelsystem : the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. would you like to book a room?", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = hotelsystem : the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. would you like to book a room?" + ], + [ + "belief : hotel area = north ; parking = yes ; internet = yes ; type = hotelsystem : okay. booking was successful, the total fee is [value_count]gbp payable at the station. your reference number is [hotel_reference].", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = hotelsystem : okay. booking was successful, the total fee is [value_count]gbp payable at the station. your reference number is [hotel_reference].", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = hotelsystem : okay. booking was successful, the total fee is [value_count]gbp payable at the station. your reference number is [hotel_reference].", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = hotelsystem : okay. booking was successful, the total fee is [value_count]gbp payable at the station. your reference number is [hotel_reference].", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = hotelsystem : okay. booking was successful, the total fee is [value_count]gbp payable at the station. your reference number is [hotel_reference]." + ], + [ + "belief : hotel area = north ; parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : thank you, goodbye.", + "belief : hotel area = north ; parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : thank you, goodbye.", + "belief : hotel area = north ; parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : thank you, goodbye.", + "belief : hotel area = north ; parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : thank you, goodbye.", + "belief : hotel area = north ; parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : thank you, goodbye." + ], + [ + "belief : hotel name = worth house ; area = north ; parking = yes ; internet = yes ; type = hotelsystem : thank you for contacting us. have a great day.", + "belief : hotel name = worth house ; area = north ; parking = yes ; internet = yes ; type = hotelsystem : thank you for using the help desk. have a great day.", + "belief : hotel name = worth house ; area = north ; parking = yes ; internet = yes ; type = hotelsystem : thank you for contacting us. have a great day.", + "belief : hotel name = worth house ; area = north ; parking = yes ; internet = yes ; type = hotelsystem : thank you for contacting us. have a great day.", + "belief : hotel name = worth house ; area = north ; parking = yes ; internet = yes ; type = hotelsystem : thank you for using the help desk. have a great day." + ], + [ + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?" + ], + [ + "belief : taxi departure = riverboat georgina ; arriveby = 14:00system : what is your destination?", + "belief : taxi departure = riverboat georgina ; arriveby = 14:00system : what is your destination?", + "belief : taxi departure = riverboat georgina ; arriveby = 14:00system : what is your destination?", + "belief : taxi departure = riverboat georgina ; arriveby = 14:00system : what is your destination?", + "belief : taxi departure = riverboat georgina ; arriveby = 14:00system : what is your destination?" + ], + [ + "belief : taxi destination = la margherita ; departure = riverboat georgina ; arriveby = 18:15system : what day do you want to travel?", + "belief : taxi destination = la margherita ; departure = riverboat georgina ; arriveby = 18:15system : what day do you want to travel?", + "belief : taxi destination = la margherita ; departure = riverboat georgina ; arriveby = 18:15system : what day do you want to travel?", + "belief : taxi destination = la margherita ; departure = riverboat georgina ; arriveby = 18:15system : what day do you want to travel?", + "belief : taxi destination = la margherita ; departure = riverboat georgina ; arriveby = 18:15system : what day do you want to travel?" + ], + [ + "belief : taxi destination = shanghai family restaurant ; departure = riverboat georgina ; arriveby = 18:15system : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi destination = shanghai family restaurant ; departure = riverboat georgina ; arriveby = 18:15system : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi destination = shanghai family restaurant ; departure = riverboat georgina ; arriveby = 18:15system : i have booked you a [taxi_type], contact number is [taxi_phone].", + "belief : taxi destination = shanghai family restaurant ; departure = riverboat georgina ; arriveby = 18:15system : ok. i have a taxi reserved. the car type is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = shanghai family restaurant ; departure = riverboat georgina ; arriveby = 18:15system : ok. i have a taxi reserved. the car type is a [taxi_type]and the contact number is [taxi_phone]." + ], + [ + "belief : taxi destination = shanghai family restaurant ; departure =s = lan hong house ; arriveby = 18:15system : thank you", + "belief : taxi destination = shanghai family restaurant ; departure = riverboat georgina ; arriveby = 18:15system : have a great day.", + "belief : taxi destination = shanghai family restaurant ; departure = riverboat georgina ; arriveby = 18:15system : have a great day.", + "belief : taxi destination = shanghai family restaurant ; departure = riverboat georgina ; arriveby = 18:15system : have a great day.", + "belief : taxi destination = shanghai family restaurant ; departure = riverboat georgina ; arriveby = 18:15system : have a great day." + ], + [ + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : what is your destination?", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : what is your destination?", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : what is your destination?", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : what is your destination?", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : what is your destination?" + ], + [ + "belief : taxi destination = soul tree nightclub ; departure = golden house ; arriveby = 12:15system : i can help book that, what time will you be leaving and arriving?", + "belief : taxi destination = soul tree nightclub ; departure = golden house ; arriveby = 12:15system : i can help book that, what time will you be leaving and arriving?", + "belief : taxi destination = soul tree nightclub ; departure = golden house ; arriveby = 12:15system : i can help book that, what time will you be leaving and arriving?", + "belief : taxi destination = soul tree nightclub ; departure = golden house ; arriveby = 12:15system : i can help book that, what is your departure site?", + "belief : taxi destination = soul tree nightclub ; departure = golden house ; arriveby = 12:15system : i can help book that, what is your departure site?" + ], + [ + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : enjoy your day!", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : enjoy your day!", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : enjoy your day!", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : enjoy your time in [value_place]!", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : enjoy your time in [value_place]!" + ], + [ + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : nonesystem : what is your destination and what time would you like to arrive by?", + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?", + "belief : nonesystem : what is your destination and what time would you like to arrive by?", + "belief : nonesystem : i can help with that? what are your departure and destination sites, and what time do you need it?" + ], + [ + "belief : taxi destination = restaurant two ; departure = curry prince ; arriveby = 05:15system : i can get you a taxi from [hotel_name]to [restaurant_name]at [value_time], what time would you like to leave?", + "belief : taxi destination = restaurant two ; departure = curry prince ; arriveby = 05:15system : i can get you a taxi from [hotel_name]to [restaurant_name]at [value_time], what time would you like to leave?", + "belief : taxi destination = restaurant two ; departure = curry prince ; arriveby = 05:15system : i can get you a taxi from [hotel_name]to [restaurant_name]at [value_time], what time would you like to leave?", + "belief : taxi destination = restaurant two ; departure = curry prince ; arriveby = 05:15system : i can get you a taxi from [hotel_name]to [restaurant_name]at [value_time], what time would you like to leave?", + "belief : taxi destination = restaurant two ; departure = curry prince ; arriveby = 05:15system : i can get you a taxi from [hotel_name]to [restaurant_name]at [value_time], what time would you like to leave?" + ], + [ + "belief : taxi destination = restaurant two ; departure =williams art and architecturesystem : your taxi is a [taxi_type].", + "belief : taxi destination = restaurant two ; departure =williams art and architecturesystem : your taxi is a [taxi_type].", + "belief : taxi destination = restaurant two ; departure =williams art and museumssystem : your taxi is a [taxi_type].", + "belief : taxi destination = restaurant two ; departure =williams art and standardsystem : your taxi is a [taxi_type].", + "belief : taxi destination = restaurant two ; departure =williams art and standardsystem : your taxi is a [taxi_type]." + ], + [ + "belief : taxi destination = restaurant two ; departure =williams art and museum ; arriveby = 05:15system : have a wonderful day.", + "belief : taxi destination = restaurant two ; departure =williams art and museum ; arriveby = 05:15system : is successful!", + "belief : taxi destination = restaurant two ; departure =williams art and museum ; arriveby = 05:15system : is there anything else i can help you with?", + "belief : taxi destination = restaurant two ; departure =williams art and architecturesystem : is there anything else i can help you with", + "belief : taxi destination = restaurant two ; departure =williams art and museum ; arriveby = 05:15system : is there anything else i can help you with" + ], + [ + "belief : taxi destination = restaurant two ; departure =williams art and museumsystem : have a wonderful day.", + "belief : taxi destination = restaurant two ; departure =williams art and museumsystem : have a wonderful day.", + "belief : taxi destination = restaurant two ; departure =williams art and museumsystem : have a wonderful day.", + "belief : taxi destination = restaurant two ; departure =williams art and museumsystem : have a wonderful day.", + "belief : taxi destination = restaurant two ; departure =williams art and architecturesystem : have a wonderful day." + ], + [ + "belief : taxi destination = saint ci ; departure = and b guest housesystem : what day do you want to travel?", + "belief : taxi destination = saint ci ; departure = and b guest housesystem : what day do you want to travel?", + "belief : taxi destination = saint ci ; departure = and b guest housesystem : what day do you want to travel?", + "belief : taxi destination = saint catherine's collegesystem : what day do you want to travel?", + "belief : taxi destination = saint ci ; departure = and b guest housesystem : what day do you want to travel?" + ], + [ + "belief : taxi destination = saint ci ; departure = and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = saint ci ; departure = and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = saint cote ; departure = and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = saint cote ; departure = and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = saint cote ; departure = and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = saint catherine's college ; departure = and b guest house ; arriveby = 06:00system : is there anything else i can help you with today?", + "belief : taxi destination = saint catherine's college ; departure = and b guest house ; arriveby = 06:00system : is there anything else i can help you with today?", + "belief : taxi destination = saint catherine's college ; departure = and b guest house ; arriveby = 06:00system : thank you.", + "belief : taxi destination = saint catherine's college ; departure = and b guest house ; arriveby = 06:00system : thank you.", + "belief : taxi destination = saint catherine's college ; departure = and b guest house ; arriveby = 06:00system : thank you." + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] area. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] area. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] area. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] area. do you prefer [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] area. do you prefer [value_food] or [value_food] food?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : i recommend the [restaurant_name]?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are [value_count]entries here. i recommend [restaurant_name].", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : i recommend the [restaurant_name]?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : the address to [restaurant_name]is [restaurant_address], [restaurant_postcode]. their postcode is [restaurant_postcode].", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : absolutely! the address and postcode are [value_count].", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : the address to [restaurant_name]is [restaurant_address], [restaurant_postcode]. their postcode is [restaurant_postcode].", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : the address to [restaurant_name]is [restaurant_address], [restaurant_postcode]. their postcode is [restaurant_postcode].", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : the address to [restaurant_name]is [restaurant_address], [restaurant_postcode]. their postcode is [restaurant_postcode]." + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : no problem. thank you.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : no problem. thank you.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : no problem. thank you.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : no problem. thank you.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : no problem. thank you." + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : thank you!", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : thank you. have a great day. goodbye.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : thank you!", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : thank you. have a great day. goodbye.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : thank you. have a great day. goodbye." + ], + [ + "belief : attraction area = westsystem : there are [value_count]located in the [value_area]. would you prefer [value_count]that is free?", + "belief : attraction area = westsystem : there are [value_count]located in the [value_area]. would you prefer [value_count]that is free?", + "belief : attraction area = westsystem : there are [value_count]located in the [value_area]. would you prefer [value_count]that is free?", + "belief : attraction area = westsystem : there are [value_count]located in the [value_area]. would you prefer [value_count]that is free?", + "belief : attraction area = westsystem : there are [value_count]located in the [value_area]. would you prefer [value_count]that is free?" + ], + [ + "belief : attraction type = college ; area = westsystem : how does [attraction_name]sound? it is located on [attraction_address]and there is no entrance fee?", + "belief : attraction type = college ; area = westsystem : how does [attraction_name]sound? it is located on [attraction_address]and there is no entrance fee?", + "belief : attraction type = college ; area = westsystem : how does [attraction_name]sound? it is located on [attraction_address]and there is no entrance fee?", + "belief : attraction type = college ; area = westsystem : how does [attraction_name]sound? it is located on [attraction_address]and there is no entrance fee?", + "belief : attraction type = college ; area = westsystem : how does [attraction_name]sound? it is located on [attraction_address]and there is no entrance fee?" + ], + [ + "belief : attraction type = whale of a time ; area = westsystem : of townsystem : of course!", + "belief : attraction type = whale of a time ; area = westsystem : of townsystem : of course, the postcode is [attraction_postcode]. is there anything else i can help you with?", + "belief : attraction type = whale of a time ; area = westsystem : of townsystem : of course!", + "belief : attraction type = whale of a time ; area = westsystem : of townsystem : of course!", + "belief : attraction type = whale of a time ; area = westsystem : of townsystem : of course, the postcode is [attraction_postcode]. is there anything else i can help you with?" + ], + [ + "belief : attraction type = whale of a time ; area = westsystem : no problem. have a great day! goodbye.", + "belief : attraction type = whale of a time ; area = westsystem : no problem. have a great day! goodbye.", + "belief : attraction type = whale of a time ; area = westsystem : no problem. have a great day! goodbye.", + "belief : attraction type = whale of a time ; area = westsystem : no problem. have a great day! goodbye.", + "belief : attraction type = whale of a time ; area = westsystem : no problem. have a great day! goodbye." + ], + [ + "belief : attraction type = night clubsystem : i have [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night clubsystem : i have [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night clubsystem : i have [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night clubsystem : i have [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night clubsystem : i have [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?" + ], + [ + "belief : attraction type = night clubsystem : it is located at [attraction_address]and the fee is [value_price] pounds. is there anything else i can help you with today?", + "belief : attraction type = night clubsystem : it is located at [attraction_address]and the fee is [value_price] pounds. is there anything else i can help you with today?", + "belief : attraction type = night clubsystem : it is located at [attraction_address]and the fee is [value_price] pounds. is there anything else i can help you with today?", + "belief : attraction type = night clubsystem : it is located at [attraction_address]and the fee is [value_price] pounds. is there anything else i can help you with today?", + "belief : attraction type = night clubsystem : it is located at [attraction_address]and the fee is [value_price] pounds. is there anything else i can help you with today?" + ], + [ + "belief : attraction type = night clubsystem : sure, the phone number is [attraction_phone]. is there anything else i can help you with today?", + "belief : attraction type = night clubsystem : sure, the phone number is [attraction_phone]. is there anything else i can help you with today?", + "belief : attraction type = night clubsystem : sure, the phone number is [attraction_phone]. is there anything else i can help you with today?", + "belief : attraction type = night clubsystem : sure, the phone number is [attraction_phone]. is there anything else i can help you with today?", + "belief : attraction type = night clubsystem : sure, the phone number is [attraction_phone]. is there anything else i can help you with today?" + ], + [ + "belief : attraction type = night clubsystem : the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : attraction type = night clubsystem : the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : attraction type = night clubsystem : the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : attraction type = night clubsystem : the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : attraction type = night clubsystem : the postcode is [restaurant_postcode]. is there anything else i can help you with?" + ], + [ + "belief : attraction type = night clubsystem : glad i could help", + "belief : attraction type = night clubsystem : glad i could help", + "belief : attraction type = night clubsystem : glad i could help", + "belief : attraction type = night clubsystem : glad i could help", + "belief : attraction type = night clubsystem : glad i could help" + ], + [ + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : what is your destination and what time would you like to arrive by?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : what is your destination and what time would you like to arrive by?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : what is your destination and what time would you like to arrive by?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : what is your destination and what time would you like to arrive by?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : what is your destination and what time would you like to arrive by?" + ], + [ + "belief : taxi leaveat = 10:50 ; destination = restaurant two ; departure = ashley hotelsystem : ok, what is your departure site?", + "belief : taxi leaveat = 10:50 ; destination = restaurant two ; departure = ashley hotelsystem : ok, what is your departure site?", + "belief : taxi leaveat = 10:50 ; destination = restaurant two ; departure = ashley hotelsystem : ok, what is your departure site?", + "belief : taxi leaveat = 10:50 ; destination = restaurant two ; departure = ashley hotelsystem : ok, what is your departure site?", + "belief : taxi leaveat = 10:50 ; destination = restaurant two ; departure = ashley hotelsystem : ok, what is your departure site?" + ], + [ + "belief : taxi leaveat = 10:50 ; destination = restaurant 2 ; departure = ashley hotelsystem : thank you for using the [value_place]towninfo [value_area]. have a great day!", + "belief : taxi leaveat = 10:50 ; destination = restaurant 2 ; departure = ashley hotelsystem : thank you for using the [value_place]towninfo [value_area]. have a great day!", + "belief : taxi leaveat = 10:50 ; destination = restaurant 2 ; departure = ashley hotelsystem : thank you for using the [value_place]towninfo [value_area]. have a great day!", + "belief : taxi leaveat = 10:50 ; destination = restaurant 2 ; departure = ashley hotelsystem : thank you for using our service. have a great day.", + "belief : taxi leaveat = 10:50 ; destination = restaurant 2 ; departure = ashley hotelsystem : thank you for using our service. have a great day." + ], + [ + "belief : train leaveat = 10:45 ; destination = restaurant 2 ; departure = ashley hotelsystem : have a wonderful day!", + "belief : train leaveat = 10:45 ; destination = restaurant 2 ; departure = ashley hotelsystem : have a wonderful day!", + "belief : train leaveat = 10:45 ; destination = carolina ; day = wednesday ; departure = cambridge", + "belief : train leaveat = 10:45 ; destination = restaurant 2 ; departure = ashley hotelsystem : have a wonderful day!", + "belief : train leaveat = 10:45 ; destination = restaurant 2 ; departure = ashley hotelsystem : have a wonderful day!" + ], + [ + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : where are you departing from?", + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i can help with that! what are your departure and destination sites?", + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i can help with that! what are your departure and destination sites?", + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : where are you departing from?", + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i can help with that! what are your departure and destination sites?" + ], + [ + "belief : taxi leaveat = 16:15 ; destination = la margherita ; departure = parkside poolssystem : i have booked a [taxi_type]that will leave [attraction_name], and arrive in [restaurant_name]by [value_time]. their contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi leaveat = 16:15 ; destination = la margherita ; departure = parkside poolssystem : i have booked a [taxi_type]that will leave [attraction_name], and arrive in [restaurant_name]by [value_time]. their contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi leaveat = 16:15 ; destination = la margherita ; departure = parkside poolssystem : i have booked a [taxi_type]that will leave [attraction_name], and arrive in [restaurant_name]by [value_time]. their contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi leaveat = 16:15 ; destination = la margherita ; departure = parkside poolssystem : i have booked a [taxi_type]that will leave [attraction_name], and arrive in [restaurant_name]by [value_time]. their contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi leaveat = 16:15 ; destination = la margherita ; departure = parkside poolssystem : i have booked a [taxi_type]that will leave [attraction_name], and arrive in [restaurant_name]by [value_time]. their contact number is [taxi_phone]. is there anything else i can help you with?" + ], + [ + "belief : taxi leaveat = 16:15 ; destination = la margherita ; departure = parkside poolssystem : thank you.", + "belief : taxi leaveat = 16:15 ; destination = la margherita ; departure = parkside poolssystem : thank you.", + "belief : taxi leaveat = 16:15 ; destination = la margherita ; departure = parkside poolssystem : thank you, goodbye.", + "belief : taxi leaveat = 16:15 ; destination = la margherita ; departure = parkside poolssystem : thank you.", + "belief : taxi leaveat = 16:15 ; destination = la margherita ; departure = parkside poolssystem : thank you." + ], + [ + "belief : attraction type = church ; name = trinity churchsystem : yes, it is in the [value_area].", + "belief : attraction type = church ; name = trinity churchsystem : yes, it is in the [value_area].", + "belief : attraction type = church ; name = trinity churchsystem : yes, it is in the [value_area].", + "belief : attraction type = church ; name = trinity churchsystem : yes, it is in the [value_area].", + "belief : attraction type = church ; name = trinity churchsystem : yes, it is in the [value_area]." + ], + [ + "belief : attraction type = trinity churchsystem : it s an architecture attraction, not a church. would you like to make a reservation?", + "belief : attraction type = architecturesystem : it s an architecture attraction, and the phone number is [attraction_phone]. can i help you with anything else?", + "belief : attraction type = architecturesystem : it s an architecture attraction, and the phone number is [attraction_phone]. can i help you with anything else?", + "belief : attraction type = trinity churchsystem : it s an architecture attraction, not a church. would you like to make a reservation?", + "belief : attraction type = trinity churchsystem : it s an architecture attraction, not a church. would you like to phone them?" + ], + [ + "belief : attraction type = architecture ; name = holy trinity churchsystem : you are very welcome! have a great day! goodbye.", + "belief : attraction type = architecture ; name = holy trinity churchsystem : you are very welcome! have a great day! goodbye.", + "belief : attraction type = architecture ; name = holy trinity churchsystem : you are very welcome! have a great day! goodbye.", + "belief : attraction type = architecture ; name = holy trinity churchsystem : you are very welcome! have a great day! goodbye.", + "belief : attraction type = architecture ; name = holy trinity churchsystem : you are very welcome! have a great day! goodbye." + ], + [ + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : sure i can do that! where is the departure site?", + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : sure i can do that! where is the departure site?", + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : sure i can do that! where is the departure site?", + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : sure i can do that! where is the departure site?", + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : sure i can do that! where is the departure site?" + ], + [ + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : i have a [taxi_type]for you with the contact number [taxi_phone].", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : i have a [taxi_type]for you with the contact number [taxi_phone].", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : i have a [taxi_type]for you with the contact number [taxi_phone].", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : i have a [taxi_type]for you with the contact number [taxi_phone].", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : i have a [taxi_type]for you with the contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else" + ], + [ + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : you are welcome", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : you are welcome", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : you are welcome", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : you are welcome", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : you are welcome" + ], + [ + "belief : attraction area = westsystem : there are [value_count]wonderful attractions in the [value_area] area. do you have a specific interest in mind or would you like me to make some suggestions?", + "belief : attraction area = westsystem : there are [value_count]wonderful attractions in the [value_area] area. do you have a specific interest in mind or would you like me to make some suggestions?", + "belief : attraction area = westsystem : there are [value_count]wonderful attractions in the [value_area] area. do you have a specific interest in mind or would you like me to make some suggestions?", + "belief : attraction area = westsystem : there are [value_count]wonderful attractions in the [value_area] area. do you have a specific interest in mind or would you like me to make some suggestions?", + "belief : attraction area = westsystem : there are [value_count]wonderful attractions in the [value_area] area. do you have a specific interest in mind or would you like me to make some suggestions?" + ], + [ + "belief : attraction type = museum ; area = westsystem : sure, the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : attraction type = museum ; area = westsystem : sure, the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : attraction type = museum ; area = westsystem : sure, the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : attraction type = museum ; area = westsystem : sure, the postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : attraction type = museum ; area = westsystem : sure, the postcode is [restaurant_postcode]. is there anything else i can help you with?" + ], + [ + "belief : attraction type = museum ; area = westsystem : thank you.", + "belief : attraction type = museum ; area = westsystem : thank you.", + "belief : attraction type = museum ; area = westsystem : thank you.", + "belief : attraction type = museum ; area = westsystem : thank you.", + "belief : attraction type = museum ; area = westsystem : thank you." + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food and is in the [value_pricerange] price range. would you like their location?", + "belief : restaurant food = indian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food and is in the [value_pricerange] price range. would you like their location?", + "belief : restaurant food = indian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food and is in the [value_pricerange] price range. would you like their location?", + "belief : restaurant food = indian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food and is in the [value_pricerange] price range. would you like their location?", + "belief : restaurant food = indian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food and is in the [value_pricerange] price range. would you like their location?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : of course. the area = westsystem : of course. the postcode is [restaurant_postcode]. the phone number is [restaurant_phone]. is there anything else i can help you with today?", + "belief : restaurant food = indian ; pricerange = expensivesystem : of course. the area = westsystem : of course. the postcode is [restaurant_postcode]. the phone number is [restaurant_phone]. is there anything else i can help you with today?", + "belief : restaurant food = indian ; pricerange = expensivesystem : of course. the area = westsystem : of course. the postcode is [restaurant_postcode]. the phone number is [restaurant_phone]. is there anything else i can help you with today?", + "belief : restaurant food = indian ; pricerange = expensivesystem : of course. the area = westsystem : of course. the postcode is [restaurant_postcode]. the phone number is [restaurant_phone]. is there anything else i can help you with today?", + "belief : restaurant food = indian ; pricerange = expensivesystem : of course. the area = westsystem : of course. the postcode is [restaurant_postcode]. the phone number is [restaurant_phone]. is there anything else i can help you with today?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : thank you. have a great day! goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : thank you. have a great day! goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : thank you. have a great day! goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : thank you. have a great day! goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : thank you. have a great day! goodbye." + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye." + ], + [ + "belief : hotel name = alpha-milton guest housesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = alpha-milton guest housesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = alpha-milton guest housesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = alpha-milton guest housesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = alpha-milton guest housesystem : certainly! the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?" + ], + [ + "belief : hotel name = alpha-milton guest house ; type = hotelsystem : booking was unsuccessful. would you like to find another hotel?", + "belief : hotel name = alpha-milton guest house ; type = hotelsystem : booking was unsuccessful. would you like to find another hotel?", + "belief : hotel name = alpha-milton guest house ; type = hotelsystem : booking was unsuccessful. would you like to find another hotel?", + "belief : hotel name = alpha-milton guest house ; type = hotelsystem : booking was unsuccessful. would you like to find another hotel?", + "belief : hotel name = alpha-milton guest house ; type = hotelsystem : booking was unsuccessful. would you like to find another hotel?" + ], + [ + "belief : hotel name = alpha-milton guest house ; type = hotelsystem : thank you for using our system! have a great day!", + "belief : hotel name = alpha-milton guest house ; type = hotelsystem : thank you for using our system! have a great day!", + "belief : hotel name = alpha-milton guest house ; type = hotelsystem : thank you for using our system! have a great day!", + "belief : hotel name = alpha-milton guest house ; type = hotelsystem : thank you for using our system! have a great day!", + "belief : hotel name = alpha-milton guest house ; type = hotelsystem : thank you for using our system! have a great day!" + ], + [ + "belief : restaurant pricerange = cheapsystem : there are [value_count]options. if you would like to book a table, can i recommend a nice [value_count]star restaurant on the [value_area] side of town?", + "belief : restaurant pricerange = cheapsystem : there are [value_count]options. if you would like to book a table, can i recommend a nice [value_count]star restaurant on the [value_area] side of town?", + "belief : restaurant pricerange = cheapsystem : there are [value_count]options. if you would like to book a table, can i recommend a nice [value_count]star restaurant on the [value_area] side of town?", + "belief : restaurant pricerange = cheapsystem : there are [value_count]options. if you would like to book a table, can i recommend a nice [value_count]star restaurant on the [value_area] side of town?", + "belief : restaurant pricerange = cheapsystem : there are [value_count]options. if you would like to book a table, can i recommend a nice [value_count]star restaurant on the [value_area] side of town?" + ], + [ + "belief : restaurant food = asian ; pricerange = cheapsystem : i recommend the [restaurant_name]. their phone number is [restaurant_phone].", + "belief : restaurant food = asian ; pricerange = cheapsystem : i recommend the [restaurant_name]. their phone number is [restaurant_phone].", + "belief : restaurant food = asian ; pricerange = cheapsystem : i recommend the [restaurant_name]. their phone number is [restaurant_phone].", + "belief : restaurant food = asian ; pricerange = cheapsystem : i recommend the [restaurant_name]. their phone number is [restaurant_phone].", + "belief : restaurant food = asian ; pricerange = cheapsystem : i recommend the [restaurant_name]. their phone number is [restaurant_phone]." + ], + [ + "belief : restaurant food = asian ; pricerange = cheapsystem : from = nonesystem : you are welcome.", + "belief : restaurant food = asian ; pricerange = cheapsystem : from = nonesystem : you are welcome.", + "belief : restaurant food = asian ; pricerange = cheapsystem : from = nonesystem : you are welcome.", + "belief : restaurant food = asian ; pricerange = cheapsystem : from = nonesystem : you are welcome.", + "belief : restaurant food = asian ; pricerange = cheapsystem : from = nonesystem : you are welcome." + ], + [ + "belief : hotel stars = 4 ; type = guesthousesystem : the [hotel_name]is a guesthouse in the [value_area] area that meets your preferences. it has free parking and wifi, and is in the [value_pricerange] price range. would you like a room?", + "belief : hotel stars = 4 ; type = guesthousesystem : the [hotel_name]is a guesthouse in the [value_area] area that meets your preferences. it has free parking and wifi, and is in the [value_pricerange] price range. would you like a room?", + "belief : hotel stars = 4 ; type = guesthousesystem : we have many great guesthouses on the [value_area] side of town. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel stars = 4 ; type = guesthousesystem : we have many great guesthouses on the [value_area] side of town. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel stars = 4 ; type = guesthousesystem : the [hotel_name]is a guesthouse in the [value_area] area that meets your preferences. it has free parking and wifi, and is in the [value_pricerange] price range. would you like a room?" + ], + [ + "belief : hotel area = south ; stars = 4 ; type = guesthousesystem : [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel area = south ; stars = 4 ; type = guesthousesystem : [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel area = south ; stars = 4 ; type = guesthousesystem : [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel area = south ; stars = 4 ; type = guesthousesystem : [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?", + "belief : hotel area = south ; stars = 4 ; type = guesthousesystem : [hotel_name]is a nice guesthouse with fee parking included. can i reserve a room for you?" + ], + [ + "belief : hotel name = rosas bed and breakfast ; area = southsystem : booking day = friday ; people = 8 ; stay = 3system : booking was successful. reference number = 0", + "belief : hotel name = rosas bed and breakfast ; area = southsystem : booking day = friday ; people = 8 ; stay = 3system : booking was successful. reference number = 0", + "belief : hotel name = rosas bed and breakfast ; area = southsystem : booking day = friday ; people = 8 ; stay = 3system : booking was successful. reference number = 0", + "belief : hotel name = rosas bed and breakfast ; area = southsystem : booking day = friday ; people = 8 ; stay = 3system : booking was successful. reference number = 0", + "belief : hotel name = rosas bed and breakfast ; area = southsystem : booking day = friday ; people = 8 ; stay = 3system : booking was successful. reference number = 0" + ], + [ + "belief : hotel name = rosas bed and breakfast ; area = southsystem : thank you.", + "belief : hotel name = rosas bed and breakfast ; area = southsystem : thank you.", + "belief : hotel name = rosas bed and breakfast ; area = southsystem : thank you.", + "belief : hotel name = rosas bed and breakfast ; area = southsystem : thank you.", + "belief : hotel name = rosas bed and breakfast ; area = southsystem : thank you." + ], + [ + "belief : restaurant area = centresystem : there are a lot of place -s to dine. what type of food are you interested in having?", + "belief : restaurant area = centresystem : there are a lot of restaurant -s in the [value_area]. anything in particular?", + "belief : restaurant area = centresystem : there are a lot of place -s to dine. what type of food are you interested in having?", + "belief : restaurant area = centresystem : there are a lot of restaurant -s in the [value_area]. anything in particular?", + "belief : restaurant area = centresystem : there are a lot of restaurant -s in the [value_area]. anything in particular?" + ], + [ + "belief : restaurant food = centre ; pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town. what price range do you have in mind?", + "belief : restaurant food = centre ; pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town. what price range do you have in mind?", + "belief : restaurant food = centre ; pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town. what price range do you have in mind?", + "belief : restaurant food = centre ; pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town. what price range do you have in mind?", + "belief : restaurant food = centre ; pricerange = cheap ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town. what price range do you have in mind?" + ], + [ + "belief : restaurant food = mediterranean ; area = centresystem : there are [value_count]", + "belief : restaurant food = mediterranean ; area = centresystem : there are [value_count]", + "belief : restaurant food = mediterranean ; area = centresystem : there are [value_count]", + "belief : restaurant food = mediterranean ; area = centresystem : there are [value_count]", + "belief : restaurant food = mediterranean ; area = centresystem : there are [value_count]" + ], + [ + "belief : restaurant food = mediterranean ; pricerange = expensivesystem : there are [value_count]options. would you like something else?", + "belief : restaurant food = mediterranean ; pricerange = expensivesystem : there are [value_count]options. would you like something else?", + "belief : restaurant food = mediterranean ; pricerange = expensivesystem : there are [value_count]options. would you like something else?", + "belief : restaurant food = mediterranean ; pricerange = expensivesystem : there are [value_count]options. would you like something else?", + "belief : restaurant food = mediterranean ; pricerange = expensivesystem : there are [value_count]options. would you like something else?" + ], + [ + "belief : restaurant food = mediterranean ; pricerange = expensivesystem : i was able to book you at [restaurant_name].", + "belief : restaurant food = mediterranean ; pricerange = expensivesystem : i was able to book you at [restaurant_name].", + "belief : restaurant food = mediterranean ; pricerange = expensivesystem : i was able to book you at [restaurant_name].", + "belief : restaurant food = mediterranean ; pricerange = expensivesystem : i was able to book you at [restaurant_name].", + "belief : restaurant food = mediterranean ; pricerange = expensivesystem : i was able to book you at [restaurant_name]." + ], + [ + "belief : restaurant food = mediterranean ; pricerange = expensive", + "belief : restaurant food = mediterranean ; pricerange = expensive", + "belief : restaurant food = mediterranean ; pricerange = expensive", + "belief : restaurant food = mediterranean ; pricerange = expensive", + "belief : restaurant food = mediterranean ; pricerange = expensive" + ], + [ + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : great! have a great day!", + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : great! have a great day!", + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : great! have a great day!", + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : great! have a great day!", + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : great! have a great day!" + ], + [ + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : thank you, goodbye.", + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : thank you, goodbye.", + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : thank you, goodbye.", + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : thank you, goodbye.", + "belief : restaurant food = mediterranean ; pricerange = expensive ; area = centresystem : thank you, goodbye." + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = avalonsystem : sure i can do that! where is your departure site?", + "belief : taxi destination = don pasquale pizzeria ; departure = avalonsystem : sure i can do that! where is your departure site?", + "belief : taxi destination = don pasquale pizzeria ; departure = avalonsystem : sure! when would you like to arrive?", + "belief : taxi destination = don pasquale pizzeria ; departure = avalonsystem : sure i can do that! where is your departure site?", + "belief : taxi destination = don pasquale pizzeria ; departure = avalonsystem : sure i can do that! where is your departure site?" + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = avalon ; arriveby = 08:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = don pasquale pizzeria ; departure = avalon ; arriveby = 08:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = don pasquale pizzeria ; departure = avalon ; arriveby = 08:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = don pasquale pizzeria ; departure = avalon ; arriveby = 08:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = don pasquale pizzeria ; departure = avalon ; arriveby = 08:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = avalon ; arriveby = 08:30system : have a great day! goodbye.", + "belief : taxi destination = don pasquale pizzeria ; departure = avalon ; arriveby = 08:30system : have a great day! goodbye.", + "belief : taxi destination = don pasquale pizzeria ; departure = avalon ; arriveby = 08:30system : have a great day! goodbye.", + "belief : taxi destination = don pasquale pizzeria ; departure = avalon ; arriveby = 08:30system : have a great day! goodbye.", + "belief : taxi destination = don pasquale pizzeria ; departure = avalon ; arriveby = 08:30system : have a great day! goodbye." + ], + [ + "belief : train destination = none ; arriveby = 09:30 ; departure = london liverpool streetsystem : what is your destination?", + "belief : train destination = none ; arriveby = 09:30 ; departure = london liverpool streetsystem : what is your destination?", + "belief : train destination = none ; arriveby = 09:30 ; departure = london liverpool streetsystem : what is your destination?", + "belief : train destination = none ; arriveby = 09:30 ; departure = london liverpool streetsystem : what is your destination?", + "belief : train destination = none ; arriveby = 09:30 ; departure = london liverpool streetsystem : what is your destination?" + ], + [ + "belief : train destination = london liverpool street ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train destination = london liverpool street ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train destination = london liverpool street ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train destination = london liverpool street ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train destination = london liverpool street ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : i have [value_count]trains arriving by then, how many passengers?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : that will work for you. how many tickets will you be needing?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : the travel time for that route is [value_count]minutes. how many tickets would you like to purchase?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : that will work for you. how many tickets will you be needing?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : the travel time for that route is [value_count]minutes. how many tickets would you like to purchase?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : that will work for you. how many tickets will you be needing?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : is there anything else i can help you with today?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : is there anything else i can help you with today?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : is there anything else i can help you with today?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : is there anything else i can help you with today?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : is there anything else i can help you with today?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : it is a pleasure to help!", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : it is a pleasure to help!", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : it is a pleasure to help!", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : it is a pleasure to help!", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : it is a pleasure to help!" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : okay, have a great day.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : okay, have a great day.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : okay, have a great day.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : okay, have a great day.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : okay, have a great day." + ], + [ + "belief : train departure = cambridgesystem : sure we have over [value_count]trains, do you have a departure site or time?", + "belief : train departure = cambridgesystem : sure we have over [value_count]trains, do you have a departure site or time?", + "belief : train departure = cambridgesystem : sure we have over [value_count]trains, do you have a departure site or time?", + "belief : train departure = cambridgesystem : sure we have over [value_count]trains, do you have a departure site or time?", + "belief : train departure = cambridgesystem : sure we have over [value_count]trains, do you have a departure site or time?" + ], + [ + "belief : train destination = birmingham new street ; departure = cambridgesystem : thanks. and what day will you be traveling, please?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : sure i can do that! where is your departure site?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : sure i can do that! where is your departure site?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : thanks. and what day will you be traveling, please?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : sure i can do that! where is your departure site?" + ], + [ + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : there are [value_count]trains leaving on [value_day]. i would arrive at [value_time].", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : there are [value_count]trains leaving on [value_day]. i would arrive at [value_time].", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : there are [value_count]trains leaving on [value_day]. i would arrive at [value_time].", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : there are [value_count]trains leaving on [value_day]. i would arrive at [value_time].", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : there are [value_count]trains leaving on [value_day]. i would arrive at [value_time]." + ], + [ + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : the cost will be [value_price] pounds. would you like more information about that?", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : the cost will be [value_price] pounds. would you like more information about that?", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : the cost will be [value_price] pounds. would you like more information about that?", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : the cost will be [value_price] pounds. would you like more information about that?", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : the cost will be [value_price] pounds. would you like more information about that?" + ], + [ + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : have a wonderful day!", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : have a wonderful day!", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : have a wonderful day!", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : have a wonderful day!", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : have a wonderful day!" + ], + [ + "belief : restaurant food = chinese ; area = centresystem : there are no [value_food] restaurant -s in the [value_area] of town. would you like something else?", + "belief : restaurant food = chinese ; area = centresystem : there are no [value_food] restaurant -s in the [value_area] of town. would you like something else?", + "belief : restaurant food = chinese ; area = centresystem : there are no [value_food] restaurant -s in the [value_area] of town. would you like something else?", + "belief : restaurant food = chinese ; area = centresystem : there are no [value_food] restaurant -s in the [value_area] of town. would you like something else?", + "belief : restaurant food = chinese ; area = centresystem : there are no [value_food] restaurant -s in the [value_area] of town. would you like something else?" + ], + [ + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the postcode is [restaurant_postcode]. the address is [restaurant_address]. do you want the address as well?", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the postcode is [restaurant_postcode]. the address is [restaurant_address]. do you want the address as well?", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the postcode is [restaurant_postcode]. the address is [restaurant_address]. do you want the restaurant to be in the [value_area] or [value_area]?", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the postcode is [restaurant_postcode]. the address is [restaurant_address]. do you want the address as well?", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the postcode is [restaurant_postcode]. the address is [restaurant_address]. do you want the address as well?" + ], + [ + "belief : restaurant food = chinese ; pricerange = moderatesystem : thank you. goodbye.", + "belief : restaurant food = chinese ; pricerange = moderatesystem : thank you. goodbye.", + "belief : restaurant food = chinese ; pricerange = moderatesystem : thank you. goodbye.", + "belief : restaurant food = chinese ; pricerange = moderatesystem : thank you. goodbye.", + "belief : restaurant food = chinese ; pricerange = moderatesystem : thank you. goodbye." + ], + [ + "belief : hotel pricerange = cheapsystem : i found [value_count]hotel -s with free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel pricerange = cheapsystem : i found [value_count]hotel -s with free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel pricerange = cheapsystem : i found [value_count]hotel -s with free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel pricerange = cheapsystem : i found [value_count]hotel -s with free parking. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel pricerange = cheapsystem : i found [value_count]hotel -s with free parking. do you have a price range you are looking for or some part of town you want to stay in?" + ], + [ + "belief : hotel area = centre ; pricerange = cheapsystem : absolutely, there are several like that. would you like to book a room at [hotel_name], or perhaps [value_count]of the others?", + "belief : hotel area = centre ; pricerange = cheapsystem : absolutely! there are several [value_pricerange] place -s to stay.", + "belief : hotel area = centre ; pricerange = cheapsystem : i found [value_count]in the [value_area] of town. it s [value_pricerange] -ly priced. would you like to book a room?", + "belief : hotel area = centre ; pricerange = cheapsystem : absolutely, there are [value_count]located in the [value_area]. do you have a price range you are looking for or some part of town you want to stay in?", + "belief : hotel area = centre ; pricerange = cheapsystem : absolutely! there are several [value_pricerange] place -s to stay." + ], + [ + "belief : hotel area = centre ; stars = 0system : the [hotel_name]meets your needs, would you like to book it?", + "belief : hotel area = centre ; stars = 0system : the [hotel_name]meets your needs, would you like to book it?", + "belief : hotel area = centre ; stars = 0system : the [hotel_name]meets your needs, would you like to book it?", + "belief : hotel area = centre ; stars = 0system : the [hotel_name]meets your needs, would you like to book it?", + "belief : hotel area = centre ; stars = 4system : the [hotel_name]meets your needs, would you like to book it?" + ], + [ + "belief : hotel area = centre ; pricerange = cheapsystem : great!", + "belief : hotel area = centre ; parking = yes ; stars = 4system : great!", + "belief : hotel area = centre ; pricerange = cheapsystem : great!", + "belief : hotel area = centre ; parking = yes ; stars = dont caresystem : great!", + "belief : hotel area = centre ; parking = yes ; stars = 4system : great!" + ], + [ + "belief : hotel area = centre ; pricerange = cheapsystem : goodbye.", + "belief : hotel area = centre ; pricerange = cheap", + "belief : hotel area = centre ; pricerange = cheapsystem : goodbye.", + "belief : hotel area = centre ; pricerange = cheap", + "belief : hotel area = centre ; pricerange = cheapsystem : goodbye." + ], + [ + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : ok, could you tell me your intended destination please?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : ok, could you tell me your intended destination please?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : ok, could you tell me your intended destination please?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : ok, could you tell me your intended destination please?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : ok, could you tell me your intended destination please?" + ], + [ + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : what time do you need to leave [hotel_name]or arrive at the [attraction_name]?", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : how about [train_id]? it will arrive by [value_time].", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : how about [train_id]? it will arrive by [value_time].", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : how about [train_id]? it will arrive by [value_time].", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : how about [train_id]? it will arrive by [value_time]." + ], + [ + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : thank you", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : thank you", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : thank you", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : thank you", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : thank you" + ], + [ + "belief : taxi departure = gandhisystem : what is your destination and what time would you like to leave?", + "belief : taxi departure = gandhisystem : what is your destination and what time would you like to leave?", + "belief : taxi departure = gandhisystem : what is your destination and what time would you like to leave?", + "belief : taxi departure = gandhisystem : what is your destination and what time would you like to leave?", + "belief : taxi departure = gandhisystem : what is your destination and what time would you like to leave?" + ], + [ + "belief : train destination = broxbourne ; day = thursday ; arriveby = 02:00 ; departure = gandhisystem : i have booked train id [train_id]. the travel time is [value_count]minutes and the cost of the ticket is [value_price] pounds.", + "belief : train destination = broxbourne ; day = thursday ; arriveby = 02:00 ; departure = gandhisystem : i have booked [value_count]tickets for you on [train_id] [train_reference]. the total cost is [value_price] gbp. is there anything else i can help with today?", + "belief : train destination = broxbourne ; day = thursday ; arriveby = 02:00 ; departure = gandhisystem : i have booked [value_count]tickets for you on [train_id] [train_reference]. the total cost is [value_price] gbp. is there anything else i can help with today?", + "belief : train destination = broxbourne ; day = thursday ; arriveby = 02:00 ; departure = gandhisystem : i have booked train id [train_id]. the travel time is [value_count]minutes and the cost of the ticket is [value_price] pounds.", + "belief : train destination = broxbourne ; day = thursday ; arriveby = 02:00 ; departure = gandhisystem : i have booked [value_count]tickets for you on [train_id] [train_reference]. the total cost is [value_price] gbp. is there anything else i can help with today?" + ], + [ + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : is there anything else i can help you with today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : is there anything else i can help you with today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : is there anything else i can help you with today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : is there anything else i can help you with today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : is there anything else i can help you with today?" + ], + [ + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : enjoy your trip", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : is there anything else i can help you with today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : is there anything else i can help you with today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : enjoy your trip", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : enjoy your trip" + ], + [ + "belief : hotel internet = yes ; type = hotelsystem : there are [value_count]hotel -s with free wifi and free parking. do you prefer a specific area in town?", + "belief : hotel internet = yes ; type = hotelsystem : there are [value_count]hotel -s with free wifi and free parking. do you prefer a specific area in town?", + "belief : hotel internet = yes ; type = hotelsystem : there are [value_count]hotel -s with free wifi and free parking. do you prefer a specific area in town?", + "belief : hotel internet = yes ; type = hotelsystem : there are [value_count]hotel -s with free wifi and free parking. do you prefer a specific area in town?", + "belief : hotel internet = yes ; type = hotelsystem : there are [value_count]hotel -s with free wifi and free parking. do you prefer a specific area in town?" + ], + [ + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]that is [value_pricerange] with [value_count]", + "belief : hotel pricerange = expensive ; type = guesthousesystem : i have [value_count]that is [value_pricerange] with [value_count]stars, and [value_count]", + "belief : hotel pricerange = expensive ; type = guesthousesystem : i have [value_count][value_pricerange] guesthouses available. do you have any other requirement -s for location or amenities?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : i have [value_count][value_pricerange] guesthouses available. do you have any other requirement -s for location or amenities?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : i have [value_count][value_pricerange] guesthouses available. do you have any other requirement -s for location or amenities?" + ], + [ + "belief : hotel pricerange = moderatesystem : there are [value_count][value_pricerange] and [value_count][value_pricerange] guesthouses. would you like more information on either?", + "belief : hotel pricerange = moderatesystem : okay, there is [value_count]which is [value_count]stars. would you like to narrow it down by location?", + "belief : hotel pricerange = moderatesystem : there are [value_count][value_pricerange] and [value_count][value_pricerange] guesthouses.", + "belief : hotel pricerange = moderatesystem : there are [value_count][value_pricerange] and [value_count][value_pricerange] guesthouses.", + "belief : hotel pricerange = moderatesystem : there are [value_count][value_pricerange] and [value_count][value_pricerange] guesthouses available." + ], + [ + "belief :=>belief : hotel parking = yes ; type = guesthousesystem : sure, the [hotel_name]is a good guesthouse with free wifi", + "belief :=>belief : hotel parking = yes ; type = guesthousesystem : sure, the [hotel_name]is a good guesthouse with free wifi", + "belief :=>belief : hotel parking = yes ; type = guesthousesystem : sure, the [hotel_name]has a [value_count]star rating and the phone number [attraction_phone].", + "belief :=>belief : hotel parking = yes ; type = guesthousesystem : sure, the [hotel_name]is a good guesthouse with free wifi", + "belief :=>belief : hotel parking = yes ; type = guesthousesystem : sure, the [hotel_name]has a [value_count]star rating and the phone number [attraction_phone]." + ], + [ + "belief : hotel parking = yes ; pricerange = moderatesystem : thank you.", + "belief : hotel parking = yes ; pricerange = moderatesystem : thank you.", + "belief : hotel parking = yes ; pricerange = moderatesystem : thank you.", + "belief : hotel parking = yes ; pricerange = moderatesystem : thank you.", + "belief : hotel parking = yes ; pricerange = moderatesystem : thank you." + ], + [ + "belief : taxi destination = scott marys collegesystem : okay. i will need your departure site, destination, and a time please.", + "belief : taxi destination = scottish museumsystem : i can help with that! what time will you be leaving and arriving?", + "belief : taxi destination = scottish museumsystem : i can help with that! what time will you be leaving and arriving?", + "belief : taxi destination = scottish museumsystem : i can help with that! what time will you be leaving and arriving?", + "belief : taxi destination = scott marys museumsystem : ok, when would you like to arrive?" + ], + [ + "belief : taxi destination = scottish museum ; departure = ely train station ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = scott marys chop house ; departure = scudamores punting co ; arriveby = 03:00system : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi destination = scottish french village centre ; departure = hamilton lodge ; arriveby = 03:00system : ok, i have a car for you a [taxi_type]with the contact number [taxi_phone]", + "belief : taxi destination = scott marys chop house ; departure = ely train station ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = scottish autumn house ; departure = ely train station ; arriveby = 03:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = scottishiverpool street ; departure = london kings cross train station ; arriveby = 03:00system : all right, thank you.", + "belief : taxi destination = scottish autumn house ; departure = london kings cross train station ; arriveby = 03:00system : all right, thank you.", + "belief : taxi destination = scottish autumn house ; departure = london kings cross train station ; arriveby = 03:00system : all right, thank you.", + "belief : taxi destination = scottish cherry hinton village centre ; departure = london kings cross train station ; arriveby = 03:00system : all right, thank you.", + "belief : taxi destination = scottishiverpool street ; departure = london kings cross train station ; arriveby = 03:00system : all right, thank you." + ], + [ + "belief : taxi destination = scottish portraits ; departure = london kings cross train station ; arriveby = 03:00system : thank you", + "belief : taxi destination = scottish exhibition at lensfield hotel ; departure = london kings cross train station ; arriveby = 03:00system : thank you", + "belief : taxi destination = scottish corpus christi ; departure = london kings cross train station ; arriveby = 03:00system : thank you", + "belief : taxi destination = scottish portraits ; departure = london kings cross train station ; arriveby = 03:00system : thank you", + "belief : taxi destination = scottish exhibition at centre ; departure = london kings cross train station ; arriveby = 03:00system : thank you" + ], + [ + "belief : taxi destination = scottish taxi leaveat = 05:00 ; departure = london kings cross train stationsystem : have a wonderful day!", + "belief : taxi destination = scottish taxi leaveat = 05:00 ; departure = london kings cross train stationsystem : have a wonderful day!", + "belief : taxi destination = scottishwas successful!", + "belief : taxi destination = scottishwas successful!", + "belief : taxi destination = scottishwas successful!" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthousesystem : where will you be departing from?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthousesystem : where will you be departing from?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthousesystem : where will you be departing from?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthousesystem : where will you be departing from?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthousesystem : where will you be departing from?" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : ok its a [taxi_type]and the contact number is [taxi_phone]", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : ok its a [taxi_type]and the contact number is [taxi_phone]", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : ok its a [taxi_type]and the contact number is [taxi_phone]", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : ok its a [taxi_type]and the contact number is [taxi_phone]", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : ok its a [taxi_type]and the contact number is [taxi_phone]" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : certainly. is there anything else i can do for you?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : certainly. is there anything else i can do for you?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : certainly. is there anything else i can do for you?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : certainly. is there anything else i can do for you?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : is there anything else i can do for you?" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : thank you", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : thank you", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : thank you", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : thank you", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : thank you" + ] +] \ No newline at end of file diff --git a/outputs/baseline/experiment-20220831/125-dpd/checkpoint-90000/output_test.json b/outputs/baseline/experiment-20220831/125-dpd/checkpoint-90000/output_test.json new file mode 100644 index 0000000..aa09443 --- /dev/null +++ b/outputs/baseline/experiment-20220831/125-dpd/checkpoint-90000/output_test.json @@ -0,0 +1,6260 @@ +[ + [ + "belief : taxi destination = pizza hut fenditton ; departure = saint johns collegesystem : can you tell me when you would like to leave by and when you would like to arrive?", + "belief : taxi destination = pizza hut fenditton ; departure = saint johns collegesystem : can you tell me when you would like to leave by and when you would like to arrive?", + "belief : taxi destination = pizza hut fenditton ; departure = saint johns collegesystem : can you tell me when you would like to leave by and when you would like to arrive?", + "belief : taxi destination = pizza hut fenditton ; departure = saint johns collegesystem : can you tell me when you would like to leave by and when you would like to arrive?", + "belief : taxi destination = pizza hut fenditton ; departure = saint johns collegesystem : can you tell me when you would like to leave by and when you would like to arrive?" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : you are more than welcome! goodbye!", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : you are more than welcome! enjoy your trip!", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : you are more than welcome! enjoy your trip!", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : you are more than welcome! enjoy your stay!", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : you are more than welcome! goodbye!" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen ditton ; departure = saint johns collegesystem : goodbye", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen ditton ; departure = saint johns collegesystem : goodbye", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen ditton ; departure = saint johns collegesystem : goodbye", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen ditton ; departure = saint johns collegesystem : goodbye", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fen ditton ; departure = saint johns collegesystem : goodbye" + ], + [ + "belief : hotel pricerange = moderate ; type = guesthousesystem : there are many, can i get a price range and area you would like the hotel to be in to narrow down the search?", + "belief : hotel pricerange = moderate ; type = guesthousesystem : there are many, can i get a price range and area you would like the hotel to be in to narrow down the search?", + "belief : hotel pricerange = moderate ; type = guesthousesystem : there are many, can i get a price range and area you would like the hotel to be in to narrow down the search?", + "belief : hotel pricerange = moderate ; type = guesthousesystem : there are many, can i get a price range and area you would like the hotel to be in to narrow down the search?", + "belief : hotel pricerange = moderate ; type = guesthousesystem : there are many, can i get a price range and area you would like the hotel to be in to narrow down the search?" + ], + [ + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]entries. does type matter to you?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]entries. does type matter to you?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]entries. does type matter to you?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]entries. does type matter to you?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]entries. does type matter to you?" + ], + [ + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : what day would you like to book?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : what day would you like to move into the booking?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : what day would you like to move into the booking?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : what day would you like to move into the booking?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : what day would you like to book?" + ], + [ + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = finches bed and breakfast", + "belief : hotel name = finches bed and breakfast", + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast" + ], + [ + "belief : hotel name = cherry hinton hotel name = cherry hinton hotel", + "belief : hotel name = finches bed and breakfast", + "belief : hotel name = finches bed and breakfast", + "belief : hotel name = cherry hinton hotel name = cherry hinton hotel area = moderate price = type = guesthouse", + "belief : hotel name = cherry hinton hotel name = cherry hinton hotel area = moderate price = none" + ], + [ + "belief : hotel type = guesthouse", + "belief : hotel type = guesthouse", + "belief : hotel type = guesthouse = moderate", + "belief : hotel type = guesthouse = moderate", + "belief : hotel type = guesthouse" + ], + [ + "belief : attraction area = centre northsystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : attraction area = centre northsystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : attraction area = centre northsystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : attraction area = centre northsystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : attraction area = centre northsystem : i have found [value_count]place for you. do you have any specific ideas in mind?" + ], + [ + "belief : hotel name = city centre north b and booked for [value_count]nights starting [value_day]at [hotel_name]. your reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel name = city centre north b and booked for [value_count]nights starting [value_day]at [hotel_name]. your reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel name = city centre north b and booked for [value_count]nights starting [value_day]at [hotel_name]. your reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel name = city centre north b and booked for [value_count]nights starting [value_day]at [hotel_name]. your reference number is [hotel_reference]. is there anything else i can help you with?", + "belief : hotel name = city centre north b and booked for [value_count]nights starting [value_day]at [hotel_name]. your reference number is [hotel_reference]. is there anything else i can help you with?" + ], + [ + "belief : hotel name = city centre north b | booking day = friday ; people = 1 ; stay = 5system : is there anything else i can help you with?", + "belief : hotel name = city centre north b | booking day = friday ; people = 1 ; stay = 5system : is there anything else i can help you with?", + "belief : hotel name = city centre north b | booking day = friday ; people = 1 ; stay = 5system : is there anything else i can help you with?", + "belief : hotel name = city centre north b | booking day = friday ; people = 1 ; stay = 5system : is there anything else i can help you with?", + "belief : hotel name = city centre north b | booking day = friday ; people = 1 ; stay = 5system : is there anything else i can help you with?" + ], + [ + "belief : restaurant food = serveon ; pricerange = moderate ; area = dont caresystem : there are [value_count][value_pricerange] restaurant -s serving [value_food] food. what area would you like?", + "belief : restaurant food = britishsystem : there are [value_count]. what area would you like to search in?", + "belief : restaurant food = britishsystem : there are [value_count][value_pricerange] restaurant -s serving [value_food] food. are you looking for a specific area?", + "belief : restaurant food = serveon ; pricerange = moderate ; area = dont caresystem : there are [value_count][value_pricerange] restaurant -s serving [value_food] food. what area would you like?", + "belief : restaurant food = britishsystem : there are [value_count]. what area would you like to search in?" + ], + [ + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food. would you like a specific price range?", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food. would you like a specific price range?", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food. would you like a specific price range?", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food. would you like a specific price range?", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food. would you like a specific price range?" + ], + [ + "belief : restaurant food = british ; area = westsystem : sure. it is [restaurant_postcode], their postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = british ; area = westsystem : sure. it is [restaurant_phone], their postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = british ; area = westsystem : sure. it is [restaurant_postcode], their postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = british ; area = westsystem : sure. it is [restaurant_postcode], their postcode is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = british ; area = westsystem : sure. it is [restaurant_postcode], their postcode is [restaurant_postcode]. is there anything else i can help you with?" + ], + [ + "belief : restaurant food = westsystem : goodbye.", + "belief : restaurant food = westsystem : goodbye.", + "belief : restaurant food = westsystem : goodbye.", + "belief : restaurant food = cuisine = westsystem : goodbye", + "belief : restaurant food = cuisine = westsystem : goodbye" + ], + [ + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have a train leaving at [value_time]and arriving at [value_time]. is that ok?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have several trains that will get you there on time. what time would you like to leave?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : there are many options available. is there a certain time you would like to leave?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : there are many options available. is there a certain time you would like to leave?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : there are multiple trains available. by what time do you need to depart or arrive?" + ], + [ + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how about [train_id] that leaves at [value_time]?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how about [train_id] that leaves at [value_time]?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how about [train_id] that leaves at [value_time]?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how about [train_id] that leaves at [value_time]?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how about [train_id] that leaves at [value_time]?" + ], + [ + "belief : train leave", + "belief : train leave", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how many tickets do you need?", + "belief : train leave", + "belief : train leave" + ], + [ + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem :", + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem :", + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem :", + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem :", + "belief : train leaveat = 08:30 ; destination = birmingham new streetsystem :" + ], + [ + "belief : train destination = birmingham new street = birmingham new street = none", + "belief : train destination = birmingham new street = birmingham new street = none", + "belief : train destination = birmingham new street = birmingham new street = birmingham new street = dont care", + "belief : train destination = birmingham new street = birmingham new street = birmingham new street = dont care", + "belief : train destination = birmingham new street = birmingham new street = none" + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s in the [value_pricerange] price range in the [value_area] of town. would you like [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s in the [value_pricerange] price range in the [value_area] of town. would you like [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s in the [value_pricerange] price range in the [value_area] of town. would you like [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s in the [value_pricerange] price range in the [value_area] of town. would you like [value_food] or [value_food] food?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s in the [value_pricerange] price range in the [value_area] of town. would you like [value_food] or [value_food] food?" + ], + [ + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : the [restaurant_name]is located at", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : the [restaurant_name]is located at", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : the [restaurant_name]is located at", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : the [restaurant_name]is located at", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : the [restaurant_name]is located at" + ], + [ + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : goodbye", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : goodbye", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : goodbye", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : goodbye", + "belief : restaurant pricerange = cheap ; name = golden house ; area = centresystem : goodbye" + ], + [ + "belief : hotel name = a and b guest housesystem : certainly. the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = a and b guest housesystem : certainly. the [hotel_name]is a [value_pricerange] -ly priced accomodation in the [value_area]. is there other information you would like to know?", + "belief : hotel name = a and b guest housesystem : sure, there are [value_count]guesthouses in the [value_area] of town. do you have a price range in mind?", + "belief : hotel name = a and b guest housesystem : sure, there are [value_count]guesthouses in the [value_area] of town. do you have a specific arrival or departure time in mind?", + "belief : hotel name = a and b guest housesystem : sure, there are [value_count]guesthouses in the [value_area] of town. do you have a specific location?" + ], + [ + "belief : hotel name = a and b guest house ; area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : the address is [hotel_address].", + "belief : hotel name = a and b guest house ; area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : the address is [hotel_address].", + "belief : hotel name = a and b guest house ; area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : the address is [hotel_address].", + "belief : hotel name = a and b guest house ; area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : the address is [hotel_address].", + "belief : hotel name = a and b guest house ; area = east ; stars = 4 ; internet = yes ; type = guesthousesystem : the address is [hotel_address]." + ], + [ + "belief : hotel name = a and b guest housesystem : enjoy your stay!", + "belief : hotel name = a and b guest housesystem : enjoy your stay!", + "belief : hotel name = a and b guest housesystem : enjoy your stay!", + "belief : hotel name = a and b guest housesystem : enjoy your stay!", + "belief : hotel name = a and b guest housesystem : enjoy your stay!" + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses with free parking, do you have any other requirement -s to help narrow the search?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses with free parking, do you have any other requirement -s to help narrow the search?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses with free parking, do you have any other requirement -s to help narrow the search?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses with free parking, do you have any other requirement -s to help narrow the search?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses with free parking, do you have any other requirement -s to help narrow the search?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i have [value_count]guesthouses all in the [value_area] with parking. would you like me to", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i have [value_count]guesthouses all in the [value_area] with parking. what area would you like?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i have [value_count]guesthouses all in the [value_area] with parking. would you like me to", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i have [value_count]guesthouses all in the [value_area] with parking. what area would you like?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i have [value_count]guesthouses all in the [value_area] with parking. what area would you like?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = hotelsystem : how many people = 3system : what area = westsystem : how many days = none", + "belief : hotel parking = yes ; pricerange = cheap ; type = hotelsystem : how many people = 3system : what area = westsystem : how many days = none", + "belief : hotel parking = yes ; pricerange = cheap ; type = hotelsystem : okay, how many people are staying with you?", + "belief : hotel parking = yes ; pricerange = cheap ; type = hotelsystem : how many people = 3system : what area = westsystem : how many days = none", + "belief : hotel parking = yes ; pricerange = cheap ; type = hotelsystem : okay, how many people are staying with you?" + ], + [ + "belief : hotel parking = yes ; pricerange = none ; internet = yes", + "belief : hotel parking = yes ; pricerange = none ; internet = yes", + "belief : hotel parking = yes ; pricerange = none ; internet = yes", + "belief : hotel parking = yes ; pricerange = none ; internet = yes", + "belief : hotel parking = yes ; pricerange = none ; internet = yes" + ], + [ + "belief : hotel parking = yes = pricerange = cheap ; internet = yes", + "belief : hotel parking = yes = pricerange = cheap ; internet = yes", + "belief : hotel parking = yes = none", + "belief : hotel parking = yes = pricerange = cheap ; internet = yes", + "belief : hotel parking = yes = pricerange = cheap ; internet = yes" + ], + [ + "belief : hotel parking = yes, goodbye.", + "belief : hotel parking = yes, goodbye.", + "belief : hotel parking = yes, goodbye.", + "belief : hotel parking = yes, goodbye.", + "belief : hotel parking = yes, goodbye." + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : there are many, can i get a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are many, can i get a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are many, can i get a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are many, can i get a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are many, can i get a price range and area you would like the restaurant to be in to narrow down the search?" + ], + [ + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : i have", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : i have", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : i have", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : i have", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : i have" + ], + [ + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : goodbye.", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : goodbye.", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : goodbye.", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : goodbye.", + "belief : restaurant food = dont care ; pricerange = moderate ; area = centre | booking day = saturday ; people = 5system : goodbye." + ], + [ + "belief : restaurant pricerange = moderate ; area = centre", + "belief : restaurant pricerange = moderate ; area = centre", + "belief : restaurant pricerange = moderate ; area = centre", + "belief : restaurant pricerange = moderate ; area = centre", + "belief : restaurant pricerange = moderate ; area = centre" + ], + [ + "belief : restaurant pricerange = expensive ; area = westsystem : there are [value_count]different place -s to choose from. what type of food would you like?", + "belief : restaurant pricerange = expensive ; area = westsystem : there are [value_count]different place -s to choose from. what type of food would you like?", + "belief : restaurant pricerange = expensive ; area = westsystem : there are [value_count]different place -s to choose from. what type of food would you like?", + "belief : restaurant pricerange = expensive ; area = westsystem : there are [value_count]different place -s to choose from. what type of food would you like?", + "belief : restaurant pricerange = expensive ; area = westsystem : there are [value_count]different place -s to choose from. what type of food would you like?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : sure. do", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : sure. do", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : sure. do", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : sure. would", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : sure. do" + ], + [ + "belief : restaurant food = indian ; name = rice boat 11:45system : restaurant food = indiansystem : let me know what day = monday", + "belief : restaurant food = indian ; name = rice boat 11:45system : restaurant food = indiansystem : restaurant food = nonesystem : let me know when you want to book.", + "belief : restaurant food = indian ; name = rice boat 11:45system : restaurant food = indiansystem : restaurant food = nonesystem : let me know when you want to book.", + "belief : restaurant food = indian ; name = rice boat 11:45system : restaurant food = indiansystem : let me know when you want to book", + "belief : restaurant food = indian ; name = rice boat 11:45system : restaurant food = indiansystem : let me know when you want to book." + ], + [ + "belief : restaurant food = indian food = rice boat = yes", + "belief : restaurant food = indian food = rice boat = yes", + "belief : restaurant food = indian food = rice boat = yes", + "belief : restaurant food = indian food = rice boat = yes", + "belief : restaurant food = indian food = rice boat = yes" + ], + [ + "belief : taxi arriveby = 09:00system : okay, what is your departure site?", + "belief : taxi arriveby = 09:00system : okay, what is your departure site?", + "belief : taxi arriveby = 09:00system : okay, what is your departure site?", + "belief : taxi arriveby = 09:00system : okay, what is your departure site?", + "belief : taxi arriveby = 09:00system : okay, what is your departure site?" + ], + [ + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : restaurant food = indian ; area = northsystem : yes i have listings for many of them, what area are you looking to eat in?", + "belief : restaurant food = indian ; area = northsystem : yes i have listings for many of them, what area are you looking to eat in?", + "belief : restaurant food = indian ; area = northsystem : yes i have listings for many of them, what area are you looking to eat in?", + "belief : restaurant food = indian ; area = northsystem : yes i have listings for many of them, what area are you looking to eat in?", + "belief : restaurant food = indian ; area = northsystem : yes i have listings for many of them, what area are you looking to eat in?" + ], + [ + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : the [restaurant_name]is located at [restaurant_address]. their phone number is [restaurant_phone].", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : the [restaurant_name]is located at [restaurant_address]. their phone number is [restaurant_phone].", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : the [restaurant_name]is located at [restaurant_address]. their phone number is [restaurant_phone].", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : the [restaurant_name]is located at [restaurant_address]. their phone number is [restaurant_phone].", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : the [restaurant_name]is located at [restaurant_address]. their phone number is [restaurant_phone]." + ], + [ + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : goodbye", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : goodbye", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : goodbye", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : goodbye", + "belief : restaurant food = indian ; pricerange = moderate ; area = northsystem : goodbye" + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure =] : sure! when would you like to arrive?", + "belief : taxi destination = don pasquale pizzeria ; departure = nonesystem : sure! when would you like to arrive?", + "belief : taxi destination = don pasquale pizzeria ; departure = nonesystem : sure! when would you like to arrive?", + "belief : taxi destination = don pasquale pizzeria ; departure = nonesystem : okay, i will need to know where you are leaving from and what time you would like to leave.", + "belief : taxi destination = don pasquale pizzeria ; departure = nonesystem : okay, i will need to know where you are leaving from and what time you would like to leave." + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = the junction ; arriveby = 20:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = don pasquale pizzeria ; departure = the junction ; arriveby = 20:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = don pasquale pizzeria ; departure = the junction ; arriveby = 20:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = don pasquale pizzeria ; departure = abbey pool and astroturf pitch ; arriveby = 20:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = don pasquale pizzeria ; departure = abbey pool and astroturf pitch ; arriveby = 20:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = the junction ; arriveby = 20:00system : goodbye", + "belief : taxi destination = don pasquale pizzeria ; departure = the junction ; arriveby = 20:00system : goodbye", + "belief : taxi destination = don pasquale pizzeria ; departure = the junction ; arriveby = 20:00system : goodbye", + "belief : taxi destination = don pasquale pizzeria ; departure = the junction ; arriveby = 20:00system : goodbye", + "belief : taxi destination = don pasquale pizzeria ; departure = the junction ; arriveby = 20:00system : goodbye" + ], + [ + "belief : taxi leaveat = 14:45 ; departure =ian hong housesystem : i would be happy to book that for you, where are you departing from?", + "belief : taxi leaveat = 14:45 ; departure =ian hong housesystem : ok, what is your departure site?", + "belief : taxi leaveat = 14:45 ; departure =ian hong housesystem : ok, what is your departure site?", + "belief : taxi leaveat = 14:45 ; departure =ian hong housesystem : ok, what is your departure site?", + "belief : taxi leaveat = 14:45 ; departure =ian hong housesystem : i would be happy to book that for you, where are you departing from?" + ], + [ + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = saffron brasseriesystem : just want to confirm before booking you are departing from [restaurant_name]and want to arrive at [value_place]by [value_time], is that correct?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = the leicester housesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = the leicester housesystem : just want to confirm before booking you are departing from [restaurant_name]and want to arrive at [value_place]by [value_time], is that correct?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = the leicester housesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = saffron brasseriesystem : just want to confirm before booking you are departing from [restaurant_name]and want to arrive at [value_place]by [value_time], is that correct?" + ], + [ + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = saffron brasseriesystem : you are very welcome. is there anything else i can help you with?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = saffron brasseriesystem : you are very welcome. is there anything else i can help you with?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = saffron brasseriesystem : you are very welcome. is there anything else i can help you with?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = saffron brasseriesystem : you are very welcome. is there anything else i can help you with?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = saffron brasseriesystem : you are very welcome. is there anything else i can help you with?" + ], + [ + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurantsystem : i can help with that! where are you departing from?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurantsystem : i can help with that! where are you departing from?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurantsystem : i can help with that! where are you departing from?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurantsystem : i can help with that! where are you departing from?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurantsystem : i can help with that! where are you departing from?" + ], + [ + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurant ; departure = ballaresystem : what time do you want to arrive by?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurant ; departure = ballaresystem : what time do you want to arrive by?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurant ; departure = ballaresystem : what time do you want to arrive by?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurant ; departure = ballaresystem : what time do you want to arrive by?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurant ; departure = ballaresystem : what time do you want to arrive by?" + ], + [ + "belief : taxi departure = yu garden ; arriveby = 14:30system : sure! when would you like to arrive?", + "belief : taxi departure = yu garden ; arriveby = 14:30system : sure! when would you like to arrive?", + "belief : taxi departure = yu garden ; arriveby = 14:30system : sure! when would you like to arrive?", + "belief : taxi departure = yu garden ; arriveby = 14:30system : sure! when would you like to arrive?", + "belief : taxi departure = yu garden ; arriveby = 14:30system : sure! when would you like to arrive?" + ], + [ + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : alright. i have booked that for you. it is a [taxi_type]and", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : alright. i have booked that for you. it is a [taxi_type]and", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : alright. i have booked that for you. it is a [taxi_type]and", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : alright. i have booked you a [taxi_type]for a [taxi_type]pickup.", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : alright. i have booked that for you. it is a [taxi_type]and" + ], + [ + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : have a great day!", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : have a great day!", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : have a great day!", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : have a great day!", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : have a great day!" + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the food you are wanting?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the food you are wanting?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the food you are wanting?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the food you are wanting?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the food you are wanting?" + ], + [ + "belief : restaurant food = lebanese ; pricerange = moderate ; area = centresystem : would you like a reservation at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese ; pricerange = moderate ; area = centresystem : would you like a reservation at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese ; pricerange = moderate ; area = centresystem : would you like a reservation at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese ; pricerange = moderate ; area = centresystem : would you like a reservation at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese ; pricerange = moderate ; area = centresystem : would you like a reservation at [restaurant_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : restaurant food = lebanese", + "belief : restaurant food = lebanese", + "belief : restaurant food = lebanese", + "belief : restaurant food = lebanese", + "belief : restaurant food = lebanese" + ], + [ + "belief : restaurant food = lebanese", + "belief : restaurant food = lebanese", + "belief : restaurant food = lebanese", + "belief : restaurant food = lebanese", + "belief : restaurant food = lebanese" + ], + [ + "belief : restaurant food = lebanese", + "belief : restaurant food = lebanese", + "belief : restaurant food = lebanese", + "belief : restaurant food = lebanese", + "belief : restaurant food = lebanese" + ], + [ + "belief : train arriveby = 13:30 ; departure = cambridgesystem : i have [value_count]trains arriving at [value_time]. is there a specific time you would like to leave or arrive?", + "belief : train arriveby = 13:30 ; departure = cambridgesystem : i have [value_count]trains arriving at [value_time]. each is for a specific time. do you have a day preference?", + "belief : train arriveby = 13:30 ; departure = cambridgesystem : i have [value_count]trains arriving by then, how many passengers?", + "belief : train arriveby = 13:30 ; departure = cambridgesystem : i have [value_count]trains arriving at [value_time]. each is for a specific time. do you have a day preference?", + "belief : train arriveby = 13:30 ; departure = cambridgesystem : i have [value_count]trains arriving at [value_time]. is there a specific time you would like to leave or arrive?" + ], + [ + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : there are trains arriving at [value_place]every hour from [value_time]to [value_time]on [value_day]. did you have a particular time in mind?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : there are trains arriving at [value_place]every hour from [value_time]to [value_time]on [value_day]. did you have a particular time in mind?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : there are trains arriving at [value_place]every hour from [value_time]to [value_time]on [value_day]. did you have a particular time in mind?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : i have several trains that meet that criteria, where are you departing from?" + ], + [ + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : how many tickets do you need?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : how many tickets do you need?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : how many tickets do you need?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : how many tickets do you need?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : how many tickets do you need?" + ], + [ + "belief : train destination = ely ; day = sunday ; departure = cambridge | booking people = 8system : goodbye", + "belief : train destination = ely ; day = sunday ; departure = cambridge | booking people = 8system : goodbye", + "belief : train destination = ely ; day = sunday ; departure = cambridge | booking people = 8system : goodbye", + "belief : train destination = ely ; day = sunday ; departure = cambridge | booking people = 8system : goodbye", + "belief : train destination = ely ; day = sunday ; departure = cambridge | booking people = 8system : goodbye" + ], + [ + "belief : train destination = ely", + "belief : train destination = ely", + "belief : train destination = ely", + "belief : train destination = ely", + "belief :userbelief : train destination = ely ; day = sunday ; departure = cambridge | booking people = 8system : goodbye" + ], + [ + "belief : hotel parking = yes ; pricerange = expensivesystem : i have many options for you. do you have a specific location you are looking to stay?", + "belief : hotel parking = yes ; pricerange = expensivesystem : i have many options for you. do you have a specific location you are looking to stay?", + "belief : hotel parking = yes ; pricerange = expensivesystem : i have many options for you. do you have a specific location you are looking to stay?", + "belief : hotel parking = yes ; pricerange = expensivesystem : i have many options for you. do you have a specific location you are looking to stay?", + "belief : hotel parking = yes ; pricerange = expensivesystem : i have many options for you. what area would you like to stay in?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; area = nonesystem : i have several options for you, but how about the [hotel_name]? it is located in the", + "belief : hotel parking = yes ; pricerange = expensive ; area = nonesystem : i have several options for you, but how about the [hotel_name]? it is located in the", + "belief : hotel parking = yes ; pricerange = expensive ; area = nonesystem : i have several options for you, but how about the [hotel_name]? it is located in the", + "belief : hotel parking = yes ; pricerange = expensive ; area = nonesystem : i have several options for you, but how about the [hotel_name]? it is located in the", + "belief : hotel parking = yes ; pricerange = expensive ; area = nonesystem : i have several options for you, but how about the [hotel_name]? it is located in the" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : nice = nonesystem : goodbye.", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : nice = nonesystem : goodbye.", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : nice = nonesystem : goodbye.", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : nice = nonesystem : goodbye.", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : nicesystem : how about, the [hotel_name]?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive", + "belief : hotel parking = yes ; pricerange = expensive", + "belief : hotel parking = yes ; pricerange = expensive", + "belief : hotel parking = yes ; pricerange = expensive", + "belief : hotel parking = yes ; pricerange = expensive" + ], + [ + "belief : hotel parking = yes ; type = hotel name = guesthouse", + "belief : hotel parking = yes ; type = guesthouse", + "belief : hotel parking = yes ; type = guesthouse", + "belief : hotel parking = yes ; type = guesthouse", + "belief : hotel parking = yes ; type = guesthouse" + ], + [ + "belief : taxi leaveat = 12:45 ; destination = michaelhouse cafesystem : there are [value_count]trains that make that trip, do you have a day and time?", + "belief : taxi leaveat = 12:45 ; destination = michaelhouse cafesystem : there are [value_count]trains that make that trip, do you have a day and time?", + "belief : taxi leaveat = 12:45 ; destination = michaelhouse cafesystem : there are [value_count]trains that make that trip, do you have a day and time?", + "belief : taxi leaveat = 12:45 ; destination = michaelhouse cafesystem : there are [value_count]trains that make that trip, do you have a day and time?", + "belief : taxi leaveat = 12:45 ; destination = michaelhouse cafesystem : there are [value_count]trains that make that trip, do you have a day and time?" + ], + [ + "belief : taxi leaveat = 12:45 ; destination = michaelhouse cafe ; departure = williams art and antiquessystem : what is your destination?", + "belief : taxi leaveat = 12:45 ; destination = michaelhouse cafe ; departure = williams art and antiquessystem : what is your destination?", + "belief : taxi leaveat = 12:45 ; destination = michaelhouse cafe ; departure = williams art and antiquessystem : what is your destination?", + "belief : taxi leaveat = 12:45 ; destination = michaelhouse cafe ; departure = williams art and antiquessystem : great! i have booked your taxi.", + "belief : taxi leaveat = 12:45 ; destination = michaelhouse cafe ; departure = williams art and antiquessystem : great! i have booked your taxi." + ], + [ + "belief : taxi destination = michaelhouse cafe ; departure = williams art and antiques ; arriveby = 12:45system : what else can i do for you today?", + "belief : taxi destination = michaelhouse cafe ; departure = williams art and antiques ; arriveby = 12:45system : what else can i do for you today?", + "belief : taxi destination = michaelhouse cafe ; departure = williams art and antiques ; arriveby = 12:45system : what else can i do for you today?", + "belief : taxi destination = michaelhouse cafe ; departure = williams art and antiques ; arriveby = 12:45system : what else can i do for you today?", + "belief : taxi destination = michaelhouse cafe ; departure = williams art and antiques ; arriveby = 12:45system : what else can i do for you today?" + ], + [ + "belief : taxi destination = michaelhouse cafe ; departure = williams art and antiques", + "belief : taxi destination = michaelhouse cafe ; departure = williams art and antiques", + "belief : taxi destination = michaelhouse cafe ; departure = williams art and antiques", + "belief : taxi destination = michaelhouse cafe ; departure = williams art and antiques", + "belief : taxi destination = michaelhouse cafe ; departure = williams art and antiques" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : attraction type = entertainment ; area = eastsystem : i have found [value_count]place for you. do you have any information in particular about them?", + "belief : attraction type = entertainment ; area = eastsystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : attraction type = entertainment ; area = eastsystem : i have found [value_count]place for you. do you have any information in particular about the place?", + "belief : attraction type = entertainment ; area = eastsystem : i have found [value_count]place for you. do you have any information in particular about them?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : their address is [attraction_address], and their postcode is [attraction_postcode]. is there anything else i can do for you today?", + "belief : attraction type = entertainment ; area = eastsystem : their address is [attraction_address], and their postcode is [attraction_postcode]. is there anything else i can do for you today?", + "belief : attraction type = entertainment ; area = eastsystem : their address is [attraction_address], and their postcode is [attraction_postcode]. is there anything else i can do for you today?", + "belief : attraction type = entertainment ; area = eastsystem : their address is [attraction_address], and their postcode is [attraction_postcode]. is there anything else i can do for you today?", + "belief : attraction type = entertainment ; area = eastsystem : their address is [attraction_address], and their postcode is [attraction_postcode]. is there anything else i can do for you today?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address], and the postcode is [attraction_postcode]. can i help you with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address], and the postcode is [attraction_postcode]. is there anything else i can help you with?", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address], and the postcode is [attraction_postcode]. can i help you with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address], and the postcode is [attraction_postcode]. can i help you with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address], and the postcode is [attraction_postcode]. is there anything else i can help you with?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : goodbye", + "belief : attraction type = entertainment ; area = eastsystem : goodbye", + "belief : attraction type = entertainment ; area = eastsystem : goodbye", + "belief : attraction type = entertainment ; area = eastsystem : goodbye", + "belief : attraction type = entertainment ; area = eastsystem : goodbye" + ], + [ + "belief : restaurant food = european ; area = southsystem : yes. the [restaurant_name]is an [value_food] restaurant in the [value_area] part of town. or there s [restaurant_name], which serves [value_food] food.", + "belief : restaurant food = european ; area = southsystem : yes. the [restaurant_name]is an [value_food] restaurant in the [value_area] part of town. or there s [restaurant_name], which serves [value_food] food.", + "belief : restaurant food = european ; area = southsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town that is [value_pricerange]. would you like their location?", + "belief : restaurant food = european ; area = southsystem : yes. the [restaurant_name]is an [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = european ; area = southsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town that is [value_pricerange]. would you like their location?" + ], + [ + "belief : restaurant food = european ; pricerange = expensive ; area = southsystem : there are [value_count]restaurant -s in the [value_area] part of town. would you like [value_food] or [value_food] food?", + "belief : restaurant food = european ; pricerange = expensive ; area = southsystem : there are [value_count]restaurant -s in the [value_area] part of town. would you like [value_food] or [value_food] food?", + "belief : restaurant food = european ; pricerange = expensive ; area = southsystem : how about [restaurant_name]? it is [value_pricerange] and delicious.", + "belief : restaurant food = european ; pricerange = expensive ; area = southsystem : how about [restaurant_name]? it is [value_pricerange] and delicious.", + "belief : restaurant food = european ; pricerange = expensive ; area = southsystem : how about [restaurant_name]? it is [value_pricerange] and delicious." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : goodbye", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : goodbye", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem :", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem :", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : goodbye" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive", + "belief : restaurant food = chinese ; pricerange = expensive", + "belief : restaurant food = chinese ; pricerange = expensive", + "belief : restaurant food = chinese ; pricerange = expensive", + "belief : restaurant food = chinese ; pricerange = expensive" + ], + [ + "belief : restaurant food = chinese = east", + "belief : restaurant food = chinese = east", + "belief : restaurant food = chinese = east", + "belief : restaurant food = chinese = east", + "belief : restaurant food = chinese = east" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive", + "belief : restaurant food = chinese ; pricerange = expensive", + "belief : restaurant food = chinese ; pricerange = expensive", + "belief : restaurant food = chinese ; pricerange = expensive", + "belief : restaurant food = chinese ; pricerange = expensive" + ], + [ + "belief : restaurant food = chinese = east", + "belief : restaurant food = chinese = yes", + "belief : restaurant food = chinese = yes", + "belief : restaurant food = chinese = yes", + "belief : restaurant food = chinese = east" + ], + [ + "belief : hotel name = none ; area = north ; pricerange = cheapsystem : i have [hotel_name]on the [value_area] side with internet and parking. would you like me to book that for you?", + "belief : hotel name = none ; area = north ; pricerange = cheapsystem : i have [hotel_name]on the [value_area] side with internet and parking. would you like me to book that for you?", + "belief : hotel name = none ; area = north ; pricerange = cheapsystem : i have [hotel_name]on the [value_area] side with internet and parking. would you like me to book that for you?", + "belief : hotel name = none ; area = north ; pricerange = cheapsystem : i have [hotel_name]place -s that fit your requirement -s. do you have a preference as to area or price range?", + "belief : hotel name = none ; area = north ; pricerange = cheapsystem : i have [hotel_name]on the [value_area] side with internet and parking. would you like me to book that for you?" + ], + [ + "belief : hotel area = north ; pricerange = cheap ; stars = none ; type = hotelsystem : i have [hotel_name]. it is called [hotel_name]. would you like me to", + "belief : hotel area = north ; pricerange = cheap ; stars = none ; type = hotelsystem : i have [hotel_name]. it is called [hotel_name]. would you like me to", + "belief : hotel area = north ; pricerange = cheap ; stars = none ; type = hotelsystem : i have [hotel_name]. it is called [hotel_name]. would you like me to", + "belief : hotel area = north ; pricerange = cheap ; stars = none ; type = hotelsystem : i have [hotel_name]. it is in the [value_area] and", + "belief : hotel area = north ; pricerange = cheap ; stars = none ; type = hotelsystem : i have [hotel_name]. it is called [hotel_name]. would you like me to" + ], + [ + "belief : hotel name = none ; area = north ; pricerange = cheap ; stars = dont caresystem : how many people are in your party?", + "belief : hotel name = none ; area = north ; pricerange = cheap ; stars = nonesystem : how many people are in your party?", + "belief : hotel name = none ; area = north ; pricerange = cheap ; stars = dont caresystem : how many people are in your party?", + "belief : hotel name = none ; area = north ; pricerange = cheap ; stars = dont caresystem : how many people are in your party?", + "belief : hotel name = none ; area = north ; pricerange = cheap ; stars = dont caresystem : how many people are in your party?" + ], + [ + "belief : hotel name = none ; area = north ; type = hotel", + "belief : hotel name = none ; area = north ; type = hotel", + "belief : hotel name = none ; area = north ; type = hotel", + "belief : hotel name = none ; area = north ; type = hotel", + "belief : hotel name = none ; area = north ; type = hotel" + ], + [ + "belief :belief : hotel name = none", + "belief :belief : hotel name = none", + "belief :belief : hotel name = none", + "belief :belief : hotel name = none", + "belief :belief : hotel name = none" + ], + [ + "belief : hotel area = north ; parking = yes ; pricerange = cheap", + "belief : hotel area = north ; parking = yes!", + "belief : hotel area = north = dont care", + "belief : hotel area = north ; parking = yes ; pricerange = cheap", + "belief : hotel area = north ; parking = yes ; pricerange = cheap" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : hotel area = northsystem : there are [value_count]options fitting your description, sir. what price range are you interested in?", + "belief : hotel area = northsystem : there are [value_count]options fitting your description, sir. what price range are you interested in?", + "belief : hotel area = northsystem : there are [value_count]options fitting your description, sir. what price range are you interested in?", + "belief : hotel area = northsystem : there are [value_count]options fitting your description, sir. what price range are you interested in?", + "belief : hotel area = northsystem : there are [value_count]options fitting your description, sir. what price range are you interested in?" + ], + [ + "belief : hotel area = north ; type = hotelsystem : yes, they both have 4 stars.", + "belief : hotel area = north ; type = hotelsystem : yes, they both have 4 stars.", + "belief : hotel area = north ; type = hotelsystem : yes, they both have 4 stars.", + "belief : hotel area = north ; type = hotelsystem : yes, they both have 4 stars.", + "belief : hotel area = north ; type = hotelsystem : yes, they both have 4 stars." + ], + [ + "belief : hotel area = north ; stars = 4system : hotel area = nonesystem : would you prefer a type of hotel", + "belief : hotel area = north ; stars = 4system : would you prefer a type = hotelsystem : hotel type = guesthousesystem : yes", + "belief : hotel area = north ; stars = 4system : would you prefer a type = hotelsystem : hotel type = guesthousesystem : yes", + "belief : hotel area = north ; stars = 4system : would you prefer a type = hotelsystem : yes", + "belief : hotel area = north ; stars = 4system : hotel area = nonesystem : would you prefer a type of hotel" + ], + [ + "belief : hotel area = north ; stars = 4system : bye", + "belief : hotel area = north ; stars = 4system : bye", + "belief : hotel area = north ; stars = 4system : bye", + "belief : hotel area = north ; stars = 4system : bye", + "belief : hotel area = north ; stars = 4system : bye" + ], + [ + "belief : hotel area = north ; stars = 4", + "belief : hotel area = north ; stars = 4", + "belief : hotel area = north ; stars = 4", + "belief : hotel area = north ; stars = 4", + "belief : hotel area = north ; stars = 4" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i can help you book that, first i'll need to know where you would like picked up at.", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i can help you book that, first i'll need to know where you would like picked up at.", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i can help you book that, first i'll need to know where you would like picked up at.", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i can help you book that, first i'll need to know where you would like picked up at.", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i can help you book that, first i'll need to know where you would like picked up at." + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are most", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more" + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : goodbye!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : goodbye!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : goodbye!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : goodbye!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : goodbye!" + ], + [ + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]guesthouses with free wifi and parking, what would you like to see?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]guesthouses with free wifi and parking, what would you like to see?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]guesthouses with free wifi and parking, what would you like to see?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]guesthouses with free wifi and parking, what would you like to see?", + "belief : hotel parking = yes ; internet = yessystem : there are [value_count]guesthouses with free wifi and parking, what would you like to see?" + ], + [ + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s that fit your requirement -s. is there a specific price range you are looking for?", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s that fit your requirement -s. is there a specific price range you are looking for?", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s that fit your requirement -s. is there a specific price range you are looking for?", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s that fit your requirement -s. is there a specific price range you are looking for?", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s that fit your requirement -s. is there a specific price range you are looking for?" + ], + [ + "belief : hotel name = a and b guest house ; area = centre ; parking = yes ; internet = yes ; type = hotelsystem : booking day = tuesday ; people = 1system : booking was successful. do you need anything else?", + "belief : hotel name = a and b guest house ; area = centre ; parking = yes ; internet = yes ; type = hotelsystem : booking day = tuesday ; people = 1system : booking was successful. do you need anything else?", + "belief : hotel name = a and b guest house ; area = centre ; parking = yes ; internet = yes ; type = hotelsystem : booking day = tuesday ; people = 1system : booking was successful. do you need anything else?", + "belief : hotel name = a and b guest house ; area = centre ; internet = yes ; type = hotelsystem : booking day = tuesday ; people = 1 ; stay = 4system :", + "belief : hotel name = a and b guest house ; area = centre ; parking = yes ; internet = yes ; type = hotelsystem : booking day = tuesday ; people = 1system : booking was successful. do you need anything else?" + ], + [ + "belief : hotel name = none ; area = centre | booking day = wednesday ; stay = 4system :", + "belief : hotel name = none ; area = centre | booking day = wednesday ; stay = 4system :", + "belief : hotel name = bedouin | booking day = wednesday ; people = 1 ; stay = 4system :", + "belief : hotel name = none ; area = centre | booking day = wednesday ; stay = 4system :", + "belief : hotel name = none ; area = centre | booking day = wednesday ; stay = 4system :" + ], + [ + "belief : hotel name = wednesday ; type = hotel internet = hotelsystem : goodbye.", + "belief : hotel name = wednesday ; internet = yes ; type = hotelsystem : goodbye.", + "belief : hotel name = wednesday ; internet = yes ; type = hotelsystem : goodbye.", + "belief : hotel name = wednesday ; type = hotel internet = hotelsystem : goodbye.", + "belief : hotel name = wednesday ; internet = yes ; type = hotelsystem : goodbye." + ], + [ + "belief : train destination = cambridge ; departure = kings lynnsystem : i have a train leaving at [value_time]and arriving at [value_time]. is that ok?", + "belief : train destination = cambridge ; departure = kings lynnsystem : there are [value_count]trains that make that trip, do you have a day and time?", + "belief : train destination = cambridge ; departure = kings lynnsystem : i have a train leaving at [value_time]and arriving at [value_time]. is that ok?", + "belief : train destination = cambridge ; departure = kings lynnsystem : i have a train leaving at [value_time]and arriving at [value_time]. is that ok?", + "belief : train destination = cambridge ; departure = kings lynnsystem : i have a train leaving at [value_time]and arriving at [value_time]. is that ok?" + ], + [ + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem :", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem :", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem :", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem :", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem :" + ], + [ + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booked atsystem : booked atsystem : how many stations?", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booked atsystem : how many tickets do you need?", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : can i book you a reservation for that?", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booked at train stationsystem : booked at train station", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = friday ; departure = kings lynnsystem : booked at train stationsystem : booked at train station" + ], + [ + "belief : train leaveat = 21:15", + "belief : train leaveat = 21:15", + "belief : train leaveat = 21:15", + "belief : train leaveat = 21:15", + "belief : train leaveat = 21:15" + ], + [ + "belief : hotel area = centresystem : we have many place -s to stay with free wi fi. what area of town would you like to stay in?", + "belief : hotel area = centresystem : we have many place -s to stay with free wi fi. what area of town would you like to stay in?", + "belief : hotel area = centresystem : we have many place -s to stay with free wi fi. what area of town would you like to stay in?", + "belief : hotel area = centresystem : we have many place -s to stay with free wi fi. what area of town would you like to stay in?", + "belief : hotel area = centresystem : we have many place -s to stay with free wi fi. what area of town would you like to stay in?" + ], + [ + "belief : hotel pricerange = expensive ; stars = 4 ; type = hotelsystem : there are [value_count]entries here. do you have a particular part of town you would like to stay in?", + "belief : hotel pricerange = expensive ; stars = 4 ; type = hotelsystem : there are [value_count]entries. does type matter to you?", + "belief : hotel pricerange = expensive ; stars = 4 ; type = hotelsystem : there are [value_count]entries here. do you have a particular part of town you would like to stay in?", + "belief : hotel pricerange = expensive ; stars = 4 ; type = hotelsystem : there are [value_count]entries here. do you have a particular part of town you would like to stay in?", + "belief : hotel pricerange = expensive ; stars = 4 ; type = hotelsystem : there are [value_count]entries. does type matter to you?" + ], + [ + "belief : hotel name = worth house", + "belief : hotel name = worth house", + "belief : hotel name = worth house", + "belief : hotel name = worth house", + "belief : hotel name = worth house" + ], + [ + "belief : hotel name = allen", + "belief : hotel name = worth house name = worth house", + "belief : hotel name = allen", + "belief : hotel name = worth house", + "belief : hotel name = city = centre" + ], + [ + "belief : hotel name = mumford", + "belief : hotel name = university arms hotel name = university arms hotel", + "belief : hotel name = none", + "belief : hotel name = university arms hotel name = university arms hotel", + "belief : hotel name = city = centre" + ], + [ + "belief : hotel name = all saints", + "belief : hotel name = all saints", + "belief : hotel name = all saints", + "belief : hotel name =!", + "belief : hotel name = a" + ], + [ + "belief : restaurant food = british ; area = centresystem : there are no british restaurant -s. would you like something else?", + "belief : restaurant food = british ; area = centresystem : there are no british restaurant -s. would you like something else?", + "belief : restaurant food = british ; area = centresystem : there are no british restaurant -s. would you like something else?", + "belief : restaurant food = british ; area = centresystem : there are no british restaurant -s. would you like something else?", + "belief : restaurant food = british ; area = centresystem : there are no british restaurant -s. would you like something else?" + ], + [ + "belief : restaurant food = british ; ; pricerange = expensive ; area = centre | booking day = thursdaysystem : booking people = 5system : time = 14:00system : booking was successful. enjoy your meal!", + "belief : restaurant food = british ; ; pricerange = expensive ; area = centre | booking day = thursdaysystem : booked at restaurant FG", + "belief : restaurant food = british ; ; pricerange = expensive ; area = centre | booking day = thursdaysystem : booking people = 5system : time = 14:00system : booking was successful. enjoy your meal!", + "belief : restaurant food = british ; ; pricerange = expensive ; area = centre | booking day = thursdaysystem : booking people = 5system : time = 14:00system : booking was successful.", + "belief : restaurant food = british ; ; pricerange = expensive ; area = centre | booking day = thursdaysystem : booked at restaurant 5system : what day would you like to book?" + ], + [ + "belief : restaurant food = british ; area = centre | booking day = thursdaysystem : let's try another time = 14:", + "belief : restaurant food = british ; area = centre | booking day = thursdaysystem :!!", + "belief : restaurant food = british ; area = centre | booking day = thursdaysystem :!!", + "belief : restaurant food = british ; area = centre | booking day = thursdaysystem :!!", + "belief : restaurant food = british ; area = centre | booking day = thursdaysystem : let's try another time = 14:" + ], + [ + "belief : restaurant food = british restaurant food = we have fun! goodbye. goodbye.", + "belief : restaurant food = british restaurant food = we want city = centre | booking day = thursday ; people = 5", + "belief : restaurant food = british restaurant food = none", + "belief : restaurant food = british restaurant food = we have fun! goodbye. goodbye.", + "belief : restaurant food = british restaurant food = none" + ], + [ + "belief : restaurant food = british", + "belief : restaurant food = british restaurant food = [value_area = centre | booking day = thursday ; people = 5 = 1", + "belief : restaurant food = british", + "belief : restaurant food = british restaurant food = [value_area = centre | booking day = thursday ; people = 5 = 1", + "belief : restaurant food = british" + ], + [ + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5" + ], + [ + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5", + "belief : restaurant food = british ; area = centre | booking day = thursday ; people = 5" + ], + [ + "belief : taxi destination = dojo noodle barsystem : where would you like the taxi to pick you up from?", + "belief : taxi destination = dojo noodle barsystem : where would you like the taxi to pick you up from?", + "belief : taxi destination = dojo noodle barsystem : where would you like the taxi to pick you up from?", + "belief : taxi destination = dojo noodle barsystem : where would you like the taxi to pick you up from?", + "belief : taxi destination = dojo noodle barsystem : where would you like the taxi to pick you up from?" + ], + [ + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system :", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system :", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system :", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system :", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system :" + ], + [ + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : goodbye", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : goodbye", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : goodbye", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : goodbye", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : goodbye" + ], + [ + "belief : nonesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : nonesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : nonesystem : i have many options for you. what time do you want to depart?", + "belief : nonesystem : i have many options for you. what time would you like to depart?", + "belief : nonesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?" + ], + [ + "belief : train destination = bringHAM new street ; arriveby = 17:30system : i have booked your taxi", + "belief : train destination = bringHAM new street ; arriveby = 17:30system : i have booked your taxi", + "belief : train destination = bringHAM new street ; arriveby = 17:30system : i have booked your taxi", + "belief : train destination = bringHAM new street ; arriveby = 17:30system : i have booked your taxi", + "belief : train destination = bringHAM new street ; arriveby = 17:30system : i have booked your taxi" + ], + [ + "belief : train destination = bringham new street ; day = sunday", + "belief : train destination = bringham new street ; day = sunday", + "belief : train destination = bringham new street ; day = sunday", + "belief : train destination = bringham new street ; day = sunday", + "belief : train destination = bringham new street ; day = sunday" + ], + [ + "belief : train destination = new street = north ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem :", + "belief : train destination = new street = north ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem :", + "belief : train destination = new street = north ; day = sunday ; arriveby = 17:30 ; departure = cambridgesystem :", + "belief : train destination = tr69 08", + "belief : train destination = tr69 08" + ], + [ + "belief : train destination = tr69 08", + "belief : train destination = tr69 08", + "belief : train destination = tr69 08", + "belief : train destination = tr69 08", + "belief : train destination = tr69 08" + ], + [ + "belief : taxi destination = none ; departure = nandossystem : i would be happy to help you, when would you like to arrive or leave by?", + "belief : taxi destination = none ; departure = nandossystem : i would be happy to help you, when would you like to arrive or leave by?", + "belief : taxi destination = none ; departure = nandossystem : i would be happy to help you, when would you like to arrive or leave by?", + "belief : taxi destination = none ; departure = nandossystem : i would be happy to help you, when would you like to arrive or leave by?", + "belief : taxi destination = none ; departure = nandossystem : i would be happy to help you, when would you like to arrive or leave by?" + ], + [ + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time do you want to leave?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time do you want to leave?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time do you want to leave?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time do you want to leave?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : what time do you want to leave?" + ], + [ + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : have a great day! goodbye.", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : have a wonderful time, goodbye.", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : have a wonderful time, goodbye.", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : have a wonderful time, goodbye.", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : have a wonderful time, goodbye." + ], + [ + "belief : taxi arriveby = 20:00system : okay, i can help with that. i'll just need to know where you are traveling to and from", + "belief : taxi arriveby = 20:00system : okay, i can help with that. i'll just need to know where you are traveling to and from", + "belief : taxi arriveby = 20:00system : okay, i can help with that. i'll just need to know where you are traveling to and from", + "belief : taxi arriveby = 20:00system : okay, i can help with that. i'll just need to know where you are traveling to and from", + "belief : taxi arriveby = 20:00system : okay, i can help with that. i'll just need to know where you are traveling to and from" + ], + [ + "belief : taxi departure = clare college ; arriveby = 20:00system : what is your destination?", + "belief : taxi departure = clare college ; arriveby = 20:00system : where are you going?", + "belief : taxi departure = clare college ; arriveby = 20:00system : what is your destination?", + "belief : taxi departure = clare college ; arriveby = 20:00system : where are you going?", + "belief : taxi departure = clare college ; arriveby = 20:00system : what is your destination?" + ], + [ + "belief : taxi leaveat = 20:00 ; destination = parkside police station ; departure = clare collegesystem : awesome. now i will just need a time from", + "belief : taxi leaveat = 20:00 ; destination = parkside police station ; departure = clare collegesystem : awesome. now i will just need a time from", + "belief : taxi leaveat = 20:00 ; destination = parkside police station ; departure = clare collegesystem : awesome. now i will just need a time from", + "belief : taxi leaveat = 20:00 ; destination = parkside police station ; departure = clare collegesystem : awesome. now i will just need a time from", + "belief : taxi leaveat = 20:00 ; destination = parkside police station ; departure = clare collegesystem : awesome. now i will just need a time from" + ], + [ + "belief : taxi destination = parkside police station ; departure = clare collegesystem : have a great day.", + "belief : taxi destination = parkside police station ; departure = clare collegesystem : have a great day.", + "belief : taxi destination = parkside police station ; departure = clare collegesystem : have a great day.", + "belief : taxi destination = parkside police station ; departure = clare collegesystem : have a great day.", + "belief : taxi destination = parkside police station ; departure = clare collegesystem : have a great day." + ], + [ + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = pizza hut fendittonsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = pizza hut fendittonsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = pizza hut fendittonsystem : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 22:45 ; destination =zicerange]system : i would be happy to help! where are you coming from?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = pizza hut fendittonsystem : i would be happy to help! where are you coming from?" + ], + [ + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop shop housesystem : i have booked a taxi for you. it is a [taxi_type]and the contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop shop housesystem : i have booked a taxi for you. it is a [taxi_type]and the contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop shop housesystem : great. and where will you be arriving?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop shop housesystem : great. and where will you be arriving?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop shop housesystem : great. and where will you be arriving?" + ], + [ + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop shop housesystem : of course. the contact number for the [taxi_type]belief : taxi leaveat = 22:45 ; arriveby = nonesystem : can i help you with anything further?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop shop housesystem : of course. the contact number for the [taxi_type]belief : taxi leaveat = 22:45 ; arriveby = nonesystem : can i help you with anything further?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop shop housesystem : of course. the contact number for the [taxi_type].", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop shop housesystem : of course. the contact number for the [taxi_type]belief : taxi leaveat = 22:45 ; arriveby = nonesystem : can i help you with anything further?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop shop housesystem : of course. the contact number for the [taxi_type]belief : taxi leaveat = 22:45 ; arriveby = nonesystem : can i help you with anything further?" + ], + [ + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : can i help you with anything else?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : can i help you with anything else?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : can i help you with anything else?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : can i help you with anything else?", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria ; departure = saint johns chop housesystem : can i help you with anything else?" + ], + [ + "belief : attraction type = restaurant ; name = restaurant one seven", + "belief : attraction type = restaurant ; name = restaurant one seven | booking day = monday", + "belief : attraction type = restaurant ; name = restaurant one seven | booking day = monday", + "belief : attraction type = restaurant ; name = restaurant one seven", + "belief : attraction type = restaurant ; name = restaurant one seven" + ], + [ + "belief : train leaveat = 10:15 ; day = saturdaysystem : where will you be departing from?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : where will you be departing from?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : where will you be departing from?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : where will you be departing from?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : where will you be departing from?" + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = stansted airportsystem : yes, i can. where will you be departing from?", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = stansted airportsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = stansted airportsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = stansted airportsystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes.", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday ; departure = stansted airportsystem : yes, there are [value_count]trains. where will you be departing from?" + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : goodbye", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : goodbye", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : goodbye", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : goodbye", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : goodbye" + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : goodbye", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : goodbye", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : goodbye", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : goodbye", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : goodbye" + ], + [ + "belief : train leaveat destination = cambridge ; day = saturday", + "belief : train leaveat destination = cambridge ; day = saturday", + "belief : train leaveat destination = cambridge ; day = saturday", + "belief : train leaveat destination = cambridge ; day = saturday", + "belief : train leaveat destination = cambridge ; day = saturday" + ], + [ + "belief : train leaveat destination = cambridge", + "belief : train leaveat destination = cambridge", + "belief : train leaveat destination = cambridge", + "belief : train leaveat destination = cambridge", + "belief : train leaveat destination = cambridge" + ], + [ + "belief : train leaveat = 10:15", + "belief : train leaveat = 10:15", + "belief : train leaveat = 10:15", + "belief : train leaveat = 10:15", + "belief : train leaveat = 10:15" + ], + [ + "belief : taxi destination = mahal of cambridgesystem : sure thing, when would you like to arrive or leave by?", + "belief : taxi destination = mahal of cambridgesystem : sure thing, when would you like to arrive or leave by?", + "belief : taxi destination = mahal of cambridgesystem : sure thing, when would you like to arrive or leave by?", + "belief : taxi destination = mahal of cambridgesystem : sure thing, when would you like to arrive or leave by?", + "belief : taxi destination = mahal of cambridgesystem : sure thing, when would you like to arrive or leave by?" + ], + [ + "belief : taxi leaveat = 02:30 ; destination = mahal ; departure = aylesbray lodge guest housesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 02:30 ; destination = mahal ; departure = nonesystem : got it. now i will just need to know where the taxi should pick you up from", + "belief : taxi leaveat = 02:30 ; destination = mahal ; departure = aylesbray lodge guest housesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 02:30 ; destination = mahal ; departure = tandoori palacesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 02:30 ; destination = maharajahal ; departure = kohinoorsystem : got it. now i will just need a time from you please" + ], + [ + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem :", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem :", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem :", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem :", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem :" + ], + [ + "belief : taxi leaveat", + "belief : taxi leaveat", + "belief : taxi leaveat", + "belief : taxi leaveat", + "belief : taxi leaveat" + ], + [ + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridgesystem : goodbye", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridgesystem : goodbye", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridgesystem : goodbye", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridgesystem : goodbye", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridgesystem : goodbye" + ], + [ + "belief : nonesystem : certainly. on what day do you want me to look?", + "belief : nonesystem : certainly. on what day do you want me to look?", + "belief : nonesystem : ok i can assist you with that. where will you be departing from?", + "belief : nonesystem : certainly. on what day do you want me to look?", + "belief : nonesystem : ok i can assist you with that. where will you be departing from?" + ], + [ + "belief : train destination = norwich ; departure = cambridgesystem : i have the [train_id] leaving at [value_time]and arriving at [value_time]. would that suffice?", + "belief : train destination = norwich ; departure = cambridgesystem : i have the [train_id] leaving at [value_time]and arriving at [value_time]. would that work for you?", + "belief : train destination = norwich ; departure = cambridgesystem : i have the [train_id] leaving at [value_time]and arriving at [value_time]. would that work for you?", + "belief : train destination = norwich ; departure = cambridgesystem : i have the [train_id] leaving at [value_time]and arriving at [value_time]. would that suffice?", + "belief : train destination = norwich ; departure = cambridgesystem : i have the [train_id] leaving at [value_time]and arriving at [value_time]. would that suffice?" + ], + [ + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : when would you like to leave?", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : when would you like to leave?", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : when would you like to leave?", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : when would you like to leave?", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : when would you like to leave?" + ], + [ + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : the train id is [train_id]", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : the train id is [train_id]", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : the train id is [train_id]", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : the train id is [train_id]", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : the train id is [train_id]" + ], + [ + "belief : train destination = norwich ; day = friday ; arriveby = 15:15", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15" + ], + [ + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich" + ], + [ + "belief : restaurant area = centresystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : restaurant area = centresystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : restaurant area = centresystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : restaurant area = centresystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : restaurant area = centresystem : i have found [value_count]place for you. do you have any specific ideas in mind?" + ], + [ + "belief : restaurant food = italian ; area = centresystem : i would be happy to. we have many options for you. do you have a preference of the price?", + "belief : restaurant food = italian ; area = centresystem : i would love to help! what area are you looking for?", + "belief : restaurant food = italian ; area = centresystem : i would love to help! where are you coming from?", + "belief : restaurant food = italian ; area = centresystem : i would love to help! what area are you looking for?", + "belief : restaurant food = italian ; area = centresystem : i would be happy to. we have many options for you. do you have a preference as to cuisine or" + ], + [ + "belief : restaurant food = italian ; area = centre | booking day = saturday ; people = 1system :", + "belief : restaurant food = italian ; area = centre | booking day = saturday ; people = 1system :", + "belief : restaurant food = italian ; area = centre | booking day = saturday ; people = 1system :", + "belief : restaurant food = italian ; area = centre | booking day = saturday ; people = 1system :", + "belief : restaurant food = italian ; area = centre | booking day = saturday ; people = 1system :" + ], + [ + "belief : restaurant food = italian ; area = centre", + "belief : restaurant food = italian ; area = centre", + "belief : restaurant food = italian ; area = centre", + "belief : restaurant food = italian ; area = centre", + "belief : restaurant food = italian ; area = centre" + ], + [ + "belief : restaurant food = italian food = yes", + "belief : restaurant food = italian food = yes", + "belief : restaurant food = italian restaurant date = saturday", + "belief : restaurant food = italian food = yes", + "belief : restaurant food = italian food =ues" + ], + [ + "belief : restaurant food = italian restaurant date = saturday", + "belief : restaurant food = italian food = yes", + "belief : restaurant food = italian food = yes", + "belief : restaurant food = italian food = centre", + "belief : restaurant food = italian restaurant food =ues" + ], + [ + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s with free wifi and parking. what price range would you like?", + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s with free wifi and parking. what price range would you like?", + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s with free wifi and parking. what price range would you like?", + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s with free wifi and parking. what price range would you like?", + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s with free wifi and parking. what price range would you like?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : i have [value_count]guesthouses that meet that criteria. the [hotel_name]is [value_count]. would you", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : i have [value_count]guesthouses that meet that criteria. the [hotel_name]is [value_count]. would you", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : i have [value_count]guesthouses with free wifi and parking, what is your price range?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : i have [value_count]guesthouses with free wifi and parking, what is your price range?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : i have [value_count]guesthouses that meet that criteria. the [hotel_name]is [value_count]. would you" + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?" + ], + [ + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yessystem : goodbye", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yes", + "belief : hotel area = dont care ; parking = yes ; pricerange = cheap ; internet = yessystem : goodbye" + ], + [ + "belief : hotel area = dont care", + "belief : hotel area = dont care", + "belief : hotel area = dont care", + "belief : hotel area = dont care", + "belief : hotel area = dont care" + ], + [ + "belief : hotel area = dont care", + "belief : hotel area = dont care", + "belief : hotel area = dont care", + "belief : hotel area = dont care", + "belief : hotel area = dont care" + ], + [ + "belief : hotel area = dont care", + "belief : hotel area = dont care", + "belief : hotel area = dont care", + "belief : hotel area = dont care", + "belief : hotel area = dont care" + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : there are many, can i get a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant food = indian ; pricerange = expensivesystem : there are many, can i get a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant food = indian ; pricerange = expensivesystem : there are many, can i get a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant food = indian ; pricerange = expensivesystem : there are many, can i get a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant food = indian ; pricerange = expensivesystem : there are many, can i get a price range and area you would like the restaurant to be in to narrow down the search?" + ], + [ + "belief : restaurant food = indian ; area = westsystem : [restaurant_name]serves [value_food] food in the [value_area] part of town", + "belief : restaurant food = indian ; area = westsystem : [restaurant_name]serves [value_food] food in the [value_area] part of town", + "belief : restaurant food = indian ; area = westsystem : [restaurant_name]serves [value_food] food in the [value_area] part of town", + "belief : restaurant food = indian ; area = westsystem : [restaurant_name]serves [value_food] food in the [value_area] part of town", + "belief : restaurant food = indian ; area = westsystem : [restaurant_name]serves [value_food] food in the [value_area] part of town" + ], + [ + "belief : restaurant food = indian ; area = west | booking day = saturdaysystem : booking people = 1system : booking people = 1system :", + "belief : restaurant food = indian ; area = west | booking day = saturdaysystem : booking people = 1system : booking people = 1system :", + "belief : restaurant food = indian ; area = west | booking day = saturdaysystem : booking people = 1system : booking people = 1system :", + "belief : restaurant food = indian ; area = west | booking day = saturday", + "belief : restaurant food = indian ; area = west | booking day = saturdaysystem : booking people = 1system : booking people = 1system :" + ], + [ + "belief : restaurant 1userrestaurant = west", + "belief : restaurant 1user : goodbye.", + "belief : restaurant 1user! goodbye.", + "belief : restaurant food = west", + "belief : restaurant food = west" + ], + [ + "belief : nonesystem : when would you like to arrive?", + "belief : nonesystem : when would you like to arrive?", + "belief : nonesystem : when would you like to arrive?", + "belief : nonesystem : when would you like to arrive?", + "belief : nonesystem : when would you like to arrive?" + ], + [ + "belief : taxi departure = sheeps green and lammas land park fen causeway ; arriveby = 16:00system : booking completed! booked car type [taxi_type]", + "belief : taxi departure = sheeps green and lammas land park fen causeway ; arriveby = 16:00system : booking completed! booked car type [taxi_type]", + "belief : taxi departure = sheeps green and lammas land park fen causeway ; arriveby = 16:00system : booking completed! booked car type [taxi_type]", + "belief : taxi departure = sheeps green and lammas land park fen causeway ; arriveby = 16:00system : booking completed! booked car type [taxi_type]", + "belief : taxi departure = sheeps green and lammas land park fen causeway ; arriveby = 16:00system : booking completed! booked car type [taxi_type]" + ], + [ + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causewaysystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causewaysystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causewaysystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causewaysystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = oak bistro ; departure = sheeps green and lammas land park fen causewaysystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : taxi destination = oak bistro", + "belief : taxi destination = oak bistro", + "belief : taxi destination = oak bistro", + "belief : taxi destination = oak bistro", + "belief : taxi destination = oak bistro" + ], + [ + "belief : train destination = norwich ; day = none ; arriveby = 17:00system : what day would you like to depart?", + "belief : train destination = norwich ; day = none ; arriveby = 17:00system : what day would you like to depart?", + "belief : train destination = norwich ; day = none ; arriveby = 17:00system : what day would you like to depart?", + "belief : train destination = norwich ; day = none ; arriveby = 17:00system : what day would you like to depart?", + "belief : train destination = norwich ; day = none ; arriveby = 17:00system : what day would you like to depart?" + ], + [ + "belief : train destination = norwich ; day = friday ; arriveby = 17:00system : yes it does. would you like me to book it?", + "belief : train destination = norwich ; day = friday ; arriveby = 17:00system : yes it does. would you like me to book it?", + "belief : train destination = norwich ; day = friday ; arriveby = 17:00system : yes it does. would you like me to book it?", + "belief : train destination = norwich ; day = friday ; arriveby = 17:00system : yes it does. would you like me to book it?", + "belief : train destination = norwich ; day = friday ; arriveby = 17:00system : yes it does. would you like me to book it?" + ], + [ + "belief : train destination = norwich ; day = none ; arriveby = 17:00system : train destination = norwichsystem :belief : train leaveat = nonesystem :", + "belief : train destination = norwich ; day = none ; arriveby = 17:00system :belief : train leaveat = nonesystem : train destination = norwichsystem :", + "belief : train destination = norwich ; day = none ; arriveby = 17:00system :belief : train leaveat = nonesystem : train destination = norwichsystem :", + "belief : train destination = norwich ; day = none ; arriveby = 17:00system : train leaveat = nonesystem : train destination = norwichsystem :", + "belief : train destination = norwich ; day = none ; arriveby = 17:00system :belief : train leaveat = nonesystem : train destination = norwichsystem :" + ], + [ + "belief : train destination = norwich ; day = none", + "belief : train destination = norwich ; day = none", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich" + ], + [ + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich" + ], + [ + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich" + ], + [ + "belief : train destination = city ; arriveby = 09:15 ; departure = stansted airportsystem : alright, what day would you like to travel?", + "belief : train destination = city ; arriveby = 09:15 ; departure = stansted airportsystem : alright, i have train [train_id] that leaves [value_place]at [value_time]and arrives at [value_place]at [value_time].", + "belief : train destination = city ; arriveby = 09:15 ; departure = stansted airportsystem : alright, i have train [train_id] that leaves [value_place]at [value_time]and arrives at [value_place]at [value_time].", + "belief : train destination = city ; arriveby = 09:15 ; departure = stansted airportsystem : alright, i have train [train_id] that leaves [value_day]at [value_time]from [value_place]. will this work better for you?", + "belief : train destination = city ; arriveby = 09:15 ; departure = stansted airportsystem : alright, i have train [train_id] that leaves [value_day]at [value_time]from [value_place]. will this work better for you?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem :" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15system : booking people = 7system :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15system : booking people = 7system :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15system : booking people = 7system :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15system : booking people = 7system :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15system : booking people = 7system :" + ], + [ + "belief : train destination = cambridge", + "belief : train destination = cambridge", + "belief : train destination = cambridge day = thursday", + "belief : train destination = cambridge", + "belief : train destination = cambridge" + ], + [ + "belief : train destination = cambridge", + "belief : train destination = cambridgeuserbelief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airport = internet = yes", + "belief : train destination = cambridge", + "belief : train destination = cambridgeuserbelief : train destination = cambridge ; day = thursday ; arriveby = 09:15", + "belief : train destination = cambridgeuserbelief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airport = nonesystem : goodbye" + ], + [ + "belief : hotel stars = 4 ; internet = yessystem : yes, i have found several place that meet those requirement -s. i suggest the [hotel_name]. do you have any specific ideas in mind?", + "belief : hotel stars = 4 ; internet = yessystem : yes, i have found several place that meet those requirement -s. i suggest the [hotel_name]. do you have any specific ideas in mind?", + "belief : hotel stars = 4 ; internet = yessystem : yes, i have found several place that meet those requirement -s. do you have a specific location?", + "belief : hotel stars = 4 ; internet = yessystem : yes, i have found several place that meet those requirement -s. i suggest the [hotel_name]. do you have any specific ideas in mind?", + "belief : hotel stars = 4 ; internet = yessystem : yes, i have found several place that meet those requirement -s. do you have a specific location?" + ], + [ + "belief : hotel parking = yes ; stars = 4system : my favorite place is [hotel_address].", + "belief : hotel parking = yes ; stars = 4system : my favorite place is [hotel_name].", + "belief : hotel parking = yes ; stars = 4system : what area = nonesystem : do you prefer", + "belief : hotel parking = yes ; stars = 4system : internet = yes ; type = hotelsystem : how about the [hotel_name]?", + "belief : hotel parking = yes ; stars = 4system : what area = nonesystem : do you prefer" + ], + [ + "belief : hotel parking = yes ; stars = 4system :", + "belief : hotel parking = yes ; stars = 4system :", + "belief : hotel parking = yes ; stars = 4system :", + "belief : hotel parking = yes ; stars = 4system :", + "belief : hotel parking = yes ; stars = 4system :" + ], + [ + "belief : hotel name = university arms park", + "belief : hotel name = all saints", + "belief : hotel name = acorn guest house", + "belief : hotel parking = yes, stars = 4system :", + "belief : hotel name = all saints" + ], + [ + "belief : hotel parking = yes, stars = 4system : internet = yes", + "belief : hotel parking = yes, stars = 4", + "belief : hotel parking = yes, stars = 4system : internet = yes", + "belief : hotel parking = yes, stars = 4", + "belief : hotel parking = yes, stars = 4system : internet = yes" + ], + [ + "belief : stars = 4 stars", + "belief : hotel parking", + "belief : stars = 4 stars", + "belief : hotel type = hotel parking", + "belief : stars = 4 stars" + ], + [ + "belief : restaurant food = chinese ; area = eastsystem : yes there are [value_count][value_food] restaurant -s in the [value_area]. what price range are you considering?", + "belief : restaurant food = chinese ; area = eastsystem : yes there are [value_count][value_food] restaurant -s in the [value_area]. what price range are you considering?", + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count][value_food] restaurant -s in the [value_area]. [value_count]is [value_food] and the other is [value_food]. which would you prefer?", + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count][value_food] restaurant -s in the [value_area]. are you looking for a specific price range?", + "belief : restaurant food = chinese ; area = eastsystem : yes, there are [value_count][value_food] restaurant -s in the [value_area] of town. what price range are you considering?" + ], + [ + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : i was unable to make a booking. would you like to try another restaurant?", + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : i was unable to book that, would you like me to try something else?", + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : i was unable to book that, would you like me to try something else?", + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : i was unable to book that, would you like me to try something else?", + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : i was unable to make a booking. would you like to try another restaurant?" + ], + [ + "belief : restaurant name = chinese ; area = east | booking day = monday ; people = 1system : you are very welcome! goodbye.", + "belief : restaurant name = chinese ; area = east | booking day = monday ; people = 1system : goodbye.", + "belief : restaurant name = chinese ; area = east | booking day = monday ; people = 1system : goodbye.", + "belief : restaurant name = chinese ; area = east | booking day = monday ; people = 1system : you are very welcome! goodbye.", + "belief : restaurant name = chinese ; area = east | booking day = monday ; people = 1system : you are very welcome! goodbye." + ], + [ + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?", + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?", + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?", + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?", + "belief : taxi destination = cambridge museum of technologysystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi destination = cambridge museum of technology ; departure = rice boatsystem : sure, will you be traveling alone?", + "belief : taxi destination = cambridge museum of technology ; departure = rice boatsystem : sure, i will need to know where you are departing from and what time you would like to arrive or leave.", + "belief : taxi destination = cambridge museum of technology ; departure = rice boatsystem : sure, could you tell me when you what day you would like to leave?", + "belief : taxi destination = cambridge museum of technology ; departure = rice boatsystem : sure, i will need to know where you are departing from and what time you would like to arrive or leave.", + "belief : taxi destination = cambridge museum of technology ; departure = rice boatsystem : sure, will you be traveling alone?" + ], + [ + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of technology ; departure = rice boatsystem : i have booked a taxi for you", + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of technology ; departure = rice boatsystem : i have booked a taxi for you", + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of technology ; departure = rice boatsystem : i have booked a taxi for you", + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of technology ; departure = rice boatsystem : i have booked a taxi for you", + "belief : taxi leaveat = 13:45 ; destination = cambridge museum of technology ; departure = rice boatsystem : i have booked a taxi for you" + ], + [ + "belief : taxi destination = saigon city ; arriveby = 11:00system : ok, what is your departure site?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : ok, what is your departure site?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : ok, what is your departure site?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : ok, what is your departure site?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : ok, what is your departure site?" + ], + [ + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : ok, what is your destination?", + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : ok, what is your destination?", + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : ok, what is your destination?", + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : ok, what is your destination?", + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : ok, what is your destination?" + ], + [ + "belief : restaurant food = international ; area = centresystem : there are [value_count]restaurant -s in the [value_area] part of town serving [value_food] food. would you like a specific price range?", + "belief : restaurant food = international ; area = centresystem : there are [value_count]restaurant -s in the [value_area] part of town serving [value_food] food. would you like a specific price range?", + "belief : restaurant food = international ; area = centresystem : there are several [value_food] restaurant -s in the [value_area] part of town. would you prefer something [value_pricerange] or [value_pricerange]?", + "belief : restaurant food = international ; area = centresystem : there are [value_count]restaurant -s in the [value_area] part of town serving [value_food] food. would you like a specific price range?", + "belief : restaurant food = international ; area = centresystem : there are [value_count]restaurant -s in the [value_area] part of town serving [value_food] food. would you like a specific price range?" + ], + [ + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area of town it is located at?" + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : booking day = tuesday ; people = 6 ; time = 12:00system : what day = tuesdaysystem : unfortunately, i have unsuccessful booking was unsuccessful.", + "belief : restaurant pricerange = moderate ; area = centresystem : booking day = tuesday ; people = 6 ; time = 12:00system : what day = tuesdaysystem : is this correct?", + "belief : restaurant pricerange = moderate ; area = centresystem : ok, you are booked for [value_day].", + "belief : restaurant name = the varsity restaurant | booking day = tuesday ; people = 6 ; time = 12:00system : what day = tuesdaysystem : unfortunately, i have unsuccessful booking was unsuccessful.", + "belief : restaurant name = the varsity restaurant | booking day = tuesday ; people = 6 ; time = 12:00system : what day = tuesdaysystem : unfortunately, i have unsuccessful booking was unsuccessful." + ], + [ + "belief : restaurant name = the varsity restaurant | booking day = tuesday ; people = 6 ; time = 12:00system : goodbye", + "belief : restaurant name = the varsity restaurant | booking day = tuesday ; people = 6 ; time = 12:00system : goodbye", + "belief : restaurant name = the varsity restaurant | booking day = tuesday ; people = 6 ; time = 12:00system : goodbye", + "belief : restaurant name = the varsity restaurant | booking day = tuesday ; people = 6 ; time = 12:00system : goodbye", + "belief : restaurant name = the varsity restaurant | booking day = tuesday ; people = 6 ; time = 12:00system : goodbye" + ], + [ + "belief : restaurant name = varsity restaurant | booking day = tuesday", + "belief : restaurant name = varsity restaurant | booking day = tuesday", + "belief : restaurant name = varsity restaurant | booking day = tuesday", + "belief : restaurant name = varsity restaurant | booking day = tuesday", + "belief : restaurant name = varsity restaurant | booking day = tuesday" + ], + [ + "belief : train departure = cambridgesystem : there are many different options for trains departing [value_place]. what date and time do you need a train on?", + "belief : train departure = cambridgesystem : there are many different options for trains departing [value_place]. what date and time do you need a train on?", + "belief : train departure = cambridgesystem : there are many different options for trains departing [value_place]. what date and time do you need a train on?", + "belief : train departure = cambridgesystem : there are many different options for trains departing [value_place]. what date and time do you need a train on?", + "belief : train departure = cambridgesystem : there are many different options for trains departing [value_place]. what date and time do you need a train on?" + ], + [ + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have several options for you, and the price and exact departure time varies by day of the week. do you have a day preference?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have several options for you, and the price and exact departure time varies by day of the week. do you have a day preference?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have several options for you, and the price and exact departure time varies by day of the week. do you have a day preference?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have several options for you, and the price and exact departure time varies by day of the week. do you have a day preference?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have several options for you, and the price and exact departure time varies by day of the week. do you have a day preference?" + ], + [ + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem :", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem :", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem :", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem :", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem :" + ], + [ + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : booked car type = taxisystem : how about train [train_id]?", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : booked car type = taxisystem : how about train [train_id]?", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : booked car type = taxisystem : how about train [train_id]?", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : train id = nonesystem : none", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : booked car type = taxisystem : how about train [train_id]?" + ], + [ + "belief : taxi departure = golden woksystem : ok, what is your destination?", + "belief : taxi departure = golden woksystem : ok, what is your destination?", + "belief : taxi departure = golden woksystem : ok, what is your destination?", + "belief : taxi departure = golden woksystem : ok, what is your destination?", + "belief : taxi departure = golden woksystem : ok, what is your destination?" + ], + [ + "belief : taxi leaveat = 17:30 ; destination = none ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = none ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = none ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = none ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = none ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leave", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : you are welcome", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : you are welcome", + "belief : taxi leave", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : you are welcome" + ], + [ + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye" + ], + [ + "belief : hotel pricerange = expensive ; internet = yes ; type = hotelsystem : how many days will you be staying? do you have a starting point and leaving point, please?", + "belief : hotel pricerange = expensive ; internet = yes ; type = hotelsystem : how many days will you be staying?", + "belief : hotel pricerange = expensive ; internet = yes ; type = hotelsystem : how many days will you be staying? i hope you've been there before, and if you need anything else please let me know.", + "belief : hotel pricerange = expensive ; internet = yes ; type = hotelsystem : how many days will you be staying? do you have a specific arrival or departure time in mind?", + "belief : hotel pricerange = expensive ; internet = yes ; type = hotelsystem : how many days will you be staying? do you have a specific arrival or departure time in mind?" + ], + [ + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guest", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guest", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guest", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guest", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guest" + ], + [ + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem : yes", + "belief : hotel pricerange = cheap ; type = guesthousesystem : yes", + "belief : hotel pricerange = cheap ; type = guesthousesystem : yes", + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem :", + "belief : hotel pricerange = cheap ; type = guesthousesystem : yes" + ], + [ + "belief : hotel pricerange = cheap ; stars = 0", + "belief : hotel pricerange = cheap ; stars = 4 ; internet = yes", + "belief : hotel pricerange = cheap ; stars = 4 ; internet = yes", + "belief : hotel pricerange = cheap ; stars = 0", + "belief : hotel pricerange = cheap ; stars = 0" + ], + [ + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap" + ], + [ + "belief : hotel type = guesthouse", + "belief : hotel pricerange = cheap", + "belief : hotel type = guesthouse price = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap" + ], + [ + "belief : hotel type = guesthouse", + "belief : hotel type = guesthouse", + "belief : hotel type = guesthouse", + "belief : hotel type = guesthouse ; area = dont care", + "belief : hotel type = guesthouse" + ], + [ + "belief : restaurant pricerange = expensive ; area = eastsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = eastsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = eastsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = eastsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = eastsystem : what type of food are you looking for?" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ;", + "belief : restaurant food = british ; pricerange = expensive ;", + "belief : restaurant food = british ; pricerange = expensive ;", + "belief : restaurant food = british ; pricerange = expensive ;", + "belief : restaurant food = british ; pricerange = expensive ;" + ], + [ + "belief : restaurant food = british ; area = eastsystem :", + "belief : restaurant food = british ; area = eastsystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = british ; area = eastsystem : restaurant pricerange = expensive", + "belief : restaurant food = british ; area = eastsystem : restaurant pricerange = expensive", + "belief : restaurant food = british ; area = eastsystem : restaurant pricerange = expensive" + ], + [ + "belief : restaurant food = british", + "belief : restaurant food = british", + "belief : restaurant food = british", + "belief : restaurant food = british", + "belief : restaurant food = british" + ], + [ + "belief : restaurant food = british restaurant food = none", + "belief : restaurant food = british restaurant food = none", + "belief : restaurant food = british restaurant food = none", + "belief : restaurant food = british restaurant food = none", + "belief : restaurant food = british restaurant food = none" + ], + [ + "belief : train day = sunday ; arriveby = 18:00system : okay, and where are your departure and arrival stations?", + "belief : train day = sunday ; arriveby = 18:00system : okay, and where are your departure and arrival stations?", + "belief : train day = sunday ; arriveby = 18:00system : okay, and where are your departure and arrival stations?", + "belief : train day = sunday ; arriveby = 18:00system : okay, and where are your departure and arrival stations?", + "belief : train day = sunday ; arriveby = 18:00system : okay, and where are your departure and arrival stations?" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby", + "belief : train destination = cambridge ; day = sunday ; arriveby", + "belief : train destination = cambridge ; day = sunday ; arriveby", + "belief : train destination = cambridge ; day = sunday ; arriveby", + "belief : train destination = cambridge ; day = sunday ; arriveby" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : goodbye", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : goodbye", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : goodbye", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : goodbye", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : goodbye" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : goodbye.", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : goodbye.", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : goodbye.", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : goodbye.", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00system : goodbye." + ], + [ + "belief : train destination = cambridgeuser : goodbye.", + "belief : train destination = cambridgeuser : goodbye.", + "belief : train destination = cambridgeuser : goodbye.", + "belief : train destination = cambridgeuser : goodbye.", + "belief : train destination = cambridgeuser : goodbye." + ], + [ + "belief : hotel area = centre ; type = hotelsystem : i have [value_count]hotel -s in the city center, including a [value_count]star hotel. do you have any other requirement -s?", + "belief : hotel area = centre ; type = hotelsystem : i have [value_count]hotel -s in the city center, including a [value_count]star hotel. do you have any other requirement -s?", + "belief : hotel area = centre ; type = hotelsystem : i have [value_count]hotel -s in the city center, including a [value_count]star hotel. do you have any other requirement -s?", + "belief : hotel area = centre ; type = hotelsystem : i have [value_count]hotel -s in the city center, including a [value_count]star hotel. do you have any other requirement -s?", + "belief : hotel area = centre ; type = hotelsystem : i have [value_count]hotel -s in the city center, including a [value_count]star hotel. do you have any other requirement -s?" + ], + [ + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : [hotel_name]!", + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : [hotel_name]!", + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : [hotel_name]!", + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : [hotel_name]!", + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : [hotel_name]!" + ], + [ + "belief : hotel name = gonville hotel ; area = centresystem : when = saturdaysystem : hotel [hotel_name]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel name = gonville hotel ; area = centresystem : when = saturdaysystem :", + "belief : hotel name = gonville hotel ; area = centresystem : hotel type = hotelsystem : what day = saturdaysystem : shall i book your room at [hotel_name]?", + "belief : hotel name = gonville hotel ; area = centresystem : okay, i can book that for you", + "belief : hotel name = gonville hotel ; area = centresystem : when = saturdaysystem :" + ], + [ + "belief : hotel name = gonville hotel area = centre", + "belief : hotel name = gonville hotel area = centre", + "belief : hotel name = gonville hotel area = centre", + "belief : hotel name = gonville hotel area = centre", + "belief : hotel name = gonville hotel area = centre" + ], + [ + "belief : hotel name = gonville area = centre", + "belief : hotel name = gonville area = centre", + "belief : hotel name = gonville area = centre", + "belief : hotel name = gonville", + "belief : hotel name = gonville area = centre" + ], + [ + "belief : hotel name = gonville hotel area = centre", + "belief : hotel name = gonville hotel area = centre", + "belief : hotel name = gonville hotel area = centre", + "belief : hotel name = gonville hotel area = centre", + "belief : hotel name = gonville hotel area = centre" + ], + [ + "belief : train destination = cambridge ; departure = elysystem : what day is this for?", + "belief : train destination = cambridge ; departure = elysystem : what day is this for?", + "belief : train destination = cambridge ; departure = elysystem : what day is this for?", + "belief : train destination = cambridge ; departure = elysystem : what day is this for?", + "belief : train destination = cambridge ; departure = elysystem : what day is this for?" + ], + [ + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : when would you like to leave?", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : i have trains that meet you criteria for most days of the week, do you have a day or departure time preference?", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : when would you like to leave?", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : when would you like to leave?", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : when would you like to leave?" + ], + [ + "belief : train destination = cambridge ; day = friday ; departure = ely | booking people = 3system : booking people = 3system : booking day = fridaysystem : booking people = nonesystem :", + "belief : train destination = cambridge ; day = friday ; departure = ely | booking people = 3system : booking people = 3system : booking day = fridaysystem : booking people = nonesystem :", + "belief : train destination = cambridge ; day = friday ; departure = ely | booking people = 3system : booking people = 3system : booking day = fridaysystem : booking people = nonesystem :", + "belief : train destination = cambridge ; day = friday ; departure = ely | booking people = 3system : booking people = 3system : booking day = fridaysystem : booking people = nonesystem :", + "belief : train destination = cambridge ; day = friday ; departure = ely | booking people = 3system : booking people = 3system : booking day = fridaysystem : booking people = nonesystem :" + ], + [ + "belief : train destination = cambridge ; day = friday ; arriveby = 14:!!!", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:!!!", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:!!!", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:!!!", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:!!!" + ], + [ + "belief : taxi departure = plesesystem : sure thing, when would you like to arrive or leave by?", + "belief : taxi departure = plesesystem : sure thing, when would you like to arrive or leave by?", + "belief : taxi departure = plesesystem : sure thing, when would you like to arrive or leave by?", + "belief : taxi departure = plesesystem : sure thing, when would you like to arrive or leave by?", + "belief : taxi leaveat = nonesystem : sure thing, when would you like to arrive or leave by?" + ], + [ + "belief : taxi destination = finches bed and breakfast ; departure = plesesystem : i have booked a taxi for you, a [taxi_type]will be picking you up.", + "belief : taxi destination = london liverpool street train station ; arriveby = 12:45system : i have booked a taxi for you, a [taxi_type]will be picking you up.", + "belief : taxi destination = finches bed and breakfast ; departure = plesesystem : i have booked a taxi for you, a [taxi_type]will be picking you up.", + "belief : taxi destination = london liverpool street train station ; arriveby = 12:45system : i have booked a taxi for you, a [taxi_type]will be picking you up.", + "belief : taxi destination = finches bed and breakfast ; departure = plesesystem : i have booked a taxi for you, a [taxi_type]will be picking you up." + ], + [ + "belief : taxi departure = cambridge ; arriveby = 12:45 ; departure = cambridgesystem : ok, i have booked a [taxi_type]for you. the contact number is [taxi_phone]. is there anything else?", + "belief : taxi departure = cambridge ; arriveby = 12:45 ; departure = cambridgesystem : there is a taxi called [attraction_name]that fits your needs.", + "belief : taxi departure = cambridge ; arriveby = 12:45 ; departure = cambridgesystem : there is a taxi called [attraction_name]that fits your needs.", + "belief : taxi departure = cambridge ; arriveby = 12:45 ; departure = cambridgesystem : you are very welcome. can i help you with anything else?", + "belief : taxi departure = cambridge ; arriveby = 12:45 ; departure = cambridgesystem : ok, i have booked a [taxi_type]for you. the contact number is [taxi_phone]. is there anything else?" + ], + [ + "belief : taxi destination = trinity college ; departure = cambridge and county folk museum ; arriveby = 12:45system : ok, i have a [taxi_type]for you. the contact number is [taxi_phone].", + "belief : taxi destination = trinity college ; departure = cambridge and county folk museum ; arriveby = 12:45system : i have booked your taxi. it is a [taxi_type].", + "belief : taxi destination = trinity college ; departure = cambridge and county folk museum ; arriveby = 12:45system : i have booked your taxi. it is a [taxi_type].", + "belief : taxi destination = trinity college ; departure = cambridge and county folk museum ; arriveby = 12:45system : i have booked your taxi. it is a [taxi_type].", + "belief : taxi destination = trinity college ; departure = cambridge and county folk museum ; arriveby = 12:45system : ok, i have a [taxi_type]and the contact number is [taxi_phone]." + ], + [ + "belief : attraction name = williams art and antiquessystem : i have the [attraction_name]located on [attraction_address]. would you like to order tickets?", + "belief : attraction name = williams art and antiquessystem : i have the [attraction_name]located on [attraction_address]. would you like to order tickets?", + "belief : attraction name = williams art and antiquessystem : i have the [attraction_name]located on [attraction_address]. would you like to order tickets?", + "belief : attraction name = williams art and antiquessystem : i have the [attraction_name]located on [attraction_address]. would you like me to assist you in making a reservation?", + "belief : attraction name = williams art and antiquessystem : i have the [attraction_name]located on [attraction_address]. would you like me to assist you in making a reservation?" + ], + [ + "belief : attraction name = williams art and antiquessystem : okay. the area is [attraction_name]and the postcode is [attraction_postcode]. anything else i can do for you today?", + "belief : attraction name = williams art and antiquessystem : okay. the area is [attraction_name]and the postcode is [attraction_postcode]. anything else i can do for you today?", + "belief : attraction name = williams art and antiquessystem : okay. the area is [attraction_name]and the postcode is [attraction_postcode]. anything else i can do for you today?", + "belief : attraction name = williams art and antiquessystem : ok. the area is [attraction_address]and the postcode is [attraction_postcode]. anything else i can help you with?", + "belief : attraction name = williams art and antiquessystem : okay. the area is [attraction_name]and the postcode is [attraction_postcode]. anything else i can help you with?" + ], + [ + "belief : attraction name williams art and antiquessystem : okay. enjoy your visit!", + "belief : attraction name williams art and antiques", + "belief : attraction name williams art and antiquessystem : okay. goodbye!", + "belief : attraction name williams art and antiquessystem : okay. goodbye!", + "belief : attraction name williams art and antiquessystem : okay. goodbye!" + ], + [ + "belief : taxi leaveat = 08:30 ; destination = my hut fendittonsystem : what is your departure site?", + "belief : taxi leaveat = 08:30 ; destination = my hut fenditton ; departure = the misshapen hotelsystem : what is your departure site?", + "belief : taxi leaveat = 08:30 ; destination = my hut fendittonsystem : what is your departure site?", + "belief : taxi leaveat = 08:30 ; destination = my hut fenditton ; departure = the misshapen housesystem : what is your departure site?", + "belief : taxi leaveat = 08:30 ; destination = my hut fendittonsystem : what is your departure site?" + ], + [ + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthouse ; departure = the missschild housesystem : okay. i will need your departure site, destination, and a time please.", + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthouse ; departure = the missschild housesystem : okay. i will need your departure site, destination, and a time please.", + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthouse ; departure = the misshapen marriott hotelsystem : okay. i will need your departure site, destination, and a time please.", + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthouse ; departure = the miss yearbooking collegesystem : okay i have a [taxi_type]for you. the contact number is [taxi_phone].", + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthouse ; departure = the miss yearbooking collegesystem : okay. i have a [taxi_type]and the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthousesystem :", + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthousesystem :", + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthousesystem :", + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthousesystem :", + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthousesystem :" + ], + [ + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthousesystem : goodbye", + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthousesystem : goodbye", + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthousesystem : goodbye", + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthousesystem : goodbye", + "belief : taxi leaveat = 08:30 ; destination = el shaddia guesthousesystem : goodbye" + ], + [ + "belief : attraction name = kettle's yardsystem : ok. the [attraction_name]is a park in the [value_area] of town. what would you like to know?", + "belief : attraction name = kettle's yardsystem : ok. the [attraction_name]is a swimming pool on the [value_area] side of town. what do you want to know?", + "belief : attraction name = kettle's yardsystem : ok. the [attraction_name]is a swimming pool on the [value_area] side of town. what other information would you like?", + "belief : attraction name = kettle's yardsystem : ok. the [attraction_name]is a swimming pool on the [value_area] side of town. what do you want to know?", + "belief : attraction name = kettle's yardsystem : ok. the [attraction_name]is a swimming pool on the [value_area] side of town. what do you want to know?" + ], + [ + "belief : attraction name = kettle's yardsystem : you are welcome! have a great day! goodbye.", + "belief : attraction name = kettle's yardsystem : you are welcome! have a great day! goodbye.", + "belief : attraction name = kettle's yardsystem : you are welcome! have a great day! goodbye.", + "belief : attraction name = kettle's yardsystem : you are welcome! have a great day! goodbye.", + "belief : attraction name = kettle's yardsystem : you are welcome! have a great day! goodbye." + ], + [ + "belief : restaurant food = british ; area = centresystem : there are no british restaurant -s in the [value_area] part of town. would you like me to check another part of town?", + "belief : restaurant food = british ; area = centresystem : there are no british restaurant -s in the [value_area] part of town. would you like me to check another part of town?", + "belief : restaurant food = british ; area = centresystem : there are no british restaurant -s in the [value_area] part of town. would you like me to check another part of town?", + "belief : restaurant food = british ; area = centresystem : there are no british restaurant -s in the [value_area] part of town. would you like me to check another part of town?", + "belief : restaurant food = british ; area = centresystem : there are no british restaurant -s in the [value_area] part of town. would you like me to check another part of town?" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are several, could you please give me a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are several, could you please give me a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are several, could you please give me a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are several, could you please give me a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are several, could you please give me a price range and area you would like the restaurant to be in to narrow down the search?" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : what area are you looking for?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : what area are you looking for?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : what area are you looking for?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : what area are you looking for?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : what area are you looking for?" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : restaurant food = none", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : restaurant food = none", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : restaurant food = none", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : restaurant food = none", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : restaurant food = none" + ], + [ + "belief : restaurant food = british restaurant food = none", + "belief : restaurant food = british restaurant food = none", + "belief : restaurant food = british restaurant food = none", + "belief : restaurant food = british restaurant food = none", + "belief : restaurant food = british restaurant food = none" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that fit your requirement -s. do you have a preference?", + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that fit your requirement -s. do you have a preference?", + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that fit your requirement -s. do you have a preference?", + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that fit your requirement -s. do you have a preference?", + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that fit your requirement -s. do you have a preference?" + ], + [ + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : i show [value_count]restaurant -s that serve vegetarian food. is there a specific price range you would like?", + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : i show [value_count]restaurant -s that serve vegetarian food. is there a specific price range you would like?", + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : restaurant food = vegetarian ; pricerange = expensive ; area = centresystem : i show [value_count]restaurant -s that serve vegetarian food. is there a specific price range you would like?" + ], + [ + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : there are [value_count]restaurant food = nonesystem : there is [restaurant_name], a [value_pricerange] [value_food] restaurant located at [restaurant_address].", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : there are [value_count]restaurant food = italiansystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] area.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : there are [value_count]restaurant food = nonesystem : there is [restaurant_name], a [value_pricerange] [value_food] restaurant located at [restaurant_address].", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : there are [value_count]restaurant food = italiansystem : there are [value_count][value_pricerange] restaurant -s in the [value_area] of town.", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : there are [value_count]restaurant food = italiansystem : there are [value_count]restaurant food = italiansystem : can i recommend [restaurant_name]" + ], + [ + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : goodbye", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : goodbye", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = turkish ; pricerange = expensive ; area = centresystem : goodbye" + ], + [ + "belief : restaurant food = turkish ; pricerange = expensive", + "belief : restaurant food = turkish ; pricerange = expensive", + "belief : restaurant food = turkish ; pricerange = expensive", + "belief : restaurant food = turkish ; pricerange = expensive", + "belief : restaurant food = turkish ; pricerange = expensive" + ], + [ + "belief : restaurant food = turkish ; pricerange = expensive", + "belief : restaurant food = turkish ; pricerange = expensive", + "belief : restaurant food = turkish ; pricerange = expensive", + "belief : restaurant food = turkish ; pricerange = expensive", + "belief : restaurant food = turkish ; pricerange = expensive" + ], + [ + "belief : restaurant food = turkish ; area = centre", + "belief : restaurant food = turkish ; area = centre", + "belief : restaurant food = turkish ; area = centre", + "belief : restaurant food = turkish ; area = centre", + "belief : restaurant food = turkish ; area = centre" + ], + [ + "belief : restaurant food = turkish ; area = centre = centre = dont caresystem : booking was successful. enjoy your meal!", + "belief : restaurant food = turkish ; area = centre = centre | booking day = monday ; people = 4system : booking was successful. enjoy your meal!", + "belief : restaurant food = turkish ; area = centre = centre | booking day = monday ; people = 4system : booking was successful. enjoy your meal!", + "belief : restaurant food = turkish ; area = centre = centre = westsystem : booking was successful. enjoy your meal", + "belief : restaurant food = turkish ; area = centre = centre | booking day = monday ; people = 4system : booking was successful. enjoy your meal!" + ], + [ + "belief : restaurant food = turkish ; area = centre | booking day = monday ; people = 4system : your booking was successful. goodbye.", + "belief : restaurant food = turkish ; area = centre | booking day = monday ; people = 4system : your booking was successful. goodbye.", + "belief : restaurant food = turkish ; area = centre | booking day = monday ; people = 4system : your booking was successful. goodbye.", + "belief : restaurant food = turkish ; area = centre | booking day = monday ; people = 4system : your booking was successful. goodbye.", + "belief : restaurant food = turkish ; area = centre | booking day = monday ; people = 4system : your booking was successful. goodbye. enjoy your meal" + ], + [ + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s", + "belief : hotel stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s" + ], + [ + "belief : hotel pricerange = moderate ; stars = 3 ; internet = yes ; type = guesthousesystem : i have [hotel_name]that meets those criteria, would you like me to make a reservation for you?", + "belief : hotel pricerange = moderate ; stars = 3 ; internet = yes ; type = guesthousesystem : i have [hotel_name]that meets those criteria, would you like me to make a reservation for you?", + "belief : hotel pricerange = moderate ; stars = 3 ; internet = yes ; type = guesthousesystem : i have [hotel_name]that meets those criteria, would you like me to make a reservation for you?", + "belief : hotel pricerange = moderate ; stars = 3 ; internet = yes ; type = guesthousesystem : i have [hotel_name]that meets those criteria, would you like me to make a reservation for you?", + "belief : hotel pricerange = moderate ; stars = 3 ; internet = yes ; type = guesthousesystem : i have [hotel_name]that meets those criteria, would you like me to make a reservation for you?" + ], + [ + "belief : hotel pricerange = moderate ; stars = 3 ; internet = yes", + "belief : hotel pricerange = moderate ; stars = 3 ; internet = yes", + "belief : hotel pricerange = moderate ; stars = 3 ; internet = yes", + "belief : hotel pricerange = moderate ; stars = 3 ; internet = yes", + "belief : hotel pricerange = moderate ; stars = 3 ; internet = yes" + ], + [ + "belief : hotel name = hamilton lodge | booking people = 6system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel name = hamilton lodge | booking people = 6system :", + "belief : hotel name = hamilton lodge | booking people = 6system :", + "belief : hotel name = hamilton lodge | booking people = 6system :", + "belief : hotel name = hamilton lodge | booking people = 6system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : hotel name = hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6" + ], + [ + "belief : hotel name = hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6" + ], + [ + "belief : hotel name = hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6" + ], + [ + "belief : nonesystem : ok, what kind of place are you looking for?", + "belief : nonesystem : okay, what kind of place are you looking for?", + "belief : nonesystem : okay, what kind of place are you looking for?", + "belief : nonesystem : ok, what kind of place are you looking for?", + "belief : nonesystem : okay, what kind of place are you looking for?" + ], + [ + "belief : attraction type = architecture ; name = old schoolssystem : we are sorry, but we don't have any information on the theaters entrance fees. can i help you with anything else?", + "belief : attraction type = architecture ; name = old schoolssystem : we are sorry, but we don't have any information on the theaters entrance fees. can i help you with anything else?", + "belief : attraction type = architecture ; name = old schoolssystem : we are sorry, but we don't have any information on the theaters entrance fees. can i help you with anything else?", + "belief : attraction type = architecture ; name = old schoolssystem : we are sorry, but we don't have any information on the theaters entrance fees. can i help you with anything else?", + "belief : attraction type = architecture ; name = old schoolssystem : we are sorry, but we don't have any information on the theaters entrance fees. can i help you with anything else?" + ], + [ + "belief : attraction type = architecture ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : attraction type = architecture ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : attraction type = architecture ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : attraction type = architecture ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : attraction type = architecture ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : attraction type = architecture = nonesystem : attraction name = architecturesystem : sure!", + "belief : attraction type = architecture = nonesystem : attraction name = architecturesystem : sure!", + "belief : attraction type = architecture = nonesystem : attraction name = architecturesystem : sure!", + "belief : attraction type = architecture = nonesystem : attraction name = architecturesystem : let us know if you need anything else.", + "belief : attraction type = architecture = nonesystem : attraction name = architecturesystem : sure!" + ], + [ + "belief : attraction type = architecture", + "belief : attraction type = architecture", + "belief : attraction type = architecture", + "belief : attraction type = architecture", + "belief : attraction type = architecture" + ], + [ + "belief : hotel name = lensfield hotelsystem : i found the [hotel_name]located on [hotel_address]. would you like me to assist you in making a reservation?", + "belief : hotel name = lensfield hotelsystem : i found the [hotel_name]located on [hotel_address]. would you like me to assist you in making a reservation?", + "belief : hotel name = lensfield hotelsystem : i found the [hotel_name]located on [hotel_address]. would you like me to assist you in making a reservation?", + "belief : hotel name = lensfield hotelsystem : i found the [hotel_name]located on [hotel_address]. would you like me to assist you in making a reservation?", + "belief : hotel name = lensfield hotelsystem : i found the [hotel_name]located on [hotel_address]. would you like me to assist you in making a reservation?" + ], + [ + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : booking was successful. do you need anything else?", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : booking was successful. do you need anything else?", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : booking was successful. do you need anything else?", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : booking was successful. do you need anything else?", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : booking was successful. do you need anything else?" + ], + [ + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7system : goodbye", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7system : goodbye", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7system : goodbye", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7system : goodbye", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7system : goodbye" + ], + [ + "belief : restaurant food = north indian ; area = centresystem : there is [value_count]restaurant called [restaurant_name]at [restaurant_address]cherry hinton. would you like to go there or choose another?", + "belief : restaurant food = north indian ; area = centresystem : there is [restaurant_name]restaurant called [restaurant_name]at [restaurant_address]cherry hinton. would you like to go there or choose another?", + "belief : restaurant food = north indian ; area = centresystem : there is [value_count]restaurant called [restaurant_name]at [restaurant_address]cherry hinton. would you like to go there or choose another?", + "belief : restaurant food = north indian ; area = centresystem : there is [value_count]restaurant called [restaurant_name]at [restaurant_address]cherry hinton. would you like to go there or choose another?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry, there is no restaurant serving north indian food in the [value_area] part of town. would you like me to check another part of town?" + ], + [ + "belief : restaurant food = north indian ; area = centresystem : there are several [value_food] restaurant -s in the [value_area]. would you prefer something [value_pricerange] or [value_pricerange]?", + "belief : restaurant food = north indian ; area = centresystem : there are several [value_food] restaurant -s in the [value_area]. would you prefer something [value_pricerange] or [value_pricerange]?", + "belief : restaurant food = north indian ; area = centresystem : there are several [value_food] restaurant -s in the [value_area]. would you prefer something [value_pricerange] or [value_pricerange]?", + "belief : restaurant food = north indian ; area = centresystem : there are several [value_food] restaurant -s in the [value_area]. would you prefer something [value_pricerange] or [value_pricerange]?", + "belief : restaurant food = north indian ; area = centresystem : there are several [value_food] restaurant -s in the [value_area]. would you prefer something [value_pricerange] or [value_pricerange]?" + ], + [ + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; people = 2system : how about [train_id]?", + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; people = 2system : how about [train_id]?", + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; people = 2system : how about [train_id]?", + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; people = 2system : how about [train_id]?", + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; people = 2system : how about [train_id]?" + ], + [ + "belief : restaurant food = north indian ; area = centresystem : how about [train_id]?", + "belief : restaurant food = north indian ; area = centresystem : how about [train_id]?", + "belief : restaurant food = north indian ; area = centresystem : how about [train_id]?", + "belief : restaurant food = north indian ; area = centresystem : how about [train_id]?", + "belief : restaurant food = north indian ; area = centresystem : how about [train_id]?" + ], + [ + "belief : restaurant food = north indian ; area = centre", + "belief : restaurant food = north indian ; area = centre", + "belief : restaurant food = north indian ; area = centre", + "belief : restaurant food = north indian ; area = centre", + "belief : restaurant food = north indian ; area = centre" + ], + [ + "belief : restaurant food = north indian food = north", + "belief : restaurant food = north indian food = north", + "belief : restaurant food = north indian food = north", + "belief : restaurant food = north indian food = north", + "belief : restaurant food = north indian food = north" + ], + [ + "belief : restaurant food = north indian food = chinese = yes", + "belief : restaurant food = north indian food = chinese = yes", + "belief : restaurant food = north indian food = chinese = yes", + "belief : restaurant food = north indian food = chinese = yes", + "belief : restaurant food = north indian food = chinese = yes" + ], + [ + "belief : taxi destination = hobsons housesystem : i would be happy to book that for you, what time would you like to arrive?", + "belief : taxi destination = hobsons housesystem : i would be happy to book that for you, what time would you like to arrive?", + "belief : taxi destination = hobsons housesystem : i would be happy to book that for you, what time would you like to arrive?", + "belief : taxi destination = hobsons housesystem : i would be happy to book that for you, what time would you like to arrive?", + "belief : taxi destination = hobsons housesystem : i would be happy to book that for you, what time would you like to arrive?" + ], + [ + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : okay. i have a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : okay. i have a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : okay. i have a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : okay. i have a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : okay. i have a [taxi_type]and the contact number is [taxi_phone]." + ], + [ + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you" + ], + [ + "belief : hotel area = east ; internet = yessystem : try the [hotel_name]or [hotel_name]", + "belief : hotel area = east ; internet = yessystem : try the [hotel_name]or [hotel_name]", + "belief : hotel area = east ; internet = yessystem : try the [hotel_name]or [hotel_name]", + "belief : hotel area = east ; internet = yessystem : try the [hotel_name]or [hotel_name]", + "belief : hotel area = east ; internet = yessystem : try the [hotel_name]or [hotel_name]" + ], + [ + "belief : hotel area = east ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : what area would you like to stay in?", + "belief : hotel area = east ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : what area would you like to stay in?", + "belief : hotel area = east ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : what area would you like to stay in?", + "belief : hotel area = east ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : what area would you like to stay in?", + "belief : hotel area = east ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : what area would you like to stay in?" + ], + [ + "belief : hotel area = wife = none ; area = east | booking day = wednesday ; stay = 5system : what day = 5system : sorry, that booking was unsuccessful. please book another hotel", + "belief : hotel area = hotel area = east ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : booking day = wednesdaysystem : booking people = 1system : stay = 5system :", + "belief : hotel area = hotel area = east ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : booking day = wednesdaysystem : booking people = 1system : stay = 5system :", + "belief : hotel area = wednesday ; stars = 4 ; internet = yes ; type = hotelsystem : how many people = 1system : 5 people = 5system : enjoy your stay", + "belief : hotel area = hotel area = east ; parking = yes ; stars = 4 ; internet = yes ; type = hotelsystem : booking day = wednesdaysystem : booking people = 1system : stay = 5system :" + ], + [ + "belief : hotel area = east ; parking = yes ; stars = 4 ; internet = yes", + "belief : hotel area = east ; parking = yes ; stars = 4 ; internet = yes", + "belief : hotel area = east ; parking = yes ; stars = 4system : goodbye.", + "belief : hotel area = east ; parking = yes ; stars = 4system : goodbye.", + "belief : hotel area = east ; parking = yes ; stars = 4 ; internet = yes" + ], + [ + "belief : taxi destination = ruskin gallerysystem : sure! when would you like to arrive?", + "belief : taxi destination = ruskin gallerysystem : sure! when would you like to arrive?", + "belief : taxi destination = ruskin gallerysystem : sure! when would you like to arrive?", + "belief : taxi destination = ruskin gallerysystem : sure! when would you like to arrive?", + "belief : taxi destination = ruskin gallerysystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : sure! when would you like to arrive?", + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : sure! when would you like to arrive?", + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : sure! when would you like to arrive?", + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : sure! when would you like to arrive?", + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi leaveat =belief : taxi destination = ruskin gallery ; departure = saffron brasserie ; arriveby = 07:15system : enjoy your visit", + "belief : taxi leaveat =belief : taxi destination = ruskin gallery ; departure = saffron brasserie ; arriveby = 07:15system : enjoy your visit", + "belief : taxi leaveat =belief : taxi destination = ruskin gallery ; departure = saffron brasserie ; arriveby = 07:15system : enjoy your visit", + "belief : taxi leaveat =belief : taxi destination = ruskin gallery ; departure = saffron brasserie ; arriveby = 07:15system : enjoy your visit", + "belief : taxi leaveat =belief : taxi destination = ruskin gallery ; departure = saffron brasserie ; arriveby = 07:15system : enjoy your visit" + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : the [restaurant_name]is available in the [value_area] part of town and looks upscale.", + "belief : restaurant pricerange = moderate ; area = centresystem : the [restaurant_name]is available in the [value_area] part of town and looks upscale.", + "belief : restaurant pricerange = moderate ; area = centresystem : the [restaurant_name]is available in the [value_area] part of town and looks upscale.", + "belief : restaurant pricerange = moderate ; area = centresystem : the [restaurant_name]is available in the [value_area] part of town and looks upscale.", + "belief : restaurant pricerange = moderate ; area = centresystem : the [restaurant_name]is available in the [value_area] part of town and looks upscale." + ], + [ + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centre | booking people = 4system : what time would you like to leave?", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people" + ], + [ + "belief : restaurant food = restaurant food = chinese ; pricerange = moderate ; area = centresystem : booking was successful ; name = by 20:00", + "belief : restaurant food = restaurant food = chinese ; pricerange = moderate ; area = centresystem : booking was successful ; name = byard art", + "belief : restaurant food = restaurant food = chinese ; pricerange = moderate ; area = centresystem : booking was successful ; name = byard art", + "belief : restaurant food = restaurant food = chinese ; pricerange = moderate ; area = centresystem : booking was successful ; name = byard art", + "belief : restaurant food = restaurant food = chinese ; pricerange = moderate ; area = centresystem : booking was successful ; name = by 20:00" + ], + [ + "belief : restaurant food = restaurant food = restaurant food = restaurant pricerange = moderate ; area = centre", + "belief : restaurant food = restaurant food = restaurant food = restaurant pricerange = moderate ; area = centre", + "belief : restaurant food = restaurant food = restaurant food = restaurant food = restaurant ; pricerange = moderate ; area = centre", + "belief : restaurant food = restaurant food = restaurant food = restaurant pricerange = moderate ; area = centre", + "belief : restaurant food = restaurant food = restaurant food = restaurant pricerange = moderate ; area = centre" + ], + [ + "belief : restaurant food = restaurant pricerange = none", + "belief : restaurant food = restaurant pricerange = none", + "belief : restaurant food = restaurant pricerange = none", + "belief : restaurant food = restaurant pricerange = none", + "belief : restaurant food = restaurant pricerange = none" + ], + [ + "belief : hotel pricerange = expensive ; type = guesthousesystem : i found the [hotel_name]hotel in the [value_area] part of town. would you like to book a room?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : i found the [hotel_name]hotel in the [value_area] part of town. would you like to book a room?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : i found the [hotel_name]hotel in the [value_area] part of town. would you like to book a room?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : i found the [hotel_name]hotel in the [value_area] part of town. would you like to book a room?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : i found the [hotel_name]hotel in the [value_area] part of town. would you like to book a room?" + ], + [ + "belief : hotel name = worth house ; area = north ; parking = yes ; pricerange = expensive ; type = guesthousesystem : how about the [hotel_name]? it s got free internet as well", + "belief : hotel name = worth house ; area = north ; parking = yes ; pricerange = expensive ; type = guesthousesystem : how about the [hotel_name]? it s got some free parking.", + "belief : hotel name = worth house ; area = north ; parking = yes ; pricerange = expensive ; type = guesthousesystem : how about the [hotel_name]? it s got free internet as well", + "belief : hotel name = worth house ; area = north ; parking = yes ; pricerange = expensive ; type = guesthousesystem : how about the [hotel_name]? it s got free internet as well", + "belief : hotel name = worth house ; area = north ; parking = yes ; pricerange = expensive ; type = guesthousesystem : how about the [hotel_name]? it s got some free parking." + ], + [ + "belief : hotel name = worth house ; parking = yes ; pricerange = cheapsystem : [hotel_name]is in the [value_pricerange] price range.", + "belief : hotel name = worth house ; parking = yes ; pricerange = cheapsystem : [hotel_name]is in the [value_pricerange] price range.", + "belief : hotel name = worth house ; parking = yes ; pricerange = cheapsystem : [hotel_name]is in the [value_pricerange] price range.", + "belief : hotel name = worth house ; parking = yes ; pricerange = cheapsystem : [hotel_name]is in the [value_pricerange] price range.", + "belief : hotel name = worth house ; parking = yes ; pricerange = cheapsystem : [hotel_name]is in the [value_pricerange] price range." + ], + [ + "belief : hotel name = worth house ; parking = yes ; pricerange = cheapsystem : hotel type = guesthousesystem : sure!", + "belief : hotel name = acorn guest house ; parking = yes ; pricerange = cheapsystem : sure!", + "belief : hotel name = finches bed and breakfast ; area = west ; parking = yes ; pricerange = cheapsystem : yes", + "belief : hotel name = worth house ; parking = yes ; pricerange = cheapsystem : sure!", + "belief : hotel name = finches bed and breakfast ; area = west ; parking = yes ; pricerange = cheapsystem : yes" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : sure!", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : sure!", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : sure!", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : sure!", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : sure!" + ], + [ + "belief : hotel name = allenbell", + "belief : hotel name = allenbell", + "belief : hotel name = allenbell", + "belief : hotel name = allenbell", + "belief : hotel name = allenbell" + ], + [ + "belief : hotel parking = yes ; type = hotelsystem : you might enjoy [hotel_name]. it s a gueshouse and located in the [value_area]. they offer free parking.", + "belief : hotel parking = yes ; type = hotelsystem : you might enjoy [hotel_name]. it s a gueshouse and located in the [value_area]. they offer free parking.", + "belief : hotel parking = yes ; type = hotelsystem : you might enjoy [hotel_name]. it s a gueshouse and located in the [value_area]. they offer free parking.", + "belief : hotel parking = yes ; type = hotelsystem : you might enjoy [hotel_name]. it s a gueshouse and located in the [value_area]. they offer free parking.", + "belief : hotel parking = yes ; type = hotelsystem : you might enjoy [hotel_name]. it s a gueshouse and located in the [value_area]. they offer free parking." + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : how about the [hotel_name]? it s got a [value_count]star rating and is [value_pricerange].", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : how about the [hotel_name]? it s got a [value_count]star rating and is [value_pricerange].", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : how about the [hotel_name]? it s got a [value_count]star rating and is [value_pricerange].", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : how about the [hotel_name]? it s got a [value_count]star rating and is [value_pricerange].", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : how about the [hotel_name]? it s got a [value_count]star rating and is [value_pricerange]." + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : goodbye", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : goodbye", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : goodbye", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : goodbye", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : goodbye" + ], + [ + "belief : hotel name = internet = yessystem :", + "belief : hotel name = internet = yessystem :", + "belief : hotel name = internet = yessystem :", + "belief : hotel name = internet = yessystem :", + "belief : hotel name = internet = yessystem :" + ], + [ + "belief :belief : hotel name = internet = yessystem : goodbye", + "belief :belief : hotel name = internet = yessystem : goodbye", + "belief :belief : hotel name = internet = yessystem : goodbye", + "belief :belief : hotel name = internet = yessystem : goodbye", + "belief :belief : hotel name = internet = yessystem : goodbye" + ], + [ + "belief : restaurant food = italian ; area = northsystem : [restaurant_name]serves [value_food] food in the [value_area] area and is [value_pricerange] -ly priced. would you like a booking?", + "belief : restaurant food = italian ; area = northsystem : [restaurant_name]serves [value_food] food in the [value_area] area and is [value_pricerange] -ly priced. would you like a booking?", + "belief : restaurant food = italian ; area = northsystem : [restaurant_name]serves [value_food] food in the [value_area] area and is [value_pricerange] -ly priced. would you like a booking?", + "belief : restaurant food = italian ; area = northsystem : [restaurant_name]serves [value_food] food in the [value_area] area and is [value_pricerange] -ly priced. would you like a booking?", + "belief : restaurant food = italian ; area = northsystem : [restaurant_name]serves [value_food] food in the [value_area] area and is [value_pricerange] -ly priced. would you like a booking?" + ], + [ + "belief : restaurant food = italian ; area = northsystem : yes, it is [value_pricerange]. are you interested in booking a table there?", + "belief : restaurant food = italian ; area = northsystem : yes, it is [value_pricerange]. are you interested in booking a table there?", + "belief : restaurant food = italian ; area = northsystem : yes, it is [value_pricerange]. are you interested in booking a table there?", + "belief : restaurant food = italian ; area = northsystem : yes, it is [value_pricerange]. are you interested in booking a table there?", + "belief : restaurant food = italian ; area = northsystem : yes, it is [value_pricerange]. are you interested in booking a table there?" + ], + [ + "belief : restaurant food = italian ; area = northsystem : sure! the phone number is [restaurant_phone]and the address is [restaurant_address].", + "belief : restaurant food = italian ; area = northsystem : sure! the phone number is [restaurant_phone]and the address is [restaurant_address].", + "belief : restaurant food = italian ; area = northsystem : sure! the phone number is [restaurant_phone]and the address is [restaurant_address].", + "belief : restaurant food = italian ; area = northsystem : sure! the phone number is [restaurant_phone]and the address is [restaurant_address].", + "belief : restaurant food = italian ; area = northsystem : sure! the phone number is [restaurant_phone]and the address is [restaurant_address]." + ], + [ + "belief : restaurant food = italian ; area = northsystem : goodbye", + "belief : restaurant food = italian ; area = northsystem : goodbye", + "belief : restaurant food = italian ; area = northsystem : goodbye", + "belief : restaurant food = italian ; area = northsystem : goodbye", + "belief : restaurant food = italian ; area = northsystem : goodbye" + ], + [ + "belief : restaurant food = italian name = none", + "belief : restaurant food = italian name = autumn", + "belief : restaurant food = italian name = [train_id] restaurant destination = northsystem : goodbye", + "belief : restaurant food = italian name = [train_id] restaurant destination = northsystem : goodbye", + "belief : restaurant food = italian name = [train_id] restaurant" + ], + [ + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : what time do you want to leave?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : what time do you want to leave?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : what time do you want to leave?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : what time do you want to leave?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : what time do you want to leave?" + ], + [ + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : ok, when do you want to arrive?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : ok, when do you want to arrive?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : your welcome! have a nice day! goodbye.", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : you are more than welcome!", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : your welcome! have a nice day! goodbye.", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : you are more than welcome!", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : you are very welcome! have a great day! goodbye!" + ], + [ + "belief : restaurant leaveat = 09:15 ; destination = huntingdon marriott hotelsystem : goodbye.", + "belief : restaurant leaveat = 09:15 ; destination = huntingdon marriott hotelsystem : goodbye.", + "belief : restaurant leaveat = 09:15 ; destination = huntingdon marriott hotelsystem : goodbye.", + "belief : restaurant leaveat = 09:15 ; destination = huntingdon marriott hotelsystem : goodbye.", + "belief : restaurant leaveat = 09:15 ; destination = huntingdon marriott hotelsystem : goodbye." + ], + [ + "belief : nonesystem : i would be happy to help with your request, to help narrow down the results, what area are you looking to stay in?", + "belief : nonesystem : i would be happy to help with your request, to help narrow down the results, what area are you looking to stay in?", + "belief : nonesystem : i would be happy to help with your request, to help narrow down the results, what area are you looking to stay in?", + "belief : nonesystem : i would be happy to help with your request, to help narrow down the results, what area are you looking to stay in?", + "belief : nonesystem : i would be happy to help with your request, to help narrow down the results, what area are you looking to stay in?" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]options spread out all over town. do you have a preference as to the area you want to stay?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]options spread out all over town. do you have a preference as to the area you want to stay?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]options spread out all over town. do you have a preference as to the area you want to stay?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]options spread out all over town. do you have a preference as to the area you want to stay?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]options spread out all over town. do you have a preference as to the area you want to stay?" + ], + [ + "belief : hotel area = dont care ; internet = yes ; type = guesthousesystem : how about the [hotel_name]?", + "belief : hotel area = dont care ; internet = yes ; type = guesthousesystem : how about the [hotel_name]?", + "belief : hotel area = dont care ; internet = yes ; type = guesthousesystem : how about the [hotel_name]?", + "belief : hotel area = dont care ; internet = yes ; type = guesthousesystem : how about the [hotel_name]?", + "belief : hotel area = dont care ; internet = yes ; type = guesthousesystem : how about the [hotel_name]?" + ], + [ + "belief : hotel name = avalon ; internet = yes ; type = guesthousesystem : 5system : sure.", + "belief : hotel name = acorn guest house | booking day = thursday ; stay = 5system : = 5system :", + "belief : hotel name = acorn guest house | booking day = thursday ; stay = 5system : = 5system :", + "belief : hotel name = avalon ; internet = yes ; type = guesthousesystem : 5system : sure!", + "belief : hotel name = avalon ; internet = yes ; type = guesthousesystem : 5system : sure!" + ], + [ + "belief : hotel area = none", + "belief : hotel area = west", + "belief : hotel area = none", + "belief : hotel area = none", + "belief : hotel area = none" + ], + [ + "belief : taxi leaveat = 17:30 ; destination = cambridge punter ; departure = cambridge puntersystem : i can help with that! where are you departing from?", + "belief : taxi leaveat = 17:30 ; destination = cambridge punter ; departure = cambridge puntersystem : i can help with that! where are you departing from?", + "belief : taxi leaveat = 17:30 ; destination = cambridge punter ; departure = cambridge puntersystem : i can help with that! where are you coming from?", + "belief : taxi leaveat = 17:30 ; destination = cambridge punter ; departure = cambridge puntersystem : i can help with that! where are you departing from?", + "belief : taxi leaveat = 17:30 ; destination = cambridge punter ; departure = cambridge puntersystem : i can help with that! where are you departing from?" + ], + [ + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : great. and what is your destination?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : i have booked a [taxi_type]for you. the contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : i have booked a [taxi_type]for you. the contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : great. and what is your destination?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : i have booked a [taxi_type]for you. the contact number is [taxi_phone]. is there anything else i can help you with?" + ], + [ + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : how about a [taxi_type]?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : how about a [taxi_type]?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : how about a [taxi_type]?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : how about a [taxi_type]?", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : how about [train_id]?" + ], + [ + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : goodbye", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : goodbye", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : goodbye", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : goodbye", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : goodbye" + ], + [ + "belief : taxi destination = cambridge punter and enjoy your meal", + "belief : taxi destination = cambridge punter and city stop restaurant", + "belief : taxi destination = cambridge punter and enjoy your meal", + "belief : taxi destination = cambridge punter and arriveby = 17:30system : goodbye", + "belief : taxi destination = cambridge punter and enjoy your meal" + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : would you prefer a guesthouse or a hotel?", + "belief : hotel parking = yes ; type = guesthousesystem : would you prefer a guesthouse or a hotel?", + "belief : hotel parking = yes ; type = guesthousesystem : would you prefer a guesthouse or a hotel?", + "belief : hotel parking = yes ; type = guesthousesystem : would you prefer a guesthouse or a hotel?", + "belief : hotel parking = yes ; type = guesthousesystem : would you prefer a guesthouse or a hotel?" + ], + [ + "belief : hotel area = south ; parking = yes ; type = hotelsystem : i have [hotel_name]that fits", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : i have [hotel_name]that fits", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : i have [hotel_name]that fits", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : i have [hotel_name]that fits", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : i have [hotel_name]that fits" + ], + [ + "belief : hotel area = south ; parking = yes ; type = hotelsystem : booking day = monday", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : booking day = monday", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : booking day = monday", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : booking day = monday", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : booking day = monday" + ], + [ + "belief : hotel area = south ; parking = yes ; type = hotelsystem : goodbye", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : goodbye", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : goodbye", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : goodbye", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : goodbye" + ], + [ + "belief : hotel area = south", + "belief : hotel area = south", + "belief : hotel area = south", + "belief : hotel area = south", + "belief : hotel area = south" + ], + [ + "belief : hotel area = south", + "belief : hotel area = south", + "belief : hotel area = south", + "belief : hotel area = south", + "belief : hotel area = south" + ], + [ + "belief : attraction type = boat ; area = northsystem : we have [value_count]such place -s. any other preferences?", + "belief : attraction type = boat ; area = northsystem : we have [value_count]such place -s. any other preferences?", + "belief : attraction type = boat ; area = northsystem : we have [value_count]such place -s. any other preferences?", + "belief : attraction type = boat ; area = northsystem : we have [value_count]such place -s. any other preferences?", + "belief : attraction type = boat ; area = northsystem : we have [value_count]such place -s. any other preferences?" + ], + [ + "belief : attraction type = boat ; area = northsystem : the phone number is [attraction_phone], but i am not sure of the fee.", + "belief : attraction type = boat ; area = northsystem : the phone number is [attraction_phone], but i am not sure of the fee.", + "belief : attraction type = boat ; area = northsystem : the phone number is [attraction_phone], but i am not sure of the fee.", + "belief : attraction type = boat ; area = northsystem : the phone number is [attraction_phone], but i am not sure of the fee.", + "belief : attraction type = boat ; area = northsystem : the phone number is [attraction_phone], but i am not sure of the fee." + ], + [ + "belief : attraction type = boat ; area = northsystem : goodbye.", + "belief : attraction type = boat ; area = northsystem : goodbye.", + "belief : attraction type = boat ; area = northsystem : goodbye.", + "belief : attraction type = boat ; area = northsystem : goodbye.", + "belief : attraction type = boat ; area = northsystem : goodbye." + ], + [ + "belief : restaurant name = la margheritasystem : i would be happy to help you. the [restaurant_name]is a [value_food] restaurant located in the [value_area] of town. would you like to make a booking today?", + "belief : restaurant name = la margheritasystem : i would be happy to help you. the [restaurant_name]is a [value_food] restaurant located in the [value_area] of town. would you like the address?", + "belief : restaurant name = la margheritasystem : i would be happy to help you. the [restaurant_name]is a [value_food] restaurant located in the [value_area] of town. would you like the address?", + "belief : restaurant name = la margheritasystem : i would be happy to help you. the [restaurant_name]is a [value_food] restaurant located in the [value_area] of town. would you like the address?", + "belief : restaurant name = la margheritasystem : i would be happy to help you. the [restaurant_name]is a [value_food] restaurant located in the [value_area] of town. would you like the address?" + ], + [ + "belief : restaurant name = la margheritasystem : you are welcome. thank you for calling.", + "belief : restaurant name = la margheritasystem : you are welcome. thank you for calling.", + "belief : restaurant name = la margheritasystem : you are welcome. thank you for calling.", + "belief : restaurant name = la margheritasystem : you are welcome. thank you for calling.", + "belief : restaurant name = la margheritasystem : you are welcome. thank you for calling." + ], + [ + "belief : restaurant food = chinese ; area = centresystem : i have found [value_count]restaurant -s in the [value_area] part of town. would you prefer [value_food] or [value_food] food?", + "belief : restaurant food = chinese ; area = centresystem : i have found [value_count]restaurant -s in the [value_area] part of town. would you prefer [value_food] or [value_food] food?", + "belief : restaurant food = chinese ; area = centresystem : i have found [value_count]restaurant -s in the [value_area] part of town. would you prefer [value_food] or [value_food] food?", + "belief : restaurant food = chinese ; area = centresystem : i have found [value_count]restaurant -s in the [value_area] part of town. would you prefer [value_food] or [value_food] food?", + "belief : restaurant food = chinese ; area = centresystem : i have found [value_count]restaurant -s in the [value_area] part of town. would you prefer [value_food] or [value_food] food?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet your specification. do you have a preference of the cuisine", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet your specification. do you have a preference of the cuisine", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet your specification. do you have a preference of the cuisine", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet your specification. do you have a preference of the cuisine", + "belief : restaurant food = chinese ; pricerange = expensive ; area = centresystem : i have [value_count]restaurant -s that meet your specification. do you have a preference of the cuisine" + ], + [ + "belief : restaurant name = restaurant one seven | booking day = friday ; people = 3system : time = 15:45system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant name = restaurant one seven | booking day = friday ; people = 3system : time = 15:45system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant name = restaurant one seven | booking day = friday ; people = 3system : time = 15:45system : restaurant food = chinesesystem : your booking was successful.", + "belief : restaurant name = restaurant one seven | booking day = friday ; people = 3system : time = 15:45system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant name = restaurant one seven | booking day = friday ; people = 3system : time = 15:45system : restaurant food = chinesesystem : your booking was successful." + ], + [ + "belief : restaurant name = chinese restaurant 3", + "belief : restaurant name = chinese restaurant name = pricerange = 15:45 ; area = centresystem : goodbye", + "belief : restaurant name = chinese restaurant name = 15:45", + "belief : restaurant name = chinese restaurant 3", + "belief : restaurant name = chinese restaurant 3" + ], + [ + "belief : hotel area = centre ; pricerange = cheapsystem : i was able to find the [hotel_name], myself.", + "belief : hotel area = centre ; pricerange = cheapsystem : i was able to find the [hotel_name], myself.", + "belief : hotel area = centre ; pricerange = cheapsystem : i was able to find the [hotel_name], myself.", + "belief : hotel area = centre ; pricerange = cheapsystem : i was able to find the [hotel_name], myself.", + "belief : hotel area = centre ; pricerange = cheapsystem : i was able to find the [hotel_name], myself." + ], + [ + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0 ; type = hotelsystem : the [hotel_name]is lovely, and they have", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0 ; type = hotelsystem : the [hotel_name]is lovely, and they have", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0 ; type = hotelsystem : the [hotel_name]is lovely, and they have", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0 ; type = hotelsystem : the [hotel_name]is lovely, and they have", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0 ; type = hotelsystem : the [hotel_name]is lovely, and they have" + ], + [ + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0system : is there anything else i can do for you today?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0system : is there anything else i can do for you today?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0system : is there anything else i can do for you today?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0system : is there anything else i can do for you today?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheap ; stars = 0system : is there anything else i can do for you today?" + ], + [ + "belief : hotel area = centre parking = yes ; pricerange = cheap ; stars = 0system : goodbye", + "belief : hotel area = centre parking = yes ; pricerange = cheap ; stars = 0system : goodbye", + "belief : hotel area = centre parking = yes ; pricerange = cheap ; stars = 0system : goodbye", + "belief : hotel area = centre parking = yes ; pricerange = cheap ; stars = 0system : goodbye", + "belief : hotel area = centre parking = yes ; pricerange = cheap ; stars = 0system : goodbye" + ], + [ + "belief :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : goodbye.", + "belief : goodbye.", + "belief : end", + "belief : end", + "belief : goodbye." + ], + [ + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre" + ], + [ + "belief : train leaveat = 03:00 ; departure = cambridgesystem : where are you departing from, please?", + "belief : train leaveat = 03:00 ; departure = cambridgesystem : where are you departing from, please?", + "belief : train leaveat = 03:00 ; departure = cambridgesystem : where are you departing from, please?", + "belief : train leaveat = 03:00 ; departure = cambridgesystem : where are you departing from, please?", + "belief : train leaveat = 03:00 ; departure = cambridgesystem : where are you departing from, please?" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 23:00 ; departure = london kings crosssystem : are you departing from [value_place]station?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 23:00 ; departure = london kings crosssystem : are you departing from [value_place]station?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 23:00 ; departure = london kings crosssystem : are you departing from [value_place]station?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 23:00 ; departure = london kings crosssystem : are you departing from [value_place]station?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 23:00 ; departure = london kings crosssystem : are you departing from [value_place]station?" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 23:00 ; departure = london kings crosssystem : great, i have got a train that leaves at [value_time]", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 23:00 ; departure = london kings crosssystem : great, i have many options for you depending on the", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 23:00 ; departure = london kings crosssystem : great, i have many options for you depending on the", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 23:00 ; departure = london kings crosssystem : great, i have got a train that leaves at [value_time]", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 23:00 ; departure = london kings crosssystem : great, i have many options for you depending on the" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : how about train [train_id]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : how about train [train_id]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : departure = london kings crosssystem : arriveby = nonesystem :", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : departure = london kings crosssystem : how about train [train_id]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : departure = london kings crosssystem : how about train [train_id]?" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00" + ], + [ + "belief : train destination = cambridgeuseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruser", + "belief : train destination = cambridgeuseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruser", + "belief : train destination = cambridge destination = none", + "belief : train destination = cambridge destination = none", + "belief : train destination = cambridge destination = none" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensivesystem : there is [value_count][value_food] restaurant in the [value_area], [restaurant_name]. would you like the address and phone number?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there is [value_count][value_food] restaurant in the [value_area], [restaurant_name]. would you like the address and phone number?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there is [value_count][value_food] restaurant in the [value_area], [restaurant_name]. would you like the address and phone number?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there is [value_count][value_food] restaurant in the [value_area], [restaurant_name]. would you like the address and phone number?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there is [value_count][value_food] restaurant in the [value_area], [restaurant_name]. would you like the address and phone number?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = dont care | booking day = saturday ; people = 3 ; time = 14:00system : i was unable to book that, would you like me to try something else?", + "belief : restaurant food = chinese ; pricerange = expensive ; area = dont care | booking day = saturday ; people = 3 ; time = 14:00system : i was unable to book that, would you like me to try something else?", + "belief : restaurant food = chinese ; pricerange = expensive ; area = dont care | booking day = saturday ; people = 3 ; time = 14:00system : i was unable to book that, would you like me to try something else?", + "belief : restaurant food = chinese ; pricerange = expensive ; area = dont care | booking day = saturday ; people = 3 ; time = 14:00system : i was unable to book that, would you like me to try something else?", + "belief : restaurant food = chinese ; pricerange = expensive ; area = dont care | booking day = saturday ; people = 3 ; time = 14:00system : i was unable to book that, would you like me to try something else?" + ], + [ + "belief : restaurant name = jinling noodle bar | booking day = saturday ; people = 3 ; time = 14:00system :", + "belief : restaurant name = jinling noodle bar | booking day = saturday ; people = 3 ; time = 14:00system :", + "belief : restaurant name = jinling noodle bar | booking day = saturday ; people = 3 ; time = 14:00system :", + "belief : restaurant name = jinling noodle bar | booking day = saturday ; people = 3 ; time = 14:00system :", + "belief : restaurant name = jinling noodle bar | booking day = saturday ; people = 3 ; time = 14:00system :" + ], + [ + "belief : restaurant name = restaurant name =kanthus", + "belief : restaurant name = restaurant name = jinling noodle bar | booking day = saturday ; people = 3system :", + "belief : restaurant name = restaurant name =kanthus", + "belief : restaurant name = restaurant name =kanthus", + "belief : restaurant name = restaurant name =kanthus" + ], + [ + "belief : restaurant name = chinese restaurant | booking day = saturday ; people = 3", + "belief : restaurant name = chinese restaurant name = [train_id]", + "belief : restaurant name = chinese restaurant name = 03: 14:", + "belief : restaurant name = chinese restaurant name = [train_id]", + "belief : restaurant name = chinese restaurant name =info | booking day = saturday ; people = 3" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : i can recommend the [restaurant_name]. would you like their information?", + "belief : restaurant pricerange = expensive ; area = centresystem : i can recommend the [restaurant_name]. would you like their information?", + "belief : restaurant pricerange = expensive ; area = centresystem : i can recommend the [restaurant_name]. would you like their information?", + "belief : restaurant pricerange = expensive ; area = centresystem : i can recommend the [restaurant_name]. would you like their information?", + "belief : restaurant pricerange = expensive ; area = centresystem : i can recommend the [restaurant_name]. would you like their information?" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : i recommend [restaurant_name].", + "belief : restaurant pricerange = expensive ; area = centresystem : i recommend [restaurant_name]. it is an [value_food] restaurant that looks like the least [value_pricerange] option available. it is located in the [value_area] of town.", + "belief : restaurant pricerange = expensive ; area = centresystem : i recommend [restaurant_name].", + "belief : restaurant pricerange = expensive ; area = centresystem : i recommend [restaurant_name].", + "belief : restaurant pricerange = expensive ; area = centresystem : i recommend [restaurant_name]. it is an [value_food] restaurant that looks like the least [value_pricerange] option available. it is located in the [value_area] of town." + ], + [ + "belief : restaurant food = french ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : alright. i was able to make a reservation for [value_count]at [restaurant_name]. your reference number is [restaurant_reference].", + "belief : restaurant food = french ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : alright. i was able to make a reservation for [value_count]at [restaurant_name]. your reference number is [restaurant_reference].", + "belief : restaurant food = french ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : alright. i was able to make a reservation for [value_count]at [restaurant_name]. your reference number is [restaurant_reference].", + "belief : restaurant food = french ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : alright. i was able to make a reservation for [value_count]at [restaurant_name]. your reference number is [restaurant_reference].", + "belief : restaurant food = french ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8system : alright. i was able to make a reservation for [value_count]at [restaurant_name]. your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = dont care ; area = centre | booking day = wednesday ; people = 8system : goodbye", + "belief : restaurant food = dont care ; area = centre | booking day = wednesday ; people = 8system : goodbye", + "belief : restaurant food = dont care ; area = centre | booking day = wednesday ; people = 8system : goodbye", + "belief : restaurant food = dont care ; area = centre | booking day = wednesday ; people = 8system : goodbye", + "belief : restaurant food = dont care ; area = centre | booking day = wednesday ; people = 8system : goodbye" + ], + [ + "belief : restaurant food = restaurant food = dont care ; area = centre | booking day = wednesday", + "belief : restaurant food = restaurant food = dont care ; area = centre | booking day = wednesday", + "belief : restaurant food = restaurant food = dont care ; area = centre | booking day = wednesday", + "belief : restaurant food = restaurant food = dont care ; area = centre | booking day = wednesday", + "belief : restaurant food = restaurant food = dont care ; area = centre | booking day = wednesday" + ], + [ + "belief : restaurant name = restaurant Huntsville hotel name = restaurant | booking day = wednesday = 15:30 ; area = centre = centresystem : goodbye. goodbye.", + "belief : restaurant name = restaurant darrys cookhouse | booking day = wednesday ; people = 08:15", + "belief : restaurant name = restaurant Huntsville hotel name = restaurant | booking day = wednesday = 15:30 ; area = centre = centresystem : goodbye. goodbye.", + "belief : restaurant name = restaurant | booking day = wednesday ; people = 8 ; time = 15: goodbye", + "belief : restaurant name = restaurant Huntsville hotel name = restaurant | booking day = wednesday = 15:30 ; area = centre = centresystem : goodbye. goodbye." + ], + [ + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?" + ], + [ + "belief : hotel name = warkworth house ; area = east ; parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : i have the address and phone number for [hotel_name]. can i help you", + "belief : hotel name = warkworth house ; area = east ; parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : i have the address and phone number for [hotel_name]. can i help you", + "belief : hotel name = warkworth house ; area = east ; parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : i have the address and phone number for [hotel_name]. would you like me", + "belief : hotel name = warkworth house ; area = east ; parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : i have the address and phone number for [hotel_name]. can i help you", + "belief : hotel name = warkworth house ; area = east ; parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : i have the address and phone number for [hotel_name]. can i help you" + ], + [ + "belief : hotel name = warkworth house ; type = hotelsystem : great, i have got the [train_id] arriving [value_day]at [value_time]. would you like me to book that?", + "belief : hotel name = warkworth house ; type = hotelsystem : great, i have got the [train_id] arriving [value_day]at [value_time]. would you like me to book that?", + "belief : hotel name = warkworth house ; type = hotelsystem : great, i have got the [train_id] arriving [value_day]at [hotel_address]. would you like me to book that?", + "belief : hotel name = warkworth house ; type = hotelsystem : sure, would you like me to book you", + "belief : hotel name = warkworth house ; type = hotelsystem : great, i have got the [train_id] arriving [value_day]at [hotel_address]. would you like me to book that?" + ], + [ + "belief : hotel name = warkworth house ; type = hotelsystem : booking was unsuccessful. please book another day or a shorter stay", + "belief : hotel name = warkworth house ; type = hotelsystem : booking was unsuccessful. please book another day or a shorter stay", + "belief : hotel name = warkworth house ; type = hotelsystem : booking was unsuccessful. please book another day or a shorter stay", + "belief : hotel name = warkworth house ; type = hotelsystem : booking was unsuccessful. please book another day or a shorter stay", + "belief : hotel name = warkworth house ; type = hotelsystem : booking was unsuccessful. please book another day or a shorter stay" + ], + [ + "belief : hotel name = warkworth house ; type = hotel day = tuesdaysystem : goodbye", + "belief : hotel name = warkworth house ; type = hotel day = tuesdaysystem : goodbye", + "belief : hotel name = warkworth house ; type = hotel day = tuesdaysystem : goodbye", + "belief : hotel name = warkworth house ; type = hotel day = tuesdaysystem : goodbye", + "belief : hotel name = warkworth house ; type = hotel day = tuesdaysystem : goodbye" + ], + [ + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : i have found matching [value_count]hotel -s in that area. [hotel_name]is [value_count]stars and the other is [value_count]. do you have a preference?", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : i have found matching [value_count]hotel -s that fit your requirement -s. is there a specific area of the city you are looking to stay in?", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : i have found matching [value_count]hotel -s that fit your requirement -s. is there a specific area of the city you are looking to stay in?", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : i have found matching [value_count]hotel -s in that area. [hotel_name]is [value_count]stars and the other is [value_count]. do you have a preference?", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : i have found matching [value_count]hotel -s that fit your requirement -s. is there a specific area of the city you are looking to stay in?" + ], + [ + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : sure. i really enjoy the [hotel_name]. it s conveniently located in the town [value_area].", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : sure. i really enjoy the [hotel_name]. it s conveniently located in the town [value_area].", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : sure. i really enjoy the [hotel_name]. it s conveniently located in the town [value_area].", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : sure. i really enjoy the [hotel_name]. it s conveniently located in the town [value_area].", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : sure. i really enjoy the [hotel_name]. it s conveniently located in the town [value_area]." + ], + [ + "belief : hotel name = ashley hotel ; parking = yes ; pricerange = moderate ; stars = 2system :", + "belief : hotel name = ashley hotel ; parking = yes ; pricerange = moderate ; stars = 2system :", + "belief : hotel name = ashley hotel ; parking = yes ; pricerange = moderate ; stars = 2system :", + "belief : hotel name = ashley hotel ; parking = yes ; pricerange = moderate ; stars = 2system :", + "belief : hotel name = ashley hotel ; parking = yes ; pricerange = moderate ; stars = 2system :" + ], + [ + "belief : hotel name = ashley hotel ; parking = yes", + "belief : hotel name = ashley hotel ; parking = yes", + "belief : hotel name = ashley hotel ; parking = yes", + "belief : hotel name = ashley hotel ; parking = yes", + "belief : hotel name = ashley hotel ; parking = yes" + ], + [ + "belief : hotel name = ashley hotel ; parking = yes", + "belief : hotel name = ashley hotel ; parking = yes", + "belief : hotel name = ashley hotel ; parking = yes", + "belief : hotel name = ashley hotel ; parking = yes", + "belief : hotel name = ashley hotel ; parking = yes" + ], + [ + "belief : train leaveat = 18:30 ; day = fridaysystem : there are [value_count]entries found. where would you be coming from?", + "belief : train leaveat = 18:30 ; day = fridaysystem : there are [value_count]entries found. where would you be coming from?", + "belief : train leaveat = 18:30 ; day = fridaysystem : there are [value_count]entries found. where would you be coming from?", + "belief : train leaveat = 18:30 ; day = fridaysystem : there are [value_count]entries found. where would you be coming from?", + "belief : train leaveat = 18:30 ; day = fridaysystem : there are [value_count]entries found. where would you be coming from?" + ], + [ + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : you are all set. a [taxi_type]will pick you up and the contact number,", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : you are all set. a [taxi_type]will pick you up and the contact number,", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : you are all set. a [taxi_type]will pick you up and the contact number,", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : you are all set. a [taxi_type]will pick you up and the contact number,", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : you are all set. a [taxi_type]will pick you up and the contact number," + ], + [ + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system :", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system :", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system :", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system :", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenage | booking people = 8system :" + ], + [ + "belief : train leaveat [value_time]!", + "belief : train leaveat [value_time]!", + "belief : train leaveat [value_time]!", + "belief : train leaveat [value_time]!", + "belief : train leaveat [value_time]!" + ], + [ + "belief : restaurant food = indian ; pricerange = moderatesystem : there is [restaurant_name], and [restaurant_name], would either of those work for you?", + "belief : restaurant food = indian ; pricerange = moderatesystem : there is [restaurant_name], and [restaurant_name], would either of those work for you?", + "belief : restaurant food = indian ; pricerange = moderatesystem : there is [restaurant_name], and [restaurant_name], would either of those work for you?", + "belief : restaurant food = indian ; pricerange = moderatesystem : there is [restaurant_name], and [restaurant_name], would either of those work for you?", + "belief : restaurant food = indian ; pricerange = moderatesystem : there is [restaurant_name], and [restaurant_name], would either of those work for you?" + ], + [ + "belief : restaurant food = indian ; pricerange = moderate ; name = curry prince ; area = dont care | booking day = tuesday ; people = 7system : i am sorry, but the restaurant is fully booked. do you want to try another restaurant?", + "belief : restaurant food = indian ; pricerange = moderate ; name = curry prince ; area = dont care | booking day = tuesday ; people = 7system : i am sorry, but the restaurant is fully booked. do you want to try another restaurant?", + "belief : restaurant food = indian ; pricerange = moderate ; name = curry prince ; area = dont care | booking day = tuesday ; people = 7system : i am sorry, but the restaurant is fully booked. do you want to try another restaurant?", + "belief : restaurant food = indian ; pricerange = moderate ; name = curry prince ; area = dont care | booking day = tuesday ; people = 7system : i am sorry, but the restaurant is fully booked. do you want to try another restaurant?", + "belief : restaurant food = indian ; pricerange = moderate ; name = curry prince ; area = dont care | booking day = tuesday ; people = 7system : i am sorry, but the restaurant is fully booked. do you want to try another restaurant?" + ], + [ + "belief : restaurant food = indian ; area = dont care | booking day = tuesday ; people = 7system : goodbye.", + "belief : restaurant food = indian ; area = dont care | booking day = tuesday ; people = 7system : goodbye.", + "belief : restaurant food = indian ; area = dont care | booking day = tuesday ; people = 7system : goodbye.", + "belief : restaurant food = indian ; area = dont care | booking day = tuesday ; people = 7system : goodbye.", + "belief : restaurant food = indian ; area = dont care | booking day = tuesday ; people = 7system : goodbye." + ], + [ + "belief : train destination = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : there are [value_count]trains leaving [value_place]for [value_place] [value_day] [value_day]at [value_time]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : there are [value_count]trains leaving [value_place]for [value_place] [value_day] [value_day]at [value_time]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : there are [value_count]trains leaving [value_place]for [value_place] [value_day] [value_day]at [value_time]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : there are [value_count]trains leaving [value_place]for [value_place] [value_day] [value_day]at [value_time]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : there are [value_count]trains leaving [value_place]for [value_place] [value_day] [value_day]at [value_time]. each will take [value_count]minutes. is there a specific time you would prefer to depart?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system :", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system :", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system :", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system :", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system :" + ], + [ + "belief : train destination = cambridge day = saturday ; arriveby = 12:30", + "belief : train destination = cambridge day = saturday ; arriveby = 12:30", + "belief : train destination = cambridge day = saturday ; arriveby = 12:30", + "belief : train destination = cambridge day = saturday ; arriveby = 12:30", + "belief : train destination = cambridge day = saturday ; arriveby = 12:30" + ], + [ + "belief : train destination = none ; departure = kings lynnsystem : i would be happy to help with your request, to narrow it down where is your departure site and what time do you want to arrive?", + "belief : train destination = none ; departure = kings lynnsystem : i would be happy to help with your request, to narrow it down where is your departure site and what time do you want to arrive?", + "belief : train destination = none ; departure = kings lynnsystem : i would be happy to help with your request, to narrow it down where is your departure site and what time do you want to arrive?", + "belief : train destination = none ; departure = kings lynnsystem : i would be happy to help with your request, to narrow it down where is your departure site and what time do you want to arrive?", + "belief : train destination = none ; departure = kings lynnsystem : i would be happy to help with your request, to narrow it down where is your departure site and what time do you want to arrive?" + ], + [ + "belief : train destination = cambridge ; departure = kings lynnsystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train destination = cambridge ; departure = kings lynnsystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train destination = cambridge ; departure = kings lynnsystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train destination = cambridge ; departure = kings lynnsystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train destination = cambridge ; departure = kings lynnsystem : i have several trains that meet that criteria, where are you departing from?" + ], + [ + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : okay, i have got a train leaving at [value_time]and arriving at [value_time]", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : okay, i have got a train leaving at [value_time]and arriving at [value_time]", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : okay, i have got a train leaving at [value_time]and arriving at [value_time]", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : okay, i have got a train leaving at [value_time]and arriving at [value_time]", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : okay, i have got a train leaving at [value_time]and arriving at [value_time]" + ], + [ + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many tickets do you need?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many tickets do you need?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many tickets do you need?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many tickets do you need?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many tickets do you need?" + ], + [ + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday" + ], + [ + "belief : hotel pricerange = expensive ; internet = yessystem : i have many options for you. i have [value_count]hotel and the other [value_count]are guesthouses. do you have a preference to area or price range?", + "belief : hotel pricerange = expensive ; internet = yessystem : i have many options for you. all are in the [value_pricerange] to [value_pricerange] range. do you have any further requirement -s?", + "belief : hotel pricerange = expensive ; internet = yessystem : i have many options for you. all are in the [value_pricerange] to [value_pricerange] range. do you have any further requirement -s?", + "belief : hotel pricerange = expensive ; internet = yessystem : i have the [hotel_name]with internet and parking. would you like me to book that for you?", + "belief : hotel pricerange = expensive ; internet = yessystem : i have many options for you. i have [value_count]hotel and the other [value_count]are guesthouses. do you have a preference to area or price range?" + ], + [ + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses all in the [value_pricerange] price range. would you", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses all in the [value_pricerange] price range. would you", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses all in the [value_pricerange] price range. would you", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses all in the [value_pricerange] price range. would you", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]guesthouses all in the [value_pricerange] price range. would you" + ], + [ + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem : okay, then, enjoy your stay.", + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem : nicesystem : okay, then, enjoy your stay!", + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem : nicesystem : how many stars = 1system :", + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem : nicesystem : how many people = 1system :", + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem : okay, then, enjoy your stay." + ], + [ + "belief : hotel pricerange = cheap internet = yes", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap internet = yes" + ], + [ + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap" + ], + [ + "belief : hotel name = finches bed and breakfast", + "belief : hotel name = finches bed and breakfast", + "belief : hotel name = finches bed and breakfast", + "belief : hotel name = finches bed and breakfast", + "belief : hotel name = finches bed and breakfast" + ], + [ + "belief : hotel name = finches bed and breakfast", + "belief : hotel name = finches bed and breakfast", + "belief : hotel name = finches bed and breakfast", + "belief : hotel name = finches bed and breakfast", + "belief : hotel name = finches bed and breakfast" + ], + [ + "belief : hotel name = finches bed and breakfast and breakfast", + "belief : hotel name = finches bed and breakfast and breakfast", + "belief : hotel name = finches bed and breakfast and breakfast", + "belief : hotel name = finches bed and breakfast and breakfast", + "belief : hotel name = finches bed and breakfast" + ], + [ + "belief : hotel name = alexander bed and breakfast | booking day = tuesday ; people = none ; stay = 4system : booking was successful.", + "belief : hotel name = alexander bed and breakfast | booking day = tuesday ; people = none ; stay = 4system : booking was successful.", + "belief : hotel name = alexander bed and breakfast | booking day = tuesday ; people = none ; stay = 4system : booking was successful.", + "belief : hotel name = alexander bed and breakfast | booking day = tuesday ; people = none ; stay = 4system : booking was successful.", + "belief : hotel name = alexander bed and breakfast | booking day = tuesday ; people = none ; stay = 4system : booking was successful." + ], + [ + "belief : hotel name = alexander bed and breakfast | booking day = tuesday ; people = none ; stay = 3system : booked at [hotel_name]. enjoy your stay. goodbye.", + "belief : hotel name = alexander bed and breakfast|el shaddai | booking day = tuesday ; people = none ; stay = 3system : okay. enjoy your stay. enjoy your stay. enjoy your stay.", + "belief : hotel name = alexander bed and breakfast | booking day = tuesday ; people = none ; stay = 3system : booked at [hotel_name]. enjoy your stay. enjoy your stay. enjoy your stay. enjoy your stay.", + "belief : hotel name = alexander bed and breakfast|el shaddai | booking day = tuesday ; people = none ; stay = 3system : thank you, goodbye.", + "belief : hotel name = alexander bed and breakfast | booking day = tuesday ; people = none ; stay = 3system : great!" + ], + [ + "belief : hotel pricerange = moderate ; internet = yessystem : there are [value_count]hotel -s that fit that criteria. what area of the city would you like to stay in?", + "belief : hotel pricerange = moderate ; internet = yessystem : there are [value_count]hotel -s that fit that criteria. what area of the city would you like to stay in?", + "belief : hotel pricerange = moderate ; internet = yessystem : there are [value_count]hotel -s that fit that criteria. is there a specific area you would like to stay in?", + "belief : hotel pricerange = moderate ; internet = yessystem : there are [value_count]hotel -s that fit that criteria. is there a specific area you would like to stay in?", + "belief : hotel pricerange = moderate ; internet = yessystem : there are [value_count]hotel -s that fit that criteria. is there a specific area you would like to stay in?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : how about the [hotel_name]? it s a [value_count]", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : how about the [hotel_name]? it s a [value_count]", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : how about the [hotel_name]? it s a [value_count]", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : how about the [hotel_name]? it s a [value_count]", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : how about the [hotel_name]? it s a [value_count]" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : booking people = 1system : goodbye.", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : booking people = 1system : goodbye.", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : booking people = 1system : goodbye.", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : booking people = 1system : goodbye.", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : booking people = 1system : goodbye." + ], + [ + "belief : hotel parking = yes ; pricerange = moderate", + "belief : hotel parking = yes ; pricerange = moderate", + "belief : hotel parking = yes ; pricerange = moderate", + "belief : hotel parking = yes ; pricerange = moderate", + "belief : hotel parking = yes ; pricerange = moderate" + ], + [ + "belief : hotel type = hotel parking = moderate ; stars = internet = yes", + "belief : hotel type = hotel parking = moderate ; stars = internet = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel type = hotel parking = moderate ; stars = internet = yes" + ], + [ + "belief : hotel parking = yes, goodbye!", + "belief : hotel parking = yes, goodbye!", + "belief : hotel parking = yes, goodbye!", + "belief : hotel parking = yes, goodbye!", + "belief : hotel parking = yes, goodbye!" + ], + [ + "belief : hotel parking = yes ; pricerange = expensivesystem : i have found [value_count]hotel -s that meet those requirement -s. do you have any other preferences?", + "belief : hotel parking = yes ; pricerange = expensivesystem : i have found [value_count]hotel -s that meet those requirement -s. do you have any other preferences?", + "belief : hotel parking = yes ; pricerange = expensivesystem : i have found [value_count]hotel -s that meet those requirement -s. do you have any other preferences?", + "belief : hotel parking = yes ; pricerange = expensivesystem : i have found [value_count]hotel -s that meet those requirement -s. do you have any other preferences?", + "belief : hotel parking = yes ; pricerange = expensivesystem : i have found [value_count]hotel -s that meet those requirement -s. do you have any other preferences?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i found the [hotel_name]hotel in the [value_area] part of town. would", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i found the [hotel_name]hotel in the [value_area] part of town. would", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i found the [hotel_name]hotel in the [value_area] part of town. would", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i found the [hotel_name]hotel in the [value_area] part of town. would", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i found the [hotel_name]hotel in the [value_area] part of town. would" + ], + [ + "belief : hotel name = huntingdon marriott hotel ; parking = yes ; pricerange = expensivesystem : the phone number is [hotel_phone].", + "belief : hotel name = huntingdon marriott hotel ; parking = yes ; pricerange = expensivesystem : the phone number is [hotel_phone].", + "belief : hotel name = huntingdon marriott hotel ; parking = yes ; pricerange = expensivesystem : the phone number is [hotel_phone].", + "belief : hotel name = huntingdon marriott hotel ; parking = yes ; pricerange = expensivesystem : the phone number is [hotel_phone].", + "belief : hotel name = huntingdon marriott hotel ; parking = yes ; pricerange = expensivesystem : the phone number is [hotel_phone]." + ], + [ + "belief : hotel name = huntingdon marriott hotel parking = yes ; area = dont caresystem : goodbye.", + "belief : hotel name = huntingdon marriott hotel parking = yessystem : goodbye.", + "belief : hotel name = huntingdon marriott hotel parking = yessystem : goodbye.", + "belief : hotel name = huntingdon marriott hotel parking = yessystem : goodbye.", + "belief : hotel name = huntingdon marriott hotel parking = yes ; area = dont caresystem : goodbye." + ], + [ + "belief : restaurant name = restaurant one seven | booking day = friday ; people = 3 ; time = 20:30system : i have booked you at [restaurant_name]for [value_count]people on [value_day]at [value_time], your reference number is [restaurant_reference]. is there anything else i can help you with?", + "belief : restaurant name = restaurant one seven | booking day = sunday ; people = 5 ; time = 12:15system : i can help you book there, but first i'll need to know your location.", + "belief : restaurant name = restaurant one seven | booking day = sunday ; people = 5 ; time = 12:15system : i can help you book there, if you would like.", + "belief : restaurant name = restaurant one seven | booking day = friday ; people = 3 ; time = 20:30system : i have booked you at [restaurant_name]for [value_count]people on [value_day]at [value_time], your reference number is [restaurant_reference]. is there anything else i can help you with?", + "belief : restaurant name = restaurant one seven | booking day = friday ; people = 3 ; time = 20:30system : i have booked you at [restaurant_name]for [value_count]people on [value_day]at [value_time], your reference number is [restaurant_reference]. is there anything else i can help you with?" + ], + [ + "belief : restaurant name = restaurant alimentum ; area = centresystem : okay. thank you for calling.", + "belief : restaurant name = restaurant alimentum ; area = centresystem : okay. thank you for calling.", + "belief : restaurant name = restaurant alimentum ; area = centresystem : okay. thank you for calling.", + "belief : restaurant name = restaurant alimentum ; area = centresystem : okay. thank you for calling.", + "belief : restaurant name = restaurant alimentum ; area = centresystem : okay. thank you for calling." + ], + [ + "belief : restaurant food = this ; area = centresystem : i have nothing available meeting your request, would you like to try another type of cuisine or area of town?", + "belief : restaurant food = gastronomy ; area = centresystem : i have nothing available meeting your request, would you like to try another type of cuisine or area of town?", + "belief : restaurant food = this ; area = centresystem : i have nothing available meeting your request, would you like to try another type of cuisine or area of town?", + "belief : restaurant food = this ; area = centresystem : i have nothing available meeting your request, would you like to try another type of cuisine or area of town?", + "belief : restaurant food = this ; area = centresystem : i have nothing available meeting your request, would you like to try another type of cuisine or area of town?" + ], + [ + "belief : restaurant food = gastropub ; pricerange = moderate ;", + "belief : restaurant food = gastropub ; pricerange = moderate ;", + "belief : restaurant food = gastropub ; pricerange = moderate ;", + "belief : restaurant food = gastropub ; pricerange = moderate ;", + "belief : restaurant food = gastropub ; pricerange = moderate ;" + ], + [ + "belief : restaurant food = gastropub ; area = centresystem : yes gastropubsystem : yes.", + "belief : restaurant food = gastropub ; area = centresystem : yes gastropubsystem : yes gastropub food = type = restaurant food = restaurantsystem : yes", + "belief : restaurant food = gastropub ; area = centresystem : yes gastropubsystem : yes gastropub food = type = restaurant food = restaurantsystem : yes", + "belief : restaurant food = gastropub ; area = centresystem : yes gastropubsystem : yes gastropub food = this", + "belief : restaurant food = gastropub ; area = centresystem : yes gastropubsystem : yes gastropub food = type = restaurant food = restaurantsystem : yes" + ], + [ + "belief : restaurant food = gastropub ; pricerange = moderate ; area = centresystem : yes", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : gastropubsystem : yes gastropub", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : gastropubsystem : yes gastropub", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : sure.", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : sure." + ], + [ + "belief : restaurant food = gastropub", + "belief : restaurant food = international ; type = gastropub", + "belief : restaurant food = international ; type = gastropub", + "belief : restaurant food = international ; type = gastropub", + "belief : restaurant food = gastropub" + ], + [ + "belief : restaurant food = indian ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the price range you are looking for?", + "belief : restaurant food = indian ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the price range you are looking for?", + "belief : restaurant food = indian ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the price range you are looking for?", + "belief : restaurant food = indian ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the price range you are looking for?", + "belief : restaurant food = indian ; area = centresystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the price range you are looking for?" + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s in the [value_pricerange] price range and [value_area] area. what price range would you like?", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s in the [value_pricerange] price range and [value_area] area. what price range would you like?", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s in the [value_pricerange] price range and [value_area] area. what price range would you like?", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s in the [value_pricerange] price range and [value_area] area. what price range would you like?", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s in the [value_pricerange] price range and [value_area] area. what price range would you like?" + ], + [ + "belief : restaurant food = indian ; area = centre | booking day = saturday ; people = 7system : booking time = 12:15system :", + "belief : restaurant food = indian ; area = centre | booking day = saturday ; people = 7system : booking time = 12:15system :", + "belief : restaurant food = indian ; area = centre | booking day = saturday ; people = 7system : booking time = 12:15system :", + "belief : restaurant food = indian ; area = centre | booking day = saturday ; people = 7system : booking time = 12:15system :", + "belief : restaurant food = indian ; area = centre | booking day = saturday ; people = 7system : booking time = 12:15system :" + ], + [ + "belief : restaurant name = indian restaurant name = tandoori palace", + "belief : restaurant name = indian restaurant ; area = centre", + "belief : restaurant name = indian restaurant ; area = centre", + "belief : restaurant name = indian restaurant ; area = centre", + "belief : restaurant name = indian restaurant ; area = centre" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : you might enjoy [hotel_name]. it s a boat.", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : you might enjoy [hotel_name]. it s a boat.", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : you might enjoy [hotel_name]. it s a boat.", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : you might enjoy [hotel_name]. it s a boat.", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : you might enjoy [hotel_name]. it s a boat." + ], + [ + "belief : hotel area = north ; parking = yes ; internet = yes ; type = guesthousesystem : i have found several guesthouses, were you looking for something with free wifi?", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s in the [value_area] that meet that criteria.", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s in the [value_area] that meet that criteria.", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s in the [value_area] that fit your requirement -", + "belief : hotel area = north ; parking = yes ; internet = yes ; type = guesthousesystem : i have found several guesthouses, do you have any preferences to price or area?" + ], + [ + "belief : hotel area = north ; parking = yes ;", + "belief : hotel area = north ; parking = yes ;", + "belief : hotel area = north ; parking = yes ;", + "belief : hotel area = north ; parking = yes ;", + "belief : hotel area = north ; parking = yes ;" + ], + [ + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : do you want booking day = thursday", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : do you want booking day = thursday", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : do you want booking day = thursday", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : do you want booking day = thursday", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : do you want a room" + ], + [ + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : goodbye", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : goodbye", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : goodbye", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : goodbye", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : goodbye" + ], + [ + "belief : hotel type = guesthouse = north ; parking = yes ; internet = yes ; type = guesthouse = nonesystem : goodbye", + "belief : hotel type = guesthouse", + "belief : hotel type = guesthouse", + "belief : hotel type = guesthouse = north ; parking = yes ; internet = yes ; type = guesthouse = nonesystem : goodbye", + "belief : hotel type = guesthouse = north ; parking = yes ; internet = yes ; type = guesthouse = nonesystem : goodbye" + ], + [ + "belief : hotel type = guesthouse", + "belief : hotel type = guesthouse", + "belief : hotel type = guesthouse", + "belief : hotel type = guesthouse", + "belief : hotel type = guesthouse = north" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : train day = friday ; departure = leicestersystem : ok, what time do you want to leave?", + "belief : train day = friday ; departure = leicestersystem : ok, what time do you want to leave?", + "belief : train day = friday ; departure = leicestersystem : ok, what time do you want to leave?", + "belief : train day = friday ; departure = leicestersystem : ok, what time do you want to leave?", + "belief : train day = friday ; departure = leicestersystem : ok, what time do you want to leave?" + ], + [ + "belief : train leaveat = 12:15 ; day = friday ; departure = leicestersystem : what is your destination?", + "belief : train leaveat = 12:15 ; day = friday ; departure = leicestersystem : there is a train leaving [value_place]for [value_place]at [value_time]on [value_day]. would you like me to book it for you?", + "belief : train leaveat = 12:15 ; day = friday ; departure = leicestersystem : what is your destination?", + "belief : train leaveat = 12:15 ; day = friday ; departure = leicestersystem : what is your destination?", + "belief : train leaveat = 12:15 ; day = friday ; departure = leicestersystem : what is your destination?" + ], + [ + "belief : train leaveat = 12:15 ; destination = cambridge ; departure = leicestersystem : okay, i have many options. do you have a day preference?", + "belief : train leaveat = 12:15 ; destination = cambridge ; departure = leicestersystem : okay, i have many options. do you have a day preference?", + "belief : train leaveat = 12:15 ; destination = cambridge ; departure = leicestersystem : okay, i have many options. do you have a day preference?", + "belief : train leaveat = 12:15 ; destination = cambridge ; departure = leicestersystem : okay, i have many options. do you have a day preference?", + "belief : train leaveat = 12:15 ; destination = cambridge ; departure = leicestersystem : okay, i have many options. do you have a day preference?" + ], + [ + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : train leaveat destination = cambridgeuseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruser", + "belief : train leaveat destination = cambridgeuseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruser", + "belief : train leaveat destination = cambridgeuseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruser", + "belief : train leaveat destination = cambridgeuseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruser", + "belief : train leaveat destination = cambridgeuseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruser" + ], + [ + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : what time would you like to leave?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : what time would you like to leave?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : what time would you like to leave?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : what time would you like to leave?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : what time would you like to leave?" + ], + [ + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : your booking is complete. the taxi is a [taxi_type]. contact number [taxi_phone].", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : your booking is complete. the taxi is a [taxi_type]. contact number [taxi_phone].", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : your booking is complete. the taxi is a [taxi_type]. contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : you are more than welcome! enjoy your ride! goodbye!", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : you are more than welcome! enjoy your ride! goodbye!", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : you are more than welcome! enjoy your ride! goodbye!", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : you are more than welcome! enjoy your ride! goodbye!", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : you are more than welcome! enjoy your ride! goodbye!" + ], + [ + "belief : taxi leave", + "belief : taxi leave", + "belief : taxi leave", + "belief : taxi leave", + "belief : taxi leave" + ], + [ + "belief : restaurant food = african ; pricerange = moderatesystem : i am sorry but there are no restaurant -s serving afghan food.", + "belief : restaurant food = african ; pricerange = moderatesystem : i am sorry but there are no restaurant -s serving afghan food.", + "belief : restaurant food = african ; pricerange = moderatesystem : i am sorry but there are no restaurant -s serving afghan food.", + "belief : restaurant food = african ; pricerange = moderatesystem : i am sorry but there are no restaurant -s serving afghan food.", + "belief : restaurant food = african ; pricerange = moderatesystem : i am sorry but there are no restaurant -s serving afghan food." + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderate ; name = none ; area = nonesystem : there are no asian restaurant -s.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; name = none ; area = nonesystem : there are no asian restaurant -s.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; name = none ; area = nonesystem : there are no asian restaurant -s.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; name = none ; area = nonesystem : there are no asian restaurant -s.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; name = none ; area = nonesystem : there are no asian restaurant -s." + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderate ; name = asian restaurant 6 ; area = centresystem : 14system : your booking was successful.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; name = asian restaurant 6 ; area = centresystem : 14system : your booking was successful.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; name = asian restaurant 6 ; area = centresystem : 14system : your booking was successful.", + "belief : restaurant food = asian oriental ; pricerange = moderate ; name = asian restaurant 6 ; area = centresystem : goodbye", + "belief : restaurant food = asian oriental ; pricerange = moderate ; name = asian restaurant 6 ; area = centresystem : goodbye" + ], + [ + "belief : restaurant food = asian restaurant food = asian restaurant name = royal standard", + "belief : restaurant food = asian restaurant food = asian restaurant name = royal standard", + "belief : restaurant food = asian restaurant food = asian restaurant name = royal standard", + "belief : restaurant food = asian restaurant food = asian restaurant name = royal standard", + "belief : restaurant food = asian restaurant food = asian restaurant name = royal standard" + ], + [ + "belief : restaurant food = asian food = asian restaurant name = royal standard", + "belief : restaurant food = asian food = asian restaurant name = royal standard", + "belief : restaurant food = asian food = asian restaurant name = royal standard", + "belief : restaurant food = asian food = asian restaurant name = royal standard", + "belief : restaurant food = asian food = asian restaurant name = royal standard" + ], + [ + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : i can look that up, where would you like to leave from?", + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : i can look that up, where would you like to leave from?", + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : i can look that up, where would you like to leave from?", + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : i can look that up, where would you like to leave from?", + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : i can look that up, where would you like to leave from?" + ], + [ + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : you are booked for a [taxi_type]with the contact number [taxi_phone].", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : you are booked for a [taxi_type]with the contact number [taxi_phone].", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : you are booked for a [taxi_type]with the contact number [taxi_phone].", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : you are booked for a [taxi_type]with the contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : you are welcome. enjoy your stay! goodbye!", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : you are welcome. enjoy your stay! goodbye!", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : you are welcome. enjoy your stay! goodbye!", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : you are welcome. enjoy your stay! goodbye!", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : you are welcome. enjoy your stay! goodbye!" + ], + [ + "belief : taxi leaveat = 13:45 ; departure = royal spicesystem : i can certainly help you with that. what is your destination?", + "belief : taxi leaveat = 13:45 ; departure = royal spicesystem : i can certainly help you with that. what is your destination?", + "belief : taxi leaveat = 13:45 ; departure = royal spicesystem : i can certainly help you with that. what is your destination?", + "belief : taxi leaveat = 13:45 ; departure = royal spicesystem : i can certainly help you with that. what is your destination?", + "belief : taxi leaveat = 13:45 ; departure = royal spicesystem : i can certainly help you with that. what is your destination?" + ], + [ + "belief : taxi destination = kirkwood house ; departure = royal spice ; arriveby = 13:45system : you are booked. you will be picked up in a [taxi_type], the contact number is [taxi_phone]. is there anything else i can do for you?", + "belief : taxi destination = kirkwood house ; departure = royal spice ; arriveby = 13:45system : you are booked. you will be picked up in a [taxi_type], the contact number is [taxi_phone]. is there anything else i can do for you?", + "belief : taxi destination = kirkwood house ; departure = royal spice ; arriveby = 13:45system : you are booked. you will be picked up in a [taxi_type], the contact number is [taxi_phone]. is there anything else i can do for you?", + "belief : taxi destination = kirkwood house ; departure = royal spice ; arriveby = 13:45system : you are booked. you will be picked up in a [taxi_type], the contact number is [taxi_phone]. is there anything else i can do for you?", + "belief : taxi destination = kirkwood house ; departure = royal spice ; arriveby = 13:45system : you are booked. you will be picked up in a [taxi_type], the contact number is [taxi_phone]. is there anything else i can do for you?" + ], + [ + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal spicesystem : you are very welcome. is there anything else i can help you with today?", + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal spicesystem : you are very welcome. is there anything else i can help you with today?", + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal spicesystem : you are very welcome. is there anything else i can help you with today?", + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal spicesystem : you are very welcome. is there anything else i can help you with today?", + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal spicesystem : you are very welcome. is there anything else i can help you with today?" + ], + [ + "belief : restaurant food = asian oriental ; area = centresystem : there are no asian restaurant -s in the [value_area] of town. would you like me to check another area?", + "belief : restaurant food = asian oriental ; area = centresystem : yes, there are a few. can i recommend [restaurant_name]. would you like me to book that for you?", + "belief : restaurant food = asian oriental ; area = centresystem : yes, there are a few. can i recommend [restaurant_name]. would you like me to book that for you?", + "belief : restaurant food = asian oriental ; area = centresystem : yes, there are a few. can i recommend [restaurant_name]. would you like me to book that for you?", + "belief : restaurant food = asian oriental ; area = centresystem : yes, there are a few. can i recommend [restaurant_name]. would you like me to book that for you?" + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : how about the [restaurant_name]restaurant?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : how about the [restaurant_name]restaurant?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : how about the [restaurant_name]restaurant?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : how about the [restaurant_name]restaurant?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : how about the [restaurant_name]restaurant?" + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : what time would you like to dine?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : what time would you like to dine?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : what time would you like to dine?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : what time would you like to dine?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : what time would you like to dine?" + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : booking day = saturday ; people = 4system :", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : booking day = saturday ; people = 4system :", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : booking day = saturday ; people = 4system :", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : booking day = saturday ; people = 4system :", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : booking day = saturday ; people = 4system :" + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centre" + ], + [ + "belief : restaurant pricerange = expensive ; area = southsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = southsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = southsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = southsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = southsystem : what type of food are you looking for?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : [restaurant_name]!", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : [restaurant_name]!", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : [restaurant_name]!", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : [restaurant_name]!", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : [restaurant_name]!" + ], + [ + "belief : restaurant pricerange = expensive ; area = southsystem : goodbye", + "belief : restaurant pricerange = expensive ; area = southsystem : goodbye", + "belief : restaurant pricerange = expensive ; area = southsystem : goodbye", + "belief : restaurant pricerange = expensive ; area = southsystem : goodbye", + "belief : restaurant pricerange = expensive ; area = southsystem : goodbye" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : how many stars would you like?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : how many stars would you like?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : how many stars would you like?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : how many stars would you like?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : how many stars would you like?" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : there are [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : there are [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : there are [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : there are [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : there are [value_count]hotel -s that meet that criteria. is there a particular area you would like to stay in?" + ], + [ + "belief : hotel parking = yes ; internet = yes ;", + "belief : hotel parking = yes ; internet = yes ;", + "belief : hotel parking = yes ; internet = yes ;", + "belief : hotel parking = yes ; internet = yes ;", + "belief : hotel parking = yes ; internet = yes ;" + ], + [ + "belief : hotel parking = yes ; type = hotelsystem : hotel type = hotel", + "belief : hotel parking = yes ; type = hotelsystem : hotel type = hotel", + "belief : hotel parking = yes ; type = hotelsystem : hotel type = hotel", + "belief : hotel parking = yes ; type = hotelsystem : hotel type = hotel", + "belief : hotel parking = yes ; type = hotelsystem : hotel type = hotel" + ], + [ + "belief : hotel parking = yes ; type = hotel internet = hotel", + "belief : hotel parking = yes ; type = hotel internet = hotel", + "belief : hotel parking = yes ; type = hotel internet = hotel", + "belief : hotel parking = yes ; type = hotel internet = hotel", + "belief : hotel parking = yes ; type = hotel internet = hotel" + ], + [ + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes" + ], + [ + "belief : hotel type = hotel parking = hotel type = hotel internet = hotel", + "belief : hotel type = hotel parking = hotel type = hotel internet = hotel parking = yes ; people = 3", + "belief : hotel type = hotel parking = hotel type = hotel internet = hotel parking = yes ; people = 3", + "belief : hotel type = hotel parking = hotel type = hotel internet = hotel", + "belief : hotel type = hotel parking = hotel type = hotel internet = hotel parking = yes ; people = 3" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range.", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range.", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range.", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range.", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range." + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = westsystem : would you like for me to book you a table at [value_count]?", + "belief : restaurant food = italian ; pricerange = expensive ; area = westsystem : would you like to book a table for [value_count]at [value_time]?", + "belief : restaurant food = italian ; pricerange = expensive ; area = westsystem : is there anything else i can help you with today?", + "belief : restaurant food = italian ; pricerange = expensive ; area = westsystem : would you like to book a table for [value_count]at [value_time]?", + "belief : restaurant food = italian ; pricerange = expensive ; area = westsystem : would you like to book a table for [value_count]at [value_time]?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : sure. would you like for me to make a reservation for you?", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : sure! italian food = yes", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : sure. would you like for me to make a reservation for you?", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : sure! italian food = yes", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : sure! the [restaurant_name]is in the [value_area] area. would you like their phone number?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem :", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem :", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem :", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem :", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem :" + ], + [ + "belief : restaurant food = italian", + "belief : restaurant food = italian", + "belief : restaurant food = italian food = centresystem : goodbye", + "belief : restaurant food = italian", + "belief : restaurant food = italian" + ], + [ + "belief : taxi leaveat = 09:30 ; departure = cambridge artworkssystem : where is the destination?", + "belief : taxi leaveat = 09:30 ; departure = cambridge artworkssystem : where is the destination?", + "belief : taxi leaveat = 09:30 ; departure = cambridge artworkssystem : where is the destination?", + "belief : taxi leaveat = 09:30 ; departure = cambridge artworkssystem : where is the destination?", + "belief : taxi leaveat = 09:30 ; departure = cambridge artworkssystem : what is your final destination?" + ], + [ + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge art theatresystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge art theatresystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge art theatresystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge art theatresystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge art theatresystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworkssystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworkssystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworkssystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworkssystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge artworkssystem : the contact number is [taxi_phone]." + ], + [ + "belief : train leaveat = 20:45 ; destination = peterborough ; day = tuesday ; departure = peterboroughsystem : there are [value_count]trains that make that trip, do you have a day and time?", + "belief : train leaveat = 20:45 ; destination = peterborough ; day = tuesday ; departure = peterboroughsystem : there are [value_count]trains that make that trip, do you have a day and time?", + "belief : train leaveat = 20:45 ; destination = peterborough ; day = tuesday ; departure = peterboroughsystem : there are [value_count]trains that make that trip, do you have a day and time?", + "belief : train leaveat = 20:45 ; destination = peterborough ; day = tuesday ; departure = peterboroughsystem : there are [value_count]trains that make that trip, do you have a day and time?", + "belief : train leaveat = 20:45 ; destination = peterborough ; day = tuesday ; departure = peterboroughsystem : there are [value_count]trains that make that trip, do you have a day and time?" + ], + [ + "belief : train destination = peterborough ; day = thursday ; arriveby = 20:45 ; departure = peterboroughsystem : how about train [train_id]? it arrives at [value_time].", + "belief : train destination = peterborough ; day = tuesday ; arriveby = 20:45 ; departure = peterboroughsystem : how about train [train_id]? it arrives at [value_time].", + "belief : train destination = peterborough ; day = tuesday ; arriveby = 20:45 ; departure = peterboroughsystem : how about train [train_id]? it arrives at [value_time].", + "belief : train destination = peterborough ; day = tuesday ; arriveby = 20:45 ; departure = peterboroughsystem : how about train [train_id]? it arrives at [value_time].", + "belief : train destination = peterborough ; day = thursday ; arriveby = 20:45 ; departure = peterboroughsystem : how about train [train_id]? it arrives at [value_time]." + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : how about [train_id]?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : how about [train_id]?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : how about [train_id]?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : okay, i have got the [train_id] train leaving at [value_time]. does that work?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = peterboroughsystem : how about [train_id]?" + ], + [ + "belief : train destination = cambridge ; arriveby = 20:45 ; departure = peterboroughsystem :", + "belief : train destination = cambridge ; arriveby = 20:45 ; departure = peterboroughsystem :", + "belief : train destination = cambridge ; arriveby = 20:45 ; departure = peterboroughsystem :", + "belief : train destination = cambridge ; arriveby = 20:45 ; departure = peterboroughsystem :", + "belief : train destination = cambridge ; arriveby = 20:45 ; departure = peterboroughsystem :" + ], + [ + "belief : train destination = cambridge ; arriveby = 20:!!!", + "belief : train destination = cambridge ; arriveby = 20: goodbye", + "belief : train destination = cambridge ; arriveby = 20: goodbye", + "belief : train destination = cambridge ; arriveby = 20:!!", + "belief : train destination = cambridge ; arriveby = 20:!!!" + ], + [ + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : what time would you like to leave?", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : what time would you like to leave?", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : what time would you like to leave?", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : what time would you like to leave?", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : what time would you like to leave?" + ], + [ + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : i have booked you a [taxi_type]. the contact number is [taxi_phone]. can i help you with anything", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : i have booked you a [taxi_type]. the contact number is [taxi_phone]. can i help you with anything", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : i have booked you a [taxi_type]. the contact number is [taxi_phone]. can i help you with anything", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : i have booked you a [taxi_type]. the contact number is [taxi_phone]. can i help you with anything", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : okay, i have a [taxi_type]and the contact number is [taxi_phone]. anything else?" + ], + [ + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : goodbye.", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : goodbye.", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : goodbye.", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : goodbye.", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : goodbye." + ], + [ + "belief : taxi departure = grafton hotel restaurantsystem : i can certainly help you with that. may i have the time you want to leave, or the time you need to arrive at the destination?", + "belief : taxi departure = grafton hotel restaurantsystem : i can help you with that. what time do you wish to leave and arrive at your destination?", + "belief : taxi departure = grafton hotel restaurantsystem : i can help you with that. what time do you wish to leave and arrive at your destination?", + "belief : taxi departure = grafton hotel restaurantsystem : i can certainly help you with that. may i have the time you want to leave, or the time you need to arrive at the destination?", + "belief : taxi departure = grafton hotel restaurantsystem : i can help you with that. what time do you wish to leave and arrive at your destination?" + ], + [ + "belief : taxi leaveat = 16:45 ; destination = club salsa ; departure = grafton hotel restaurantsystem : i have booked a taxi for you. it is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 16:45 ; destination = club salsa ; departure = grafton hotel restaurantsystem : i have booked a taxi for you. it is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 16:45 ; destination = club salsa ; departure = grafton hotel restaurantsystem : i have booked a taxi for you. it is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 16:45 ; destination = club salsa ; departure = grafton hotel restaurantsystem : i have booked a taxi for you. it is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 16:45 ; destination = club salsa ; departure = grafton hotel restaurantsystem : i have booked a taxi for you. it is a [taxi_type]and the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotelsystem : great. and where will you be arriving?", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotelsystem : great. and where will you be arriving?", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotelsystem : great. and where will you be picked up?", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotelsystem : great. and where will you be arriving?", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotelsystem : great. and where will you be picked up?" + ], + [ + "belief : taxi leaveat = 16:45 ; destination = jinling noodle barsystem : goodbye=>!", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle barsystem : goodbye.", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle barsystem : goodbye=>!", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle barsystem : goodbye=>!", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle barsystem : goodbye." + ], + [ + "belief : restaurant food = saigon citysystem : ok, i have booked a restaurant for you at [restaurant_name]. it is at [value_count] [restaurant_address], postcode [restaurant_postcode]. the address is [value_count] [restaurant_address].", + "belief : restaurant food = saigon citysystem : ok, i have booked a restaurant for you at [restaurant_name]. it is a [value_pricerange] price restaurant. is there anything else i can help you with?", + "belief : restaurant food = saigon citysystem : ok, i have booked a restaurant for you at [restaurant_name]. it is at [value_count] [restaurant_address], postcode [restaurant_postcode]. the address is [value_count] [restaurant_address].", + "belief : restaurant food = saigon citysystem : ok, i have booked a table for [value_count]at [value_time]on [value_day]. the reference number is [restaurant_reference]. is there anything else i can help you with today?", + "belief : restaurant food = saigon citysystem : ok, i have booked a restaurant for you at [restaurant_name]. it is at [value_count] [restaurant_address], postcode [restaurant_postcode]. the address is [value_count] [restaurant_address]." + ], + [ + "belief : restaurant food = saigon city ; pricerange = cheap ; name = saigon city ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : i am sorry, booking was unsuccessful. would you like to try another restaurant?", + "belief : restaurant food = saigon city ; pricerange = cheap ; name = saigon city ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : i am sorry, booking was unsuccessful. would you like to try another restaurant?", + "belief : restaurant food = saigon city ; pricerange = cheap ; name = saigon city ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : i am sorry, i was unable to book that [value_count]. i have several people in thetown, [value_area], [value_area]. do you want to change the area?", + "belief : restaurant food = saigon city ; pricerange = cheap ; name = saigon city ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : i am sorry, booking was unsuccessful. would you like to try another restaurant?", + "belief : restaurant food = saigon city ; pricerange = cheap ; name = saigon city ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : i am sorry, booking was unsuccessful. would you like to try another restaurant?" + ], + [ + "belief : restaurant food = saigon city ; name = saigon city ; area = centre | booking day = wednesday ; people = 5 ; time = 19:!", + "belief : restaurant food = saigon city ; name = saigon city ; area = centre | booking day = wednesday ; people = 5 ; time = 19:!", + "belief : restaurant food = saigon city ; name = saigon city ; area = centre | booking day = wednesday ; people = 5 ; time = 19:!", + "belief : restaurant food = saigon city ; name = saigon city ; area = centre | booking day = wednesday ; people = 5 ; time = 19:!", + "belief : restaurant food = saigon city ; name = saigon city ; area = centre | booking day = wednesday ; people = 5 ; time = 19:!" + ], + [ + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i would be happy to book that for you, what time would you like to arrive?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i would be happy to book that for you, what time would you like to arrive?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i would be happy to book that for you, what time would you like to arrive?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i would be happy to book that for you, what time would you like to arrive?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i would be happy to book that for you, what time would you like to arrive?" + ], + [ + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : i have booked a taxi for you, picking you up at [value_time]at [restaurant_name]. a [taxi_type]will pick you up.", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : i have booked a taxi for you, picking you up at [value_time]at [restaurant_name]. a [taxi_type]will pick you up.", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : i have booked a taxi for you, picking you up at [value_time]at [restaurant_name]. a [taxi_type]will pick you up.", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : i have booked a taxi for you, picking you up at [value_time]at [restaurant_name]. a [taxi_type]will pick you up.", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : i have booked a taxi for you, picking you up at [value_time]at [restaurant_name]. a [taxi_type]will pick you up." + ], + [ + "belief : taxi leave", + "belief : taxi leave", + "belief : taxi leave", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : goodbye!", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : goodbye!" + ], + [ + "belief : taxi leaveat = 13:00", + "belief : taxi leaveat = 13:00", + "belief : taxi leaveat = 13:00", + "belief : taxi leaveat = 13:00", + "belief : taxi leaveat = 13:00" + ], + [ + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?" + ], + [ + "belief : hotel name = warkworth house ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : i have successfuly booked the hotel for you. your reference number is [hotel_reference]. is there anything else i may help you with?", + "belief : hotel name = warkworth house ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : i have successfuly booked the hotel for you. your reference number is [hotel_reference]. is there anything else i may help you with?", + "belief : hotel name = warkworth house ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : i have successfuly booked the hotel for you. your reference number is [hotel_reference]. is there anything else i may help you with?", + "belief : hotel name = warkworth house ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : i have successfuly booked the hotel for you. your reference number is [hotel_reference]. is there anything else i may help you with?", + "belief : hotel name = warkworth house ; type = hotel | booking day = thursday ; people = 3 ; stay = 5system : i have successfuly booked the hotel for you. your reference number is [hotel_reference]. is there anything else i may help you with?" + ], + [ + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : booking was", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : booking was", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : okay.", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : okay.", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : okay." + ], + [ + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : goodbye", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : goodbye", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : goodbye", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : goodbye", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : goodbye" + ], + [ + "belief : restaurant food = spanish ; pricerange = cheapsystem : there is [value_count]is [value_count]in the [value_area] area. would you like the phone number?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : there is [value_count]is [value_count]in the [value_area] area. would you like the phone number?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : there is [value_count]in the [value_area] area. would you like to book a table there?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : there is [value_count]in the [value_area] area. would you like to book a table there?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : there is [value_count]is [value_count]in the [value_area] area. would you like the phone number?" + ], + [ + "belief : restaurant food = spanish ; pricerange = cheap ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = spanish ; pricerange = cheap ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = spanish ; pricerange = cheap ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = spanish ; pricerange = cheap ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = spanish ; pricerange = cheap ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] part of town." + ], + [ + "belief : restaurant name = restaurant pricerange = centre", + "belief : restaurant name = restaurant pricerange = centre", + "belief : restaurant name = restaurant pricerange = centre", + "belief : restaurant name = restaurant pricerange = centre", + "belief : restaurant name = restaurant pricerange = centre" + ], + [ + "belief : restaurant food = spanish name = centre", + "belief : restaurant food = spanish name = centre", + "belief : restaurant food = spanish name = centre", + "belief : restaurant food = spanish name = centre", + "belief : restaurant food = spanish name = centre" + ], + [ + "belief : restaurant food = spanish name = restaurant food = restaurant food = restaurant food = restaurant food = cheap ; area = centre", + "belief : restaurant food = spanish restaurant food = restaurant food = restaurant food = restaurant food = cheap ; area = centre", + "belief : restaurant food = spanish restaurant food = restaurant food = restaurant food = cheap ; area = centre", + "belief : restaurant food = spanish name = restaurant food = restaurant food = restaurant food = cheapsystem : goodbye.", + "belief : restaurant food = spanish restaurant food = restaurant food = cheapuser : goodbye. goodbye." + ], + [ + "belief : hotel parking = yes ; stars = 4 ; type = hotelsystem : i have [value_count]guesthouses meeting that criteria. do you have any other preferences, say a price range?", + "belief : hotel parking = yes ; stars = 4 ; type = hotelsystem : i have [value_count]guesthouses meeting that criteria. do you have any other preferences, say a price range?", + "belief : hotel parking = yes ; stars = 4 ; type = hotelsystem : i have [value_count]guesthouses meeting that criteria. do you have any other preferences, say a price range?", + "belief : hotel parking = yes ; stars = 4 ; type = hotelsystem : i have [value_count]guesthouses meeting that criteria. do you have any other preferences, say a price range?", + "belief : hotel parking = yes ; stars = 4 ; type = hotelsystem : i have [value_count]guesthouses meeting that criteria. do you have any other preferences, say a price range?" + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 4system : how about the [hotel_name]? it is [value_pricerange] and has free parking.", + "belief : hotel area = centre ; parking = yes ; stars = 4system : how about the [hotel_name]? it is [value_pricerange] and has free parking.", + "belief : hotel area = centre ; parking = yes ; stars = 4system : how about the [hotel_name]? it is [value_pricerange] and has free parking.", + "belief : hotel area = centre ; parking = yes ; stars = 4system : how about the [hotel_name]? it is [value_pricerange] and has free parking.", + "belief : hotel area = centre ; parking = yes ; stars = 4system : how about the [hotel_name]? it is [value_pricerange] and has free parking." + ], + [ + "belief : hotel area = north ; parking = yes ; stars = 4system : hotel type = moderately", + "belief : hotel area = north ; parking = yes ; stars = 4system : hotel type = hotelsystem : how about the [hotel_name]?", + "belief : hotel area = north ; parking = yes ; stars = 4system : hotel type = moderately", + "belief : hotel area = north ; parking = yes ; stars = 4system : hotel type = moderately", + "belief : hotel area = north ; parking = yes ; stars = 4system : hotel type = moderately" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : hotel area = north ; parking = yes ; stars = 4system : goodbye", + "belief : hotel area = north ; parking = yes ; stars = 4system : goodbye", + "belief : hotel area = north ; parking = yes ; stars = 4system : goodbye", + "belief : hotel area = north ; parking = yes ; stars = 4system : goodbye", + "belief : hotel area = north ; parking = yes ; stars = 4system : goodbye" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : train day = friday ; arriveby = 19:00system : i can definitely help! where are you departing from?", + "belief : train day = friday ; arriveby = 19:00system : how about train [train_id]?", + "belief : train day = friday ; arriveby = 19:00system : how about train [train_id]?", + "belief : train day = friday ; arriveby = 19:00system : how about train [train_id]?", + "belief : train day = friday ; arriveby = 19:00system : okay, what time do you want to leave?" + ], + [ + "belief : train day = friday ; arriveby = 19:00 ; departure = cambridgesystem : you are leaving from [value_place]going to [value_place]?", + "belief : train day = friday ; arriveby = 19:00 ; departure = cambridgesystem : you are all set. a [taxi_type]will pick you up and the contact number, should you need it,", + "belief : train day = friday ; arriveby = 19:00 ; departure = cambridgesystem : you are all set. a [taxi_type]will pick you up and the contact number, should you need it,", + "belief : train day = friday ; arriveby = 19:00 ; departure = cambridgesystem : you are leaving from [value_place]going to [value_place]?", + "belief : train day = friday ; arriveby = 19:00 ; departure = cambridgesystem : you are leaving from [value_place]going to [value_place]?" + ], + [ + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ;", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ;", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ;", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ;", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ;" + ], + [ + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :" + ], + [ + "belief : train destination = stansted airport ; day = friday", + "belief : train destination = stansted airport ; day = friday", + "belief : train destination = stansted airport ; day = friday", + "belief : train destination = stansted airport ; day = friday", + "belief : train destination = stansted airport ; day = friday" + ], + [ + "belief : train destination = stansted airport", + "belief : train destination = stansted airport", + "belief : train destination = stansted airport", + "belief : train destination = stansted airport", + "belief : train destination = stansted airport" + ], + [ + "belief : taxi destination = parkside police station ; arriveby = 16:45system : no problem, but first can you tell me where you need to leave from?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : no problem, but first can you tell me where you need to leave from?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : no problem, but first can you tell me where you need to leave from?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : no problem, but first can you tell me where you need to leave from?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : no problem, but first can you tell me where you need to leave from?" + ], + [ + "belief : taxi destination = parkside police station ; departure = the parkside police station ; arriveby = 16:45system : what is your departure site?", + "belief : taxi destination = parkside police station ; departure = the parkside police station ; arriveby = 16:45system : what is your departure site?", + "belief : taxi destination = parkside police station ; departure = the parkside police station ; arriveby = 16:45system : what is your departure site?", + "belief : taxi destination = parkside police station ; departure = the parkside police station ; arriveby = 16:45system : what is your departure site?", + "belief : taxi destination = parkside police station ; departure = the parkside police station ; arriveby = 16:45system : what is your departure site?" + ], + [ + "belief : taxi destination = stansted airport train station ; departure =] : ok, i have booked your taxi. it will pick you up at [value_time].", + "belief : taxi destination = stansted airport train station ; departure =] : ok, i have booked your taxi. it will pick you up at [value_time].", + "belief : taxi destination = stansted airport train station ; departure =] : ok, i have booked your taxi. it will pick you up at [value_time].", + "belief : taxi destination = stansted airport train station ; departure =] : ok, i have booked your taxi. it will pick you up at [value_time].", + "belief : taxi destination = stansted airport train station ; departure =] : ok, i have booked your taxi. it will pick you up at [value_time]." + ], + [ + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye" + ], + [ + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye" + ], + [ + "belief : hotel name = arbury lodge guesthouse ; area = none ; parking = none ; pricerange = none ; stars = none ; internet = none ; type = nonesystem : i would recommend the [hotel_name]. would you like me to make a reservation?", + "belief : hotel name = arbury lodge guesthouse ; area = none ; parking = none ; pricerange = none ; stars = none ; internet = none ; type = nonesystem : would you like me to check availability for [hotel_name]on a particular date?", + "belief : hotel name = arbury lodge guesthouse ; area = none ; parking = none ; pricerange = none ; stars = none ; internet = none ; type = nonesystem : i would recommend the [hotel_name]. they offer free wifi and parking. would you like me to book it for you?", + "belief : hotel name = arbury lodge guesthouse ; area = none ; parking = none ; pricerange = none ; stars = none ; internet = none ; type = nonesystem : would you like me to check availability for [hotel_name]on a particular date?", + "belief : hotel name = arbury lodge guesthouse ; area = none ; parking = none ; pricerange = none ; stars = none ; internet = none ; type = nonesystem : would you like me to check availability for [hotel_name]on a particular date?" + ], + [ + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : i have made a reservation at the [hotel_name]. your", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : i have made a reservation at the [hotel_name]. your", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : i have successfully booked your room. the reference number is [hotel_reference].", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : i have successfully booked your room. the reference number is [hotel_reference].", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : i have successfully booked your room. the reference number is [hotel_reference]." + ], + [ + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : goodbye", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : goodbye", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : goodbye", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : goodbye", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : goodbye" + ], + [ + "belief : taxi leaveat = nonesystem : what time do you want to leave?", + "belief : taxi leaveat = nonesystem : what time do you want to leave?", + "belief : taxi leaveat = nonesystem : what time do you want to leave?", + "belief : taxi leaveat = nonesystem : what time do you want to leave?", + "belief : taxi leaveat = nonesystem : what time do you want to leave?" + ], + [ + "belief : taxi destination = the lucky star ; departure = the misshapen housesystem : ok, what time do you want to leave?", + "belief : taxi destination = the lucky star ; departure = the misshapen hotelsystem : ok, what time do you want to leave?", + "belief : taxi destination = the lucky star ; departure = the misshapen housesystem : ok, what time do you want to leave?", + "belief : taxi destination = the lucky star ; departure = the misshapen hotelsystem : ok, what time do you want to leave?", + "belief : taxi destination = the lucky star ; departure = the misshapen hotelsystem : ok, what time do you want to leave?" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the departing socksystem : booking completed! booked car type", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the departing socksystem : booking completed! booked car type", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the departing socksystem : booking completed! booked car type", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the misshapen hotelsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the misshap", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the misshap", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the misshap", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the saint johns college ; arriveby = 17:15system : goodbye.", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the departing socksystem : goodbye." + ], + [ + "belief : taxi leaveat = 17:15 ; destination = the lucky starsystem : goodbye", + "belief : taxi leaveat = 17:15 ; destination = the lucky starsystem : goodbye", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the hotelsystem : goodbye", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the hotelsystem : goodbye", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the hotelsystem : goodbye" + ], + [ + "belief : train arriveby = 19:15 ; departure = stevenagesystem : there are [value_count]trains making that trip, do you have a day and time you would like to travel?", + "belief : train arriveby = 19:15 ; departure = stevenagesystem : there are [value_count]trains making that trip, do you have a day and time you would like to travel?", + "belief : train arriveby = 19:15 ; departure = stevenagesystem : there are [value_count]trains making that trip, do you have a day and time you would like to travel?", + "belief : train arriveby = 19:15 ; departure = stevenagesystem : there are [value_count]trains making that trip, do you have a day and time you would like to travel?", + "belief : train arriveby = 19:15 ; departure = stevenagesystem : there are [value_count]trains making that trip, do you have a day and time you would like to travel?" + ], + [ + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : great. you can leave as soon as [value_time]or as late as [value_time].", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : great. you can leave as soon as [value_time]or as late as [value_time].", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : great. you can leave as soon as [value_time]or as late as [value_time].", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : great. you can leave as soon as [value_time]or as late as [value_time].", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15 ; departure = cambridgesystem : great. you can leave as soon as [value_time]or as late as [value_time]." + ], + [ + "belief : train destination = stevenage ; day =belief : train arriveby = 19:15 ; departure = cambridgesystem : the travel time is [value_count]minutes.", + "belief : train destination = stevenage ; day =belief : train arriveby = 19:15 ; departure = cambridgesystem : the travel time is [value_count]minutes.", + "belief : train destination = stevenage ; day =belief : train arriveby = 19:15 ; departure = cambridgesystem : the travel time is [value_count]minutes.", + "belief : train destination = stevenage ; day =belief : train arriveby = 19:15 ; departure = cambridgesystem : the travel time is [value_count]minutes.", + "belief : train destination = stevenage ; day =belief : train arriveby = 19:15 ; departure = cambridgesystem : the travel time is [value_count]minutes." + ], + [ + "belief : train destination = stevenage=>belief : train day = thursday ; arriveby = 19:", + "belief : train destination = stevenage=>belief : train day = thursday ; arriveby = 19:", + "belief : train destination = stevenage=>belief : train day = thursday ; arriveby = 19:", + "belief : train destination = stevenage=>belief : train day = thursday ; arriveby = 19:", + "belief : train destination = stevenage=>belief : train day = thursday ; arriveby = 19:" + ], + [ + "belief : train destination = cambridge ; departure = london kings crosssystem : what day and time would you like to travel?", + "belief : train destination = cambridge ; departure = london kings crosssystem : what day and time would you like to travel?", + "belief : train destination = cambridge ; departure = london kings crosssystem : what day and time would you like to travel?", + "belief : train destination = cambridge ; departure = london kings crosssystem : what day and time would you like to travel?", + "belief : train destination = cambridge ; departure = london kings crosssystem : what day and time would you like to travel?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:00 ; departure = london kings crosssystem :", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20: 20:00 ; departure = london kings crosssystem :", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20: 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20: 20:00 ; departure = london kings crosssystem :", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:00 ; departure = london kings crosssystem :" + ], + [ + "belief : train destination = cambridge date = saturday ; departure = 08:belief : train destination = cambridge ; arriveby = 20: 20:00system : booked people = 7system : goodbye", + "belief : train destination = cambridge day = saturday ; departure = london kings cross ; arriveby = 20: 20: 20:00system : goodbye", + "belief : train destination = cambridge date = saturday ; departure = 08:belief : train destination = cambridge ; arriveby = 20: 20:00system : have fun!", + "belief : train destination = cambridge day = saturday ; departure = london kings cross ; arriveby = 20: 20:00system : goodbye", + "belief : train destination = cambridge date = saturday ; departure = 20:!!!!" + ], + [ + "belief : attraction type = entertainment ; area = centresystem : there are no entertainment in the [value_area]. would you like more information on any of them?", + "belief : attraction type = entertainment ; area = centresystem : there are no entertainment in the [value_area]. would you like more information on any of them?", + "belief : attraction type = entertainment ; area = centresystem : there are no entertainment in the [value_area]. would you like me to check in another area?", + "belief : attraction type = entertainment ; area = centresystem : there are no entertainment in the [value_area]. would you like me to check in another area?", + "belief : attraction type = entertainment ; area = centresystem : there are no entertainment in the [value_area]. would you like more information on any of them?" + ], + [ + "belief : attraction type = museum ; area = centresystem : there are [value_count]museums in the [value_area] of town. might i recommend the [attraction_name]?", + "belief : attraction type = museum ; area = centresystem : there are [value_count]museums in the [value_area] of town. might i recommend the [attraction_name]?", + "belief : attraction type = museum ; area = centresystem : there are [value_count]museums in the [value_area] of town. might i recommend the [attraction_name]?", + "belief : attraction type = museum ; area = centresystem : there are [value_count]museums in the [value_area] of town. might i recommend the [attraction_name]?", + "belief : attraction type = museum ; area = centresystem : there are [value_count]museums in the [value_area] of town. might i recommend the [attraction_name]?" + ], + [ + "belief : attraction type = museum ; name = byard art ; area = centresystem : sure!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : attraction type = museum ; name = byard art ; area = centresystem : sure!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : attraction type = museum ; name = byard art ; area = centresystem : sure!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : attraction type = museum ; name = byard art ; area = centresystem : sure!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : attraction type = museum ; name = byard art ; area = centresystem : sure!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : attraction type = museum ; area = centresystem : goodbye.", + "belief : attraction type = museum ; area = centresystem : goodbye.", + "belief : attraction type = museum ; area = centresystem : goodbye.", + "belief : attraction type = museum ; area = centresystem : goodbye.", + "belief : attraction type = museum ; area = centresystem : goodbye." + ], + [ + "belief : hotel area = south ; parking = yes ; type = hotelsystem : would you prefer a [value_pricerange] or [value_pricerange] rate for your stay?", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : would you prefer a [value_pricerange] or [value_pricerange] rate for your stay?", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : would you prefer a [value_pricerange] or [value_pricerange] rate for your stay?", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : would you prefer a [value_pricerange] or [value_pricerange] rate for your stay?", + "belief : hotel area = south ; parking = yes ; type = hotelsystem : would you prefer a [value_pricerange] or [value_pricerange] rate for your stay?" + ], + [ + "belief : hotel area = south ; parking = yes ; pricerange = dont care ; internet = yessystem : i have [value_count]hotel -s in the [value_area] part of town with parking. what price range are you looking for?", + "belief : hotel area = south ; parking = yes ; pricerange = dont care ; internet = yessystem : i have [value_count]hotel -s in the [value_area] part of town with parking. what price range are you looking for?", + "belief : hotel area = south ; parking = yes ; pricerange = dont care ; internet = yessystem : i have [value_count]hotel -s in the [value_area] part of town with parking. what price range are you looking for?", + "belief : hotel area = south ; parking = yes ; pricerange = dont care ; internet = yessystem : i have [value_count]hotel -s in the [value_area] part of town with parking. what price range are you looking for?", + "belief : hotel area = south ; parking = yes ; pricerange = dont care ; internet = yessystem : i have [value_count]hotel -s in the [value_area] part of town with parking. what price range are you looking for?" + ], + [ + "belief : hotel area = south ; parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : what day = fridaysystem : sorry, that booking was not available.", + "belief : hotel area = south ; parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : what day = fridaysystem : sorry, that booking was not available.", + "belief : hotel area = south ; parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : what day = fridaysystem : sorry, that booking was not available.", + "belief : hotel area = south ; parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : what day = fridaysystem : sorry, that booking was not available.", + "belief : hotel area = south ; parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : what day = fridaysystem : sorry, that booking was not available." + ], + [ + "belief : hotel area = south = yes ; parking = yes ; internet = yes ; type = hotelsystem : goodbye", + "belief : hotel area = south = yes ; parking = yes ; internet = yes ; type = hotelsystem : goodbye", + "belief : hotel area = south = yes ; parking = yes ; internet = yes ; type = hotelsystem : goodbye", + "belief : hotel area = south = yes ; parking = yes ; internet = yes ; type = hotelsystem : goodbye", + "belief : hotel area = south = yes ; parking = yes ; internet = yes ; type = hotelsystem : goodbye" + ], + [ + "belief : train destination = broxbourne ; departure = cambridgesystem : i can certainly find [value_count]for you. can you tell me where you will be departing from?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i can certainly find [value_count]for you. can you tell me where you will be departing from?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i can certainly find [value_count]for you. can you tell me what day you will be travelling, and what time you would like to leave?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i can certainly find [value_count]for you. can you tell me what day you will be travelling, and what time you would like to leave?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i can certainly find [value_count]for you. can you tell me where you will be departing from?" + ], + [ + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : there is a train that leaves at [value_time]. would you like", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : there is a train that leaves at [value_time]. would you like", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : there is a train that leaves at [value_time]. would you like" + ], + [ + "belief : train leaveat = 20: ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : how many tickets would you like?", + "belief : train leaveat = 20: ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : how many tickets would you like?", + "belief : train leaveat = 20: ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : how many tickets would you like?", + "belief : train leaveat = 20: ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : how many tickets would you like?", + "belief : train leaveat = 20: ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : how many tickets would you like?" + ], + [ + "belief : train leaveat = 20:30 ; destination = broxbourne ; departure = cambridgesystem : goodbye", + "belief : train leaveat = 20:30 ; destination = broxbourne ; departure = cambridgesystem : goodbye", + "belief : train leaveat = 20:30 ; destination = broxbourne ; departure = cambridgesystem : goodbye", + "belief : train leaveat = 20:30 ; destination = broxbourne ; departure = cambridgesystem : goodbye", + "belief : train leaveat = 20:30 ; destination = broxbourne ; departure = cambridgesystem : goodbye" + ], + [ + "belief : restaurant food = british ; pricerange = moderatesystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : restaurant food = british ; pricerange = moderatesystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : restaurant food = british ; pricerange = moderatesystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : restaurant food = british ; pricerange = moderatesystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : restaurant food = british ; pricerange = moderatesystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area of town it is located at?" + ], + [ + "belief : restaurant food = british ; area = 18:30 ; restaurant name = oak bistro ; area = centresystem : sure! your table will be reserved for [value_count]at [value_time]. your reference number is [restaurant_reference].", + "belief : restaurant food = british ; area = 18:30 ; restaurant name = oak bistro ; area = dont caresystem : sure. please let us know if you need anything else.", + "belief : restaurant food = british ; area = 18:30 ; area = westsystem : sure. would you like a reservation at [value_count]?", + "belief : restaurant food = british ; area = 18:30 ; area = westsystem : sure. would you like a reservation at [value_count]?", + "belief : restaurant food = british ; area = 18:30 ; restaurant name = oak bistrosystem : sure! your table will be reserved for [value_count]people at [restaurant_name]. your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = british ; area = westsystem : restaurant food = yes ; pricerange = moderate", + "belief : restaurant food = british ; area = north | booking day = sunday = 18:30system : goodbye", + "belief : restaurant food = british ; area = westsystem : restaurant food = yes ; pricerange = moderate", + "belief : restaurant food = british ; area = north | booking day = sunday = 18:30system : goodbye", + "belief : restaurant food = british ; area = westsystem : restaurant food = yes ; pricerange = moderate" + ], + [ + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses that are [value_count]star and have parking, do you have any other requirement -s to help narrow the search?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses that are [value_count]star and have parking, do you have any other requirement -s to help narrow the search?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses that are [value_count]star and have parking, do you have any other requirement -s to help narrow the search?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses that are [value_count]star and have parking, do you have any other requirement -s to help narrow the search?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses that are [value_count]star and have parking, do you have any other requirement -s to help narrow the search?" + ], + [ + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : [hotel_name]is a guesthouse in the [value_area] of town. would you like to make a booking?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : [hotel_name]is a guesthouse in the [value_area] of town. would you like to make a booking?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : [hotel_name]is a guesthouse in the [value_area] of town. would you like to make a booking?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : [hotel_name]is a guesthouse in the [value_area] of town. would you like to make a booking?", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : [hotel_name]is a guesthouse in the [value_area] of town. would you like to make a booking?" + ], + [ + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8 ; stay = 3system :", + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8 ; stay = 3system :", + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8 ; stay = 3system :", + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8 ; stay = 3system :", + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8 ; stay = 3system :" + ], + [ + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8 ; stay = 3system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8 ; stay = 3system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8 ; stay = 3system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8 ; stay = 3system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel name = cambridge guesthouse | booking day = thursday ; people = 8 ; stay = 3system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : hotel name = hotel name = cambridge guest house | booking day = thursday ; people = 8 ; stay = 3system :", + "belief : hotel name = hotel name = cambridge guest house | booking day = thursday ; people = 8 ; stay = 3system :!", + "belief : hotel name = hotel name = cambridge guest house | booking day = thursday ; people = 8 ; stay = 3system :!", + "belief : hotel name = hotel name = cambridge guest house | booking day = thursday ; people = 8 ; stay = 3system :!", + "belief : hotel name = hotel name = cambridge guest house | booking day = thursday ; people = 8 ; stay = 3system :" + ], + [ + "belief : hotel name = cambridge guest house | booking day = thursday ; people = 8 ; stay = 3system : goodbye", + "belief : hotel name = cambridge guest house | booking day = thursday ; people = 8 ; stay = 3system : goodbye", + "belief : hotel name = cambridge guest house | booking day = thursday ; people = 8 ; stay = 3system : goodbye", + "belief : hotel name = cambridge guest house | booking day = thursday ; people = 8 ; stay = 3system : goodbye", + "belief : hotel name = cambridge guest house | booking day = thursday ; people = 8 ; stay = 3system : goodbye" + ], + [ + "belief : taxi destination = hughes hallsystem : sure thing, when you like to leave by?", + "belief : taxi destination = hughes hallsystem : sure thing, when you like to leave by?", + "belief : taxi destination = hughes hallsystem : sure thing, when you like to leave by?", + "belief : taxi destination = hughes hallsystem : sure thing, when you like to leave by?", + "belief : taxi destination = hughes hallsystem : sure thing, when you like to leave by?" + ], + [ + "belief : taxi leaveat = 05:15 ; destination = whipple museum of the history of science ; departure = cambridgesystem : i can definitely help! where are you departing from?", + "belief : taxi leaveat = 05:15 ; destination = peoples portraits exhibition at girton collegesystem : i can definitely help! where are you departing from?", + "belief : taxi leaveat = 05:15 ; destination = whipple museum of the history of science ; departure = hut fendittonsystem : great. and where will you be leaving from?", + "belief : taxi leaveat = 05:15 ; destination = whipple museum of the history of science ; departure = hut fendittonsystem : great. and where will you be leaving from?", + "belief : taxi leaveat = 05:15 ; destination = whipple museum of the history of science ; departure = hakkasystem : great. and where will you be going?" + ], + [ + "belief : taxi leaveat = 15:15 ; destination = whipple museum of the history of science ; departure = arbury lodge guesthousesystem : booking completed! booked car type [taxi_type]contact number", + "belief : taxi leaveat = 15:15 ; destination = whipple museum of the history of science ; departure = arbury lodge guesthousesystem : booking completed! booked car type [taxi_type]contact number", + "belief : taxi leaveat = 15:15 ; destination = hughes hall ; departure = arbury lodge guesthousesystem : where will you be going?", + "belief : taxi leaveat = 15:15 ; destination = whipple museum of the history of science ; departure = arbury lodge guesthousesystem : booking completed! booked car type [taxi_type]contact number", + "belief : taxi leaveat = 15:15 ; destination = whipple museum of the history of science ; departure = arbury lodge guesthousesystem : booking completed! booked car type [taxi_type]contact number" + ], + [ + "belief : taxi leaveat = 15:15 ; destination = whipple", + "belief : taxi leaveat = 15:15 ; destination = whipple", + "belief : taxi leaveat = 15:15 ; destination = whipple", + "belief : taxi leaveat = 15:15 ; destination = whipple", + "belief : taxi leaveat = 15:15 ; destination = whipple" + ], + [ + "belief : train leaveat = 13:30 ; day = tuesdaysystem : i can definitely help! where are you departing from?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : i can definitely help! where are you departing from?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : i can definitely help! where are you departing from?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : i can definitely help! where are you departing from?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : i can definitely help! where are you departing from?" + ], + [ + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : okay, i have got a train that leaves at [value_time]. would you like me to book that train?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : okay, i have got a train that leaves at [value_time]. would you like me to book that train?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : okay, i have got a train that leaves at [value_time]. would you like me to book that train?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : okay, i have got a train that leaves at [value_time]. would you like me to book that train?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : okay, i have got a train that leaves at [value_time]. would you like me to book that train?" + ], + [ + "belief : train leaveat = 13:30 ; destination = cambridge ; day =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 13:30 ; destination = cambridge ; day =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 13:30 ; destination = cambridge ; day =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 13:30 ; destination = cambridge ; day =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 13:30 ; destination = cambridge ; day =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool street | booking people = 8system : goodbye", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool street | booking people = 8system : goodbye", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool street | booking people = 8system : goodbye", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool street | booking people = 8system : goodbye", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool street | booking people = 8system : goodbye" + ], + [ + "belief : restaurant food = grubsystem : i am sorry, i only know that it is [value_pricerange] -ly priced. can i book a table for you?", + "belief : restaurant food = grubsystem : i am sorry, could you please repeat your request? there seems to be an error.", + "belief : restaurant food = grubsystem : i am sorry, could you please repeat your request? there seems to be an error.", + "belief : restaurant food = grubsystem : i am sorry, could you please repeat your request? there seems to be an error.", + "belief : restaurant food = grubsystem : i am sorry, i were unable to find any restaurant -s matching those requirement -s." + ], + [ + "belief : restaurant food = gastropub ; area = centresystem : how about [restaurant_name]? it s [value_pricerange] and delicious.", + "belief : restaurant food = gastropub ; area = centresystem : how about [restaurant_name]? it s [value_pricerange] and delicious.", + "belief : restaurant food = gastropub ; area = centresystem : how about [restaurant_name]? it s [value_pricerange] and delicious.", + "belief : restaurant food = gastropub ; area = centresystem : how about [restaurant_name]? it s [value_pricerange] and delicious.", + "belief : restaurant food = gastropub ; area = centresystem : how about [restaurant_name]? it s [value_pricerange] and delicious." + ], + [ + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = lebanese ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area]. what price range are you considering?", + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = lebanese ; area = centresystem : there are [value_count][value_food] restaurant -s in the [value_area]. what price range are you considering?", + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] part of town." + ], + [ + "belief : restaurant food = lebanese ; area = centresystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese ; area = centresystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese ; area = centresystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese ; area = centresystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese ; area = centresystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : restaurant food = lebanese = restaurant food = restaurant food = centre", + "belief : restaurant food = lebanese = restaurant", + "belief : restaurant food = lebanese = yes", + "belief : restaurant food = lebanese = restaurant", + "belief : restaurant food = lebanese = yes" + ], + [ + "belief : restaurant food = lebanese = yes", + "belief : restaurant food = lebanese = yes", + "belief : restaurant food = lebanese = yes", + "belief : restaurant food = lebanese = yes", + "belief : restaurant food = lebanese = yes" + ], + [ + "belief : taxi destination = cafe jello gallerysystem : when do you need to get there?", + "belief : taxi destination = cafe jello gallerysystem : when do you need to leave?", + "belief : taxi destination = cafe jello gallerysystem : when do you need to leave?", + "belief : taxi destination = cafe jello gallerysystem : when do you need to get there?", + "belief : taxi destination = cafe jello gallerysystem : when do you need to leave?" + ], + [ + "belief : taxi leaveat = 12:30 ; destination = cafe jello gallery ; departure = cafe jello gallerysystem : your taxi is booked. it is a [taxi_type].", + "belief : taxi leaveat = 12:30 ; destination = cafe jello gallery ; departure = cafe jello gallerysystem : your taxi is booked. it is a [taxi_type].", + "belief : taxi leaveat = 12:30 ; destination = cafe jello gallery ; departure = cafe jello gallerysystem : your taxi is booked. it is a [taxi_type].", + "belief : taxi leaveat = 12:30 ; destination = cafe jello gallery ; departure = cafe jello gallerysystem : your taxi is booked. it is a [taxi_type].", + "belief : taxi leaveat = 12:30 ; destination = cafe jello gallery ; departure = cafe jello gallerysystem : your taxi is booked. it is a [taxi_type]." + ], + [ + "belief : taxi leaveat = 12:30 ; destination = the junction ; departure = cafe jello gallerysystem :", + "belief : taxi leaveat = 12:30 ; destination = the junction ; departure = cafe jello gallerysystem :", + "belief : taxi leaveat = 12:30 ; destination = the junction ; departure = cafe jello gallerysystem :", + "belief : taxi leaveat = 12:30 ; destination = the junction ; departure = cafe jello gallerysystem :", + "belief : taxi leaveat = 12:30 ; destination = the junction=>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : taxi leaveat = 12:30=>belief : taxi leaveat = 02:30 ; destination = the junction", + "belief : taxi leaveat = 12:30=>belief : taxi leaveat = 02:30 ; destination = the junction", + "belief : taxi leaveat = 12:30=>belief : taxi leaveat = 02:30 ; destination = the junction", + "belief : taxi leaveat 12:30=>belief : taxi leaveat = 02:30 ; destination = the junction", + "belief : taxi leaveat : taxi leaveat = 12:30=>belief : taxi destination = the junction" + ], + [ + "belief : hotel area = northsystem : there are [value_count]place -s to stay in the [value_area] part of town with free wifi. what price range are you looking for?", + "belief : hotel area = northsystem : there are [value_count]place -s to stay in the [value_area] part of town with free wifi. what price range are you looking for?", + "belief : hotel area = northsystem : there are [value_count]place -s to stay in the [value_area] part of town with free wifi. what price range are you looking for?", + "belief : hotel area = northsystem : there are [value_count]place -s to stay in the [value_area] part of town with free wifi. what price range are you looking for?", + "belief : hotel area = northsystem : there are [value_count]place -s to stay in the [value_area] part of town with free wifi. what price range are you looking for?" + ], + [ + "belief : hotel area = north ; stars = 0 ; type = guesthousesystem : the [hotel_name]is [value_area] area. would", + "belief : hotel area = north ; stars = 0 ; type = guesthousesystem : the [hotel_name]s and [hotel_name]s match your needs.", + "belief : hotel area = north ; stars = 0 ; type = guesthousesystem : the [hotel_name]s and [hotel_name]s match your needs.", + "belief : hotel area = north ; stars = 0 ; type = guesthousesystem : the [hotel_name]is lovely, and they have free internet.", + "belief : hotel area = north ; stars = 0 ; type = guesthousesystem : the [hotel_name]is [value_area] area. would" + ], + [ + "belief : hotel area = north ; parking = yes ; stars = 0system :", + "belief : hotel area = north ; parking = yes ; stars = 0system :", + "belief : hotel area = north ; parking = yes ; stars = 0system :", + "belief : hotel area = north ; parking = yes ; stars = 0system :", + "belief : hotel area = north ; parking = yes ; stars = 0system :" + ], + [ + "belief : hotel area = north ; parking = yes", + "belief : hotel area = north ; parking = yes", + "belief : hotel area = north ; parking = yes", + "belief : hotel area = north ; parking = yes", + "belief : hotel area = north = 01" + ], + [ + "belief : hotel stars = 4system : there are [value_count]star guesthouses in town. do you have a specific location?", + "belief : hotel stars = 4system : there are [value_count]star guesthouses in town. do you have a specific location?", + "belief : hotel stars = 4system : there are [value_count]star guesthouses in town. do you have a specific location?", + "belief : hotel stars = 4system : there are [value_count]star guesthouses in town. do you have a specific location?", + "belief : hotel stars = 4system : there are [value_count]star guesthouses in town. do you have a specific location?" + ], + [ + "belief : hotel area = east ; stars = 4system : okay, i have found several [value_count]hotel -s. is there", + "belief : hotel area = east ; stars = 4system : okay, i have found several [value_count]hotel -s. is there", + "belief : hotel area = east ; stars = 4system : okay, i have found several [value_count]hotel -s. is there", + "belief : hotel area = east ; stars = 4system : okay, i have found several [value_count]hotel -s. is there", + "belief : hotel area = east ; stars = 4system : okay, i have found several [value_count]hotel -s. is there" + ], + [ + "belief : hotel area = east ; type = hotelsystem : hotelsystem : sure!", + "belief : hotel area = east ; type = hotelsystem : hotel stars = hotelsystem : sure!", + "belief : hotel area = east ; type = hotelsystem : hotelsystem : sure!", + "belief : hotel area = east ; type = hotelsystem : hotelsystem : sure!", + "belief : hotel area = east ; type = hotelsystem : hotelsystem : sure!" + ], + [ + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east" + ], + [ + "belief : hotel name = autumn house", + "belief : hotel name = autumn house area = east", + "belief : hotel name = autumn house", + "belief : hotel name = autumn house", + "belief : hotel name = autumn house" + ], + [ + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a" + ], + [ + "belief : hotel name = avaible area = east", + "belief : hotel name = avaible area = east", + "belief : hotel name = avaible area = east", + "belief : hotel name = avaible area = east", + "belief : hotel name = avaible area = east" + ], + [ + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast" + ], + [ + "belief : hotel name = avaible destination = centre", + "belief : hotel name = avaible area = east ; parking = no", + "belief : hotel name = avaible area = east ; parking = no", + "belief : hotel name = avaible destination = centre", + "belief : hotel name = avaible area = east ; parking = no" + ], + [ + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a & booking was successful.", + "belief : hotel name = a & booking was successful.", + "belief : hotel name = a & booking was successful." + ], + [ + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre", + "belief : hotel area = centre" + ], + [ + "belief : train destination = stansted airport ; day = sundaysystem : the train id is [train_id]", + "belief : train destination = stansted airport ; day = sundaysystem : the train id is [train_id]", + "belief : train destination = stansted airport ; day = sundaysystem : the train id is [train_id]", + "belief : train destination = stansted airport ; day = sundaysystem : the train id is [train_id]", + "belief : train destination = stansted airport ; day = sundaysystem : the train id is [train_id]" + ], + [ + "belief : train leaveat = after 11:45 ; destination = stansted airport ; day = sunday ; departure =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 08:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : okay, where are you departing from?", + "belief : train leaveat = after 11:45 ; destination = stansted airport ; day = sunday ; departure =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 10:45 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : ok, i have booked you a train. it was a train leaveat.", + "belief : train leaveat = after 11:45 ; destination = stansted airport ; day = sunday ; departure =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : train leaveat", + "belief : train leaveat", + "belief : train leaveat", + "belief : train leaveat", + "belief : train leaveat" + ], + [ + "belief : hotel pricerange = moderate ; stars = 4system : there are [value_count]guesthouses with [value_count]star rating -s in [value_place]with [value_pricerange] to [value_pricerange] price range -s. would you like more information?", + "belief : hotel pricerange = moderate ; stars = 4system : there are [value_count]hotel -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : hotel pricerange = moderate ; stars = 4system : there are [value_count]hotel -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : hotel pricerange = moderate ; stars = 4system : there are [value_count]hotel -s that meet those specification. do you have a preference of the area of town it is located at?", + "belief : hotel pricerange = moderate ; stars = 4system : there are [value_count]guesthouses with [value_count]star rating -s in [value_place]with [value_pricerange] to [value_pricerange] price range -s. would you like more information?" + ], + [ + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how about the [hotel_name]? they are located in the [value_area].", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how about the [hotel_name]? they are both a guesthouse with internet", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how about the [hotel_name]? they are located in the [value_area].", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how about the [hotel_name]? they are both a guesthouse with internet", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how about the [hotel_name]? they are both a guesthouse with internet" + ], + [ + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how many days will you be staying?", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how many days will you be staying?", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how many days will you be staying?", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how many days will you be staying?", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : how many days will you be staying?" + ], + [ + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : goodbye", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : goodbye", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : goodbye", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : goodbye", + "belief : hotel area = north ; parking = yes ; pricerange = moderate ; stars = 4system : goodbye" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : goodbye.", + "belief : goodbye.", + "belief : goodbye.", + "belief : goodbye.", + "belief : goodbye." + ], + [ + "belief : restaurant pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area] area at [value_pricerange] price -s. would you like an additional information regarding this restaurant?", + "belief : restaurant pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area] area at [value_pricerange] price -s. would you like an additional information regarding this restaurant?", + "belief : restaurant pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area] area at [value_pricerange] price -s. would you like an additional information regarding this restaurant?", + "belief : restaurant pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area] area at [value_pricerange] price -s. would you like an additional information regarding this restaurant?", + "belief : restaurant pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area] area at [value_pricerange] price -s. would you like an additional information regarding this restaurant?" + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area] part of town", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area] part of town", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area] part of town", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area] part of town", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_area] part of town" + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :" + ], + [ + "belief : restaurant food = italian ; area = eastsystem : goodbye", + "belief : restaurant food = italian ; area = eastsystem : goodbye", + "belief : restaurant food = italian ; area = eastsystem : goodbye", + "belief : restaurant food = italian ; area = eastsystem : goodbye", + "belief : restaurant food = italian ; area = eastsystem : goodbye" + ], + [ + "belief : restaurant food = italian food = italian restaurant food = italian day = monday", + "belief : restaurant food = italian food = italian food = east", + "belief : restaurant food = italian food = italian food = yes", + "belief : restaurant food = italian food = italian food = east", + "belief : restaurant food = italian food = italian restaurant food = east" + ], + [ + "belief : restaurant food = italian food = italian restaurant food = yes", + "belief : restaurant food = italian food = italian restaurant food = yes", + "belief : restaurant food = italian food = italian restaurant food = yes", + "belief : restaurant food = italian food = italian restaurant food = italian city = east", + "belief : restaurant food = italian food = italian restaurant food = italian city = east" + ], + [ + "belief : hotel area = centre ; parking = yes ; type = hotelsystem : there are [value_count]location -s that meet those requirement -s. do you have a preference on the day you book your stay?", + "belief : hotel area = centre ; parking = yes ; type = hotelsystem : there are [value_count]location -s that meet those requirement -s. do you have a preference on the day you book your stay?", + "belief : hotel area = centre ; parking = yes ; type = hotelsystem : there are [value_count]location -s that meet those requirement -s. do you have a preference on the day you book your stay?", + "belief : hotel area = centre ; parking = yes ; type = hotelsystem : there are [value_count]location -s that meet those requirement -s. do you have a preference on the day you book your stay?", + "belief : hotel area = centre ; parking = yes ; type = hotelsystem : there are [value_count]location -s that meet those requirement -s. do you have a preference on the day you book your stay?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : would you prefer a guesthousesystem : yes, i have found [value_count].", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : would you prefer a guesthousesystem : yes, i have found [value_count].", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : would you prefer a guesthousesystem : yes, i have found [value_count].", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : would you prefer a guesthousesystem : yes, i have found [value_count].", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : would you prefer a guesthousesystem : yes, i have found [value_count]." + ], + [ + "belief : hotel name = konnichiwa hotel pricerange = cheap", + "belief : hotel name = konnichiwa hotel pricerange = cheap", + "belief : hotel name = konnichiwa hotel pricerange = cheap", + "belief : hotel name = konnichiwa hotel type = hotel parking = hotel internet = yes ; type = hotelsystem : goodbye", + "belief : hotel name = konnichiwa hotel type = hotel" + ], + [ + "belief : hotel type = hotel destination = hotel name = none", + "belief : hotel type = hotel destination = hotel name = none", + "belief : hotel name = konnichiwa hotel destination = centre ; type = hotel parking = none", + "belief : hotel type = hotel destination = hotel name = none", + "belief : hotel type = hotel destination = hotel internet = yes ; type = hotel hotel hotel" + ], + [ + "belief : taxi destination = yippee noodle bar ; departure = jinling noodle barsystem : great. and where will you be leaving from?", + "belief : taxi destination = yippee noodle bar ; departure = jinling noodle barsystem : great. and where will you be leaving from?", + "belief : taxi destination = yippee noodle bar ; departure = jinling noodle barsystem : great. and where will you be leaving from?", + "belief : taxi destination = yippee noodle bar ; departure = jinling noodle barsystem : great. and where will you be leaving from?", + "belief : taxi destination = yippee noodle bar ; departure = jinling noodle barsystem : great. and where will you be leaving from?" + ], + [ + "belief : taxi leaveat = none ; destination = yippee noodle bar ; departure = the rajmahalsystem : where will the taxi be taking you tonight?", + "belief : taxi leaveat = none ; destination = yippee noodle bar ; departure = the rajmahalsystem : where will the taxi be taking you tonight?", + "belief : taxi leaveat = none ; destination = yippee noodle bar ; departure = the rajmahalsystem : where will the taxi be taking you tonight?", + "belief : taxi leaveat = none ; destination = yippee noodle bar ; departure = the rajmahalsystem : where will the taxi be taking you tonight?", + "belief : taxi leaveat = none ; destination = yippee noodle bar ; departure = the rajmahalsystem : where will the taxi be taking you tonight?" + ], + [ + "belief : taxi leaveat = 09:45 ; destination = yippee noodle bar ; departure = cambridgesystem : enjoy your time in [value_place]!", + "belief : taxi leaveat = 09:45 ; destination = yippee noodle bar ; departure = none", + "belief : taxi leaveat = 09:45 ; destination = yippee noodle bar ; departure = none", + "belief : taxi leaveat = 09:45 ; destination = yippee noodle bar ; departure = none", + "belief : taxi leaveat = 09:45 ; destination = yippee noodle bar ; departure = cambridgesystem : enjoy your time in [value_place]!" + ], + [ + "belief : train destination = broxbourne ; departure = cambridgesystem : i would be happy to help with your request, where will you be going?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i would be happy to help with your request, where will you be going?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i would be happy to help with your request, where will you be going?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i would be happy to help with your request, where will you be going?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i would be happy to help with your request, where will you be going?" + ], + [ + "belief : train destination = broxbourne ; arriveby = 08:15 ; departure = cambridgesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train destination = broxbourne ; arriveby = 08:15 ; departure = cambridgesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train destination = broxbourne ; arriveby = 08:15 ; departure = cambridgesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train destination = broxbourne ; arriveby = 08:15 ; departure = cambridgesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train destination = broxbourne ; arriveby = 08:15 ; departure = cambridgesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : how", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : how", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : how", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : how", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : how" + ], + [ + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15system : goodbye", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15system : goodbye", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15system : goodbye", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15system : goodbye", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15system : goodbye" + ], + [ + "belief : train destination = broxbourne", + "belief : train destination = broxbourne", + "belief : train destination = broxbourne", + "belief : train destination = broxbourne", + "belief : train destination = broxbourne" + ], + [ + "belief : goodbye", + "belief : goodbye", + "belief : goodbye", + "belief : goodbye!", + "belief : goodbye" + ], + [ + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : goodbye", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : goodbye", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : goodbye", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : goodbye", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : goodbye" + ], + [ + "belief : hotel parking = dont care ; stars = 0 ; type = hotelsystem : there are [value_count]hotel -s that meet those criteria. what area of the city would you like to stay in?", + "belief : hotel parking = dont care ; stars = 0 ; type = hotelsystem : there are [value_count]hotel -s that meet those criteria. what area of the city would you like to stay in?", + "belief : hotel parking = dont care ; stars = 0 ; type = hotelsystem : there are [value_count]hotel -s that meet those criteria. what area of the city would you like to stay in?", + "belief : hotel parking = dont care ; stars = 0 ; type = hotelsystem : there are [value_count]hotel -s that meet those criteria. what area of the city would you like to stay in?", + "belief : hotel parking = dont care ; stars = 0 ; type = hotelsystem : there are [value_count]hotel -s that meet those criteria. what area of the city would you like to stay in?" + ], + [ + "belief : hotel area = centre ; parking = no ; stars = 0 ; type = hotelsystem : its in the [value_area]. would you like me to book it for you?", + "belief : hotel area = centre ; parking = no ; stars = 0 ; type = hotelsystem : its in the [value_area]. would you like me to book it for you?", + "belief : hotel area = centre ; parking = no ; stars = 0 ; type = hotelsystem : no, that is not available. is there another area of town that fits your requirement -s?", + "belief : hotel area = centre ; parking = no ; stars = 0 ; type = hotelsystem : no, that is not available. is there another area of town that fits your requirement -s?", + "belief : hotel area = centre ; parking = no ; stars = 0 ; type = hotelsystem : its in the [value_area]. would you like me to book it for you?" + ], + [ + "belief : hotel name = carolina bed and breakfast | booking day = friday ; people = 1 ; stay = 5system : what day would you like your reservation?", + "belief : hotel name = carolina bed and breakfast | booking day = friday ; people = 1 ; stay = 5system : what day would you like your reservation?", + "belief : hotel name = carolina bed and breakfast | booking day = friday ; people = 1 ; stay = 5system : what day would you like your reservation?", + "belief : hotel name = carolina bed and breakfast | booking day = friday ; people = 1 ; stay = 5system : what was your reference number?", + "belief : hotel name = carolina bed and breakfast | booking day = friday ; people = 1 ; stay = 5system : what day would you like your reservation?" + ], + [ + "belief : hotel area = centre ; parking = no ; stars = 0system :", + "belief : hotel area = centre ; parking = no ; stars = 0system :", + "belief : hotel area = centre ; parking = no ; stars = 0system :", + "belief : hotel area = centre ; parking = no ; stars = 0system :", + "belief : hotel area = centre ; parking = no ; stars = 0system :" + ], + [ + "belief : hotel name = train destination = centre | booking day = friday", + "belief : hotel name = train destination = centre | booking day = friday", + "belief : hotel name = train destination = centre | booking day = friday", + "belief : hotel name = train destination = centre | booking day = friday", + "belief : hotel name = train destination = centre | booking day = friday" + ], + [ + "belief : hotel name = city = centre", + "belief : hotel name = city = centre", + "belief : hotel name = city = centre", + "belief : hotel name = city = centre", + "belief : hotel name = city = centre" + ], + [ + "belief : hotel name = city = centre", + "belief : hotel name = city = centre", + "belief : hotel name = city = centre", + "belief : hotel name = city = centre", + "belief : hotel name = city = centre" + ], + [ + "belief : hotel name = city = centre", + "belief : hotel name = city = centre", + "belief : hotel name = city = centre", + "belief : hotel name = city = centre", + "belief : hotel name = city = centre" + ], + [ + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 19:15 ; destination = adc theatre ; departure = pizza hut fendittonsystem : you are all set. a [taxi_type]will pick you up and the contact number, should you need it, is [taxi_phone]. can i help with anything else?", + "belief : taxi leaveat = 19:15 ; destination = adc theatre ; departure = pizza hut fendittonsystem : you are all set. a [taxi_type]will pick you up and the contact number, should you need it, is [taxi_phone]. can i help with anything else?", + "belief : taxi leaveat = 19:15 ; destination = adc theatre ; departure = pizza hut fendittonsystem : you are all set. a [taxi_type]will pick you up and the contact number, should you need it, is [taxi_phone]. can i help with anything else?", + "belief : taxi leaveat = 19:15 ; destination = adc theatre ; departure = pizza hut fendittonsystem : you are all set. a [taxi_type]will pick you up and the contact number, should you need it, is [taxi_phone]. can i help with anything else?", + "belief : taxi leaveat = 19:15 ; destination = adc theatre ; departure = pizza hut fendittonsystem : you are all set. a [taxi_type]will pick you up and the contact number, should you need it, is [taxi_phone]. can i help with anything else?" + ], + [ + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : i have booked you a taxi. it is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : i have booked you a taxi. it is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : i have booked you a taxi. it is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = sidney sussex college ; departure = pizza hut fendittonsystem :!", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fendittonsystem :!", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fendittonsystem :!", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fendittonsystem :!", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fendittonsystem :!" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range", + "belief : restaurant food = italian ; pricerange = expensivesystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes, which", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes, i have found several. would you like to choose your favorite?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes, i have found several. would you prefer [value_count]with our without parking?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes, which", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes, which" + ], + [ + "belief : restaurant food = italian ; area = southsystem : goodbye", + "belief : restaurant food = italian ; area = southsystem : goodbye", + "belief : restaurant food = italian ; area = southsystem : goodbye", + "belief : restaurant food = italian ; area = southsystem : goodbye", + "belief : restaurant food = italian ; area = southsystem : goodbye" + ], + [ + "belief : restaurant name = cafe uno =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant name = cafe uno = off", + "belief : restaurant name = cafe uno", + "belief : restaurant name = cafe uno", + "belief : restaurant name = cafe uno =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]pricerange [value_food] restaurant -s in the [value_area] of town. what type of food would you like?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]pricerange [value_food] restaurant -s in the [value_area] of town. what type of food would you like?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]pricerange [value_food] restaurant -s in the [value_area] of town. are you looking for a specific type of food?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]pricerange [value_food] restaurant -s in the [value_area] of town. what type of food would you like?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count]pricerange [value_food] restaurant -s in the [value_area] of town. what type of food would you like?" + ], + [ + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : sure, the [restaurant_name]is great. their postcode is [restaurant_postcode]. is there anything else i can help you with", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : the [attraction_name]is nice. the postcode is [restaurant_postcode]. do you need any additional information?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : the [attraction_name]is lovely, and their postcode is [restaurant_postcode]. is there anything else i can do for you?", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : sure, the [restaurant_name]is great. their postcode is [restaurant_postcode]. is there anything else i can help you with", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : the [attraction_name]is nice. the postcode is [restaurant_postcode]. do you need any additional information?" + ], + [ + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : thank you, goodbye!", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : thank you, goodbye!", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : thank you, goodbye!", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : thank you, goodbye!", + "belief : restaurant food = dont care ; pricerange = expensive ; area = centresystem : thank you, goodbye!" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : enjoy your mealsystem : goodbye!", + "belief : restaurant pricerange = expensive ; area = centresystem : enjoy your mealsystem : goodbye.", + "belief : restaurant pricerange = expensive ; area = centresystem : enjoy your mealsystem : goodbye!", + "belief : restaurant pricerange = expensive ; area = centresystem : enjoy your mealsystem : goodbye.", + "belief : restaurant pricerange = expensive ; area = centresystem : enjoy your mealsystem : goodbye!" + ], + [ + "belief : hotel type = hotelsystem : we have many hotel -s and guesthouses, do you have any other requirement -s to help narrow the search?", + "belief : hotel type = hotelsystem : we have many hotel -s and guesthouses, do you have any other requirement -s to help narrow the search?", + "belief : hotel type = hotelsystem : we have many hotel -s and guesthouses, do you have any other requirement -s to help narrow the search?", + "belief : hotel type = hotelsystem : we have many hotel -s and guesthouses, do you have any other requirement -s to help narrow the search?", + "belief : hotel type = hotelsystem : we have many hotel -s and guesthouses, do you have any other requirement -s to help narrow the search?" + ], + [ + "belief : hotel parking = dont care ; pricerange = moderate ; internet = yes ; type = guesthousesystem : how about [hotel_name]? it s got free internet as well as!", + "belief : hotel parking = dont care ; pricerange = moderate ; internet = yes ; type = guesthousesystem : how about [hotel_name]? it s got free internet as well as [value_count]", + "belief : hotel parking = dont care ; pricerange = moderate ; internet = yes ; type = guesthousesystem : how about [hotel_name]? it s got free internet as well as [value_count]", + "belief : hotel parking = dont care ; pricerange = moderate ; internet = yes ; type = guesthousesystem : how about [hotel_name]? it s got free internet as well as!", + "belief : hotel parking = dont care ; pricerange = moderate ; internet = yes ; type = guesthousesystem : how about [hotel_name]? it s got free internet as well as [value_count]" + ], + [ + "belief : hotel parking = dont ; pricerange = moderate ; type = guesthousesystem : would you like something with free wifi?", + "belief : hotel parking = dont ; pricerange = moderate ; type = guesthousesystem : would you like something with free wifi?", + "belief : hotel parking = dont ; pricerange = moderate ; type = guesthousesystem : would you like something with free wifi?", + "belief : hotel parking = dont ; pricerange = moderate ; type = guesthousesystem : would you like something with free wifi?", + "belief : hotel parking = dont ; pricerange = moderate ; type = guesthousesystem : would you like something with free wifi?" + ], + [ + "belief : hotel area = north ; parking = yes ; pricerange = moderatesystem : no", + "belief : hotel area = north ; parking = yes ; pricerange = moderatesystem : no", + "belief : hotel area = north ; parking = yes ; pricerange = moderatesystem : no", + "belief : hotel area = north ; parking = yes ; pricerange = moderatesystem : no", + "belief : hotel area = north ; parking = yes ; pricerange = moderatesystem : no" + ], + [ + "belief : hotel area = north = none", + "belief : hotel area = north = none", + "belief : hotel area = north = none", + "belief : hotel area = north = none", + "belief : hotel area = north = none" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : taxi departure = la razasystem : when would you like to arrive?", + "belief : taxi departure = la razasystem : when would you like to arrive?", + "belief : taxi departure = la razasystem : when would you like to arrive?", + "belief : taxi departure = la razasystem : when would you like to arrive?", + "belief : taxi departure = la razasystem : when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 11:45 ; destination = cambridge museum of technology ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = cambridge museum of technology ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = cambridge museum of technology ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = cambridge museum of technology ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = cambridge museum of technology ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : alright i have a [taxi_type]for you. the contact number is [taxi_phone].", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : alright i have a [taxi_type]for you. the contact number is [taxi_phone].", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : okay i have booked a taxi for you. it", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : alright i have a [taxi_type]for you. the contact number is [taxi_phone].", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : alright i have a [taxi_type]for you. the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : goodbye", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : goodbye", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : goodbye", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : goodbye", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : goodbye" + ], + [ + "belief : hotel internet = yessystem : do you have a specific location you want to be?", + "belief : hotel internet = yessystem : do you have a specific location you want to be?", + "belief : hotel internet = yessystem : do you have a specific location you want to be?", + "belief : hotel internet = yessystem : do you have a specific location you want to be?", + "belief : hotel internet = yessystem : do you have a specific location you want to be?" + ], + [ + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : there are several nice guesthouses i can recommend. is there a specific price range you are looking for?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : there are several guesthouses with free wifi. what area would you like to stay in?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : there are several guesthouses with free wifi. what area would you like to stay in?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : there are several guesthouses with free wifi. what area would you like to stay in?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : there are several guesthouses with free wifi. what area would you like to stay in?" + ], + [ + "belief : hotel name = finches bed and breakfast | booking day = tuesday ; people = 6 ; stay = 4system :", + "belief : hotel name = worth house ; area = north ; stars = 4system : booking day = tuesday ; internet = yes", + "belief : hotel name = worth house ; area = north ; stars = 4system : day = tuesday ; internet = yes", + "belief : hotel name = worth house ; area = north ; stars = 4system : day = tuesday ; internet = yes", + "belief : hotel name = worth house ; area = north ; stars = 4system : booking day = tuesday ; internet = yes" + ], + [ + "belief : hotel name = worth", + "belief : hotel name = cherry hinton hotel name = cherry hinton hotel area = west", + "belief : hotel name = ashley hotel | booking day = tuesday ; people = 6 ; stay = 4system :", + "belief : hotel name = worth", + "belief : hotel name = cherry hinton hotel name = cherry hinton hotel area = west" + ], + [ + "belief : hotel name = cherry hinton hotel name = cherry hinton hotel area = west", + "belief : hotel name = cherry hinton hotel name = cherry hinton hotel area = west", + "belief : hotel name = cherry hinton hotel name = cherry hinton hotel area = west", + "belief : hotel name = cherry hinton hotel name = cherry hinton hotel area = west", + "belief : hotel name = cherry hinton hotel name = cherry hinton hotel area = west" + ], + [ + "belief : restaurant food = mexican ; area = centresystem : i am sorry but there are no restaurant -s serving mexican food.", + "belief : restaurant food = mexican ; area = centresystem : i am sorry but there are no restaurant -s serving mexican food.", + "belief : restaurant food = mexican ; area = centresystem : i am sorry but there are no restaurant -s serving mexican food.", + "belief : restaurant food = mexican ; area = centresystem : i am sorry but there are no restaurant -s serving mexican food.", + "belief : restaurant food = mexican ; area = centresystem : i am sorry but there are no restaurant -s serving mexican food." + ], + [ + "belief : restaurant food = indian ; area = centresystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = indian ; area = centresystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = indian ; area = centresystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = indian ; area = centresystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = indian ; area = centresystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town." + ], + [ + "belief : restaurant food = indian ; area = centresystem : thank you", + "belief : restaurant food = indian ; area = centresystem : thank you", + "belief : restaurant food = indian ; area = centresystem : thank you", + "belief : restaurant food = indian ; area = centresystem : thank you", + "belief : restaurant food = indian ; area = centresystem : thank you" + ], + [ + "belief : restaurant food = indian ; area = centresystem : goodbye", + "belief : restaurant food = indian ; area = centresystem : goodbye", + "belief : restaurant food = indian ; area = centresystem : goodbye", + "belief : restaurant food = indian ; area = centresystem : goodbye", + "belief : restaurant food = indian ; area = centresystem : goodbye" + ], + [ + "belief : restaurant food = indian", + "belief : restaurant food = indian", + "belief : restaurant food = indian food = none", + "belief : restaurant food = indian food = none", + "belief : restaurant food = indian" + ], + [ + "belief : train destination = cambridge ; day = saturdaysystem : the train id is [train_id] and it leaves london kings on [value_day]", + "belief : train destination = cambridge ; day = saturdaysystem : the train id is [train_id] and it leaves london kings on [value_day]", + "belief : train destination = cambridge ; day = saturdaysystem : the train id is [train_id] and it leaves london kings on [value_day]", + "belief : train destination = cambridge ; day = saturdaysystem : the train id is [train_id] and it leaves london kings on [value_day]", + "belief : train destination = cambridge ; day = saturdaysystem : the train id is [train_id] and it leaves london kings on [value_day]" + ], + [ + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = stansted airportsystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = stansted airportsystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = stansted airportsystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = stansted airportsystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = stansted airportsystem : i have several trains that meet that criteria, where are you departing from?" + ], + [ + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbournesystem : i have [value_count]trains leaving [value_place], do you have a day you prefer?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbournesystem : i have [value_count]trains leaving [value_place], do you have a day you prefer?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = sunday ; departure = broxbourne | booking people = 6system : how many tickets do you need?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = sunday ; departure = broxbourne | booking people = 6system : what day will this be on?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturday ; departure = broxbournesystem : i have [value_count]trains leaving [value_place], do you have a day you prefer?" + ], + [ + "belief : train leaveat 19:30", + "belief : train leaveat = 19:30", + "belief : train leaveat = 19:30", + "belief : train leaveat = 19:30", + "belief : train leaveat = 19:30" + ], + [ + "belief : train destination = bishops stortford ; day = monday ; departure = cambridgesystem : i can help with that! what time do you want to leave?", + "belief : train destination = bishops stortford ; day = monday ; departure = cambridgesystem : i can help with that! what time do you want to leave?", + "belief : train destination = bishops stortford ; day = monday ; departure = cambridgesystem : i can help with that! what time do you want to leave?", + "belief : train destination = bishops stortford ; day = monday ; departure = cambridgesystem : i can help with that! what time do you want to leave?", + "belief : train destination = bishops stortford ; day = monday ; departure = cambridgesystem : i can help with that! what time do you want to leave?" + ], + [ + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have several trains that will get you there on time. what time would you like to leave?", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have several trains that will get you there on time. what time would you like to leave?", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have several trains that will get you there on time. what time would you like to leave?", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have several trains that will get you there on time. what time would you like to leave?", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have several trains that will get you there on time. what time would you like to leave?" + ], + [ + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : what time do you want to leave?", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : what time do you want to leave?", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : what time do you want to leave?", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : what time do you want to leave?", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : what time do you want to leave?" + ], + [ + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : train leaveat destination = bishops stortford ; day = thursday ; departure = 20:15 ; departure = cambridgesystem : goodbye", + "belief : train leaveat 20: goodbye!", + "belief : train leaveat destination = bishops stortford ; day = thursday ; departure = 20:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat 20: goodbye!", + "belief : train leaveat 20: goodbye!" + ], + [ + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, the [value_count]with the lowest entrance fee is [attraction_name]which is [value_count]pounds to get in.", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, the [value_count]with the lowest entrance fee is [attraction_name]which is [value_count]pounds to get in.", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, the [value_count]with the lowest entrance fee is [attraction_name]which is [value_count]pounds to get in.", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, the [value_count]with the lowest entrance fee is [attraction_name]which is [value_count]pounds to get in.", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, the [value_count]with the lowest entrance fee is [attraction_name]which is [value_count]pounds to get in." + ], + [ + "belief : attraction type = night club ; area = centresystem : yes. i am sorry, but there is no entrance fee.", + "belief : attraction type = night club ; area = centresystem : yes. i am sorry, but we don't have information on the theaters entrance fees. can i help you with?", + "belief : attraction type = night club ; area = centresystem : i am sorry, but there is no entrance fee. is there anything else you would like to know?", + "belief : attraction type = night club ; area = centresystem : yes. i am sorry, but there is no entrance fee.", + "belief : attraction type = night club ; area = centresystem : i am sorry, but there is no entrance fee. is there anything else you would like to know?" + ], + [ + "belief : attraction type = night club ; area = centresystem : you are welcome.", + "belief : attraction type = night club ; area = centresystem : you are welcome.", + "belief : attraction type = night club ; area = centresystem : you are welcome.", + "belief : attraction type = night club ; area = centresystem : sure. enjoy!", + "belief : attraction type = night club ; area = centresystem : sure. enjoy!" + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : there are many, can i get a price range and area you would like the restaurant to be in to narrow down the search?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s that meet your specification. [value_count]is [value_food] and the other is [value_food]. which would you prefer?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s that meet your specification. [value_count]is [value_food] and the other is [value_food]. which would you prefer?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s that meet your specification. [value_count]is [value_food] and the other is [value_food]. which would you prefer?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are [value_count]restaurant -s that meet your specification. [value_count]is [value_food] and the other is [value_food]. which would you prefer?" + ], + [ + "belief : restaurant food = Creative ; pricerange = cheap ; area = centresystem : i have heard good things about [attraction_name]. need a reservation?", + "belief : restaurant food = art ; pricerange = cheap ; area = centresystem : i have heard good things about [attraction_name]. need a reservation?", + "belief : restaurant food =] ; pricerange = cheap ; area = centresystem : i have heard good things about [attraction_name]. would you like me to make a reservation for you?", + "belief : restaurant food = [value_food] ; pricerange = cheap ; area = centresystem : i have heard good things about [attraction_name]. need a reservation?", + "belief : restaurant food = art ; pricerange = cheap ; area = centresystem : i have heard good things about [attraction_name]. need a reservation?" + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : that s great!", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : that is an [value_food] restaurant.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : that is an [value_food] restaurant.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : that s great!", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : that is an [value_food] restaurant." + ], + [ + "belief : restaurant food = indian ; area = centre", + "belief : restaurant food = indian ; area = centre", + "belief : restaurant food = indian ; area = centre", + "belief : restaurant food = indian ; area = centre", + "belief : restaurant food = indian ; area = centre" + ], + [ + "belief : restaurant food = indian ; area = west", + "belief : restaurant food = indian ; area = west", + "belief : restaurant food = indian ; area = west", + "belief : restaurant food = indian ; area = west", + "belief : restaurant food = indian ; area = west" + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]place -s that meet that criteria. do you have any other preferences?", + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]place -s that meet that criteria. do you have any other preferences?", + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]guesthouses with free parking. what area would you like to stay in?", + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]place -s that meet that criteria. do you have any other preferences?", + "belief : hotel parking = yes ; type = guesthousesystem : there are [value_count]place -s that meet that criteria. do you have any other preferences?" + ], + [ + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : how about [hotel_name]? it s got a [value_count]star rating.", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : how about [hotel_name]? it s got a [value_count]star rating.", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : how about [hotel_name]? it s got a [value_count]star rating.", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : how about [hotel_name]? it s got a [value_count]star rating.", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : how about [hotel_name]? it s got a [value_count]star rating." + ], + [ + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : goodbye", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : goodbye", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : goodbye", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : goodbye", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem : goodbye" + ], + [ + "belief : hotel area = east ; parking = yes", + "belief : hotel area = east ; parking = yes", + "belief : hotel area = east ; parking = yes", + "belief : hotel area = east ; parking = yes", + "belief : hotel area = east ; parking = yes" + ], + [ + "belief : hotel name = cambridge guest house", + "belief : hotel name = cambridge east", + "belief : hotel name = east", + "belief : hotel name = cambridge guest house", + "belief : hotel name = east" + ], + [ + "belief : hotel name = cambridge", + "belief : hotel name = cambridge", + "belief : hotel name = cambridge", + "belief : hotel name = cambridge", + "belief : hotel name = cambridge" + ], + [ + "belief : taxi destination = meghnasystem : i can help you with that, where are you departing from?", + "belief : taxi destination = yes ; departure = aly brasserie and theatressystem : where will you leave from?", + "belief : taxi destination = meghnasystem : i can help you with that, where are you departing from?", + "belief : taxi destination = yes ; departure = aly brasserie and theatressystem : where will you leave from?", + "belief : taxi destination = yes ; departure = aly brasserie and theatressystem : where will you leave from?" + ], + [ + "belief : taxi leaveat = 07:15 ; destination = yes ; departure = yippee noodle barsystem : great. and where will you be leaving from?", + "belief : taxi leaveat = 07:15 ; destination = yes ; departure = yippee noodle barsystem : great. and where will you be leaving from?", + "belief : taxi leaveat = 07:15 ; destination = yes ; departure = yippee noodle barsystem : great. and where will you be leaving from?", + "belief : taxi leaveat = 07:15 ; destination = yes ; departure = yippee noodle barsystem : great. and where will you be leaving from?", + "belief : taxi leaveat = 07:15 ; destination = yes ; departure = yippee noodle barsystem : great. and where will you be leaving from?" + ], + [ + "belief : taxi destination = yes ; departure = yippee noodle bar ; arriveby = 07:15system : you are welcome! goodbye.", + "belief : taxi destination = yes ; departure = yippee noodle bar ; arriveby = 07:15system : you are welcome! goodbye.", + "belief : taxi destination = yes ; departure = yippee noodle bar ; arriveby = 07:15system : you are welcome! goodbye.", + "belief : taxi destination = yes ; departure = yippee noodle bar ; arriveby = 07:15system : you are welcome! goodbye.", + "belief : taxi destination = yes ; departure = yippee noodle bar ; arriveby = 07:15system : you are welcome." + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : what price range would you prefer, [value_pricerange], [value_pricerange], or [value_pricerange]?", + "belief : hotel parking = yes ; type = guesthousesystem : what price range would you prefer, [value_pricerange], [value_pricerange], or [value_pricerange]?", + "belief : hotel parking = yes ; type = guesthousesystem : what price range would you prefer, [value_pricerange], [value_pricerange], or [value_pricerange]?", + "belief : hotel parking = yes ; type = guesthousesystem : what price range would you prefer, [value_pricerange], [value_pricerange], or [value_pricerange]?", + "belief : hotel parking = yes ; type = guesthousesystem : what price range would you prefer, [value_pricerange], [value_pricerange], or [value_pricerange]?" + ], + [ + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : i am sorry, we don't have any [value_pricerange] hotel -s.", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : sorry, that sounds like it would work for you.", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : sorry, that sounds like it would work for you.", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : i am sorry, we don't have any [value_pricerange] hotel -s.", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : sorry, that is not available. maybe another day, or a shorter stay" + ], + [ + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast" + ], + [ + "belief : hotel name = lan hongkok city = east", + "belief : hotel name = lan hong house", + "belief : hotel name = lan hong house", + "belief : hotel name = lan hong house", + "belief : hotel name = lan hongkok city = east" + ], + [ + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast" + ], + [ + "belief : hotel stars = 3 ; type = guesthousesystem : [hotel_name]is a guesthouse with [value_count]star rating -s. would you like to make a reservation?", + "belief : hotel stars = 3 ; type = guesthousesystem : [hotel_name]is a [value_count]star hotel with [value_count]star rating -s. would you like to make a reservation?", + "belief : hotel stars = 3 ; type = guesthousesystem : [hotel_name]is a [value_count]star hotel with [value_count]star rating -s. would you like to make a reservation?", + "belief : hotel stars = 3 ; type = guesthousesystem : [hotel_name]is a guesthouse with [value_count]star rating -s. would you like to make a reservation?", + "belief : hotel stars = 3 ; type = guesthousesystem : [hotel_name]is a guesthouse with [value_count]star rating -s. would you like to make a reservation?" + ], + [ + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s in [value_place]with [value_pricerange] to [value_pricerange] price range -s. would you like more information?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s in [value_place]with [value_pricerange] to [value_pricerange] price range -s. would you like more information?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s in [value_place]with [value_pricerange] to [value_pricerange] price range -s. would you like more information?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s in [value_place]with [value_pricerange] to [value_pricerange] price range -s. would you like more information?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s in [value_place]with [value_pricerange] to [value_pricerange] price range -s. would you like more information?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3system : okay, how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3system : okay, how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3system : okay, how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3system : okay, how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = moderate ; stars = 3system : okay, how about the [hotel_name]?" + ], + [ + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes" + ], + [ + "belief : restaurant food = canapes ; area = eastsystem : i am sorry, there are no restaurant -s serving canapes food in the [value_area] part of town. would you like me to check another part of town?", + "belief : restaurant food = canapes ; area = eastsystem : i am sorry, there are no restaurant -s serving canapes food in the [value_area] part of town. would you like me to check another part of town?", + "belief : restaurant food = canapes ; area = eastsystem : i am sorry, there are no restaurant -s serving canapes food in the [value_area] part of town. would you like me to check another part of town?", + "belief : restaurant food = canapes ; area = eastsystem : i am sorry, there are no restaurant -s serving canapes food in the [value_area] part of town. would you like me to check another part of town?", + "belief : restaurant food = canapes ; area = eastsystem : i am sorry, there are no restaurant -s serving canapes food in the [value_area] part of town. would you like me to check another part of town?" + ], + [ + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. enjoy your meal, and have a great day.", + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. enjoy your meal, and have a great day.", + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. enjoy your meal, and have a great day.", + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. enjoy your meal, and have a great day.", + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. enjoy your meal, and have a great day." + ], + [ + "belief : restaurant food = italian ; area = eastsystem : sure. where will you be staying?", + "belief : restaurant food = italian ; area = eastsystem : sure. where will you be staying?", + "belief : restaurant food = italian ; area = eastsystem : sure. where will you be staying?", + "belief : restaurant food = italian ; area = eastsystem : sure. where will you be staying?", + "belief : restaurant food = italian ; area = eastsystem : sure. where will you be staying?" + ], + [ + "belief : restaurant food = canapes ; area = eastsystem : goodbye", + "belief : restaurant food = canapes ; area = eastsystem : goodbye", + "belief : restaurant food = canapes ; area = eastsystem : goodbye", + "belief : restaurant food = canapes ; area = eastsystem : goodbye", + "belief : restaurant food = canapes ; area = eastsystem : goodbye" + ], + [ + "belief : restaurant food = canapes =inese = yes", + "belief : restaurant food = canapes =inese = yes", + "belief : restaurant food = canapes = yes", + "belief : restaurant food = canapes = yes", + "belief : restaurant food = canapes =inese = yes" + ], + [ + "belief : restaurant food = canapes ; area = east", + "belief : restaurant food = canapes ; area = east", + "belief : restaurant food = canapes ; area = east", + "belief : restaurant food = canapes ; area = east", + "belief : restaurant food = canapes ; area = east" + ], + [ + "belief : train destination = cambridge ; day = saturdaysystem : and where will you be leaving from?", + "belief : train destination = cambridge ; day = saturdaysystem : and where will you be leaving from?", + "belief : train destination = cambridge ; day = saturdaysystem : absolutely, i need departure and destination information and a time you need to arrive by.", + "belief : train destination = cambridge ; day = saturdaysystem : absolutely, i need departure and destination information and a time you need to arrive by.", + "belief : train destination = cambridge ; day = saturdaysystem : absolutely, i need departure and destination information and a time you need to arrive by." + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : sure! where are you departing from?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : sure! where are you departing from?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : sure! where are you departing from?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : sure! where are you departing from?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : sure! where are you departing from?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem : there are a few resturant -s serving [value_food] food. would you prefer [value_count]in the [value_area] or [value_area] part of town?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : there are a few resturant -s serving [value_food] food. would you prefer [value_count]in the [value_area] or [value_area] part of town?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : there are no resturant -s serving [value_food] food.", + "belief : restaurant food = chinese ; pricerange = cheapsystem : there are no resturant -s serving [value_food] food.", + "belief : restaurant food = chinese ; pricerange = cheapsystem : there are no resturant -s serving [value_food] food." + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; name = none ; area = westsystem : your booking was successful. the address is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = chinese ; pricerange = cheap ; name = none ; area = westsystem : your booking was successful. the address is [restaurant_postcode].", + "belief : restaurant food = chinese ; pricerange = cheap ; name = none ; area = westsystem : your booking was successful. the address is [restaurant_postcode]. is there anything else i can help you with?", + "belief : restaurant food = chinese ; pricerange = cheap ; name = none ; area = westsystem : your booking was successful. the address is [restaurant_postcode].", + "belief : restaurant food = chinese ; pricerange = cheap ; name = none ; area = westsystem : your booking was successful. the address is [restaurant_postcode]. is there anything else i can help you with?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem : restaurant pricerange = none ; area = dont caresystem : goodbye", + "belief : restaurant food = chinese ; pricerange = cheapsystem : restaurant pricerange = none ; area = dont caresystem : goodbye", + "belief : restaurant food = chinese ; pricerange = cheapsystem : restaurant pricerange = none ; area = dont caresystem : goodbye", + "belief : restaurant food = chinese ; pricerange = cheapsystem : restaurant pricerange = none ; area = dont caresystem : goodbye", + "belief : restaurant food = chinese ; pricerange = cheapsystem : restaurant pricerange = none ; area = dont caresystem : goodbye" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap", + "belief : restaurant food = chinese ; pricerange = cheap", + "belief : restaurant food = chinese ; pricerange = cheap", + "belief : restaurant food = chinese ; pricerange = cheap", + "belief : restaurant food = chinese ; pricerange = cheap" + ], + [ + "belief : train destination = leicester ; departure = cambridgesystem : leicester is on [value_day]and there are several options. is there a certain time you would like to leave?", + "belief : train destination = leicester ; departure = cambridgesystem : leicester is on [value_day]and there are several available option to travel to, from [train_id] to [train_id].", + "belief : train destination = leicester ; departure = cambridgesystem : leicester is on [value_day]and there are several available option to travel to?", + "belief : train destination = leicester ; departure = cambridgesystem : leicester is on [value_day]and there are several available option to travel to, from where will you be departing?", + "belief : train destination = leicester ; departure = cambridgesystem : leicester is my destination." + ], + [ + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time" + ], + [ + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : how about [train_id]?", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : how about [train_id]?", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : how about [train_id]?", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : how about [train_id]?", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : how about [train_id]?" + ], + [ + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem :", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem :", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem :", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem :", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem :" + ], + [ + "belief : train destination = leicester", + "belief : train destination = leicester", + "belief : train destination = leicester", + "belief : train destination = leicester", + "belief : train destination = leicester" + ], + [ + "belief : train destination = leicester", + "belief : train destination = leicester = leicester ; day = saturday ; arriveby = 13:45 ; departure = nonesystem : goodbye", + "belief : train destination = leicester", + "belief : train destination = leicester", + "belief : train destination = leicester" + ], + [ + "belief : restaurant food = african ; pricerange = expensivesystem : i am sorry but there are no restaurant -s serving afghan food.", + "belief : restaurant food = african ; pricerange = expensivesystem : i am sorry but there are no restaurant -s serving afghan food.", + "belief : restaurant food = african ; pricerange = expensivesystem : i am sorry but there are no restaurant -s serving afghan food.", + "belief : restaurant food = african ; pricerange = expensivesystem : i am sorry but there are no restaurant -s serving afghan food.", + "belief : restaurant food = african ; pricerange = expensivesystem : i am sorry but there are no restaurant -s serving afghan food." + ], + [ + "belief : restaurant food = african ; pricerange = expensivesystem : thank you, you have a great day.", + "belief : restaurant food = african ; pricerange = expensivesystem : thank you, i am sure you will love to help.", + "belief : restaurant food = african ; pricerange = expensivesystem : thank you, you have a great day.", + "belief : restaurant food = african ; pricerange = expensivesystem : thank you, i have found [value_count]place for you. goodbye.", + "belief : restaurant food = african ; pricerange = expensivesystem : thank you, you have a great day." + ], + [ + "belief : restaurant food = african ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = african ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = african ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = african ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = african ; pricerange = expensivesystem : goodbye" + ], + [ + "belief : restaurant food = india housesystem : yes. [restaurant_name]is a [value_food] restaurant in the [value_area] of town. [restaurant_name]is also located in the [value_area] part of town.", + "belief : restaurant food = india housesystem : yes. [restaurant_name]is a [value_food] restaurant in the [value_area] of town. [restaurant_name]is also in the [value_area].", + "belief : restaurant food = india housesystem : yes. [restaurant_name]is a [value_food] restaurant in the [value_area] of town. [restaurant_name]is also in the [value_area].", + "belief : restaurant food = india housesystem : yes. [restaurant_name]is a [value_food] restaurant in the [value_area] of town. [restaurant_name]is also located in the [value_area] part of town.", + "belief : restaurant food = india housesystem : yes. [restaurant_name]is a [value_food] restaurant in the [value_area] of town. [restaurant_name]is also in the [value_area]." + ], + [ + "belief : restaurant food = india house ; day = saturday ; people = 4 ; time = 16:30system : booking was unsuccessful. would you like something else?", + "belief : restaurant food = india house ; day = saturday ; people = 4 ; time = 16:30system : booking was unsuccessful. would you like something else?", + "belief : restaurant food = india house ; day = saturday ; people = 4 ; time = 16:30system : booking was unsuccessful. would you like something else?", + "belief : restaurant food = india house ; day = saturday ; people = 4 ; time = 16:30system : booking was unsuccessful. would you like something else?", + "belief : restaurant food = india house ; day = saturday ; people = 4 ; time = 16:30system : booking was unsuccessful. would you like something else?" + ], + [ + "belief : restaurant name = india house | booking day = saturday ; people = 4system : goodbye", + "belief : restaurant name = india house | booking day = saturday ; people = 4system : goodbye", + "belief : restaurant name = india house | booking day = saturday ; people = 4system : goodbye", + "belief : restaurant name = india house | booking day = saturday ; people = 4system : goodbye", + "belief : restaurant name = india house | booking day = saturday ; people = 4system : goodbye" + ], + [ + "belief : goodbye.", + "belief : goodbye.", + "belief : goodbye.", + "belief : goodbye.", + "belief : goodbye." + ], + [ + "belief : attraction type = none ; area = eastsystem : i have about [value_count]different options. most offer free entrance but there are a few that charge. do you prefer [value_count]over the other?", + "belief : attraction type = none ; area = eastsystem : i have about [value_count]different options. most offer free entrance but there are a few that charge. do you prefer [value_count]over the other?", + "belief : attraction type = none ; area = eastsystem : i have about [value_count]different options. most offer free entrance but there are a few that charge. do you prefer [value_count]over the other?", + "belief : attraction type = none ; area = eastsystem : i have about [value_count]different options. most offer free entrance but there are a few that charge. do you prefer [value_count]over the other?", + "belief : attraction type = none ; area = eastsystem : i have about [value_count]different options. most offer free entrance but there are a few that charge. do you prefer [value_count]over the other?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]?", + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]?", + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]?", + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]?", + "belief : attraction type = entertainment ; area = eastsystem : how about, the [attraction_name]?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : [attraction_name]is in the [value_area] area. their phone number is [attraction_phone].", + "belief : attraction type = entertainment ; area = eastsystem : [attraction_name]is a entertainment venue located on [attraction_address]. their phone number is [attraction_phone].", + "belief : attraction type = entertainment ; area = eastsystem : [attraction_name]is in the [value_area] area. their phone number is [attraction_phone].", + "belief : attraction type = entertainment ; area = eastsystem : [attraction_name]is in the [value_area] area. their phone number is [attraction_phone].", + "belief : attraction type = entertainment ; area = eastsystem : [attraction_name]is in the [value_area] area. their phone number is [attraction_phone]." + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : goodbye.", + "belief : attraction type = entertainment ; area = eastsystem : goodbye.", + "belief : attraction type = entertainment ; area = eastsystem : goodbye.", + "belief : attraction type = entertainment ; area = eastsystem : goodbye.", + "belief : attraction type = entertainment ; area = eastsystem : goodbye." + ], + [ + "belief : restaurant food = european ; pricerange = moderatesystem : i have the [restaurant_name]and [restaurant_name]. they are both in the [value_area] of town serving [value_food] food. would you like to book [value_count]?", + "belief : restaurant food = european ; pricerange = moderatesystem : i have nothing available meeting your request, would you like to try a different price range or another type of cuisine?", + "belief : restaurant food = european ; pricerange = moderatesystem : i have nothing available meeting your request, would you like to try a different price range or another type of cuisine?", + "belief : restaurant food = european ; pricerange = moderatesystem : i have nothing available meeting your request, would you like to try a different price range or another type of cuisine?", + "belief : restaurant food = european ; pricerange = moderatesystem : i have nothing available meeting your request, would you like to try a different price range or another type of cuisine?" + ], + [ + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : i have [value_count]that is [value_pricerange] and [value_count]that is [value_pricerange]. which would", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : i have [value_count]that is [value_pricerange] and [value_count]that is [value_pricerange]. do you", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : there are [value_count]in the [value_area] area. how about [restaurant_name]. it is in the [value_pricerange] price range.", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : there are [value_count]in the [value_area] area. would you like information about [restaurant_name]?", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : there are [value_count]in the [value_area] area. would you like to book a table at [value_count]of them?" + ], + [ + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : what day = saturday ; departure = cambridge | booking people = 6system : sure.", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : what day = saturday ; departure = cambridge | booking people = 6system : sure.", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : what day = saturday ; departure = cambridge | booking people = 6system : sure. would you like the restaurant [restaurant_name].", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : what day = saturday ; departure = cambridge | booking people = 6system : sure. would you like the restaurant [restaurant_name].", + "belief : restaurant food = european ; pricerange = moderate ; area = centresystem : what day = saturday ; departure = cambridge | booking people = 6system : sure." + ], + [ + "belief : restaurant food = european ; area = centresystem : goodbye.", + "belief : restaurant food = european ; area = centresystem :", + "belief : restaurant food = european ; area = centresystem :", + "belief : restaurant food = european ; area = centresystem : goodbye.", + "belief : restaurant food = european ; area = centresystem : goodbye." + ], + [ + "belief : restaurant food = britishsystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area it is located at?", + "belief : restaurant food = britishsystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area it is located at?", + "belief : restaurant food = britishsystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area it is located at?", + "belief : restaurant food = britishsystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area it is located at?", + "belief : restaurant food = britishsystem : there are [value_count]restaurant -s that meet those specification. do you have a preference of the area it is located at?" + ], + [ + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s in the [value_area] part of town. what price range would you prefer?", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s in the [value_area] part of town. what price range would you prefer?", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s in the [value_area] part of town. what price range would you prefer?", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s in the [value_area] part of town. what price range would you prefer?", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s in the [value_area] part of town. what price range would you prefer?" + ], + [ + "belief : restaurant food = british ; area = westsystem : restaurant food = yessystem : would you like", + "belief : restaurant food = british ; area = westsystem : restaurant food = yessystem : let me know where it is located.", + "belief : restaurant food = british ; area = westsystem : restaurant food = yessystem : let me know where it is located.", + "belief : restaurant food = british ; area = westsystem : restaurant food = yessystem : let me know where it is located.", + "belief : restaurant food = british ; area = westsystem : restaurant food = yessystem : let me know where it is located." + ], + [ + "belief : restaurant food = british restaurant food = yes", + "belief : restaurant food = british restaurant food = yes", + "belief : restaurant food = british restaurant food = yes", + "belief : restaurant food = british restaurant food = yes", + "belief : restaurant food = british restaurant food = yes" + ], + [ + "belief : restaurant food = british restaurant food = yes", + "belief : restaurant food = british restaurant food = yes", + "belief : restaurant food = british restaurant food = yes", + "belief : restaurant food = british restaurant food = yes", + "belief : restaurant food = british restaurant food = yes" + ], + [ + "belief : restaurant food = british ; area = west", + "belief : restaurant food = british ; area = west", + "belief : restaurant food = british ; area = west", + "belief : restaurant food = british ; area = west", + "belief : restaurant food = british ; area = west" + ], + [ + "belief : hotel name = el shaddia guesthousesystem : yes, the [hotel_name]is a guesthouse in the [value_area] of the city. their phone number is [hotel_phone].", + "belief : hotel name = el shaddia guesthousesystem : yes, the [hotel_name]is a guesthouse in the [value_area] of the city. their phone number is [hotel_phone].", + "belief : hotel name = el shaddia guesthousesystem : yes, the [hotel_name]is a guesthouse in the [value_area] of the city. their phone number is [hotel_phone].", + "belief : hotel name = el shaddia guesthousesystem : yes, the [hotel_name]is a guesthouse in the [value_area] of the city. their phone number is [hotel_phone].", + "belief : hotel name = el shaddia guesthousesystem : yes, the [hotel_name]is a guesthouse in the [value_area] of the city. their phone number is [hotel_phone]." + ], + [ + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 3system : booking people = 7system : your booking was successful. do you need anything else?", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 3system : booking people = 7system : your booking was successful. do you need anything else?", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 3system : your booking was successful. do you need anything else?", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 3system : booking people = 7system : enjoy your stay!", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 3system : booking people = 7system : enjoy your stay!" + ], + [ + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 1system :", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 1system :", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 1system :", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 1system :", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7 ; stay = 1system :" + ], + [ + "belief : hotel name = el shaddai | booking day = monday = 1", + "belief : hotel name = el shaddai | booking day = monday = 1", + "belief : hotel name = el shaddai | booking day = monday = 1", + "belief : hotel name = el shaddai | booking day = monday = 1", + "belief : hotel name = el shaddai | booking day = monday = 1" + ], + [ + "belief : restaurant pricerange = cheap ; area = eastsystem : what area would you like to stay in?", + "belief : restaurant pricerange = cheap ; area = eastsystem : what area would you like to stay in?", + "belief : restaurant pricerange = cheap ; area = eastsystem : what area would you like to stay in?", + "belief : restaurant pricerange = cheap ; area = eastsystem : what area would you like to stay in?", + "belief : restaurant pricerange = cheap ; area = eastsystem : what area would you like to stay in?" + ], + [ + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : would you like to book a room at [hotel_name]?", + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : would you like to book a room at [hotel_name]?", + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : would you like to book a room at [hotel_name]?", + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : would you like to book a room at [hotel_name]?", + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : would you like to book a room at [hotel_name]?" + ], + [ + "belief : hotel name = oh seoul hotel | booking day = thursday ; people = 1 ; stay = 5system : booking at [hotel_name]!", + "belief : hotel name = oh seoul hotel | booking day = thursday ; people = 1 ; stay = 5system : booking was successful. do you need anything else?", + "belief : hotel name = oh seoul hotel | booking day = thursday ; people = 1 ; stay = 5system : booking was successful. do you need anything else?", + "belief : hotel name = oh seoul hotel | booking day = thursday ; people = 1 ; stay = 5system : booking at [hotel_name]!", + "belief : hotel name = oh seoul hotel | booking day = thursday ; people = 1 ; stay = 5system : booking was successful. do you need anything else?" + ], + [ + "belief : hotel name = hotel name = alexander bed and breakfast | booking day = friday ; people = 1 ; stay = 5system : booking was successful.", + "belief : hotel name = hotel name = alexander bed and breakfast | booking day = friday ; people = 1 ; stay = 5system : booking was successful.", + "belief : hotel name = hotel name = alexander bed and breakfast | booking day = friday ; people = 1 ; stay = 5system : booking was successful.", + "belief : hotel name = hotel name = alexander bed and breakfast | booking day = friday ; people = 1 ; stay = 5system : booking was successful.", + "belief : hotel name = hotel name = alexander bed and breakfast | booking day = friday ; people = 1 ; stay = 5system : booking was successful." + ], + [ + "belief : hotel area = east = yes ; parking = yes ; pricerange = cheap", + "belief : hotel area = east = yes ; parking = yes ; pricerange = cheap", + "belief : hotel area = east = yes ; parking = yes ; pricerange = cheap", + "belief : hotel area = east = yes ; parking = yes ; pricerange = cheap", + "belief : hotel area = east = yes ; parking = yes ; pricerange = cheap" + ], + [ + "belief : train day = wednesday ; arriveby = 12:30system : i have [value_count]trains leaving that area, do you have a destination or time?", + "belief : train day = wednesday ; arriveby = 12:30system : i have [value_count]trains leaving that area, do you have a destination or time?", + "belief : train day = wednesday ; arriveby = 12:30system : i have [value_count]trains leaving that area, do you have a destination or time?", + "belief : train day = wednesday ; arriveby = 12:30system : i have [value_count]trains leaving that area, do you have a destination or time?", + "belief : train day = wednesday ; arriveby = 12:30system : i have [value_count]trains leaving that area, do you have a destination or time?" + ], + [ + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have several trains that meet that criteria, where are you departing from?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have several trains that meet that criteria, where are you departing from?" + ], + [ + "belief : train destination = london liverpool street ; day = wednesday ; departure = cambridge | booking people = 7system :] : alright, i have booked you [value_count]tickets on this train. your reference number is [train_reference].", + "belief : train destination = london liverpool street ; day = wednesday ; departure = cambridge | booking people = 7system :] : alright, i have booked you [value_count]tickets on this train. your reference number is [train_reference].", + "belief : train destination = london liverpool street ; day = wednesday ; departure = cambridge | booking people = 7system :] : alright, i have booked you [value_count]tickets on this train. your reference number is [train_reference].", + "belief : train destination = london liverpool street ; day = wednesday ; departure = cambridge | booking people = 7system :] : alright, i have booked you [value_count]tickets on this train. your reference number is [train_reference].", + "belief : train destination = london liverpool street ; day = wednesday ; departure = cambridge | booking people = 7system :] : alright, i have booked you [value_count]tickets on this train. your reference number is [train_reference]." + ], + [ + "belief : train destination = london london liverpool street ; day = wednesday ; departure = cambridge | booking people = 7system : goodbye", + "belief : train destination = london london liverpool street ; day = wednesday ; departure = cambridge | booking people = 7system : goodbye", + "belief : train destination = london london liverpool street ; day = wednesday ; departure = cambridge | booking people = 7system : goodbye", + "belief : train destination = london london liverpool street ; day = wednesday ; departure = cambridgesystem : 7system : goodbye", + "belief : train destination = london london liverpool street ; day = wednesday ; departure = cambridgesystem : 7system : goodbye" + ], + [ + "belief : hotel internet = yessystem : we have [value_count]such place -s! any preference on area?", + "belief : hotel internet = yessystem : hi, i have [value_count]place -s that meet that criteria. is there a specific area you would like to stay in?", + "belief : hotel internet = yessystem : we have [value_count]such place -s! any preference on area?", + "belief : hotel internet = yessystem : we have [value_count]such place -s! any preference on area?", + "belief : hotel internet = yessystem : hi, i have [value_count]place -s that meet that criteria. is there a specific area you would like to stay in?" + ], + [ + "belief : hotel pricerange = cheap ; internet = yes ; type = hotelsystem : how many stars would you like?", + "belief : hotel pricerange = cheap ; internet = yes ; type = hotelsystem : how many stars would you like?", + "belief : hotel pricerange = cheap ; internet = yes ; type = hotelsystem : how many stars would you like?", + "belief : hotel pricerange = cheap ; internet = yes ; type = hotelsystem : how many stars would you like?", + "belief : hotel pricerange = cheap ; internet = yes ; type = hotelsystem : how many stars would you like?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : hotelsystem : would you like to stay in a hotel", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : hotelsystem : would you like to stay in a hotel", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : hotelsystem : would you like a hotel", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : hotelsystem : would you like a hotel", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = hotelsystem : hotelsystem : hotel area = dont caresystem : lets you choose your hotel name" + ], + [ + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes" + ], + [ + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes" + ], + [ + "belief : hotel parking = hotel name = hotel parking = dont care", + "belief : hotel parking = hotel name = hotel internet = dont care", + "belief : hotel parking = hotel name = hotel parking = dont care", + "belief : hotel parking = hotel name = hotel parking = dont care", + "belief : hotel parking = hotel name = hotel internet = dont care" + ], + [ + "belief : hotel parking = dont care", + "belief : hotel parking = dont care", + "belief : hotel parking = dont care", + "belief : hotel parking = dont care", + "belief : hotel parking = dont care" + ], + [ + "belief : hotel parking, finches bed and breakfast", + "belief : hotel parking, finches bed and breakfast, hotel name = finches bed and breakfast, type = hotel", + "belief : hotel parking, finches bed and breakfast, hotel name = finches bed and breakfast, type = hotel", + "belief : hotel area = dont care", + "belief : hotel area = dont care" + ], + [ + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a" + ], + [ + "belief : hotel parking, goodbye.", + "belief : hotel parking, goodbye.", + "belief : hotel parking. goodbye.", + "belief : hotel parking, goodbye.", + "belief : hotel parking. goodbye." + ], + [ + "belief : nonesystem : okay, what is your departure site?", + "belief : nonesystem : okay, what is your departure site?", + "belief : nonesystem : okay, what is your departure site?", + "belief : nonesystem : okay, what is your departure site?", + "belief : nonesystem : okay, what is your departure site?" + ], + [ + "belief : taxi departure = riverside brasseriesystem : what time do you want to leave?", + "belief : taxi departure = riverside brasseriesystem : what time do you want to leave?", + "belief : taxi departure = riverside brasseriesystem : what time do you want to leave?", + "belief : taxi departure = riverside brasseriesystem : what time do you want to leave?", + "belief : taxi departure = riverside brasseriesystem : what time do you want to leave?" + ], + [ + "belief : taxi destination = riverside brasserie ; departure = riverside brasserie ; arriveby = 18:15system : how about [train_id]?", + "belief : taxi destination = riverside brasserie ; departure = riverside brasserie ; arriveby = 18:15system : how about [train_id]?", + "belief : taxi destination = riverside brasserie ; departure = riverside brasserie ; arriveby = 18:15system : how about [train_id]?", + "belief : taxi destination = riverside brasserie ; departure = riverside brasserie ; arriveby = 18:15system : how about [train_id]?", + "belief : taxi destination = riverside brasserie ; departure = riverside brasserie ; arriveby = 18:15system : how about [train_id]?" + ], + [ + "belief : taxi destination = shanghai royal standard ; departure = riverside brasserie ; arriveby = 18:15system : i have booked your taxi", + "belief : taxi destination = shanghai ; departure = riverside brasserie ; arriveby = 18:15system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = shanghai ; departure = riverside brasserie ; arriveby = 18:15system : i have booked your taxi", + "belief : taxi destination = shanritka ; departure = riverside brasserie ; arriveby = 18:15system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = shanghai royal standard ; departure = riverside brasserie ; arriveby = 18:15system : i have booked your taxi" + ], + [ + "belief : taxi destination = shan h binh binh", + "belief : taxi destination = shan shan!", + "belief : taxi destination = shanghai ; departure = riverside brasserie ; arriveby = 18:15system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = shan h binh binh", + "belief : taxi destination = shan korean food ; departure = riverside brasserie ; arriveby = 18:15system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : you are booked! your car type is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : you are booked! your car type is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : you are booked! your car type is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : you are booked! your car type is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : you are booked! your car type is a [taxi_type]and the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : i have booked your taxi. it is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : i have booked your taxi. it is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : i have booked your taxi. it is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : i have booked your taxi. it is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : i have booked your taxi. it is a [taxi_type]and the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : goodbye.", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : goodbye.", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : goodbye.", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : goodbye.", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : goodbye." + ], + [ + "belief : nonesystem : ok, where are you leaving from?", + "belief : nonesystem : ok, where are you leaving from?", + "belief : nonesystem : ok, where are you leaving from?", + "belief : nonesystem : ok, where are you leaving from?", + "belief : nonesystem : ok, where are you leaving from?" + ], + [ + "belief : taxi destination = restaurant two two ; departure = restaurant two ; arriveby = 05:15system : okay, i have got you booked. you will be riding in a [taxi_type], the", + "belief : taxi destination = restaurant two two ; departure = restaurant two ; arriveby = 05:15system : i have booked a taxi for you. it is a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = restaurant two two ; departure = restaurant two ; arriveby = 05:15system : okay, i have got you booked. you will be riding in a [taxi_type], the", + "belief : taxi destination = restaurant two two ; departure = restaurant two ; arriveby = 05:15system : okay, i have got you booked. you will be riding in a [taxi_type], the", + "belief : taxi destination = restaurant two two ; departure = restaurant two ; arriveby = 05:15system : okay, i have got you booked. you will be riding in a [taxi_type], the" + ], + [ + "belief : taxi destination = restaurant two two ; departure = williams art and antiquessystem : what is your departure site?", + "belief : taxi destination = restaurant two two ; departure = williams art and antiquessystem : what is your departure site?", + "belief : taxi destination = restaurant two two ; departure = williams art and antiquessystem : what is your departure site?", + "belief : taxi destination = restaurant two two ; departure = williams art and antiquessystem : what is your departure site?", + "belief : taxi destination = restaurant two two ; departure = williams art and antiquessystem : what is your departure site?" + ], + [ + "belief : taxi destination = restaurant two two two two ; departure = williams art and antiquessystem : goodbye.", + "belief : taxi destination = restaurant two two two two ; departure = williams art and antiquessystem : goodbye.", + "belief : taxi destination = restaurant two two two two ; departure = williams art and antiquessystem : goodbye.", + "belief : taxi destination = restaurant two two two two ; departure = williams art and antiquessystem : goodbye.", + "belief : taxi destination = restaurant two two two two ; departure = williams art and antiquessystem : goodbye." + ], + [ + "belief : taxi destination = restaurant two two two ; departure = williams art and antiques", + "belief : taxi destination = restaurant two two two two ; departure = williams art and antiques", + "belief : taxi destination = restaurant two two two two ; departure = williams art and antiques", + "belief : taxi destination = restaurant two two two ; departure = williams art and antiques", + "belief : taxi destination = restaurant two two two ; departure = williams art and antiques" + ], + [ + "belief : taxi destination = saint catherine's college ; departure = a and b guest housesystem : what time would you like to leave?", + "belief : taxi destination = saint catherine's college ; departure = a and b guest housesystem : what time would you like to leave?", + "belief : taxi destination = saint catherine's college ; departure = a and b guest housesystem : what time would you like to leave?", + "belief : taxi destination = saint catherine's college ; departure = a and b guest housesystem : what time would you like to leave?", + "belief : taxi destination = saint catherine's college ; departure = a and b guest housesystem : what time would you like to leave?" + ], + [ + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]" + ], + [ + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : [restaurant_name]is available in the [value_area] part of town and in the [value_pricerange] price range. would you like their location?", + "belief : restaurant pricerange = cheap ; area = centresystem : [restaurant_name]is available in the [value_area] part of town and in the [value_pricerange] price range. would you like their location?", + "belief : restaurant pricerange = cheap ; area = centresystem : [restaurant_name]is available in the [value_area] part of town and in the [value_pricerange] price range. would you like their location?", + "belief : restaurant pricerange = cheap ; area = centresystem : [restaurant_name]is available in the [value_area] part of town and in the [value_pricerange] price range. would you like their location?", + "belief : restaurant pricerange = cheap ; area = centresystem : [restaurant_name]is available in the [value_area] part of town and in the [value_pricerange] price range. would you like their location?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are several [value_food] restaurant -s in the [value_area] of town. would you prefer something in the [value_pricerange], [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are several [value_food] restaurant -s in the [value_area] of town. would you prefer something in the [value_pricerange], [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are several [value_food] restaurant -s in the [value_area] of town. would you prefer something in the [value_pricerange], [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are several [value_food] restaurant -s in the [value_area] of town. would you prefer something in the [value_pricerange], [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are several [value_food] restaurant -s in the [value_area] of town. would you prefer something in the [value_pricerange], [value_pricerange] or [value_pricerange] price range?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : what area = dont caresystem : let me know if you need anything else.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : what area = dont caresystem : if you are looking for a particular style of food.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : what area = dont caresystem : let me know if you need anything else.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : what area = dont caresystem : let me know if you need anything else.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : what area = dont caresystem : let me know if you need anything else." + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem : goodbye", + "belief : restaurant food = chinese ; pricerange = cheapsystem : goodbye", + "belief : restaurant food = chinese ; pricerange = cheapsystem : goodbye", + "belief : restaurant food = chinese ; pricerange = cheapsystem : goodbye", + "belief : restaurant food = chinese ; pricerange = cheapsystem : goodbye" + ], + [ + "belief : restaurant food = chinese pricerange = cheap", + "belief : restaurant food = chinese ; pricerange = cheap", + "belief : restaurant food = chinese pricerange = cheap", + "belief : restaurant food = chinese ; pricerange = cheap", + "belief : restaurant food = chinese ; pricerange = cheap" + ], + [ + "belief : attraction area = westsystem : i have [value_count]place -s for you to go. do you have any specific ideas in mind?", + "belief : attraction area = westsystem : yes, [attraction_name]is in the [value_area] part of town. it is located in the [value_area]. would you like more information?", + "belief : attraction area = westsystem : i have [value_count]place -s to go in the [value_area] part of town, [value_count]are free and [value_count]is [value_price]. do you have a specific type in mind?", + "belief : attraction area = westsystem : yes, [attraction_name]is in the [value_area] part of town. it is located in the [value_area]. would you like more information?", + "belief : attraction area = westsystem : yes, [attraction_name]is in the [value_area] part of town. it is located in the [value_area]. would you like more information?" + ], + [ + "belief : attraction area = westsystem : how about [attraction_name]? it s in the [value_area].", + "belief : attraction area = westsystem : how about [attraction_name]? it s in the [value_area].", + "belief : attraction area = westsystem : how about [attraction_name]? it s in the [value_area].", + "belief : attraction area = westsystem : how about [attraction_name]? it s in the [value_area].", + "belief : attraction area = westsystem : how about [attraction_name]? it s in the [value_area]." + ], + [ + "belief : attraction type = entertainment = westsystem : sure!!!!!!!!!!!!!!", + "belief : attraction type = entertainment = westsystem : sure!!!!!!!!!!!!!!", + "belief : attraction type = entertainment = westsystem : sure!!!!!!!!!!!!!!", + "belief : attraction type = entertainment = westsystem : sure!!!!!!!!!!!!!!", + "belief : attraction type = entertainment = westsystem : sure!!!!!!!!!!!!!!" + ], + [ + "belief : attraction type = entertainment = west", + "belief : attraction type = entertainment = west", + "belief : attraction type = entertainment = west", + "belief : attraction type = entertainment = west", + "belief : attraction type = entertainment = west" + ], + [ + "belief : attraction type = night clubsystem : there are [value_count]nightclubs in town, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night clubsystem : there are [value_count]nightclubs in town, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night clubsystem : there are [value_count]nightclubs in town, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night clubsystem : there are [value_count]nightclubs in town, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night clubsystem : there are [value_count]nightclubs in town, there is [attraction_name], [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?" + ], + [ + "belief : attraction type = night club ; area = dont caresystem : the [value_place]museum of tech. costs [value_count]pounds. there is no information on the admission price for [attraction_name]. would you like their phone number?", + "belief : attraction type = night club ; area = dont caresystem : the [value_place]museum of tech. costs [value_count]pounds. there is no information on the admission price for [attraction_name]. would you like their phone number?", + "belief : attraction type = night club ; area = dont caresystem : the [value_place]museum of tech. costs [value_count]pounds. there is no information on the admission price for [attraction_name]. would you like their phone number?", + "belief : attraction type = night club ; area = dont caresystem : the [value_place]museum of tech. costs [value_count]pounds. there is no information on the admission price for [attraction_name]. would you like their phone number?", + "belief : attraction type = night club ; area = dont caresystem : the [value_place]museum of tech. costs [value_count]pounds. there is no information on the admission price for [attraction_name]. would you like their phone number?" + ], + [ + "belief : attraction type = night club ; name = soul tree ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : attraction type = night club ; name = soul tree ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : attraction type = night club ; name = soul tree ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : attraction type = night club ; name = soul tree ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : attraction type = night club ; name = soul tree ; area =!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : attraction type = night club ; name = soul tree ; area = dont caresystem : the postcode is [attraction_postcode]", + "belief : attraction type = night club ; name = soul tree ; area = dont caresystem : the postcode is [attraction_postcode]", + "belief : attraction type = night club ; name = soul tree ; area = dont caresystem : the postcode is [attraction_postcode]", + "belief : attraction type = night club ; name = soul tree ; area = dont caresystem : the postcode is [attraction_postcode]", + "belief : attraction type = night club ; name = soul tree ; area = dont caresystem : the postcode is [attraction_postcode]" + ], + [ + "belief : attraction type = night club ; name = by goodbye", + "belief : attraction type = night club ; name = by goodbye", + "belief : attraction type = night club ; name = by goodbye", + "belief : attraction type = night club ; name = by goodbye", + "belief : attraction type = night club ; name = by saint johns college ; area = northsystem : goodbye" + ], + [ + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : what is your final destination?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : what is your destination and day of travel?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : what is your destination and day of travel?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : what is your destination and day of travel?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : what is your final destination?" + ], + [ + "belief : taxi leaveat = 10:45 ; destination = restaurant two ; departure = ashley hotelsystem : ok, you will be riding in a [taxi_type], the contact number is [taxi_phone], is there anything else i can help you with today?", + "belief : taxi leaveat = 10:45 ; destination = restaurant two ; departure = ashley hotelsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 10:45 ; destination = restaurant two ; departure = ashley hotelsystem : ok, you will be riding in a [taxi_type], the contact number is [taxi_phone], is there anything else i can help you with today?", + "belief : taxi leaveat = 10:45 ; destination = restaurant two ; departure = ashley hotelsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 10:45 ; destination = restaurant two ; departure = ashley hotelsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 10:50 ; destination = restaurant two ; departure = ashley hotelsystem : great!", + "belief : taxi leaveat = 10:50 ; destination = restaurant two ; departure = ashley hotelsystem : enjoy!", + "belief : taxi leaveat = 10:50 ; destination = restaurant two ; departure = ashley hotelsystem : great!", + "belief : taxi leaveat = 10:50 ; destination = restaurant two ; departure = ashley hotelsystem : enjoy!", + "belief : taxi leaveat = 10:50 ; destination = restaurant two ; departure = ashley hotelsystem : enjoy!" + ], + [ + "belief : attraction type = train leaveat = 10: includeworld = theatre ; destination = restaurant two two ; departure = ashley hotelsystem : goodbye", + "belief : attraction type = train leaveat = 10: destination = restaurant two ; departure = ashley hotelsystem : goodbye", + "belief : attraction type = none", + "belief : attraction type = none", + "belief : attraction type = none" + ], + [ + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i would be happy to help what is your departure site?", + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i would be happy to help what is your departure site?", + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i would be happy to help what is your departure site?", + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i would be happy to help what is your departure site?", + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i would be happy to help what is your departure site?" + ], + [ + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked a [taxi_type]for you. the contact number is [taxi_phone]. can i help you further today?", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked a [taxi_type]for you. the contact number is [taxi_phone]. can i help you further today?", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked a [taxi_type]for you. the contact number is [taxi_phone]. can i help you further today?", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked a [taxi_type]for you. the contact number is [taxi_phone]. can i help you further today?", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked a [taxi_type]for you. the contact number is [taxi_phone]. can i help you further today?" + ], + [ + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : enjoy your time in [value_place]!", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : enjoy your time in [value_place]!", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : no problem. happy to help. enjoy your trip.", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : enjoy your services", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : no problem. happy to help. enjoy your stay." + ], + [ + "belief : attraction type = college ; name = holy trinity churchsystem : yes, the [attraction_name]is located in the [value_area] of town. their phone number is [attraction_phone].", + "belief : attraction type = college ; name = holy trinity churchsystem : yes, the [attraction_name]is located in the [value_area] of town.", + "belief : attraction type = college ; name = holy trinity churchsystem : yes, the [attraction_name]is located in the [value_area] of town. their phone number is [attraction_phone].", + "belief : attraction type = college ; name = holy trinity churchsystem : yes, the [attraction_name]is located in the [value_area] of town. their phone number is [attraction_phone].", + "belief : attraction type = college ; name = holy trinity churchsystem : yes, the [attraction_name]is located in the [value_area] of town." + ], + [ + "belief : attraction name = holy trinity churchsystem : they are mostly guesthouses, and the postcode is [attraction_postcode].", + "belief : attraction name = holy trinity churchsystem : they are mostly guesthouses, and their postcode is [attraction_postcode].", + "belief : attraction name = holy trinity churchsystem : they are mostly guesthouses, and their postcode is [attraction_postcode].", + "belief : attraction name = holy trinity churchsystem : they are mostly guesthouses, and their postcode is [attraction_postcode].", + "belief : attraction name = holy trinity churchsystem : they are mostly guesthouses, and the postcode is [attraction_postcode]." + ], + [ + "belief : attraction name = holy trinity churchsystem : you are", + "belief : attraction name = holy trinity churchsystem : you are", + "belief : attraction name = holy trinity churchsystem : you are", + "belief : attraction name = holy trinity churchsystem : you are", + "belief : attraction name = holy trinity churchsystem : you are" + ], + [ + "belief : taxi destination = christs college ; departure = city stop restaurantsystem : what time do you want to leave?", + "belief : taxi destination = christs college ; departure = city stop restaurantsystem : what time do you want to leave?", + "belief : taxi destination = christs college ; departure = city stop restaurantsystem : what time do you want to leave?", + "belief : taxi destination = christs college ; departure = city stop restaurantsystem : what time do you want to leave?", + "belief : taxi destination = christs college ; departure = city stop restaurantsystem : what time do you want to leave?" + ], + [ + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : i have several trains that will get you there on time. what time would you like to leave?", + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : i have several trains that will get you there on time. what time would you like to leave?", + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : i have several trains that will get you there on time. what time would you like to leave?", + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : i have several trains that will get you there on time. what time would you like to leave?", + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : i have several trains that will get you there on time. what time would you like to leave?" + ], + [ + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : is there anything else i can help you with?", + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : is there anything else i can help you with?", + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : is there anything else i can help you with?", + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : is there anything else i can help you with?", + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : is there anything else i can help you with?" + ], + [ + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : goodbye", + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : goodbye", + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : goodbye", + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : goodbye", + "belief : taxi leaveat = 14:15 ; destination = christs college ; departure = city stop restaurantsystem : goodbye" + ], + [ + "belief : attraction area = westsystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : attraction area = westsystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : attraction area = westsystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : attraction area = westsystem : i have found [value_count]place for you. do you have any specific ideas in mind?", + "belief : attraction area = westsystem : i have found [value_count]place for you. do you have any specific ideas in mind?" + ], + [ + "belief : attraction type = museum ; area = westsystem : the [attraction_name]is [attraction_address]. is there anything else", + "belief : attraction type = museum ; area = westsystem : the [attraction_name]is [attraction_address]. is there anything else", + "belief : attraction type = museum ; area = westsystem : the [attraction_name]is [attraction_name]. is there anything else", + "belief : attraction type = museum ; area = westsystem : the [attraction_name]is [attraction_address]. is there anything else", + "belief : attraction type = museum ; area = westsystem : the [attraction_name]is [attraction_name]. is there anything else" + ], + [ + "belief : attraction type = museum ; area = westsystem : goodbye", + "belief : attraction type = museum ; area = westsystem : goodbye", + "belief : attraction type = museum ; area = westsystem : goodbye", + "belief : attraction type = museum ; area = westsystem : goodbye", + "belief : attraction type = museum ; area = westsystem : goodbye" + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : i have nothing available meeting your request, would you like to try a different price range or another type of cuisine?", + "belief : restaurant food = indian ; pricerange = expensivesystem : i have nothing available meeting your request, would you like to try a different price range or another type of cuisine?", + "belief : restaurant food = indian ; pricerange = expensivesystem : i have nothing available meeting your request, would you like to try a different price range or another type of cuisine?", + "belief : restaurant food = indian ; pricerange = expensivesystem : i have nothing available meeting your request, would you like to try a different price range or another type of cuisine?", + "belief : restaurant food = indian ; pricerange = expensivesystem : i have nothing available meeting your request, would you like to try a different price range or another type of cuisine?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : [restaurant_name]is located in the [value_area] part of town and the postcode is [restaurant_postcode]. the phone number is [restaurant_phone].", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : [restaurant_name]is located in the [value_area], the postcode cb [value_count]. the phone number is [restaurant_phone].", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : [restaurant_name]is located in the [value_area] part of town and the postcode is [restaurant_postcode]. the phone number is [restaurant_phone].", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : [restaurant_name]is located in the [value_area], the postcode cb [value_count]. the phone number is [restaurant_phone].", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : [restaurant_name]is located in the [value_area] part of town and the postcode is [restaurant_postcode]. the phone number is [restaurant_phone]." + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : thank you goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye" + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye" + ], + [ + "belief : hotel name = alpha-milton guest housesystem : the [hotel_name]is in the [value_area] part of town at [hotel_address].", + "belief : hotel name = alpha-milton guest housesystem : the [hotel_name]is in the [value_area] part of town at [hotel_address].", + "belief : hotel name = alpha-milton guest housesystem : the [hotel_name]is in the [value_area] part of town at [hotel_address].", + "belief : hotel name = alpha-milton guest housesystem : the [hotel_name]is in the [value_area] part of town at [hotel_address].", + "belief : hotel name = alpha-milton guest housesystem : the [hotel_name]is in the [value_area] part of town at [hotel_address]." + ], + [ + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : what day would you like the reservation for?", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : what day would you like the reservation for?", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : what day would you like the reservation for?", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : what day would you like the reservation for?", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : what day would you like the reservation for?" + ], + [ + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : enjoy your stay", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : goodbye.", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : goodbye.", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : goodbye.", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : enjoy your stay" + ], + [ + "belief : restaurant pricerange = cheapsystem : there are [value_count]options fitting your description, sir. what area of town would you like to go?", + "belief : restaurant pricerange = cheapsystem : there are many options for you. do you have a particular area of the city you would like to stay?", + "belief : restaurant pricerange = cheapsystem : there are many options for you. do you have a particular area of the city you would like to stay?", + "belief : restaurant pricerange = cheapsystem : there are many options for you. do you have a particular area of the city you would like to stay?", + "belief : restaurant pricerange = cheapsystem : there are many options for you. do you have a particular area of the city you would like to stay?" + ], + [ + "belief : restaurant pricerange = cheap ; area = nonesystem : the [restaurant_name]is located in the [value_area] area of town, and their phone number is [restaurant_phone].", + "belief : restaurant pricerange = cheap ; area = nonesystem : the [restaurant_name]is located in the [value_area] area of town, and their phone number is [restaurant_phone].", + "belief : restaurant pricerange = cheap ; area = nonesystem : the [restaurant_name]is located in the [value_area] area of town, and their phone number is [restaurant_phone].", + "belief : restaurant pricerange = cheap ; area = nonesystem : the [restaurant_name]is located in the [value_area] area of town, phone number is [restaurant_phone]", + "belief : restaurant pricerange = cheap ; area = nonesystem : the [restaurant_name]is located in the [value_area] area of town, and their phone number is [restaurant_phone]." + ], + [ + "belief : restaurant food = asian oriental ; pricerange = cheapsystem : goodbye", + "belief : restaurant food = asian oriental ; pricerange = cheapsystem : goodbye", + "belief : restaurant food = asian oriental ; pricerange = cheapsystem : goodbye", + "belief : restaurant food = asian oriental ; pricerange = cheapsystem : goodbye", + "belief : restaurant food = asian oriental ; pricerange = cheapsystem : goodbye" + ], + [ + "belief : hotel stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s in town. would you like to book [value_count]of those?", + "belief : hotel stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s in town. would you like to book [value_count]of those?", + "belief : hotel stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s in town. would you like to narrow your search by area?", + "belief : hotel stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s in town. would you like to narrow your search by area?", + "belief : hotel stars = 4 ; type = guesthousesystem : there are [value_count]guesthouses with [value_count]star rating -s in town. would you like to book [value_count]of those?" + ], + [ + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : do you have a price range preference?", + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : would you like to book a room?", + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : would you like to book a room?", + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : do you have a specific price range?", + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : do you have a specific price range?" + ], + [ + "belief : hotel name = rosas bed and breakfast | booking day = friday ; people = 8system :", + "belief : hotel name = rosasaturday ; area = southsystem :!!", + "belief : hotel name = rosasaturday ; area = southsystem :!!", + "belief : hotel name = rosasaturday ; area = southsystem :!!", + "belief : hotel name = rosasaturday ; area = southsystem :!!" + ], + [ + "belief : hotel name = rosas", + "belief : hotel name = rosas bed and breakfast", + "belief : hotel name = rosas bed and breakfast", + "belief : hotel name = rosas bed and breakfast", + "belief : hotel name = rosas bed and breakfast" + ], + [ + "belief : restaurant area = centresystem : great! there are [value_count]such restaurant -s. what type of food would you like to eat?", + "belief : restaurant area = centresystem : great! there are [value_count]such restaurant -s. what type of food would you like to eat?", + "belief : restaurant area = centresystem : great! there are [value_count]such restaurant -s. what type of food would you like to eat?", + "belief : restaurant area = centresystem : great! there are [value_count]such restaurant -s. what type of food would you like to eat?", + "belief : restaurant area = centresystem : great! there are [value_count]such restaurant -s. what type of food would you like to eat?" + ], + [ + "belief : restaurant food = Middle eastern ; area = centresystem : [restaurant_name]serves [value_food] food in the [value_area] part of town.", + "belief : restaurant food =Middle eastern ; area = centresystem : [restaurant_name]serves [value_food] food in the [value_area] part of town.", + "belief : restaurant food =Middle eastern ; area = centresystem : [restaurant_name]serves [value_food] food in the [value_area] part of town.", + "belief : restaurant food = Middle eastern ; area = centresystem : [restaurant_name]serves [value_food] food in the [value_area] part of town.", + "belief : restaurant food = Middle eastern ; area = centresystem : [restaurant_name]serves [value_food] food in the [value_area] part of town." + ], + [ + "belief : restaurant food = mediterranean ; area = centresystem : there are [value_count]", + "belief : restaurant food = mediterranean ; area = centresystem : there are [value_count]", + "belief : restaurant food = mediterranean ; area = centresystem : there are [value_count]", + "belief : restaurant food = mediterranean ; area = centresystem : there are [value_count]", + "belief : restaurant food = mediterranean ; area = centresystem : there are [value_count]" + ], + [ + "belief : restaurant food = mediterranean ; area = centresystem : okay.", + "belief : restaurant food = mediterranean ; area = centresystem : restaurant food = dont caresystem : restaurant food = dont caresystem : restaurant food = centresystem : okay. there are [value_count][value_food] restaurant", + "belief : restaurant food = mediterranean ; area = centresystem : restaurant food = dont caresystem : restaurant food = yes", + "belief : restaurant food = mediterranean ; area = centresystem : restaurant food = dont caresystem : restaurant food = dont caresystem : restaurant food = yes", + "belief : restaurant food = mediterranean ; area = centresystem : okay." + ], + [ + "belief : restaurant food = mediterranean ; area = centresystem : goodbye", + "belief : restaurant food = mediterranean ; area = centresystem : goodbye", + "belief : restaurant food = mediterranean ; area = centresystem : goodbye", + "belief : restaurant food = mediterranean ; area = centresystem : goodbye", + "belief : restaurant food = mediterranean ; area = centresystem : goodbye" + ], + [ + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean" + ], + [ + "belief : restaurant food = mediterranean ; area = centre", + "belief : restaurant food = mediterranean ; area = centre", + "belief : restaurant food = mediterranean ; area = centre", + "belief : restaurant food = mediterranean ; area = centre", + "belief : restaurant food = mediterranean ; area = centre" + ], + [ + "belief : restaurant food = mediterranean ; area = centre", + "belief : restaurant food = mediterranean ; area = centre", + "belief : restaurant food = mediterranean ; area = centre", + "belief : restaurant food = mediterranean ; area = centre", + "belief : restaurant food = mediterranean ; area = centre" + ], + [ + "belief : taxi destination = none ; departure = avalon ; arriveby = nonesystem : what time would you like to leave by?", + "belief : taxi destination = none ; departure = avalon ; arriveby = nonesystem : what time would you like to leave by?", + "belief : taxi destination = taxi destination = la margherita ; departure = avalon ; arriveby = nonesystem : what time would you like to leave by?", + "belief : taxi destination = taxi destination = la margherita ; departure = avalon ; arriveby = nonesystem : what time would you like to leave by?", + "belief : taxi destination = none ; departure = avalon ; arriveby = nonesystem : what time would you like to leave by?" + ], + [ + "belief : taxi destination = none ; departure = avalon ; arriveby = 07:30system : okay. i have a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = none ; departure = avalon ; arriveby = 07:30system : okay. i have a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = adc theatre ; departure = avalon ; arriveby = 07:30system : okay. i have booked you a taxi. it will", + "belief : taxi destination = taxi destination = none ; departure = avalon ; arriveby = 07:30system : okay. i have a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = taxi destination = none ; departure = avalon ; arriveby = 07:30system : okay. i have a [taxi_type]and the contact number is [taxi_phone]." + ], + [ + "belief : taxi destination = taxi destination = limehouse ; departure = avalon ; arriveby = 07:30system : goodbye.", + "belief : taxi destination = taxi destination = adc theatre ; departure = avalon ; arriveby = 07:30system : goodbye.", + "belief : taxi destination = taxi destination = limehouse ; departure = avalon ; arriveby = 07:30system : goodbye.", + "belief : taxi destination = da vinci pizzeria ; departure = avalon ; arriveby = 07:30system : goodbye.", + "belief : taxi destination = restaurant one seven | booking day = friday taxi destination = taxi destination = taxi destination = taxi destination = none ; departure = avalon ; arriveby = 07:30system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : train arriveby = 09:30 ; departure = london liverpool streetsystem : what day would you like to travel?", + "belief : train arriveby = 09:30 ; departure = london liverpool streetsystem : what day would you like to travel?", + "belief : train arriveby = 09:30 ; departure = london liverpool streetsystem : what day would you like to travel?", + "belief : train arriveby = 09:30 ; departure = london liverpool streetsystem : what day would you like to travel?", + "belief : train arriveby = 09:30 ; departure = london liverpool streetsystem : what day would you like to travel?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : okay, and what is your destination?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : okay, and what is your destination?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : how about train [train_id] that leaves on [value_day]at [value_time]?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : how about train [train_id] that leaves on [value_day]at [value_time]?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : okay, and what is your destination?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : the cost is [value_price] pounds. would you like to book a ticket?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : the cost is [value_price] pounds. would you like more information about that?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : the cost is [value_price] pounds. would you like to book a ticket?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : the cost is [value_price] pounds. would you like to book a ticket?", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : the cost is [value_price] pounds. would you like more information about that?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : how many people = 1system :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09: ; departure = london liverpool streetsystem : if you like, goodbye.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09: ; departure = london liverpool streetsystem : goodbye", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09: ; departure = london liverpool streetsystem : if you like, goodbye.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09: ; departure = london liverpool streetsystem : goodbye" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:" + ], + [ + "belief : train destination = cambridge date = thursday ; arriveby = 09: goodbye", + "belief : train destination = cambridge date = thursday ; arriveby = 09: goodbye", + "belief : train destination = cambridge date = thursday ; arriveby = 09: goodbye", + "belief : train destination = cambridge date = thursday ; arriveby = 09: goodbye", + "belief : train destination = cambridge date = thursday ; arriveby = 09:" + ], + [ + "belief : train departure = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train departure = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train departure = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train departure = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?", + "belief : train departure = cambridgesystem : there are [value_count]trains departing from [value_place]station to [value_place]on [value_day]. each will take [value_count]minutes. is there a specific time you would prefer to depart?" + ], + [ + "belief : train destination = birmingham new street ; departure = cambridgesystem : thanks. and where will you be departing from?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have several options for you, and the price and exact departure time varies by day of the week. do you have a day preference?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : thanks. and where will you be departing from?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : thanks. and where will you be departing from?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : thanks. and where will you be departing from?" + ], + [ + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : how about [train_id]?", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : how about [train_id]?", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : how about [train_id]?", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : how about [train_id]?", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : how about [train_id]?" + ], + [ + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sundaysystem : price = dont care", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sundaysystem : price = dont care", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sundaysystem : price = dont care", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sundaysystem : price = dont care", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sundaysystem : price = dont care" + ], + [ + "belief : train leaveat = 15:00", + "belief : train leaveat destination = birmingham new street = birmingham new street = dont care", + "belief : train leaveat = 15:", + "belief : train leaveat = 15:00", + "belief : train leaveat = 15:00" + ], + [ + "belief : restaurant food = chinese ; area = centresystem : i am sorry, there is no restaurant serving chinese food in the [value_area] part of town. would you like me to check another part of town?", + "belief : restaurant food = chinese ; area = centresystem : i am sorry, there is no restaurant serving chinese food in the [value_area] part of town. would you like me to check another part of town?", + "belief : restaurant food = chinese ; area = centresystem : i am sorry, there is no restaurant serving chinese food in the [value_area] part of town. would you like me to check another part of town?", + "belief : restaurant food = chinese ; area = centresystem : i am sorry, there is no restaurant serving chinese food in the [value_area] part of town. would you like me to check another part of town?", + "belief : restaurant food = chinese ; area = centresystem : i am sorry, there is no restaurant serving chinese food in the [value_area] part of town. would you like me to check another part of town?" + ], + [ + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : there is [restaurant_name], their address is [restaurant_address].", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : there is [restaurant_name], their address is [restaurant_address].", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : there is [restaurant_name], their address is [restaurant_address].", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : there is [restaurant_name], their address is [restaurant_address].", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : there is [restaurant_name], their address is [restaurant_address]." + ], + [ + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : goodbye", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : goodbye", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : goodbye", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : goodbye", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : goodbye" + ], + [ + "belief : hotel pricerange = cheapsystem : we have [value_count]such place -s! any preference on area?", + "belief : hotel pricerange = cheapsystem : we have [value_count]such place -s! any preference on area?", + "belief : hotel pricerange = cheapsystem : we have [value_count]such place -s! any preference on area?", + "belief : hotel pricerange = cheapsystem : we have [value_count]guesthouses that fit, the [value_count]star [hotel_name]and the unrated [hotel_name]. would you like to book a room at [value_count]?", + "belief : hotel pricerange = cheapsystem : we have [value_count]guesthouses that fit, the [value_count]star [hotel_name]and the unrated [hotel_name]. would you like to book a room at [value_count]?" + ], + [ + "belief : hotel name = none ; area = centre ; pricerange = cheapsystem : that would be perfect. the [hotel_name]is located in the center of town", + "belief : hotel name = none ; area = centre ; pricerange = cheapsystem : absolutely. the [hotel_name]is located in the center of town. does.", + "belief : hotel name = none ; area = centre ; pricerange = cheapsystem : that would be perfect. the [hotel_name]is located in the center of town", + "belief : hotel name = none ; area = centre ; pricerange = cheapsystem : absolutely. the [hotel_name]is located in the center of town. does.", + "belief : hotel name = none ; area = centre ; pricerange = cheapsystem : that s absolutely correct. it is located in the center of town." + ], + [ + "belief : hotel area = centre ; internet = yes ; pricerange = cheapsystem : yes", + "belief : hotel area = centre ; internet = yes ; pricerange = cheapsystem : yes", + "belief : hotel area = centre ; internet = yes ; pricerange = cheapsystem : yes", + "belief : hotel area = centre ; internet = yes ; pricerange = cheapsystem : yes", + "belief : hotel area = centre ; internet = yes ; pricerange = cheapsystem : yes" + ], + [ + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a" + ], + [ + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a", + "belief : hotel name = a" + ], + [ + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : what is your destination?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : what is your destination?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : what is your destination?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : what is your destination?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : what is your destination?" + ], + [ + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : i have booked a taxi for you, a [taxi_type]will be picking you up.", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : i have booked a taxi for you, a [taxi_type]will be picking you up.", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : i have booked a taxi for you, a [taxi_type]will be picking you up.", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : i have booked a taxi for you, a [taxi_type]will be picking you up.", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : i have booked a taxi for you, a [taxi_type]will be picking you up." + ], + [ + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :" + ], + [ + "belief : taxi departure = gandhisystem : what is your destination?", + "belief : taxi departure = gandhisystem : what is your destination?", + "belief : taxi departure = gandhisystem : what is your destination?", + "belief : taxi departure = gandhisystem : what is your destination?", + "belief : taxi departure = gandhisystem : what is your destination?" + ], + [ + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : i have booked you taxi and it is a [taxi_type].", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : i have booked you taxi and it is a [taxi_type].", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : i have booked you taxi and it is a [taxi_type].", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : i have booked you taxi and it is a [taxi_type].", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : i have booked you taxi and it is a [taxi_type]." + ], + [ + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : have a great day.", + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : is there anything else i can help you with?", + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : is there anything else i can help you with?", + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : have a great day.", + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : is there anything else i can help you with?" + ], + [ + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : goodbye", + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : goodbye", + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : goodbye", + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : goodbye", + "belief : taxi destination = broxbourne train station ; departure = gandhisystem : goodbye" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : [hotel_name]is in the [value_area] and offers wifi, it is [value_pricerange] -ly priced and has [value_count]stars. would you like to book it?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : [hotel_name]is in the [value_area] and offers wifi, it is [value_pricerange] -ly priced and has [value_count]stars. would you like to book it?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : [hotel_name]is in the [value_area] and offers wifi, it is [value_pricerange] -ly priced and has [value_count]stars. would you like to book it?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : [hotel_name]is in the [value_area] and offers wifi, it is [value_pricerange] -ly priced and has [value_count]stars. would you like to book it?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : [hotel_name]is in the [value_area] and offers wifi, it is [value_pricerange] -ly priced and has [value_count]stars. would you like to book it?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : okay, i have found [value_count]. it is [hotel_name]", + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : okay, i have found [value_count]. they are [hotel_name]", + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : okay, i have found [value_count]. it is called", + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : okay, i have found [value_count]. they are [hotel_name]", + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : okay, i have found [value_count]. they are [hotel_name]" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : there are [value_count]entries", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : there are [value_count]guesthousessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : there are [value_count]entries", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : there are [value_count]guesthousessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yes ; type = guesthousesystem : there are [value_count]guesthousessystem : how about [hotel_name]?" + ], + [ + "belief : hotel parking = moderate ; internet = yes", + "belief : hotel parking = moderate ; internet = yes", + "belief : hotel parking = moderate ; internet = yes", + "belief : hotel parking = moderate ; internet = yes", + "belief : hotel parking = moderate ; internet = yes" + ], + [ + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes" + ], + [ + "belief : taxi destination = scott polar museumsystem : i can help you book that, first i'll need to know where you would like picked up at.", + "belief : taxi destination = scott polar museumsystem : i can help you book that, first i'll need to know where you would like picked up at.", + "belief : taxi destination = scott polar museumsystem : i can help you book that, first i'll need to know where you would like picked up at.", + "belief : taxi destination = scott polar museumsystem : i can help you book that, first i'll need to know where you would like picked up at.", + "belief : taxi destination = scott polar museumsystem : i can help you book that, first i'll need to know where you would like picked up at." + ], + [ + "belief : taxi leaveat = 03:00 ; destination = scott polar museumsystem : i have booked a car for you, a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 03:00 ; destination = scott polar museumsystem : i have booked a car for you, a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 03:00 ; destination = scott polar museumsystem : i have booked a car for you, a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 03:00 ; destination = scott polar museumsystem : i have booked a car for you, a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 03:00 ; destination = scott polar museumsystem : i have booked a car for you, a [taxi_type], the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train stationsystem : booking completed!", + "belief : taxi leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train stationsystem : booking completed!", + "belief : taxi leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train stationsystem : booking completed!", + "belief : taxi leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train stationsystem : booking completed!", + "belief : taxi leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train stationsystem : booking completed!" + ], + [ + "belief : taxi leaveat = 03:00 ; destination = scott polar museumsystem : goodbye", + "belief : taxi leaveat = 03:00 ; destination = scott polar museumsystem : goodbye", + "belief : taxi leaveat = 03:00 ; destination = scott polar museumsystem : goodbye", + "belief : taxi leaveat = 03:00 ; destination = scott polar museumsystem : goodbye", + "belief : taxi leaveat = 03:00 ; destination = scott polar museumsystem : goodbye" + ], + [ + "belief : taxi leaveat!", + "belief : taxi leaveat!", + "belief : taxi leaveat!", + "belief : taxi leaveat!", + "belief : taxi leaveat!" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = arbury lodge guesthousesystem : certainly. a [taxi_type]will pick you up. they can be reached at [taxi_phone]. did you need anything else?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = arbury lodge guesthousesystem : certainly. i can help you book that, first i'll need to know where you would like picked up at.", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = arbury lodge guesthousesystem : certainly. i can help you book that, first i'll need to know where you would like picked up at.", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = arbury lodge guesthousesystem : certainly. i can help you book that, first i'll need to know where you would like picked up at.", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = arbury lodge guesthousesystem : certainly. i can help you book that, first i'll need to know where you would like picked up at." + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = parkiasystem : i have booked your taxi for you", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = parkiasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : i have booked your taxi for you", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : i have booked your taxi for you", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = parkiasystem : i have booked your taxi for you" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : you are quite welcome. is there anything else i can help you with today?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : you are quite welcome. is there anything else i can help you with today?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : you are quite welcome. is there anything else i can help you with today?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : you are quite welcome. is there anything else i can help you with today?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : you are quite welcome. is there anything else i can help you with today?" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : goodbye", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : goodbye", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : goodbye", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : goodbye", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = gardeniasystem : goodbye" + ] +] \ No newline at end of file diff --git a/outputs/baseline/experiment-20220831/250-dpd/checkpoint-90000/output_test.json b/outputs/baseline/experiment-20220831/250-dpd/checkpoint-90000/output_test.json new file mode 100644 index 0000000..705aa17 --- /dev/null +++ b/outputs/baseline/experiment-20220831/250-dpd/checkpoint-90000/output_test.json @@ -0,0 +1,6260 @@ +[ + [ + "belief : taxi destination = pizza hut fenditton ; departure = saint johns collegesystem : you are all set! please be on the lookout for a [taxi_type]and the contact number is [taxi_phone]", + "belief : taxi destination = pizza hut fenditton ; departure = saint johns collegesystem : sure! when would you like to arrive?", + "belief : taxi destination = pizza hut fenditton ; departure = saint johns collegesystem : sure! when would you like to arrive?", + "belief : taxi destination = pizza hut fenditton ; departure = saint johns collegesystem : sure! when would you like to arrive?", + "belief : taxi destination = pizza hut fenditton ; departure = saint johns collegesystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : you are more than welcome!", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : you are more than welcome!", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : you are more than welcome!", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : you are very welcome! have a wonderful time!", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : you are more than welcome!" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : goodbye.", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : goodbye.", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : goodbye.", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : goodbye.", + "belief : taxi leaveat = 17:15 ; destination = pizza hut fenditton ; departure = saint johns collegesystem : goodbye." + ], + [ + "belief : hotel pricerange = moderate ; type = guesthousesystem : i have found [value_count]guesthouses. is there a specific area of the city you would like to stay in?", + "belief : hotel pricerange = moderate ; type = guesthousesystem : i have found [value_count]guesthouses. is there a specific area of the city you would like to stay in?", + "belief : hotel pricerange = moderate ; type = guesthousesystem : i have found [value_count]guesthouses. is there a specific area of the city you would like to stay in?", + "belief : hotel pricerange = moderate ; type = guesthousesystem : i have found [value_count]guesthouses. is there a specific area of the city you would like to stay in?", + "belief : hotel pricerange = moderate ; type = guesthousesystem : i have found [value_count]guesthouses. is there a specific area of the city you would like to stay in?" + ], + [ + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses that meet that criteria. is there a particular part of town you wish to stay in?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses that meet that criteria. is there a particular part of town you wish to stay in?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses meeting those requirement -s. any preference on area?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses meeting those requirement -s. any preference on area?", + "belief : hotel pricerange = moderate ; stars = 3 ; type = guesthousesystem : there are [value_count]guesthouses meeting those requirement -s. any preference on area?" + ], + [ + "belief : hotel stars = 3 ; type = guesthousesystem : how many nights would you like to stay?", + "belief : hotel stars = 3 ; type = guesthousesystem : what day are you wanting to check in?", + "belief : hotel stars = 3 ; type = guesthousesystem : how many nights would you like to stay?", + "belief : hotel stars = 3 ; type = guesthousesystem : how many days would you like to stay?", + "belief : hotel stars = 3 ; type = guesthousesystem : how many nights would you like" + ], + [ + "belief : hotel stars = 3 ; type = guesthousesystem : how many days", + "belief : hotel stars = 3 ; type = guesthousesystem : how many dayssystem :", + "belief : hotel stars = 3 ; people = 4 ; stay = 2system :", + "belief : hotel stars = 3 ; type = guesthousesystem : how many days", + "belief : hotel stars = 3 ; type = guesthousesystem : person = 4system : what day" + ], + [ + "belief :belief : hotel stars = 4 ; type = guesthousesystem :", + "belief :belief : hotel stars = 4 ; type = guesthousesystem :", + "belief :belief : hotel stars = 4 ; type = guesthousesystem :", + "belief :belief : hotel stars = 4 ; type = guesthousesystem :", + "belief :belief : hotel stars = 4 ; type = guesthousesystem :" + ], + [ + "belief :belief : hotel stars = 3user", + "belief :belief : hotel stars = 3user", + "belief :belief : hotel stars = 3", + "belief :belief : hotel stars = 3user", + "belief :belief : hotel stars = 3" + ], + [ + "belief : hotel name = city centre north b and bsystem : i have found the [hotel_name]. would you like me to book it for you?", + "belief : hotel name = city centre north b and bsystem : i have found the [hotel_name]. would you like me to book you a room?", + "belief : hotel name = city centre north b and bsystem : i have found the [hotel_name]. would you like me to book it for you?", + "belief : hotel name = city centre north b and bsystem : i have found the [hotel_name]. would you like me to book it for you?", + "belief : hotel name = city centre north b and bsystem : i have found the [hotel_name]. would you like me to book you a room?" + ], + [ + "belief : hotel name = city centre north b and b | booking day = friday ; people = 1 ; stay = 5system : i have successfully booked your room. the reference number is [hotel_reference]. is there anything else?", + "belief : hotel name = city centre north b and b | booking day = friday ; people = 1 ; stay = 5system : i have successfully booked your room. the reference number is [hotel_reference]. is there anything else?", + "belief : hotel name = city centre north b and b | booking day = friday ; people = 1 ; stay = 5system : i have successfully booked your room. the reference number is [hotel_reference]. is there anything else?", + "belief : hotel name = city centre north b and b | booking day = friday ; people = 1 ; stay = 5system : i have successfully booked your room. the reference number is [hotel_reference]. is there anything else?", + "belief : hotel name = city centre north b and b | booking day = friday ; people = 1 ; stay = 5system : i have successfully booked your room. the reference number is [hotel_reference]. is there anything else?" + ], + [ + "belief : hotel name = city centre north b and b | booking day = friday ; people = 1 ; stay", + "belief : hotel name = city centre north b and b | booking day = friday ; people = 1 ; stay", + "belief : hotel name = city centre north b and b | booking day = friday ; people = 1 ; stay", + "belief : hotel name = city centre north b and b | booking day = friday ; people = 1 ; stay", + "belief : hotel name = city centre north b and b | booking day = friday ; people = 1 ; stay" + ], + [ + "belief : restaurant food = british ; area = westsystem : there are several restaurant -s serving [value_food] food. would you prefer the [value_area] or [value_area] part of town?", + "belief : restaurant food = british ; area = westsystem : there are several restaurant -s serving [value_food] food. would you prefer the [value_area] or [value_area] part of town?", + "belief : restaurant food = british ; area = westsystem : there are several restaurant -s serving [value_food] food. would you prefer the [value_area] or [value_area] part of town?", + "belief : restaurant food = british ; area = westsystem : there are several restaurant -s serving [value_food] food. would you prefer the [value_area] or [value_area] part of town?", + "belief : restaurant food = british ; area = westsystem : there are several restaurant -s serving [value_food] food. would you prefer the [value_area] or [value_area] part of town?" + ], + [ + "belief : restaurant food = british ; area = westsystem : i have [value_count]matching restaurant -s. would you like the [value_area], center or [value_area] part of town?", + "belief : restaurant food = british ; area = westsystem : i have [value_count]matching restaurant -s. would you like the [value_area], center or [value_area] part of town?", + "belief : restaurant food = british ; area = westsystem : i have [value_count]matching restaurant -s. would you like the [value_area], center or [value_area] part of town?", + "belief : restaurant food = british ; area = westsystem : i have [value_count]matching restaurant -s. would you like the [value_area], center or [value_area] part of town?", + "belief : restaurant food = british ; area = westsystem : i have [value_count]matching restaurant -s. would you like the [value_area], center or [value_area] part of town?" + ], + [ + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : their phone number is [restaurant_phone], address is [restaurant_address], postcode is [restaurant_postcode]", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : their phone number is [restaurant_phone], address is [restaurant_address], postcode is [restaurant_postcode]", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : their phone number is [restaurant_phone], address is [restaurant_address], postcode is [restaurant_postcode]", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : their phone number is [restaurant_phone], address is [restaurant_address], postcode is [restaurant_postcode]", + "belief : restaurant food = british ; pricerange = moderate ; area = westsystem : their phone number is [restaurant_phone], address is [restaurant_address], postcode is [restaurant_postcode]" + ], + [ + "belief : restaurant food = british ; area = westsystem : goodbyesystem : goodbye", + "belief : restaurant food = british ; area = westsystem : goodbyesystem : goodbye", + "belief : restaurant food = british ; name = graffiti ; area = westsystem : goodbyesystem : goodbye", + "belief : restaurant food = british ; area = westsystem : goodbyesystem : goodbye", + "belief : restaurant food = british ; area = westsystem : goodbyesystem : goodbye" + ], + [ + "belief : train destination = birmingham new street ; departure = cambridgesystem : we have a train leaving at [value_time]. does that work?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have many options for you depending on the day of the week or times you wish to travel. do you have a preference?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have many options for you depending on the day of the week or times you wish to travel. do you have a preference?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have many options for you depending on the day of the week or times you wish to travel. do you have a preference?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : we have a train leaving at [value_time]. does that work?" + ], + [ + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : the latest train from [value_place]to [value_place]is [value_time]. it leaves at", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : the latest train from [value_place]to [value_place]is [value_time]. it leaves at", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : the latest train from [value_place]to [value_place]is [value_time]. it arrives at", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : the latest train from [value_place]to [value_place]is [value_time]. it leaves at", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : the latest train from [value_place]to [value_place]is [value_time]. it leaves at" + ], + [ + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how many tickets would you like?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how many tickets would you like?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how many tickets would you like?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how many tickets would you like?", + "belief : train leaveat = 08:30 ; destination = birmingham new street ; day = friday ; departure = cambridgesystem : how many tickets would you like?" + ], + [ + "belief : train leaveat 08:30 ; destination = birmingham new street ; day = fridaysystem :", + "belief : train leaveat 08:30 ; destination = birmingham new street ; day = fridaysystem :", + "belief : train leaveat 08:30 ; destination = birmingham new street ; day = fridaysystem :", + "belief : train leaveat 08:30 ; destination = birmingham new street ; day = fridaysystem :", + "belief : train leaveat 08:30 ; destination = birmingham new street ; day = fridaysystem :" + ], + [ + "belief :belief : train leaveat 08: birmingham new street ; day = 08:30 ; departure = birmingham new streetsystem :", + "belief :belief : train leaveat 08: birmingham new street ; day = 08:30 ; departure = birmingham new streetsystem :", + "belief :belief : train leaveat 08: birmingham new street ; day = 08:30 ; departure = birmingham new streetsystem :", + "belief : 08:belief : train leaveat destination = birmingham new street ; day = friday ; departure = 08:30system :", + "belief : 08:belief : train leaveat destination = birmingham new street ; day = friday ; departure = 08:30system :" + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : i found several. would you like [value_food], [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : i found several. would you like [value_food], [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : i found several. would you like [value_food], [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : i found several. would you like [value_food], [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are several [value_pricerange] restaurant -s located in the [value_area]." + ], + [ + "belief : restaurant food = golden house ; pricerange = cheap ; name = golden house ; area = centresystem :", + "belief : restaurant food = golden house ; pricerange = cheap ; name = golden house ; area = centresystem :", + "belief : restaurant food = golden house ; pricerange = cheap ; name = golden house ; area = centresystem :", + "belief : restaurant food = golden house ; pricerange = cheap ; name = golden house ; area = centresystem :", + "belief : restaurant food = golden house ; pricerange = cheap ; name = golden house ; area = centresystem :" + ], + [ + "belief : restaurant food = golden house ; pricerange = cheap ; name = golden housesystem : enjoy!", + "belief : restaurant food = golden house ; pricerange = cheap ; name = golden housesystem : enjoy!", + "belief : restaurant food = golden house ; pricerange = cheap ; name = golden housesystem : enjoy!", + "belief : restaurant food = golden house ; pricerange = cheap ; name = golden housesystem : enjoy!", + "belief : restaurant food = golden house ; pricerange = cheap ; name = golden housesystem : enjoy!" + ], + [ + "belief : hotel name = a and b guest housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = a and b guest housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. would you like more information?", + "belief : hotel name = a and b guest housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. would you like more information?", + "belief : hotel name = a and b guest housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. would you like more information?", + "belief : hotel name = a and b guest housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?" + ], + [ + "belief : hotel name = a and b guest housesystem : sure, it s located at [hotel_address]and the phone number is [hotel_phone]. is there anything else i can help you with?", + "belief : hotel name = a and b guest housesystem : sure, it s located at [hotel_address]and the phone number is [hotel_phone]. is there anything else i can help you with?", + "belief : hotel name = a and b guest housesystem : sure, it s located at [hotel_address]and the phone number is [hotel_phone]. is there anything else i can help you with?", + "belief : hotel name = a and b guest housesystem : sure, it s located at [hotel_address]and the phone number is [hotel_phone]. is there anything else i can help you with?", + "belief : hotel name = a and b guest housesystem : sure, it s located at [hotel_address]and the phone number is [hotel_phone]. is there anything else i can help you with?" + ], + [ + "belief : hotel name = a and b guest housesystem : you are welcome. thank you. goodbye.", + "belief : hotel name = a and b guest housesystem : you are welcome. thank you. goodbye.", + "belief : hotel name = a and b guest housesystem : you are welcome!", + "belief : hotel name = a and b guest housesystem : you are welcome. thank you. goodbye.", + "belief : hotel name = a and b guest housesystem : you are welcome. thank you. goodbye." + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : i have a few options with free parking, is there a certain price range you are looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : i have a few options with free parking, is there a certain price range you are looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : i have a few options with free parking, is there a certain price range you are looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : i have a few options with free parking, is there a certain price range you are looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : i have a few options with free parking, is there a certain price range you are looking for?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : there are several to choose from. is there a particular area of the city you would like to stay in?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : there are several to choose from. is there a particular area of the city you would like to stay in?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : there are several options available. is there a certain area or price range you would like?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : there are several options. is there a certain area or price range you would like?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = hotelsystem : [hotel_name]", + "belief : hotel parking = yes ; pricerange = cheap ; type = hotelsystem : [hotel_name]", + "belief : hotel parking = yes ; pricerange = cheap ; type = hotelsystem : [hotel_name]", + "belief : hotel parking = yes ; pricerange = cheap ; type = hotelsystem : [hotel_name]", + "belief : hotel parking = yes ; pricerange = cheap ; type = hotelsystem : [hotel_name]" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : [hotel_name]", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : [hotel_name]", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : [hotel_name]", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : [hotel_name]", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yes ; type = guesthousesystem : [hotel_name]" + ], + [ + "belief : hotel pricerange = cheap ; internet = yes | booking day = 4system : goodbye", + "belief : hotel pricerange = cheap ; internet = yes | booking day = 4system : goodbye", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap ; internet = yes | booking day = 4system : goodbye", + "belief : hotel pricerange = cheap ; internet = yes | booking day = 4system : goodbye" + ], + [ + "belief : hotel pricerange = 0 person", + "belief : hotel pricerange = 0 person", + "belief : hotel pricerange =belief : hotel parking = yes ; internet = yes ; type = hotel pricerange = hotel | booking day = tuesday", + "belief : hotel pricerange = 0 person", + "belief : hotel pricerange =belief : hotel parking = yes ; internet = yes ; type = hotel pricerange = hotel | booking day = tuesday" + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : i found several for you. do you have a preference as to type or price range?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s located in the [value_area] part of town. would you prefer [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s located in the [value_area] part of town. would you prefer [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s located in the [value_area] part of town. would you prefer [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = moderate ; area = centresystem : there are several restaurant -s located in the [value_area] part of town. would you prefer [value_food], [value_food], or [value_food]?" + ], + [ + "belief : restaurant pricerange = moderate | booking day = saturday ; people = 5 ; time = 13:45system : just to confirm is your", + "belief : restaurant pricerange = moderate | booking day = saturday ; people = 5 ; time = 13:45system : just to confirm is your", + "belief : restaurant pricerange = moderate | booking day = saturday ; people = 5 ; time = 13:45system : just to confirm is your", + "belief : restaurant pricerange = moderate | booking day = saturday ; people = 5 ; time = 13:45system : just to confirm is your", + "belief : restaurant pricerange = moderate | booking day = saturday ; people = 5 ; time = 13:45system : just to confirm is your" + ], + [ + "belief : restaurant pricerange = moderate | booking day = saturday ; people = 5 ; time = 13:45system : thank you bye", + "belief : restaurant pricerange = moderate | booking day = saturday ; people = 5 ; time = 13:45system : thank you bye", + "belief : restaurant pricerange = moderate | booking day = saturday ; people = 5 ; time = 13:45system : thank you bye", + "belief : restaurant pricerange = moderate | booking day = saturday ; people = 5 ; time = 13:45system : thank you bye", + "belief : restaurant pricerange = moderate | booking day = saturday ; people = 5 ; time = 13:45system : thank you bye" + ], + [ + "belief : restaurant pricerange = 05:45 ; area = centresystem :", + "belief : restaurant pricerange = 05:45 ; area = centresystem :", + "belief : restaurant pricerange = 05:45 ; area = centresystem :", + "belief : restaurant pricerange = 05:45 ; area = centresystem :", + "belief : restaurant pricerange = 05:45 ; area = centresystem :" + ], + [ + "belief : restaurant pricerange = expensive ; area = westsystem : [restaurant_name]is an [value_pricerange] restaurant in the [value_area] part of town.", + "belief : restaurant pricerange = expensive ; area = westsystem : [restaurant_name]is an [value_pricerange] restaurant in the [value_area] part of town, and is in the [value_area] part of town.", + "belief : restaurant pricerange = expensive ; area = westsystem : [restaurant_name]is an [value_pricerange] restaurant in the [value_area] part of town, and is in the [value_area] part of town.", + "belief : restaurant pricerange = expensive ; area = westsystem : [restaurant_name]is an [value_pricerange] restaurant in the [value_area] part of town.", + "belief : restaurant pricerange = expensive ; area = westsystem : [restaurant_name]is an [value_pricerange] restaurant in the [value_area] part of town." + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : sure, i can find it. what time would you like to eat?", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : sure, i have booked a table at [restaurant_name]. your reference number is [restaurant_reference].", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : sure, i have booked a table at [restaurant_name], reference number [restaurant_reference]. can i help with anything else?", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : sure, i have booked a table at [restaurant_name], reference number [restaurant_reference]. can i help with anything else?", + "belief : restaurant food = indian ; pricerange = expensive ; area = westsystem : sure, i have booked a table at [restaurant_name]. your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = indian ; area = westsystem : goodbye", + "belief : restaurant food = indian ; area = westsystem : goodbye", + "belief : restaurant food = indian ; area = westsystem : goodbye", + "belief : restaurant food = indian ; area = westsystem : goodbye", + "belief : restaurant food = indian ; area = westsystem : goodbye" + ], + [ + "belief : restaurant food = indian ; area = westsystem : goodbye.", + "belief : restaurant food = indian restaurant food = k", + "belief : restaurant food = indian ; area = westsystem : goodbye.", + "belief : restaurant food = indian ; area = westsystem : goodbye.", + "belief : restaurant food = indian ; area = westsystem : goodbye." + ], + [ + "belief : taxi arriveby = 09:00system : okay, where are you leaving from?", + "belief : taxi arriveby = 09:00system : okay, where are you leaving from?", + "belief : taxi arriveby = 09:00system : okay, where are you leaving from?", + "belief : taxi arriveby = 09:00system : okay, where are you leaving from?", + "belief : taxi arriveby = 09:00system : okay, where are you leaving from?" + ], + [ + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = mumford theatre ; departure = wagamama ; arriveby = 09:00system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : restaurant food = indian ; area = northsystem : yes i have many options for you. how about the [restaurant_name]?", + "belief : restaurant food = indian ; area = northsystem : yes i have many options for you. how about the [restaurant_name]?", + "belief : restaurant food = indian ; area = northsystem : yes i have many options for you. how about the [restaurant_name]?", + "belief : restaurant food = indian ; area = northsystem : yes i have many options for you. how about the [restaurant_name]?", + "belief : restaurant food = indian ; area = northsystem : yes i have many options for you. how about the [restaurant_name]?" + ], + [ + "belief : restaurant food = indian ; area = northsystem : the address for [restaurant_name]is [restaurant_address]. would you like to make a reservation?", + "belief : restaurant food = indian ; area = northsystem : the address you want is [restaurant_address]. how else may i assist you?", + "belief : restaurant food = indian ; area = northsystem : the address for [restaurant_name]is [restaurant_address]. would you like a reservation?", + "belief : restaurant food = indian ; area = northsystem : certainly, the address for [restaurant_name]is [restaurant_address]. can i book a table for you?", + "belief : restaurant food = indian ; area = northsystem : certainly, the address for [restaurant_name]is [restaurant_address]. would you like a reservation?" + ], + [ + "belief : restaurant food = moderate ; area = northsystem : goodbye", + "belief : restaurant food = moderate ; area = northsystem : goodbye", + "belief : restaurant food = moderate ; area = northsystem : goodbye", + "belief : restaurant food = moderate ; area = northsystem : goodbye", + "belief : restaurant food = moderate ; area = northsystem : goodbye" + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = the oak bistrosystem : what time would you like to arrive at [attraction_name]?", + "belief : taxi destination = don pasquale pizzeria ; departure = the oak bistrosystem : when would you like to arrive?", + "belief : taxi destination = don pasquale pizzeria ; departure = the oak bistrosystem : when would you like to arrive?", + "belief : taxi destination = don pasquale pizzeria ; departure = the oak bistrosystem : what time would you like to arrive at [attraction_name]?", + "belief : taxi destination = don pasquale pizzeria ; departure = the oak bistrosystem : when would you like to arrive?" + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = the oak bistro ; arriveby = 20:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else i can do for you", + "belief : taxi destination = don pasquale pizzeria ; departure = the oak bistro ; arriveby = 20:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else i can do for you", + "belief : taxi destination = don pasquale pizzeria ; departure = rajmahal ; arriveby = 20:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else i can do for you", + "belief : taxi destination = don pasquale pizzeria ; departure = rajmahal ; arriveby = 20:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else i can do for you", + "belief : taxi destination = don pasquale pizzeria ; departure = rajmahal ; arriveby = 20:00system : i have a [taxi_type]booked. the contact number is [taxi_phone]. anything else i can do for you" + ], + [ + "belief : taxi destination = don pasquale pizzeria ; departure = don pasquale pizzeria ; arriveby = 20:00system : goodbye.", + "belief : taxi destination = don pasquale pizzeria ; departure = don pasquale pizzeria ; arriveby = 20:00system : goodbye.", + "belief : taxi destination = don pasquale pizzeria ; departure = don pasquale pizzeria ; arriveby = 20:00system : goodbye.", + "belief : taxi destination = don pasquale pizzeria ; departure = don pasquale pizzeria ; arriveby = 20:00system : goodbye.", + "belief : taxi destination = don pasquale pizzeria ; departure = don pasquale pizzeria ; arriveby = 20:00system : goodbye." + ], + [ + "belief : taxi leaveat = 14:45 ; departure = ian hong housesystem : i would be happy to help with your request, but first could you tell me what your destination is?", + "belief : taxi leaveat = 14:45 ; departure = ian hong housesystem : okay, what is your departure site?", + "belief : taxi leaveat = 14:45 ; departure = ian hong housesystem : okay, what is your departure site?", + "belief : taxi leaveat = 14:45 ; departure = ian hong housesystem : i would be happy to help with your request, but first could you tell me what your destination is?", + "belief : taxi leaveat = 14:45 ; departure = ian hong housesystem : okay, what is your departure site?" + ], + [ + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = finches bed and breakfastsystem : what time do you want to leave by?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = finches bed and breakfastsystem : what time do you want to leave by?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = finches bed and breakfastsystem : what time do you want to leave by?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = finches bed and breakfastsystem : what time do you want to leave by?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = finches bed and breakfastsystem : what time do you want to leave by?" + ], + [ + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = finches bed and breakfastsystem : can i help you with anything else?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = finches bed and breakfastsystem : can i help you with anything else?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = finches bed and breakfastsystem : can i help you with anything else?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = finches bed and breakfastsystem : can i help you with anything else?", + "belief : taxi leaveat = 14:45 ; destination = leicester train station ; departure = finches bed and breakfastsystem : can i help you with anything else?" + ], + [ + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurantsystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurantsystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurantsystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurantsystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurantsystem : i can help you with that. where are you going?" + ], + [ + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurant ; departure = ballaresystem : alright, i have a [taxi_type]for you, contact number [taxi_phone]. is there anything else i can help you with?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurant ; departure = ballaresystem : i have you booked in a [taxi_type].", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurant ; departure = ballaresystem : alright, i have a [taxi_type]for you, and the contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurant ; departure = ballaresystem : alright, i have a [taxi_type]for you, contact number [taxi_phone]. is there anything else i can help you with?", + "belief : taxi leaveat = 01:45 ; destination = pipasha restaurant ; departure = ballaresystem : alright, i have a [taxi_type]for you, contact number [taxi_phone]. is there anything else i can help you with?" + ], + [ + "belief : taxi arriveby = 14:30 ; departure = yu gardensystem : sure! where are you going?", + "belief : taxi arriveby = 14:30 ; departure = yu gardensystem : sure! where are you going?", + "belief : taxi arriveby = 14:30 ; departure = yu gardensystem : sure! where are you going?", + "belief : taxi arriveby = 14:30 ; departure = yu gardensystem : sure! where are you going?", + "belief : taxi arriveby = 14:30 ; departure = yu gardensystem : sure! where are you going?" + ], + [ + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : goodbye", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : goodbye", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : goodbye", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : goodbye", + "belief : taxi destination = holy trinity church ; departure = yu garden ; arriveby = 14:30system : goodbye" + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : i would recommend the [restaurant_name], located at [restaurant_address].", + "belief : restaurant pricerange = moderate ; area = centresystem : i would recommend the [restaurant_name], located at [restaurant_address].", + "belief : restaurant pricerange = moderate ; area = centresystem : i would recommend the [restaurant_name], an [value_pricerange] [value_food] restaurant.", + "belief : restaurant pricerange = moderate ; area = centresystem : i would recommend the [restaurant_name], located at [restaurant_address].", + "belief : restaurant pricerange = moderate ; area = centresystem : i would recommend the [restaurant_name], located at [restaurant_address]." + ], + [ + "belief : restaurant food = lebanese ; area = centresystem : would you like me to make a reservation?", + "belief : restaurant food = lebanese ; area = centresystem : would you like me to book a table?", + "belief : restaurant food = lebanese ; area = centresystem : would you like me to make a reservation?", + "belief : restaurant food = lebanese ; area = centresystem : would you like me to book a table?", + "belief : restaurant food = lebanese ; area = centresystem : would you like me to book a table?" + ], + [ + "belief : restaurant food = lebanesesystem : goodbye", + "belief : restaurant food = lebanese=>belief : restaurant pricerange = nonesystem : restaurant food = lebanese ; area = centresystem : goodbye", + "belief : restaurant food = lebanese=>belief : restaurant pricerange = nonesystem : restaurant food = lebanese ; area = centresystem : goodbye", + "belief : restaurant food = lebanesesystem : goodbye", + "belief : restaurant food = lebanese=>belief : restaurant pricerange = nonesystem : restaurant food = lebanese ; area = centresystem : goodbye" + ], + [ + "belief : restaurant food = lebanese=>belief : restaurant food = lebanese ; area = centresystem : goodbye", + "belief : restaurant food = lebanese=>belief : restaurant food = lebanese ; area = centresystem : goodbye", + "belief : restaurant food = lebanese=>belief : restaurant food = lebanese ; area = centresystem :", + "belief : restaurant food = lebanese=>belief : restaurant food = lebanese ; area = centresystem : goodbye", + "belief : restaurant food = lebanese=>belief : restaurant food = lebanese ; area = centresystem : goodbye" + ], + [ + "belief : restaurant food = lebanese restaurant food = lebanese=>belief : restaurant pricerange = nonesystem : restaurant food = lebanese ; area = centresystem : sure!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : restaurant food = lebanese restaurant food = lebanesesystem : goodbye. goodbye.", + "belief : restaurant food = lebanese restaurant food = lebanesesystem : goodbye. goodbye.", + "belief : restaurant food = lebanese restaurant food = lebanesesystem : goodbye. goodbye.", + "belief : restaurant food = lebanese restaurant food = lebanesesystem : goodbye. goodbye." + ], + [ + "belief : train arriveby = 13:30 ; departure = cambridgesystem : there are several trains that match your search. what day will you be traveling?", + "belief : train arriveby = 13:30 ; departure = cambridgesystem : there are several trains that match your search. what day will you be traveling?", + "belief : train arriveby = 13:30 ; departure = cambridgesystem : there are several trains that match your search. what day and time would you like to depart?", + "belief : train arriveby = 13:30 ; departure = cambridgesystem : there are several trains that match your requirement -s. what is your destination?", + "belief : train arriveby = 13:30 ; departure = cambridgesystem : there are several trains that match your search. what day will you be traveling?" + ], + [ + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : okay, and what time do you want to leave after or arrive by?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : [train_id] departs [value_place]at [value_time]and arrives in [value_place]at [value_time]. would you like to book a ticket for this train,", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : there are [value_count]trains making that trip, do you have a day you prefer?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : okay, and what time do you want to leave after or arrive by?", + "belief : train destination = ely ; day = sunday ; arriveby = 13:30 ; departure = cambridgesystem : [train_id] departs [value_place]at [value_time]and arrives in [value_place]at [value_time]. would you like to book a ticket for this train," + ], + [ + "belief : train destination = ely ; day = sunday ; departure = cambridgesystem : certainly, your confirmation number is [train_reference]. may i assist you with anything else?", + "belief : train destination = ely ; day = sunday ; departure = cambridgesystem : yes, 8 tickets can be done. what time would you like to leave?", + "belief : train destination = ely ; day = sunday ; departure = cambridgesystem : yes, 8 tickets can be booked. what time would you like to leave?", + "belief : train destination = ely ; day = sunday ; departure = cambridgesystem : yes, 8 tickets can be done. what time would you like to leave?", + "belief : train destination = ely ; day = sunday ; departure = cambridgesystem : yes, 8 tickets can be booked. what time would you like to leave?" + ], + [ + "belief : people = 8 ; departure = cambridgesystem : goodbye", + "belief :belief : train destination = ely ; day = sunday ; departure = cambridge | booking people = 8system : goodbye", + "belief :belief : train destination = ely ; day = sunday ; departure = cambridge | booking people = 8system : goodbye", + "belief : people = 8 ; departure = cambridgesystem : goodbye", + "belief : people = 8 ; departure = cambridgesystem : goodbye" + ], + [ + "belief :belief : train destination = ely ; day = sunday ; departure = cambridge | booking people = 8system : goodbye", + "belief : day = sunday ; destination = ely ; departure = cambridge | booking people = 8system : goodbye", + "belief : day = sunday ; destination = ely ; departure = cambridge | booking people = 8system : goodbye", + "belief :belief : train destination = ely ; day = sunday ; departure = cambridge | booking people = 8system : goodbye", + "belief : day = 08:bye" + ], + [ + "belief : hotel parking = yes ; pricerange = expensivesystem : there are [value_count]hotel -s that match your criteria. what part of town did you have in mind to start looking to book?", + "belief : hotel parking = yes ; pricerange = expensivesystem : there are [value_count]hotel -s that match your criteria. what part of town did you have in mind to start looking to book?", + "belief : hotel parking = yes ; pricerange = expensivesystem : there are [value_count]hotel -s that match your criteria. what part of town did you have in mind to start looking to book?", + "belief : hotel parking = yes ; pricerange = expensivesystem : there are [value_count]hotel -s that match your criteria. what part of town did you have in mind to start looking at?", + "belief : hotel parking = yes ; pricerange = expensivesystem : there are [value_count]hotel -s that match your criteria. what part of town did you have in mind to start looking at?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : [hotel_name]has good reviews if you would like that", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i have found [value_count]guesthouses with free parking. do you prefer a specific area?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i have found [value_count]guesthouses with free parking. do you prefer a specific area?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i have found [value_count]guesthouses with free parking. do you prefer a specific area?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : i have [value_count]place -s that match your request. shall i recommend a nice [value_count]" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : good.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : good for you", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : good for you", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : good.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : good choice!" + ], + [ + "belief : hotel parking = yesuserbelief : hotel area = none ; pricerange = cheap ; type = guesthousesystem : 5system : goodbye", + "belief : hotel parking = yesuserbelief : hotel parking = yes ; pricerange = 4 ; type = guesthousesystem : goodbye", + "belief : hotel parking = yesuserbelief : hotel area = centre ; type = guesthousesystem : stay = 4system : booking day = wednesday ; people = 5system : goodbye", + "belief : hotel parking = yesuserbelief : hotel parking = yes ; pricerange = 4 ; type = guesthousesystem : goodbye", + "belief : hotel parking = yesuserbelief : hotel area = none ; pricerange = cheap ; type = guesthousesystem : 5system : goodbye" + ], + [ + "belief :belief : hotel parking = yesuserbelief : hotel parking = yes ; pricerange = 4 ; type = guesthousesystem : goodbye", + "belief :belief : hotel parkinguserbelief : hotel parking = yes ; pricerange = 4 ; type = guesthousesystem : goodbye", + "belief :belief : hotel parking = yesuserbelief : hotel parking = yes ; pricerange = 4 ; type = guesthousesystem : goodbye", + "belief :belief : hotel parkinguserbelief : hotel parking = yes ; pricerange = 4 ; type = guesthousesystem : goodbye", + "belief :belief : hotel parkinguserbelief : hotel area = centre = none ; pricerange = cheap ; type = guesthouse | booking day = wednesday ; people = 5 ; stay = 4system : goodbye" + ], + [ + "belief : taxi destination = michael house ; arriveby = 12:45system : i would be happy to help with your request, where will you be departing from?", + "belief : taxi destination = michael house ; arriveby = 12:45system : i would be happy to help with your request, where will you be departing from?", + "belief : taxi destination = michael house ; arriveby = 12:45system : i would be happy to help with your request, where will you be departing from?", + "belief : taxi destination = michael house ; arriveby = 12:45system : i would be happy to help with your request, where will you be departing from?", + "belief : taxi destination = michael house ; arriveby = 12:45system : i would be happy to help with your request, where will you be departing from?" + ], + [ + "belief : taxi destination = michael house cafe ; departure = williams art and antiques ; arriveby = 12:45system : i have a [taxi_type]with phone number [taxi_phone].", + "belief : taxi destination = michael house cafe ; departure = williams art and antiques ; arriveby = 12:45system : i have a [taxi_type]with phone number [taxi_phone].", + "belief : taxi destination = michael house cafe ; departure = williams art and antiques ; arriveby = 12:45system : i have a [taxi_type]with phone number [taxi_phone].", + "belief : taxi destination = michael house cafe ; departure = williams art and antiques ; arriveby = 12:45system : i have a [taxi_type]with phone number [taxi_phone].", + "belief : taxi destination = michael house ; departure = williams art and antiques ; arriveby = 12:45system : i have a [taxi_type]with phone number [taxi_phone]." + ], + [ + "belief : taxi destination = michael house ; departure = williams art and antiques ; arriveby = 12:45system : what else can i do for you today?", + "belief : taxi destination = michael house cafe ; departure = williams art and antiques ; arriveby = 12:45system : can i assist you with anything else today?", + "belief : taxi destination = michael house ; departure = williams art and antiques ; arriveby = 12:45system : what else can i do for you today?", + "belief : taxi destination = michael house ; departure = williams art and antiques ; arriveby = 12:45system : what else can i do for you today?", + "belief : taxi destination = michael house cafe ; departure = williams art and antiques ; arriveby = 12:45system : can i assist you with anything else today?" + ], + [ + "belief : taxi destination = michael house ; departure = williams art and antiques ; arriveby = 12:45system :", + "belief : taxi destination = michael house ; departure = williams art and antiques ; arriveby = 12:45system :", + "belief : taxi destination = michael house ; departure = williams art and antiques ; arriveby = 12:45system :", + "belief : taxi destination = michael house ; departure = williams art and antiques ; arriveby = 12:45system :", + "belief : taxi destination = michael house ; departure = williams art and antiques ; arriveby = 12:45system :" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : we have got plenty of attractions all around the city, is there a particular area you were looking at?", + "belief : attraction type = entertainment ; area = eastsystem : we have got plenty of attractions all around the city, is there a particular area you were looking at?", + "belief : attraction type = entertainment ; area = eastsystem : we have got plenty of attractions all around the city, is there a particular area you were looking at?", + "belief : attraction type = entertainment ; area = eastsystem : we have got plenty of attractions all around the city, is there a particular area you were looking at?", + "belief : attraction type = entertainment ; area = eastsystem : we have got plenty of attractions all around the city, is there a particular area you were looking at?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : the address for [attraction_name]is [attraction_address]and the postcode is [attraction_postcode]. can i be of further assistance?", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address]and the post code is [attraction_postcode]. can i be of further assistance?", + "belief : attraction type = entertainment ; area = eastsystem : the address for [attraction_name]is [attraction_address]and the postcode is [attraction_postcode]. can i be of further assistance?", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address]and the post code is [attraction_postcode]. can i be of further assistance?", + "belief : attraction type = entertainment ; area = eastsystem : the address is [attraction_address]and the post code is [attraction_postcode]. can i be of further assistance?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : sure. it s located at [attraction_address].", + "belief : attraction type = entertainment ; area = eastsystem : sure. it s located at [attraction_address].", + "belief : attraction type = entertainment ; area = eastsystem : it s located at [attraction_address].", + "belief : attraction type = entertainment ; area = eastsystem : sure. it s located at [attraction_address].", + "belief : attraction type = entertainment ; area = eastsystem : it s located at [attraction_address]." + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : goodbye", + "belief : attraction type = entertainment ; area = eastsystem : goodbye", + "belief : attraction type = entertainment ; area = eastsystem : goodbye", + "belief : attraction type = entertainment ; area = eastsystem : goodbye", + "belief : attraction type = entertainment ; area = eastsystem : goodbye" + ], + [ + "belief : restaurant food = eastern european ; area = southsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of the city, and is in the [value_pricerange] price range.", + "belief : restaurant food = eastern european ; area = southsystem : [restaurant_name]is a [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = eastern european ; area = southsystem : [restaurant_name]is a [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant food = eastern european ; area = southsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of the city, and is in the [value_pricerange] price range.", + "belief : restaurant food = eastern european ; area = southsystem : [restaurant_name]is a [value_food] restaurant in the [value_area] part of town." + ], + [ + "belief : restaurant food = oriental ; pricerange = expensive ; area = southsystem : [restaurant_name]is a restaurant that serves [value_food] food. would you like more information?", + "belief : restaurant food = oriental ; pricerange = expensive ; area = southsystem : [restaurant_name]is a restaurant that serves [value_food] food. would you like more information?", + "belief : restaurant food = oriental ; pricerange = expensive ; area = southsystem : [restaurant_name]is a restaurant that serves [value_food] food. would you like more information?", + "belief : restaurant food = oriental ; pricerange = expensive ; area = southsystem : [restaurant_name]is a restaurant that serves [value_food] food. would you like more information?", + "belief : restaurant food = oriental ; pricerange = expensive ; area = southsystem : [restaurant_name]is a [value_pricerange] [value_food] restaurant in the [value_area] part of town. would you like their location?" + ], + [ + "belief : restaurant food = chinese ; area = southsystem : [restaurant_name]", + "belief : restaurant food = chinese ; area = southsystem : [restaurant_name]", + "belief : restaurant food = chinese ; area = southsystem : [restaurant_name]", + "belief : restaurant food = chinese ; area = southsystem : [restaurant_name]", + "belief : restaurant food = chinese ; area = southsystem : [restaurant_name]" + ], + [ + "belief : restaurant food = chinesesystem :", + "belief : restaurant food = chineseuser :", + "belief : restaurant food = chinesesystem :", + "belief : restaurant food = chinesesystem :", + "belief : restaurant food = chinesesystem :" + ], + [ + "belief : restaurant food = chinese", + "belief : restaurant food = chinesesystem : do.", + "belief : restaurant food = chinesesystem :belief : restaurant food = eastern european ; pricerange = none", + "belief : restaurant food = chinese", + "belief : restaurant food = chinese" + ], + [ + "belief : restaurant food = chinese ; area = southsystem : sure.", + "belief : restaurant food = chinese restaurant food = eastern european ; pricerange = nonesystem : sure.", + "belief : restaurant food = chinese restaurant food = eastern european ; pricerange = nonesystem : sure.", + "belief : restaurant food = chinese ; area = southsystem : do you prefer", + "belief : restaurant food = chinese restaurant food = eastern european ; pricerange = nonesystem : do you need anything else" + ], + [ + "belief : restaurant food = chinese restaurant food = chinese ; area = southsystem : thank you.", + "belief : restaurant food = chinese restaurant food = chinese ; area = southsystem : thank you.", + "belief : restaurant food = chinese restaurant food = eastern european ; area = southsystem : thank you. goodbye.", + "belief : restaurant food = chinese restaurant food = eastern european ; area = southsystem : thank you. goodbye.", + "belief : restaurant food = chinese restaurant food = eastern european ; area = southsystem : thank you. goodbye." + ], + [ + "belief : hotel area = north ; pricerange = cheap ; type = hotelsystem : okay, i have [value_count]options for you, in many cuisines. do you have a cuisine preference?", + "belief : hotel area = north ; pricerange = cheap ; type = hotelsystem : okay, i have [value_count]options for you, in many cuisines. do you have a cuisine preference?", + "belief : hotel area = north ; pricerange = cheap ; type = hotelsystem : i have [hotel_name]star hotel -s in the [value_area] that are both [value_pricerange] -ly priced. do you have any other requirement -s such internet or parking?", + "belief : hotel area = north ; pricerange = cheap ; type = hotelsystem : okay, i have [value_count]options for you, in many cuisines. do you have a cuisine preference?", + "belief : hotel area = north ; pricerange = cheap ; type = hotelsystem : i have [hotel_name]star hotel -s in the [value_area] that are both [value_pricerange] -ly priced. do you have any other requirement -s such internet or parking?" + ], + [ + "belief : hotel area = north ; pricerange = cheap ; stars = dont caresystem : okay, let me see what i can find.", + "belief : hotel area = north ; pricerange = cheap ; stars = dont caresystem : how about the [hotel_name]? it s [value_pricerange] and in the [value_area].", + "belief : hotel area = north ; pricerange = cheap ; stars = dont caresystem : the [hotel_name]is a [value_pricerange] hotel in the [value_area]. it has free parking and wifi and is in the [value_area]. would you like for me to book it?", + "belief : hotel area = north ; pricerange = cheap ; stars = dont caresystem : the [hotel_name]is a good option. would you like me to book it for you?", + "belief : hotel area = north ; pricerange = cheap ; stars = dont caresystem : the [hotel_name]is a good option." + ], + [ + "belief : hotel area = north ; pricerange = cheap ; type = hotelsystem : how many people will be staying?", + "belief : hotel area = north ; pricerange = cheap ; type = hotelsystem : how many people will be staying?", + "belief : hotel area = north ; pricerange = cheap ; type = hotelsystem : how many people will be staying?", + "belief : hotel area = north ; pricerange = cheap ; type = hotelsystem : how many people will be staying?", + "belief : hotel area = north ; pricerange = cheap ; type = hotelsystem : how many people will be staying?" + ], + [ + "belief :belief : hotel area = north ; pricerange = cheap ; type = hotelsystem :", + "belief :belief : hotel area = north ; pricerange = cheap ; type = hotelsystem :", + "belief :belief : hotel area = north ; pricerange = cheap ; type = hotelsystem :belief : booking day = sunday ; people = 1system :", + "belief :belief : hotel area = north ; pricerange = cheap ; type = hotelsystem :", + "belief :belief : hotel area = north ; pricerange = cheap ; type = hotelsystem :" + ], + [ + "belief :belief : hotel area = north ; pricerange = cheap", + "belief :belief : hotel area = north ; pricerange = cheap", + "belief :belief : hotel area = north ; pricerange = cheap", + "belief :belief : hotel area = north ; pricerange = cheap", + "belief :belief : hotel area = north ; pricerange = cheap" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : hotel area = northsystem : i have several nice [value_count]star hotel -s in the [value_area]. might i suggest the [hotel_name]. it s located in the [value_area] and offers both free wifi and parking.", + "belief : hotel area = northsystem : i have several nice [value_count]star hotel -s in the [value_area]. might i suggest the [hotel_name], as well as the [hotel_name].", + "belief : hotel area = northsystem : i have several nice [value_count]star hotel -s in the [value_area]. might i suggest the [hotel_name]. it s located in the [value_area] and has free parking.", + "belief : hotel area = northsystem : i have several nice [value_count]star hotel -s in the [value_area]. might i suggest the [hotel_name]. it s located in the [value_area] and offers both free wifi and parking.", + "belief : hotel area = northsystem : i have several nice [value_count]star hotel -s in the [value_area]. might i suggest the [hotel_name], which has free parking?" + ], + [ + "belief : hotel area = north ; stars = 4system : unfortunately, no. actually, there are [value_count]star hotel -s with [value_count]stars.", + "belief : hotel area = north ; stars = 4system : unfortunately, no, none of them have [value_count]stars.", + "belief : hotel area = north ; stars = 4system : no, none of them have [value_count]stars.", + "belief : hotel area = north ; stars = 4system : unfortunately, no, none of them have [value_count]stars.", + "belief : hotel area = north ; stars = 4system : no, none of them have [value_count]stars." + ], + [ + "belief : hotel area = north ; stars = 4system : how about [hotel_name]", + "belief : hotel area = north ; stars = 4system : how about [hotel_name]", + "belief : hotel area = north ; stars = 4system : how about [hotel_name]", + "belief : hotel area = north ; stars = 4system : how about [hotel_name]", + "belief : hotel area = north ; stars = 4system : how about [hotel_name]" + ], + [ + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :" + ], + [ + "belief : hotel area = northsystem : booking day = sunday ; stay = 3system : booking people = 3system : would you like a room perhaps?", + "belief : hotel area = northsystem : booking day = sunday ; stay = 3system : booking people = 3system : booking people = 3system : booking was successful. enjoy your stay", + "belief : hotel area = northsystem : booking day = sunday ; stay = 3system : booking people = 3system : booking people = 3system : booking day = none", + "belief : hotel area = northsystem : booking day = sunday ; stay = 3system : booking people = 3system : booking people = 3system : booking was successful!", + "belief : hotel area = northsystem : booking day = sunday ; stay = 3system : booking people = 3system : booking people = 3system : booking was successful!" + ], + [ + "belief : hotel area = northsystem : booking day = sunday", + "belief : hotel area = northsystem : booking day = sunday", + "belief : hotel area = northsystem : booking day = sunday", + "belief : hotel area = northsystem : booking day = sunday", + "belief : hotel area = northsystem : booking day = sunday" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotelsystem : i can help you with that. when do you need to leave?" + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : the earliest train i have is at [value_time]. is that ok?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : i have a [taxi_type]with contact number [taxi_phone]. may i assist with anything else?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : i have a [taxi_type]with contact number [taxi_phone]. may i assist with anything else?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : i have a [taxi_type]with contact number [taxi_phone]. may i assist with anything else?", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : the first train after [value_time]is the [train_id] from [value_place]to [value_place]on [value_day]. shall i book that for you?" + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more" + ], + [ + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more than welcome!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more than welcome!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more than welcome!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more than welcome!", + "belief : taxi destination = cineworld cinema ; departure = gonville hotel ; arriveby = 15:45system : you are more than welcome!" + ], + [ + "belief : hotel parking = yes ; internet = yessystem : [hotel_name]is a hotel with free wifi and parking, their phone number is [hotel_phone]. is there anything else i can help you with?", + "belief : hotel parking = yes ; internet = yessystem : [hotel_name]is a hotel with free wifi and parking, is in the [value_area] part of town and in the [value_pricerange] price range. would you like to make a booking?", + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s with free wifi and parking. what part of town would you prefer?", + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s with free wifi and parking. what part of town would you prefer?", + "belief : hotel parking = yes ; internet = yessystem : [hotel_name]is a hotel with free wifi and parking, their phone number is [hotel_phone]. is there anything else i can help you with?" + ], + [ + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : i have quite a few options for you. do you have an idea what price range you are looking for?", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : i have got quite a few options here. do you have a preference as to price range?", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : okay, i have got a nice [value_count]star guesthouse with free wifi and parking, can i book it for you?", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : okay, i have got a nice [value_count]star guesthouse with free wifi and parking, is there anything else you need help with?", + "belief : hotel area = centre ; parking = yes ; internet = yes ; type = guesthousesystem : i have a listing for [hotel_name]that fits what you are looking for, can i make a booking for you?" + ], + [ + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : booking was unsuccessful. want to find another hotel?", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : booking was unsuccessful. want to find another hotel?", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : booking was unsuccessful. want to find another hotel?", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : booking was unsuccessful. want to find another hotel?", + "belief : hotel area = centre ; internet = yes ; type = guesthousesystem : booking was unsuccessful. want to find another hotel?" + ], + [ + "belief : hotel area = centre | booking day = wednesday ; people = 1 ; stay = 4system :", + "belief : hotel area = centre | booking day = wednesday ; people = 1 ; stay = 4system :", + "belief : hotel area = centre | booking day = wednesday ; people = 1 ; stay = 4system :", + "belief : hotel area = centre | booking day = wednesday ; people = 1 ; stay = 4system :", + "belief : hotel area = centre | booking day = wednesday ; people = 1 ; stay = 4system :" + ], + [ + "belief : dayuser", + "belief : day", + "belief : dayuser", + "belief : dayuser", + "belief : dayuser" + ], + [ + "belief : train destination = cambridge ; departure = kings lynnsystem : when do you want to leave and arrive?", + "belief : train destination = cambridge ; departure = kings lynnsystem : when do you want to leave and arrive?", + "belief : train destination = cambridge ; departure = kings lynnsystem : when do you want to leave and arrive?", + "belief : train destination = cambridge ; departure = kings lynnsystem : when do you want to leave and arrive?", + "belief : train destination = cambridge ; departure = kings lynnsystem : when do you want to leave and arrive?" + ], + [ + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : okay, i have many options", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : i have no trains leaving at", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : i have [value_count]trains matching your criteria, could you tell me where you will be departing from and what time you would like to arrive?", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : i have no trains leaving at", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : i have [value_count]trains matching your request -s would you like to try?" + ], + [ + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : can i book you a ticket?", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : can i book you a ticket?", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : can i book you a ticket?", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : can i book you a ticket?", + "belief : train leaveat = 21:15 ; destination = cambridge ; day = fridaysystem : can i book you a ticket?" + ], + [ + "belief : train leaveat [value_time]", + "belief : train leaveat [value_time]", + "belief : train leaveat [value_time]", + "belief : train leaveat [value_time]", + "belief : train leaveat [value_time]" + ], + [ + "belief : hotel area = centresystem : i have several options for you. do you prefer a hotel or a guest house?", + "belief : hotel area = centresystem : i have several options for you. do you prefer a hotel or a guest house?", + "belief : hotel area = centresystem : i have several options for you. do you prefer a hotel or a guest house?", + "belief : hotel area = centresystem : i have several options for you. i have [value_count]hotel and the other [value_count]are guesthouses. do you prefer a certain price range?", + "belief : hotel area = centresystem : i have several options for you. i have [value_count]hotel and the other [value_count]are guesthouses. do you prefer a certain price range?" + ], + [ + "belief : hotel area = centre ; pricerange = expensivesystem :", + "belief : hotel area = centre ; pricerange = expensivesystem :", + "belief : hotel area = centre ; pricerange = expensivesystem :", + "belief : hotel area = centre ; pricerange = expensivesystem :", + "belief : hotel area = centre ; pricerange = expensivesystem :" + ], + [ + "belief : hotel name = worth", + "belief : hotel area = centresystem : person = 5system :", + "belief : hotel name = worth", + "belief : hotel area = centresystem : people = 5system :", + "belief : hotel name = worth" + ], + [ + "belief : hotel stars = 4", + "belief : hotel pricerange = 4", + "belief : hotel pricerange = 4", + "belief : hotel pricerange = 4", + "belief : hotel stars = 4" + ], + [ + "belief : hotel stars = 4", + "belief : hotel stars = 4", + "belief : hotel stars = 4", + "belief : hotel stars = 4", + "belief : hotel stars = 4" + ], + [ + "belief : hotel stars = 4", + "belief : hotel stars = 4", + "belief : hotel stars = 4", + "belief : hotel stars = 4", + "belief : hotel stars = 4" + ], + [ + "belief : restaurant food = british ; area = centresystem : there are no restaurant -s servingritish food in the [value_area]. would you like to expand the search?", + "belief : restaurant food = british ; area = centresystem : there are no restaurant -s servingritish food in the [value_area]. would you like to expand the search?", + "belief : restaurant food = british ; area = centresystem : there are no restaurant -s servingritish food in the [value_area]. would you like to expand the search?", + "belief : restaurant food = british ; area = centresystem : there are no restaurant -s servingritish food in the [value_area]. would you like to expand the search?", + "belief : restaurant food = british ; area = centresystem : there are no restaurant -s servingritish food in the [value_area]. would you like to expand the search?" + ], + [ + "belief : restaurant food = british ; area = centresystem : ok. i have booked you a table for [value_count]at [value_time]. your reference number is [restaurant_reference].", + "belief : restaurant food = british ; area = centresystem : ok. i have booked you a table for [value_count]at [value_time]. your reference number is [restaurant_reference].", + "belief : restaurant food = british ; area = centresystem : what type of food do you want?", + "belief : restaurant food = british ; area = centresystem : ok. you are all set your reference number is [restaurant_reference].", + "belief : restaurant food = british ; area = centresystem : ok. you are all set your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = british ; area = centresystem : goodbye", + "belief : restaurant food = british ; area = centresystem : goodbye", + "belief : restaurant food = british ; area = centresystem : goodbye", + "belief : restaurant food = british ; area = centresystem : goodbye", + "belief : restaurant food = british ; area = centresystem : goodbye" + ], + [ + "belief : restaurant food = british ; area = centresystem : goodbye.", + "belief : restaurant food = british ; area = centresystem : goodbye.", + "belief : restaurant food = british ; area = centresystem : goodbye.", + "belief : restaurant food = british ; area = centresystem : goodbye.", + "belief : restaurant food = british ; area = centresystem : goodbye." + ], + [ + "belief : restaurant food = british | booking day = thursday", + "belief : restaurant food = british | booking day = thursday", + "belief : restaurant food = british | booking day = thursday", + "belief : restaurant food = british | booking day = thursday", + "belief : restaurant food = british | booking day = thursday" + ], + [ + "belief : restaurant food = british ; area = centresystem : enjoy!", + "belief : restaurant food = british ; area = centresystem : enjoy!", + "belief : restaurant food = british ; area = centresystem : goodbye.", + "belief : restaurant food = british ; area = centresystem : goodbye.", + "belief : restaurant food = british ; area = centresystem : enjoy!" + ], + [ + "belief : restaurant food = british ; area = centresystem : enjoy! have a wonderful day", + "belief : restaurant food = british ; area = centresystem : enjoy! have a wonderful day", + "belief : restaurant food = british ; area = centresystem : enjoy! have a great! enjoy your family! goodbye.", + "belief : restaurant food = british ; area = centresystem : enjoy! have a wonderful day", + "belief : restaurant food = british ; area = centresystem : enjoy! have a wonderful day" + ], + [ + "belief : taxi destination = dojo noodle barsystem : sure! when would you like to arrive?", + "belief : taxi destination = dojo noodle barsystem : sure! when would you like to arrive?", + "belief : taxi destination = dojo noodle barsystem : sure! when would you like to arrive?", + "belief : taxi destination = dojo noodle barsystem : sure! when would you like to arrive?", + "belief : taxi destination = dojo noodle barsystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi destination = kambar ; departure = dojo noodle bar ; arriveby = 12:15system : and where shall the taxi pick you up from?", + "belief : taxi destination = kambar ; departure = dojo noodle bar ; arriveby = 12:15system : and where shall the taxi pick you up from?", + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : and where shall the taxi pick you up from?", + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : and where shall the taxi pick you up from?", + "belief : taxi destination = dojo noodle bar ; departure = dojo noodle bar ; arriveby = 12:15system : and where shall the taxi pick you up from?" + ], + [ + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : your booking is complete. the taxi contact number is [taxi_phone].", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : your booking is complete. the taxi is a [taxi_type].", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : your booking is complete. the taxi is a [taxi_type].", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : your booking is complete. the taxi is a [taxi_type].", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : your booking is complete. the taxi is a [taxi_type]." + ], + [ + "belief : taxi destination = rosas bed and breakfast ; departure = da vinci pizzeria ; arriveby = 12:15system : goodbye", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : goodbye", + "belief : taxi destination = rosas bed and breakfast ; departure = da vinci pizzeria ; arriveby = 12:15system : goodbye", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : goodbye", + "belief : taxi destination = rosas bed and breakfast ; departure = dojo noodle bar ; arriveby = 12:15system : goodbye" + ], + [ + "belief : nonesystem : sure thing. could you tell me where you are departing from and where you would like to go?", + "belief : nonesystem : sure thing. could you tell me where you are departing from and where you would like to go?", + "belief : nonesystem : sure thing. could you tell me where you are departing from and where you would like to go?", + "belief : nonesystem : sure thing. could you tell me where you are departing from and where you would like to go?", + "belief : nonesystem : sure thing. could you tell me where you are departing from and where you would like to go?" + ], + [ + "belief : train destination = cambridge ; arriveby = 17:30system : where will you be departing from?", + "belief : train destination = cambridge ; arriveby = 17:30system : where will you be departing from?", + "belief : train destination = cambridge ; arriveby = 17:30system : where will you be departing from?", + "belief : train destination = cambridge ; arriveby = 17:30system : where will you be departing from?", + "belief : train destination = cambridge ; arriveby = 17:30system : where will you be departing from?" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 17:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train destination = cambridge ; day = sunday ; arriveby = 17:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train destination = cambridge ; day = sunday ; arriveby = 17:30system : what time do you want to leave by?", + "belief : train destination = cambridge ; day = sunday ; arriveby = 17:30system : what time do you want to leave by?", + "belief : train destination = cambridge ; day = sunday ; arriveby = 17:30system : what time do you want to leave by?" + ], + [ + "belief : train destination = hamilton new street", + "belief : train destination = hamilton new street", + "belief : train destination = hamilton new street", + "belief : train destination = 17:30 ; departure = hamilton new street", + "belief : train destination = 17:30 ; departure = hamilton new street" + ], + [ + "belief : train destination = 17:belief : train destination = cambridge", + "belief : train destination = 17:belief : train destination = hamilton new street ; day = sunday ; arriveby = 17:30system :", + "belief : train destination = 17:belief : train destination = hamilton new street ; day = sunday ; arriveby = 17:30system :", + "belief : train destination = 17:belief : train destination = hamilton new street ; day = sunday ; arriveby = 17:30system :", + "belief : train destination = 17:30user" + ], + [ + "belief : taxi destination = nandossystem : sure! when would you like to arrive?", + "belief : taxi destination = nandossystem : sure! when would you like to arrive?", + "belief : taxi destination = nandossystem : sure! when would you like to arrive?", + "belief : taxi destination = nandossystem : sure! when would you like to arrive?", + "belief : taxi destination = nandossystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi destination = nandos ; departure = riverboat georginasystem : sure! when would you like to arrive?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : sure! when would you like to arrive?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : sure! when would you like to arrive?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : sure! when would you like to arrive?", + "belief : taxi destination = nandos ; departure = riverboat georginasystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : i have a [taxi_type]with contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : okay thank you", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : great! have a wonderful day!", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : great! have a wonderful day!", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : great! have a wonderful day!", + "belief : taxi leaveat = 09:45 ; destination = nandos ; departure = riverboat georginasystem : okay thank you." + ], + [ + "belief : taxi arriveby = 20:00system : okay, what is your departure site?", + "belief : taxi arriveby = 20:00system : okay, what is your departure site?", + "belief : taxi arriveby = 20:00system : okay, what is your departure site?", + "belief : taxi arriveby = 20:00system : okay, what is your departure site?", + "belief : taxi arriveby = 20:00system : okay, what is your departure site?" + ], + [ + "belief : taxi departure = clare college ; arriveby = 20:00system : what is your destination?", + "belief : taxi departure = clare college ; arriveby = 20:00system : what is your destination?", + "belief : taxi departure = clare college ; arriveby = 20:00system : what is your destination?", + "belief : taxi departure = clare college ; arriveby = 20:00system : what is your destination?", + "belief : taxi departure = clare college ; arriveby = 20:00system : what is your destination?" + ], + [ + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : ok, what do you need to do?", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : ok, what is your departure site?", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : what will your boyfriend be doing?", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : what will your boyfriend be doing?", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : what will your brother do?" + ], + [ + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : do you need anything else?", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : do you need anything else?", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : do you need anything else?", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : do you need anything else?", + "belief : taxi destination = parkside police station ; departure = clare college ; arriveby = 20:00system : do you need anything else?" + ], + [ + "belief : restaurant name =z pizzeria cambridge contemporary art ; area = westsystem : yes, where will you be leaving from?", + "belief : restaurant name =z pizzeria cambridge train station ; arriveby = 22:45system : i would be happy to help with your request, where will you be departing from?", + "belief : restaurant name =z pizzeria cambridge contemporary art ; area = westsystem : yes, where will you be leaving from?", + "belief : train leaveat = 22:45 ; destination =zizzi cambridgesystem : i would be happy to help with your request, where will you be departing from?", + "belief : restaurant name =z pizzeria cambridge train station ; arriveby = 22:45system : i would be happy to help you with that. where are you departing from?" + ], + [ + "belief : taxi destination =z pizzeria ; departure = saint johns chop house ; arriveby = 22:45system : i have a [taxi_type]with contact number [taxi_phone]. may i assist you with anything else?", + "belief : taxi destination =zz pizzeria cambridge chop house ; departure = saint johns chop house ; arriveby = 22:45system : i have a [taxi_type]with contact number [taxi_phone]. may i assist you with anything else?", + "belief : taxi destination =zz pizzeria cambridge chop house ; departure = saint johns chop house ; arriveby = 22:45system : your booking is complete, a [taxi_type]will be picking you up.", + "belief : taxi destination =z pizzeria ; departure = saint johns chop house ; arriveby = 22:45system : i have a [taxi_type]with contact number [taxi_phone]. may i assist you with anything else?", + "belief : taxi destination =z pizzeria ; departure = saint johns chop house ; arriveby = 22:45system : i have a [taxi_type]with contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 22:45 ; destination =z pizzeria cambridge ; departure = saint johns chop housesystem : yes, your contact number is [taxi_phone]. can", + "belief : taxi leaveat = 22:45 ; destination =zizzi cambridge ; departure = saint johns chop housesystem : yes, their contact number is [taxi_phone].", + "belief : taxi leaveat = 22:45 ; destination =zizzi cambridge ; departure = saint johns chop housesystem : yes, their contact number is [taxi_phone]. can", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria cambridge ; departure = saint johns chop housesystem : yes, their contact number is [taxi_phone]. can", + "belief : taxi leaveat = 22:45 ; destination =zizzi cambridge ; departure = saint johns chop housesystem : yes, their contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 22:45 ; destination =zizzi cambridge ; departure = saint johns chop housesystem : you are more than welcome!", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria cambridge ; departure = saint johns chop housesystem : you are more than welcome!", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria cambridge ; departure = saint johns chop housesystem : you are more than welcome!", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria cambridge ; departure = saint johns chop housesystem : you are more than welcome!", + "belief : taxi leaveat = 22:45 ; destination =z pizzeria cambridge ; departure = saint johns chop housesystem : you are more than welcome!" + ], + [ + "belief : taxi leaveat = 22:45 ; destination =z", + "belief : taxi leaveat = 22:45 ; destination =zizzi cambridge", + "belief : taxi leaveat = 22:45 ; destination =zizzi cambridge", + "belief : taxi leaveat = 22:45 ; destination =zizzi cambridge", + "belief : taxi leaveat = 22:45 ; destination =z" + ], + [ + "belief : train leaveat = 10:15 ; day = saturdaysystem : where will you be departing from and where is your destination?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : where will you be departing from and what is your destination?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : where will you be departing from and what is your destination?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : where will you be departing from and where is your destination?", + "belief : train leaveat = 10:15 ; day = saturdaysystem : where will you be departing from and where is your destination?" + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : there are many options available. is there a specific time", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : there are [value_count]trains, do you have a departure location preference?", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : there are many options available. is there a specific time", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : there are [value_count]trains, do you have a departure location preference?", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : there are [value_count]trains, do you have a departure location preference?" + ], + [ + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : let me assist you", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : let me assist you", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : let me assist you", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturday", + "belief : train leaveat = 10:15 ; destination = cambridge ; day = saturdaysystem : let me assist you" + ], + [ + "belief : 10:15", + "belief : 10:15", + "belief : 10:15", + "belief : 10:15", + "belief : 10:15" + ], + [ + "belief : train leaveat 10:belief : train leaveat destination = 10:15 ; day = saturday", + "belief : train leaveat 10:belief : train leaveat destination = 10:15 ; day = saturday", + "belief : train leaveat 10:belief : train leaveat destination = 10:15 ; day = saturday", + "belief : train leaveat 10:belief : train leaveat destination = 10:15 ; day = saturday", + "belief : train leaveat 10:belief : train leaveat destination = 10:15 ; day = saturday" + ], + [ + "belief : train leaveat 10:belief : train leaveat", + "belief : train leaveat 10:belief : train leaveat", + "belief : train leaveat 10:belief : train leaveat", + "belief : train leaveat 10:belief : train leaveat", + "belief : train leaveat 10:belief : train leaveat" + ], + [ + "belief : train leave", + "belief : train leave", + "belief : train leave", + "belief : train leave", + "belief : train leave" + ], + [ + "belief : taxi destination = mahal of cambridgesystem : sure, where are you departing from?", + "belief : taxi destination = mahal of cambridgesystem : sure, where are you departing from?", + "belief : taxi destination = mahal of cambridgesystem : sure, where are you departing from?", + "belief : taxi destination = mahal of cambridgesystem : sure, where are you departing from?", + "belief : taxi destination = mahal of cambridgesystem : sure, where are you departing from?" + ], + [ + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = gallery at twelve a high streetsystem : i have a white bmv with a contact number of [taxi_phone].", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = gallery at twelve a high streetsystem : i have a train that leaves at [value_time]and arrives by [value_time]. is that ok?", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = gallery at twelve a high streetsystem : i have a blue audio for you with the contact number [taxi_phone]. is there anything else i can help you with?", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = gallery at twelve a high streetsystem : i have a blue audio for you with the contact number [taxi_phone]. may i help with anything else?", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = gallery at twelve a high streetsystem : i have a blue audio for you with the contact number [taxi_phone]. is there anything else i can help you with?" + ], + [ + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem :", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem :", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem :", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem :", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem :" + ], + [ + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone]", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone]", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone]", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone]", + "belief : taxi leaveat = 02:30 ; destination = mahal of cambridge ; departure = jesus green outdoor poolsystem : the contact number is [taxi_phone]" + ], + [ + "belief : taxi leaveat = 02:30 ; departure = jesus green outdoor poolsystem : goodbye", + "belief : taxi leaveat = 02:30 ; departure = jesus green outdoor poolsystem : goodbye", + "belief : taxi leaveat = 02:30 ; departure = jesus green outdoor poolsystem : enjoy your day", + "belief : taxi leaveat = 02:30 ; departure = jesus green outdoor poolsystem : goodbye", + "belief : taxi leaveat = 02:30 ; departure = jesus green outdoor poolsystem : enjoy your day" + ], + [ + "belief : nonesystem : there are several trains where are you going?", + "belief : nonesystem : there are several trains where are you going?", + "belief : nonesystem : there are several trains where are you going?", + "belief : nonesystem : there are several trains where are you going?", + "belief : nonesystem : there are several trains where are you going?" + ], + [ + "belief : train destination = norwich ; departure = cambridgesystem : there are many trains, beginning at [value_time], do you have a time preference?", + "belief : train destination = norwich ; departure = cambridgesystem : there are no trains to norwich from [value_place]. can i narrow your search in any way?", + "belief : train destination = norwich ; departure = cambridgesystem : there are no trains to norwich from [value_place]. are you interested in another location?", + "belief : train destination = norwich ; departure = cambridgesystem : there are many trains, beginning at [value_time], do you have a time preference?", + "belief : train destination = norwich ; departure = cambridgesystem : there are no trains to norwich from [value_place]. can i narrow your search in any way?" + ], + [ + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : there are no trains leaving at that time on friday. would you like to leave at a different", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : there are no trains leaving on [value_day]. would you like to leave at a different time?", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : there are no trains leaving on [value_day]. would you like to leave at a different time?", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : there are no trains leaving at this time on friday. would you like to try a different day", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : there are no trains leaving at that time on friday. would you like to leave at a different" + ], + [ + "belief : train destination = norwich ; day = friday ; arriveby = 15:15 ; departure = cambridgesystem : what time would you like to leave?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15 ; departure = cambridgesystem : ok, what time would you like to leave?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15 ; departure = cambridgesystem : what time would you like to leave?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15 ; departure = cambridgesystem : ok, what time would you like to leave?", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15 ; departure = cambridgesystem : ok, what time would you like to leave?" + ], + [ + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : booking completed", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : train leaveat", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : booking completed", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : booking completed", + "belief : train destination = norwich ; day = friday ; arriveby = 15:15system : booking completed" + ], + [ + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich", + "belief : train destination = norwich" + ], + [ + "belief : restaurant area = centresystem : there are many options available. do you have a certain price range or food type you are looking for?", + "belief : restaurant area = centresystem : there are many options available. do you have a certain price range or food type you are looking for?", + "belief : restaurant area = centresystem : there are a few options. do you have a certain price range or food type you are looking for?", + "belief : restaurant area = centresystem : there are many options available. do you have a certain price range or food type you are looking for?", + "belief : restaurant area = centresystem : there are many options available. do you have a certain price range or food type you are looking for?" + ], + [ + "belief : restaurant food = italian ; area = centresystem : i would recommend [restaurant_name]. would you like to book?", + "belief : restaurant food = italian ; area = centresystem : i would recommend [restaurant_name]. would you like to book?", + "belief : restaurant food = italian ; area = centresystem : i would recommend [restaurant_name]. would you like to book?", + "belief : restaurant food = italian ; area = centresystem : i would recommend [restaurant_name]. would you like to book?", + "belief : restaurant food = italian ; area = centresystem : i would recommend [restaurant_name]. would you like to book?" + ], + [ + "belief : restaurant food = italian ; area = centresystem : you are all set. thank you.", + "belief : restaurant food = italian ; area = centresystem : you are all set. thank you.", + "belief : restaurant food = italian ; area = centresystem : you are all set. thank you.", + "belief : restaurant food = italian ; area = centresystem : you are booked at [restaurant_name]. reference number [restaurant_reference].", + "belief : restaurant food = italian ; area = centresystem : you are booked at [restaurant_name]. reference number [restaurant_reference]." + ], + [ + "belief : restaurant day = saturday ; departure = centresystem : goodbye.", + "belief : restaurant food = italian ; area = centresystem : goodbye.", + "belief : restaurant food = italian ; area = centresystem : goodbye.", + "belief : restaurant day = saturday ; departure = centresystem : goodbye.", + "belief : restaurant day = saturday ; departure = centresystem : goodbye." + ], + [ + "belief :belief : restaurant food = italian restaurant day = saturday ; area = centresystem : goodbye.", + "belief :belief : restaurant food = italian restaurant day = saturday ; area = centresystem : goodbye.", + "belief :belief : restaurant food = italian restaurant day = saturday ; area = centresystem : goodbye.", + "belief :belief : restaurant food = italian eat = italian ; area = centre | booking day = saturday ; time = 12:45system : goodbye", + "belief :belief : restaurant food = italian restaurant day = saturday ; area = centresystem : goodbye." + ], + [ + "belief :belief : restaurant food = italian restaurant day = saturday ; area = centresystem : goodbye.", + "belief :belief : restaurant food = italian eat = italian ; area = centre", + "belief :belief : restaurant food = italian eat = italian ; area = centre", + "belief :belief : restaurant food = italian restaurant day = saturday ; area = centresystem : goodbye.", + "belief :belief : restaurant food = italian restaurant day = saturday ; area = centresystem : goodbye." + ], + [ + "belief : hotel parking = yes ; internet = yessystem : [hotel_name]matches those requirement -s.", + "belief : hotel parking = yes ; internet = yessystem : [hotel_name]matches those requirement -s.", + "belief : hotel parking = yes ; internet = yessystem : [hotel_name]matches those requirement -s.", + "belief : hotel parking = yes ; internet = yessystem : i have found plenty of place -s with free wi fi. is there a certain area you are looking for? or a certain price range?", + "belief : hotel parking = yes ; internet = yessystem : i have found plenty of place -s with free wi fi. is there a certain area you are looking for? or a certain price range?" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : there are [value_count]place -s matching your request. do you have a price range you are looking for?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : there are [value_count]hotel -s that meet your criteria. do you have a price range?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : there are [value_count]hotel -s that meet your criteria. do you have a price range?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : there are [value_count]place -s that meet your criteria. do you have a preference as to the price range?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : there are [value_count]hotel -s that meet your criteria. do you have a preference on the price range?" + ], + [ + "belief : hotel area = dont care ; pricerange = cheap ; internet = yessystem : how about [hotel_name]", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yessystem : how about [hotel_name]", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yessystem : how about [hotel_name]", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yessystem : how about [hotel_name]", + "belief : hotel area = dont care ; pricerange = cheap ; internet = yessystem : how about [hotel_name]" + ], + [ + "belief : hotel area = dont caresystem : stay 5system : day = monday ; type = guesthousesystem : do", + "belief : hotel area = dont caresystem : stay 5system :", + "belief : hotel area = dont caresystem : stay 5system : day = monday ; type = guesthousesystem : booking people = guesthousesystem :", + "belief : hotel area = dont caresystem : stay 5system :", + "belief : hotel area = dont caresystem : stay 5system :" + ], + [ + "belief :belief : hotel area = dont care", + "belief :belief : hotel area = dont care", + "belief :belief : hotel area = dont care", + "belief :belief : hotel area = dont care", + "belief :belief : hotel area = dont care" + ], + [ + "belief :belief : hotel area = dont care", + "belief :belief : hotel area = dont care", + "belief :belief : hotel area = dont care", + "belief :belief : hotel area = dont care", + "belief :belief : hotel area = dont care" + ], + [ + "belief :belief : hotel area = dont care", + "belief :belief : hotel area = dont care", + "belief :belief : hotel area = dont care", + "belief :belief : hotel area = dont care", + "belief :belief : hotel area = dont care" + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : i have [value_count]restaurant -s that meet that criteria. is there a certain type of food you are interested in?", + "belief : restaurant food = indian ; pricerange = expensivesystem : i have [value_count]restaurant -s that meet that criteria. is there a certain type of food you are interested in?", + "belief : restaurant food = indian ; pricerange = expensivesystem : i have found several high end options for [value_food] food. is there a certain area of town you are interested in?", + "belief : restaurant food = indian ; pricerange = expensivesystem : i have [value_count]restaurant -s that meet that criteria. is there a certain type of food you are interested in?", + "belief : restaurant food = indian ; pricerange = expensivesystem : i have [value_count]restaurant -s that meet that criteria. is there a certain type of food you are interested in?" + ], + [ + "belief : restaurant food = high end ; pricerange = expensive ; area = westsystem : there are [value_count]restaurant -s to choose from. are you looking for a restaurant?", + "belief : restaurant food = high end ; pricerange = expensive ; area = westsystem : there are [value_count]restaurant -s in the [value_area].", + "belief : restaurant food = high end ; pricerange = expensive ; area = westsystem : there are [value_count]restaurant -s to choose from. is there a cuisine type or price range you are looking for?", + "belief : restaurant food = high end ; pricerange = expensive ; area = westsystem : there are [value_count]restaurant -s to choose from. are you looking for a restaurant, or a certain price range?", + "belief : restaurant food = high end ; pricerange = expensive ; area = westsystem : there are [value_count]restaurant -s in the [value_area]." + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; area = west | booking day = saturday ; people = 1system : booking time = 19:15system : booking people = 1system :", + "belief : restaurant food = indian ; pricerange = expensive ; area = west | booking day = saturday ; people = 1system : booking time = 19:15system : how many nights", + "belief : restaurant food = indian ; pricerange = expensive ; area = west | booking day = saturday ; people = 1system : how many nights", + "belief : restaurant food = indian ; pricerange = expensive ; area = west | booking day = saturday ; people = 1system : how many nights", + "belief : restaurant food = indian ; pricerange = expensive ; area = west | booking day = saturday ; people = 1system : booking time = 19:15system : booking people = 1system :" + ], + [ + "belief :belief : restaurant food = indian ; pricerange = 1 ; area = westsystem :", + "belief :belief : restaurant food = indian ; pricerange = 1 ; area = westsystem :", + "belief :belief : restaurant food = hinton", + "belief :belief : restaurant food = : restaurant food = indian ; pricerange = 1 ; area = westsystem : goodbye", + "belief :belief : restaurant food = : restaurant food = hinton ; pricerange = 1 ; area = westsystem : goodbye" + ], + [ + "belief : nonesystem : what restaurant would you like to book a taxi to take you?", + "belief : nonesystem : what type of food are you looking for?", + "belief : nonesystem : what restaurant would you like to book a taxi to take you?", + "belief : nonesystem : what restaurant would you like to book a taxi to take you?", + "belief : nonesystem : what type of food are you looking for?" + ], + [ + "belief : taxi destination = lynne strover gallery ; departure = sheeps green and lammas land park fen causewaysystem : sure! when would you like to leave?", + "belief : taxi destination = lynne strover gallery ; departure = sheeps green and lammas land park fen causewaysystem : sure! when would you like to leave?", + "belief : taxi destination = lynne strover gallery ; departure = sheeps green and lammas land park fen causewaysystem : sure! when would you like to leave?", + "belief : taxi destination = lynne strover gallery ; departure = sheeps green and lammas land park fen causewaysystem : sure! when would you like to leave?", + "belief : taxi destination = lynne strover gallery ; departure = sheeps green and lammas land park fen causewaysystem : sure! when would you like to leave?" + ], + [ + "belief : taxi destination = causeway ; departure = sheeps green and lammas land park fen causeway ; arriveby = 16:45system :", + "belief : taxi destination = lan hinton", + "belief : taxi destination = 16:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = 16:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi destination = 16:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : taxi destination = lan hinton", + "belief : taxi destination = lan hinton", + "belief : taxi destination = lan hinton", + "belief : taxi destination = lan hinton", + "belief : taxi destination = lan hinton" + ], + [ + "belief : train destination = norwich ; arriveby = 17:00system : there are plenty of trains going that route. can you specify which day you are traveling?", + "belief : train destination = norwich ; arriveby = 17:00system : there are many departure times available. did you have a specific time in mind?", + "belief : train destination = norwich ; arriveby = 17:00system : there are many. where will you be departing from?", + "belief : train destination = norwich ; arriveby = 17:00system : there are many departure times available. did you have a specific time in mind?", + "belief : train destination = norwich ; arriveby = 17:00system : there are plenty of trains going that route. can you specify which day you are traveling?" + ], + [ + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : it leaves on friday.", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : it leaves on friday.", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : yes it leaves on friday.", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : it leaves on friday.", + "belief : train leaveat = 17:00 ; destination = norwich ; day = friday ; departure = cambridgesystem : yes it leaves on friday." + ], + [ + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : how about [train_id]?", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : how about [train_id]?", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : what time would you like to depart?", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : how about [train_id]?", + "belief : train destination = norwich ; day = friday ; departure = cambridgesystem : how about [train_id]?" + ], + [ + "belief : train destination = norwich 7system : goodbye", + "belief : train destination = norwich 7system : goodbye", + "belief : train destination = norwich 7system : goodbye", + "belief : train destination = norwich 7system : goodbye", + "belief : train destination = norwich 7system : goodbye" + ], + [ + "belief : train destination = norwich 7 tickets", + "belief : train destination = norwich 7 tickets", + "belief : train destination = norwich 7 tickets", + "belief : train destination = norwich 7 tickets", + "belief : train destination = norwich 7 tickets" + ], + [ + "belief : train destination = norwich 7 tickets", + "belief : train destination = norwich 7 tickets", + "belief : train destination = norwich 7 tickets", + "belief : train destination = norwich 7 tickets", + "belief : train destination = norwich 7 tickets" + ], + [ + "belief : train destination = cambridge ; arriveby = 09:15 ; departure = stansted airportsystem : what day would you like to travel?", + "belief : train destination = cambridge ; arriveby = 09:15 ; departure = stansted airportsystem : what day would you like to travel?", + "belief : train destination = cambridge ; arriveby = 09:15 ; departure = stansted airportsystem : what day will you be traveling?", + "belief : train destination = cambridge ; arriveby = 09:15 ; departure = stansted airportsystem : what day will you be traveling?", + "belief : train destination = cambridge ; arriveby = 09:15 ; departure = stansted airportsystem : what day would you like to travel?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:15 ; departure = stansted airportsystem :" + ], + [ + "belief : train destination = cambridge ; day = thursday ; departure = stansted airportsystem : okay, that booking was successful. your reference number is [train_reference].", + "belief : train destination = cambridge ; day = thursday ; departure = stansted airportsystem : okay, that booking was successful.", + "belief : train destination = cambridge ; day = thursday ; departure = stansted airportsystem : okay, that booking was successful.", + "belief : train destination = cambridge ; day = thursday ; departure = stansted airportsystem : okay, that booking was successful.", + "belief : train destination = cambridge ; day = thursday ; departure = stansted airportsystem : booking people = 7system : what time would you like to depart?" + ], + [ + "belief : train destination = cambridge=>belief : train destination = cambridge ; day = thursday ; departure = stansted airportsystem :", + "belief : train destination = cambridge=>belief : train destination = cambridge ; day = thursday ; departure = stansted airportsystem :", + "belief : train destination = cambridge=>belief : train destination = cambridge ; day = thursday ; departure = stansted airportsystem :", + "belief : train destination = cambridge=>belief : train destination = cambridge ; day = thursday ; departure = stansted airportsystem :", + "belief : train destination = cambridgeuser=>belief : train destination = cambridge ; day = thursday ; departure = stansted airportsystem :" + ], + [ + "belief : train destination = cambridge", + "belief : train destination = cambridge", + "belief : train destination = cambridge", + "belief : train destination = cambridge", + "belief : train destination = cambridge" + ], + [ + "belief : hotel stars = 4 ; internet = yessystem : i mean a hotel. are you looking for it to have free parking or free wifi?", + "belief : hotel stars = 4 ; internet = yessystem : i mean a hotel that includes free wifi. what area will you be staying in?", + "belief : hotel stars = 4 ; internet = yessystem : i mean a hotel that includes free wifi. i mean a hotel thatarantains your options.", + "belief : hotel stars = 4 ; internet = yessystem : i mean [value_count]stars! i have found several place -s for you to stay. do you have a preference as to area or type of place?", + "belief : hotel stars = 4 ; internet = yessystem : i mean [value_count]stars! i have found several place -s for you to stay. what area of town do you prefer?" + ], + [ + "belief : hotel stars = 4 ; internet = yessystem : how about all right then!", + "belief : hotel stars = 4 ; internet = yessystem : how about the [hotel_name]?", + "belief : hotel stars = 4 ; internet = yessystem : how about all right then!", + "belief : hotel stars = 4 ; internet = yessystem : okay. how about [hotel_name]?", + "belief : hotel stars = 4 ; internet = yessystem : how about the [hotel_name]?" + ], + [ + "belief : hotel stars = 4 ; internet = yessystem : goodbye", + "belief : hotel stars = 4 ; internet = yessystem : bed and breakfast", + "belief : hotel stars = 4 ; internet = yessystem : goodbye", + "belief : hotel stars = 4 ; internet = yessystem : goodbye", + "belief : hotel stars = 4 ; internet = yessystem : goodbye" + ], + [ + "belief : hotel stars", + "belief : hotel stars", + "belief : hotel stars", + "belief : hotel stars", + "belief : hotel stars" + ], + [ + "belief :belief : hotel stars", + "belief :belief : hotel stars", + "belief :belief : hotel stars", + "belief :belief : hotel stars", + "belief :belief : hotel stars" + ], + [ + "belief : hotel stars", + "belief : hotel stars", + "belief : hotel stars", + "belief : hotel stars", + "belief : hotel stars" + ], + [ + "belief : restaurant food = chinese ; area = eastsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] of town, and is in the [value_pricerange] price range. the address is [restaurant_address], and the phone number is [restaurant_phone].", + "belief : restaurant food = chinese ; area = eastsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] of town, and is in the [value_pricerange] price range. the address is [restaurant_address], and the phone number is [restaurant_phone].", + "belief : restaurant food = chinese ; area = eastsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] of town, and is in the [value_pricerange] price range. the address is [restaurant_address], and the phone number is [restaurant_phone].", + "belief : restaurant food = chinese ; area = eastsystem : [restaurant_name]is a [value_food] restaurant in the [value_area] of town, and is in the [value_pricerange] price range. the address is [restaurant_address], and the phone number is [restaurant_phone].", + "belief : restaurant food = chinese ; area = eastsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] of town, and is in the [value_pricerange] price range. the address is [restaurant_address], and the phone number is [restaurant_phone]." + ], + [ + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : you are all set. i have got a table for [value_count]at [value_time]this [value_day]. your", + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : you are all set. i have got a table for [value_count]at [value_time]this [value_day]. your", + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : you are all set. i have got a table for [value_count]at [value_time]. reference #.", + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : you are all set. i have got a table for [value_count]at [value_time]. reference #.", + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : you are all set. i have got a table for [value_count]at [value_time]this [value_day]. your" + ], + [ + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : goodbye.", + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : goodbye.", + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : goodbye.", + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : goodbye.", + "belief : restaurant food = chinese ; area = east | booking day = monday ; people = 1 ; time = 19:30system : goodbye." + ], + [ + "belief : taxi destination = cambridge museum of technologysystem : sure, first i'll need to know where you would like picked up from.", + "belief : taxi destination = cambridge museum of technologysystem : sure, first i'll need to know where you would like picked up from.", + "belief : taxi destination = cambridge museum of technologysystem : sure, when do you need to leave by?", + "belief : taxi destination = cambridge museum of technologysystem : sure, first i'll need to know where you would like picked up from.", + "belief : taxi destination = cambridge museum of technologysystem : sure, first i'll need to know where you would like picked up from." + ], + [ + "belief : taxi destination = cambridge museum of technology ; departure = rice boatsystem : and when would you like to leave or arrive by?", + "belief : taxi destination = cambridge museum of technology ; departure = rice boatsystem : and when would you like to leave or arrive by?", + "belief : taxi destination = cambridge museum of technology ; departure = rice boatsystem : and when would you like to leave or arrive by?", + "belief : taxi destination = cambridge museum of technology ; departure = rice boatsystem : and when would you like to leave or arrive by?", + "belief : taxi destination = cambridge museum of technology ; departure = rice boatsystem : and when would you like to leave or arrive by?" + ], + [ + "belief : taxi leaveat = 13:45 ; departure = rice boatsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 13:45 ; departure = rice boatsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 13:45 ; departure = rice boatsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 13:45 ; departure = rice boatsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 13:45 ; departure = rice boatsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = saigon city ; arriveby = 11:00system : ok, what is your departure site?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : ok, what is your departure site?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : ok, what is your departure site?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : ok, what is your departure site?", + "belief : taxi destination = saigon city ; arriveby = 11:00system : ok, what is your departure site?" + ], + [ + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else i can help you with?", + "belief : taxi destination = saigon city ; departure = lovell lodge ; arriveby = 11:00system : i have booked you a [taxi_type], contact number is [taxi_phone]. is there anything else i can help you with?" + ], + [ + "belief : restaurant food = international ; area = centresystem : may i suggest [restaurant_name], a [value_pricerange] [value_food] restaurant in the [value_area] of town?", + "belief : restaurant food = international ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. what price range are you looking for?", + "belief : restaurant food = international ; area = centresystem : may i suggest [restaurant_name], a [value_pricerange] [value_food] restaurant in the [value_area] of town?", + "belief : restaurant food = international ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. what price range are you looking for?", + "belief : restaurant food = international ; area = centresystem : may i suggest [restaurant_name], a [value_pricerange] [value_food] restaurant in the [value_area] of town?" + ], + [ + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : i have [value_count]options for you, in many cuisines. do you have a cuisine preference, or would you like me to recommend a restaurant?", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : yes, i have [value_count]options for you. do you have a preferred area of town?", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : i have [value_count]options for you, in many cuisines. do you have a cuisine preference, or would you like me to recommend a restaurant?", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : i have [value_count]options for you, in many cuisines. do you have a cuisine preference, or would you like me to recommend a restaurant?", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : i have found several place -s serving [value_food] food. do you have a preference as to the price range?" + ], + [ + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : how many people will be staying?", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : how many people will be staying?", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : thank you. goodbye.", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : thank you. goodbye.", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : thank you. goodbye." + ], + [ + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : goodbye", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : goodbye", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : goodbye", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : goodbye", + "belief : restaurant food = international ; pricerange = moderate ; area = centresystem : goodbye" + ], + [ + "belief : restaurant food = international | booking people = 06 : goodbye. goodbye.", + "belief : restaurant food = international | booking people = 06 : goodbye. goodbye.", + "belief : restaurant food = international | booking people = 06 : goodbye. goodbye.", + "belief : restaurant food = international ; time = 12:00system : goodbye.", + "belief : restaurant food = international | booking people = 06 : goodbye. goodbye." + ], + [ + "belief : train departure = cambridgesystem : there are many different options for trains departing [value_place]. what date and time would you like to travel?", + "belief : train departure = cambridgesystem : there are many different options for trains departing [value_place]. what date and time are you looking for?", + "belief : train departure = cambridgesystem : there are many different options for trains departing [value_place]. what date and time are you looking for?", + "belief : train departure = cambridgesystem : there are many different options for trains departing [value_place]. what date and time are you looking for?", + "belief : train departure = cambridgesystem : there are many different options for trains departing [value_place]. what date and time would you like to travel?" + ], + [ + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have a train leaving [value_place]for liverpool street at [value_time]on [value_day]. would you like me to book it for you?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : what time would you like to depart?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : what time would you like to depart?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have several options for you, and the price and exact departure time varies by day of the week. do you have a day preference?", + "belief : train destination = london liverpool street ; day = saturday ; departure = cambridgesystem : i have a train leaving [value_place]for liverpool street at [value_time]on [value_day]. would you like me to book it for you?" + ], + [ + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem :", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem :", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem :", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem :", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00 ; departure = cambridgesystem :" + ], + [ + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : how many tickets would you like?", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : how many tickets would you like?", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : how many tickets would you like?", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : how many tickets would you like?", + "belief : train destination = london liverpool street ; day = saturday ; arriveby = 15:00system : how many tickets would you like?" + ], + [ + "belief : taxi departure = golden woksystem : i would be happy to book that for you, where do you need picked up from?", + "belief : taxi departure = golden woksystem : i would be happy to book that for you, what is your destination?", + "belief : taxi departure = golden woksystem : i would be happy to book that for you, where do you need picked up from?", + "belief : taxi departure = golden woksystem : i would be happy to book that for you, where do you need picked up from?", + "belief : taxi departure = golden woksystem : i would be happy to book that for you, where do you need picked up from?" + ], + [ + "belief : taxi leaveat = 17:30 ; departure = golden woksystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 17:30 ; departure = golden woksystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 17:30 ; departure = golden woksystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 17:30 ; departure = golden woksystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 17:30 ; departure = golden woksystem : i have a [taxi_type]with contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye.", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye" + ], + [ + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye", + "belief : taxi leaveat = 17:30 ; destination = holy trinity church ; departure = golden woksystem : goodbye" + ], + [ + "belief : hotel name = cambridge belfry ; pricerange = expensive ; internet = yessystem : i can help you with that. which area of town do you prefer?", + "belief : hotel name = cambridge belfry ; pricerange = expensive ; internet = yessystem : i can help you with that. which area of town do you prefer?", + "belief : hotel name = cambridge belfry ; pricerange = expensive ; internet = yessystem : i can help you with that. when do you need to leave?", + "belief : hotel name = cambridge belfry ; pricerange = expensive ; internet = yessystem : i can find it. what area of town would you like to stay in?", + "belief : hotel name = cambridge belfry ; pricerange = expensive ; internet = yessystem : i can help you with that. which area of town do you prefer?" + ], + [ + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : how about [hotel_name]?", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : how about [hotel_name]?", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : how about [hotel_name]?", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : how about [hotel_name]?", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : how about [hotel_name]?" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : let me try!", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem :belief : hotel pricerange = cheap", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : let me try!", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : let me try!", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : let me try!" + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : bed", + "belief : hotel parking = yes!", + "belief : hotel parking = yes!", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem :belief : hotel pricerange = cheap", + "belief : hotel parking = yes ; type = guesthousesystem : let mecludes" + ], + [ + "belief : hotel guesthouse", + "belief : hotel guesthouse", + "belief : hotel guesthouse", + "belief : hotel guesthouse", + "belief : hotel guesthouse" + ], + [ + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking" + ], + [ + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking" + ], + [ + "belief : restaurant pricerange = expensive ; area = eastsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = eastsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range and is in the [value_area] part of town.", + "belief : restaurant pricerange = expensive ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range and is in the [value_area] part of town.", + "belief : restaurant pricerange = expensive ; area = eastsystem : [restaurant_name]serves [value_food] food in the [value_pricerange] price range and is in the [value_area] part of town." + ], + [ + "belief : restaurant food = british ; pricerange = expensivesystem : how about [restaurant_name]?", + "belief : restaurant food = british ; pricerange = expensivesystem : what area would you like your reservation to take place?", + "belief : restaurant food = british ; pricerange = expensivesystem : how about [restaurant_name]?", + "belief : restaurant food = british ; pricerange = expensivesystem : what area would you like?", + "belief : restaurant food = british ; pricerange = expensivesystem : how about [restaurant_name]?" + ], + [ + "belief : restaurant food = british ; area = eastsystem :", + "belief : restaurant food = british ; area = eastsystem : your reservation day = wednesdaysystem : thank you", + "belief : restaurant food = british ; area = eastsystem : your reservation day = wednesdaysystem : thank you", + "belief : restaurant food = british ; area = eastsystem : your reservation day = wednesdaysystem : thank you", + "belief : restaurant food = british ; area = eastsystem : your reservation day = wednesdaysystem : thank you" + ], + [ + "belief : restaurant food = british", + "belief : restaurant food = british", + "belief : restaurant food = british", + "belief : restaurant food = british", + "belief : restaurant food = british" + ], + [ + "belief : restaurant food = british", + "belief : restaurant food = british", + "belief : restaurant food = british", + "belief : restaurant food = british", + "belief : restaurant food = british" + ], + [ + "belief : train day = sunday ; arriveby = 18:00system : [train_id] will depart at [value_time]and arrive at [value_time]. would you like me to book it for you?", + "belief : train day = sunday ; arriveby = 18:00system : where are you traveling to and from?", + "belief : train day = sunday ; arriveby = 18:00system : where are you traveling to and from?", + "belief : train day = sunday ; arriveby = 18:00system : [train_id] will depart at [value_time]and arrive at [value_time]. would you like me to book it for you?", + "belief : train day = sunday ; arriveby = 18:00system : [train_id] will depart from [value_place]on [value_day], and will arrive at [value_place]by [value_time]. would you like me to book it for you?" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : where will you be departing from?", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : where will you be departing from?", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : where will you be departing from?" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : what time would you like to depart?", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : what time would you like to depart?", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : what time would you like to depart?", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : what time would you like to depart?", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem : what time would you like to depart?" + ], + [ + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :", + "belief : train destination = cambridge ; day = sunday ; arriveby = 18:00 ; departure = leicestersystem :" + ], + [ + "belief : train destination = cambridge", + "belief : train destination = cambridge", + "belief : train destination = cambridge", + "belief : train destination = cambridge", + "belief : train destination = cambridge" + ], + [ + "belief : train destination = cambridge", + "belief : train destination = cambridge", + "belief : train destination = cambridge", + "belief : train destination = cambridge", + "belief : train destination = cambridge" + ], + [ + "belief : hotel area = centre ; type = hotelsystem : there are [value_count]hotel -s located in the [value_area]. do you prefer a specific price range?", + "belief : hotel area = centre ; type = hotelsystem : ok, there are [value_count]hotel -s located in the [value_area]. are you looking for a particular price range or location?", + "belief : hotel area = centre ; type = hotelsystem : ok, there are [value_count]hotel -s located in the [value_area]. are you looking for a particular price range or location?", + "belief : hotel area = centre ; type = hotelsystem : there are [value_count]hotel -s located in the [value_area]. do you prefer a specific price range?", + "belief : hotel area = centre ; type = hotelsystem : there are [value_count]hotel -s located in the [value_area]. do you prefer a specific price range?" + ], + [ + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : i am sorry, i don't have a match. would you like to try a different price range?", + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : there are several hotel -s to choose from. would you like to stay at [value_count]of them?", + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : there are several hotel -s available. would you prefer to stay at a certain price range?", + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : there are several hotel -s to choose from. would you like to stay at?", + "belief : hotel area = centre ; pricerange = expensive ; type = hotelsystem : there are several hotel -s available. would you prefer a [value_pricerange] or [value_pricerange] price range?" + ], + [ + "belief : hotel area = centresystem : booking people = 1system :", + "belief : hotel area = centresystem : booking people = 1system :", + "belief : hotel area = centresystem : booking people = 1system :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : hotel area = centresystem : booking people = 1system : hotel type = hotelsystem : booking people = 1system : what area = centresystem : what price range = expensive", + "belief : hotel area = centresystem : booking people = 1system :" + ], + [ + "belief : hotel area = centresystem : 4system :", + "belief : hotel area = centresystem : 4system :", + "belief : hotel area = centresystem : 4system : booking people = gonvillesystem : goodbye.", + "belief : hotel area = centresystem : 4system : booking people = gonvillesystem : booking type = hotelsystem : booking people = 4system : what day", + "belief : hotel area = centresystem : 4system : booking people = gonvillesystem : goodbye." + ], + [ + "belief : hotel area = centresystem : booking people = dont care", + "belief : hotel area = centresystem : booking people = dont care", + "belief : hotel area = centresystem : booking people = dont care", + "belief : hotel area = centresystem : booking people = dont care", + "belief : hotel area = centresystem : booking people = dont care" + ], + [ + "belief : hotel area = centresystem : goodbye.", + "belief : hotel area = centresystem : booking people = centresystem : goodbye.", + "belief : hotel area = centresystem : booking people = centresystem : goodbye.", + "belief : hotel area = centresystem : goodbye.", + "belief : hotel area = centresystem : goodbye." + ], + [ + "belief : train destination = cambridge ; departure = elysystem : what day will you be traveling?", + "belief : train destination = cambridge ; departure = elysystem : what day will you be traveling?", + "belief : train destination = cambridge ; departure = elysystem : what day will you be traveling?", + "belief : train destination = cambridge ; departure = elysystem : what day will you be traveling?", + "belief : train destination = cambridge ; departure = elysystem : what day will you be traveling?" + ], + [ + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : what time would you like to leave or arrive by?", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : what time would you like to leave?", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : what time would you like to leave or arrive by?", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : what time would you like to leave or arrive by?", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : what time would you like to leave?" + ], + [ + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : train destination = london liverpool street | booking people = 3system : [!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : train destination = london liverpool street | booking people = 3system : [!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : train destination = london liverpool street | booking people = 3system : booking people = 3system : [!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : train destination = london liverpool street | booking people = 3system : booking people = 3system : [!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train destination = cambridge ; day = friday ; arriveby = 14:45 ; departure = elysystem : train destination = london liverpool street | booking people = 3system : booking people = 3system : [!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : train destination = cambridge ; departure = ely | booking people = 3system : goodbye.", + "belief : train destination = cambridge ; departure = ely | booking people = 3system : goodbye.", + "belief : train destination = cambridge ; departure = ely | booking people = 3system : goodbye.", + "belief : train destination = cambridge ; departure = ely | booking people = 3system : goodbye.", + "belief : train destination = cambridge ; departure = ely | booking people = 3system : goodbye." + ], + [ + "belief : nonesystem : where would you like to be picked up from, and what is your destination?", + "belief : nonesystem : where would you like to be picked up from, and what is your destination?", + "belief : nonesystem : where would you like to be picked up from, and what is your destination?", + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi arriveby = 12:45system : ok, and where are you leaving from?", + "belief : taxi arriveby = 12:45system : ok, and where are you leaving from?", + "belief : taxi arriveby = 12:45system : your booking is completed, a [taxi_type]will be picking you up.", + "belief : taxi arriveby = 12:45system : your booking is completed, a [taxi_type]will be picking you up.", + "belief : taxi arriveby = 12:45system : ok, and where are you leaving from?" + ], + [ + "belief : taxi departure = cambridge and county folk museum ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi departure = cambridge and county folk museum ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi departure = cambridge and county folk museum ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi departure = cambridge and county folk museum ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi departure = cambridge and county folk museum ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = trinity college ; departure = cambridge and county folk museum ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = trinity college ; departure = cambridge and county folk museum ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = trinity college ; departure = cambridge and county folk museum ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = trinity college ; departure = cambridge and county folk museum ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = trinity college ; departure = cambridge and county folk museum ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : attraction name = williams art and antiquessystem : i have found the attraction. it is called [attraction_name]in the [value_area].", + "belief : attraction name = williams art and antiquessystem : i have found the attraction. it is called [attraction_name]in the [value_area].", + "belief : attraction name = williams art and antiquessystem : i have found the attraction. it is called [attraction_name]in the [value_area].", + "belief : attraction name = williams art and antiquessystem : i have found the attraction. it is called [attraction_name]in the [value_area].", + "belief : attraction name = williams art and antiquessystem : i have found the attraction. it is called [attraction_name]in the [value_area]." + ], + [ + "belief : attraction name = williams art and antiquessystem : sure, it is located in the [value_area] and the postcode is [attraction_postcode]. anything else i can help with?", + "belief : attraction name = williams art and antiquessystem : sure, it is located in the [value_area] and the postcode is [attraction_postcode]. anything else i can help with?", + "belief : attraction name = williams art and antiquessystem : sure, it is located in the [value_area] and the postcode is [attraction_postcode]. anything else i can help with?", + "belief : attraction name = williams art and antiquessystem : sure, it is located in the [value_area] and the postcode is [attraction_postcode]. anything else i can help with?", + "belief : attraction name = williams art and antiquessystem : sure, it is located in the [value_area] and the postcode is [attraction_postcode]. anything else i can help with?" + ], + [ + "belief : attraction name = williams art and antiquessystem : thank you, goodbye.", + "belief : attraction name = williams art and antiquessystem : thank you, goodbye.", + "belief : attraction name = williams art and antiquessystem : thank you, goodbye.", + "belief : attraction name = williams art and antiquessystem : thank you, goodbye.", + "belief : attraction name = williams art and antiquessystem : you are more than welcome!" + ], + [ + "belief : taxi destination = addenbrookes hospital ; departure = the missing sock ; arriveby = 08:30system : no problem, but first can you tell me where you will be picked up and what time you would like to leave or arrive by?", + "belief : taxi destination = meghna ; departure = the missing sock ; arriveby = 08:30system : i would be happy to help with your request, but first could you tell me where you would like to depart from?", + "belief : taxi destination = my destination ; departure = the missing sock ; arriveby = 08:30system : no problem. what time do you want to leave and arrive by?", + "belief : taxi destination = addenbrookes hospital ; departure = the missing sock ; arriveby = 08:30system : no problem, but first can you tell me where you will be leaving from and what time you would like to leave or arrive?", + "belief : taxi destination = meghna ; departure = the missing sock ; arriveby = 08:30system : i would be happy to help with your request, but first could you tell me where you would like to depart from?" + ], + [ + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : okay. i will need your departure site first please", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : okay. i will need your departure site first please", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : okay. i will need your departure site first please", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : okay. i will need your departure site first please", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : okay. i have a [taxi_type]for you with the contact number [taxi_phone]. anything else?" + ], + [ + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : the contact number is [taxi_phone].", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : the contact number is [taxi_phone].", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : the contact number is [taxi_phone].", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : the contact number is [taxi_phone].", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : the contact number is [taxi_phone]." + ], + [ + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : enjoy your day", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : enjoy your day", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : enjoy your stay", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : enjoy your day", + "belief : taxi destination = el shaddia guesthouse ; departure = the missing sock ; arriveby = 08:30system : enjoy your day" + ], + [ + "belief : attraction name = kettles yardsystem : i have found the [attraction_name]located in the [value_area]. it is a museum. would you like more information?", + "belief : attraction name = kettles yardsystem : i have found the [attraction_name]located in the [value_area]. it is a museum. would you like more information?", + "belief : attraction name = kettles yardsystem : i have found the [attraction_name]located in the [value_area]. it is a museum. would you like more information?", + "belief : attraction name = kettles yardsystem : i have found the [attraction_name]located in the [value_area]. it is a museum. would you like more information?", + "belief : attraction name = kettles yardsystem : i have found the [attraction_name]located in the [value_area]. it is a museum. would you like more information?" + ], + [ + "belief : attraction name = kettles yardsystem : you are welcome. can i do anything else for you today?", + "belief : attraction name = kettles yardsystem : you are welcome. enjoy your visit to the castle. goodbye!", + "belief : attraction name = kettles yardsystem : you are welcome! enjoy your visit to the castle. call us again the next time.", + "belief : attraction name = kettles yardsystem : you are welcome. can i do anything else for you today?", + "belief : attraction name = kettles yardsystem : you are welcome. enjoy your visit to the castle. are you quite sure there s nothing else i can help with?" + ], + [ + "belief : restaurant food = british ; area = centresystem : [restaurant_name]is a [value_food] restaurant located in the [value_area] part of town in the [value_pricerange] price range.", + "belief : restaurant food = british ; area = centresystem : [restaurant_name]is a [value_food] restaurant located in the [value_area] part of town in the [value_pricerange] price range.", + "belief : restaurant food = british ; area = centresystem : [restaurant_name]is a [value_food] restaurant located in the [value_area] part of town in the [value_pricerange] price range.", + "belief : restaurant food = british ; area = centresystem : [restaurant_name]is a [value_food] restaurant located in the [value_area] part of town in the [value_pricerange] price range.", + "belief : restaurant food = british ; area = centresystem : [restaurant_name]is a [value_food] restaurant located in the [value_area] part of town in the [value_pricerange] price range. would you like their address?" + ], + [ + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are [value_count]options in the [value_pricerange] price range. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are [value_count]options. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are [value_count]options. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are [value_count]options in the [value_pricerange] price range. do you have a preference for the type of food or price range?", + "belief : restaurant food = british ; pricerange = expensive ; area = centresystem : there are [value_count]options in the [value_pricerange] price range. do you have a preference for the type of food or price range?" + ], + [ + "belief : restaurant pricerange = expensive ; area = centre | booking day = friday ; people = 8system : where will you be staying?", + "belief : restaurant pricerange = expensive ; area = centre | booking day = friday ; people = 8system : on what time would you like to eat?", + "belief : restaurant pricerange = expensive ; area = centre | booking day = friday ; people = 8system : on what time would you like to eat?", + "belief : restaurant pricerange = expensive ; area = centre | booking day = friday ; people = 8system : where will you be staying?", + "belief : restaurant pricerange = expensive ; area = centre | booking day = friday ; people = 8system : on what time would you like to eat?" + ], + [ + "belief : restaurant pricerange = none | booking people = 8system :", + "belief : restaurant pricerange = none | booking people = 8system :", + "belief : restaurant food = british | booking people = 8system : goodbye", + "belief : restaurant food = british | booking people = 8system :", + "belief : restaurant pricerange = none | booking people = 8system :" + ], + [ + "belief : restaurant pricerange = none | booking people = 8system : goodbye", + "belief : restaurant pricerange = none | booking people = 8system : goodbye. goodbye.", + "belief : restaurant pricerange = none | booking people = 8system : goodbye. goodbye.", + "belief : restaurant pricerange = none | booking people = 8system : goodbye. goodbye.", + "belief : restaurant pricerange = none | booking people = 8system : goodbye. goodbye." + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]options for you, in many cuisines. do you have a cuisine preference, or would you like me to recommend a restaurant?", + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]options for you, in many cuisines. do you have a cuisine preference, or would you like me to recommend a restaurant?", + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count][value_food] restaurant -s in the center of town. do you prefer [value_food] or [value_food]?", + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count][value_food] restaurant -s in the center of town. do you prefer [value_food] or [value_food]?", + "belief : restaurant pricerange = expensive ; area = centresystem : i have [value_count]options for you, in many cuisines. do you have a cuisine preference, or would you like me to recommend a restaurant?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have found [value_count]restaurant -s matching your request. do you have a preferred price range?", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have found [value_count]restaurant -s matching your request. what type of price would you like?", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have found [value_count]restaurant -s matching your request. do you have a preferred price range?", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have found [value_count]restaurant -s that meet your criteria. what type of price are you looking for?", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : i have found [value_count]restaurant -s that meet your criteria. what type of price are you looking for?" + ], + [ + "belief : restaurant food = turkish ; pricerange = expensivesystem : [restaurant_name]", + "belief : restaurant food = turkish ; pricerange = expensivesystem : [restaurant_name]", + "belief : restaurant food = turkish ; pricerange = expensivesystem : [restaurant_name]", + "belief : restaurant food = turkish ; pricerange = expensivesystem : [restaurant_name]", + "belief : restaurant food = turkish ; pricerange = expensivesystem : [restaurant_name]" + ], + [ + "belief : restaurant food = turkish ; pricerange = expensive turkish ; area = centresystem :", + "belief : restaurant food = turkish ; pricerange = expensive turkish ; area = centresystem :", + "belief : restaurant food = turkish ; pricerange = expensive turkish ; area = centresystem :", + "belief : restaurant food = turkish ; pricerange = expensive turkish ; area = centresystem :", + "belief : restaurant food = turkish ; pricerange = expensive turkish ; area = centresystem :" + ], + [ + "belief : restaurant food = turkish | booking day = 15:", + "belief : restaurant food = turkish", + "belief : restaurant food = turkish", + "belief : restaurant food = turkish", + "belief : restaurant food = turkish" + ], + [ + "belief : restaurant food = turkish", + "belief : restaurant food = turkish", + "belief : restaurant food = turkish", + "belief : restaurant food = turkish", + "belief : restaurant food = turkish" + ], + [ + "belief : restaurant food", + "belief : restaurant food", + "belief : restaurant food", + "belief : restaurant food", + "belief : restaurant food" + ], + [ + "belief : restaurant food = turkish | booking day = monday ; people = 4system : yes.", + "belief : restaurant food = turkish | booking day = monday", + "belief : restaurant food = turkish | booking day = monday", + "belief : restaurant food = turkish | booking day = monday", + "belief : restaurant food = turkish | booking day = monday" + ], + [ + "belief : restaurant food = turkish | booking day = monday ; people = 4system : thank you. enjoy your visit", + "belief : restaurant food = turkish | booking day = monday ; people = 4system : thank you. enjoy your visit", + "belief : restaurant food = turkish | booking day = monday ; people = 4system : thank you. goodbye.", + "belief : restaurant food = turkish | booking day = monday ; people = 4system : thank you. enjoy your visit", + "belief : restaurant food = turkish | booking day = monday ; people = 4system : thank you. enjoy your visit" + ], + [ + "belief : hotel stars = 3 ; type = guesthousesystem : [hotel_name]has a [value_count]star rating and is in the [value_area] area.", + "belief : hotel stars = 3 ; type = guesthousesystem : i have a few guest house that meet that criteria. can you specify which area of town you are interested in?", + "belief : hotel stars = 3 ; type = guesthousesystem : i have a few guest house that meet that criteria. is there a particular part of the city you would like to stay in?", + "belief : hotel stars = 3 ; type = guesthousesystem : do you have a preferred location or price range?", + "belief : hotel stars = 3 ; type = guesthousesystem : [hotel_name]has a [value_count]star rating and is in the [value_area] area." + ], + [ + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : okay, i have [hotel_name]which is a [value_count]star [value_pricerange] guesthouse with free wifi. would you like me to book it for you?", + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : i found [value_count]hotel -s that match your criteria. what part of town did you have in mind?", + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : i found [value_count]hotel -s that match your criteria. what part of town did you have in mind?", + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : okay, i have found the [hotel_name]which meets your requirement -s. would you like to book a room there?", + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : i found [value_count]hotel -s that match your criteria. what part of town did you have in mind?" + ], + [ + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : what is your arrival date and how many nights will you be staying?", + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : what is your arrival date and how many nights will you be staying?", + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : what is your arrival date and how many nights will you be staying?", + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : what is your arrival date and how many nights will you be staying?", + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : what is your arrival date and how many nights will you be staying?" + ], + [ + "belief : hotel internet = yes | booking people = 6 ; stay = 2system :", + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : booking people = 06", + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : booking people = 06", + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : booking people = 06", + "belief : hotel stars = 3 ; internet = yes ; type = guesthousesystem : booking people = 06" + ], + [ + "belief : hotel hamilton lodge | booking people = 6", + "belief : hotel hamilton lodge | booking people = 6", + "belief : hotel hamilton lodge | booking people = 6", + "belief : hotel hamilton lodgeuseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruseruser", + "belief : hotel hamilton lodge | booking people = 6" + ], + [ + "belief : hotel hamilton lodge | booking people = 6system : yes | booking day = wednesdaysystem : booking people = 6 ; stay = 2system : booking people = 6system : yes", + "belief : hotel hamilton lodge | booking people = 6", + "belief : hotel hamilton lodge | booking people = 6system : do", + "belief : hotel hamilton lodge | booking people = 6", + "belief : hotel hamilton lodge | booking people = 6system : goodbye" + ], + [ + "belief : hotel hamilton lodge | booking people = 6", + "belief : hotel hamilton lodge", + "belief : hotel hamilton lodge", + "belief : hotel hamilton lodge | booking people = 6", + "belief : hotel name = hamilton lodge | booking people = 6 ; internet = yessystem : booking day = wednesdaysystem : booking people = 6 ; stay = 2system : sure!" + ], + [ + "belief : nonesystem : okay, what kind of place are you looking for?", + "belief : nonesystem : okay, what kind of place are you looking for?", + "belief : nonesystem : okay, what kind of place are you looking for?", + "belief : nonesystem : okay, what kind of place are you looking for?", + "belief : nonesystem : okay, what kind of place are you looking for?" + ], + [ + "belief : attraction name = architecture old churchessystem : we don't have any architecture in our area. perhaps some other part of town?", + "belief : attraction name = architecture old churchessystem : we don't have any architecture in our area. perhaps some other part of town?", + "belief : attraction name = architecture old churchessystem : we don't have any architecture in our area. perhaps some other part of town?", + "belief : attraction name = architecture old churchessystem : we don't have any architecture in our area. perhaps some other part of town?", + "belief : attraction name = architecture old churchessystem : we don't have any architecture in our area. perhaps some other part of town?" + ], + [ + "belief : attraction type = architecturesystem : i would recommend [attraction_name]. would you like to make a reservation?", + "belief : attraction type = architecturesystem : i would recommend [attraction_name]. would you like to make a reservation?", + "belief : attraction type = architecturesystem : i would recommend [attraction_name]. would you like to make a reservation?", + "belief : attraction type = architecturesystem : i would recommend [attraction_name]. would you like to make a reservation?", + "belief : attraction type = architecturesystem : i would recommend [attraction_name]. would you like to make a reservation?" + ], + [ + "belief : attraction type = architecturesystem :belief : attraction name = holy trinity churchsystem : sure!", + "belief : attraction type = architecturesystem :belief : attraction name = holy trinity churchsystem : sure!", + "belief : attraction type = architecturesystem :belief : attraction name = holy trinity churchsystem : sure!", + "belief : attraction type = architecturesystem :belief : attraction name = holy trinity churchsystem : sure!", + "belief : attraction type = architecturesystem :belief : attraction name = holy trinity churchsystem : sure!" + ], + [ + "belief : attraction type = architecturesystem :", + "belief : attraction type = architecturesystem :", + "belief : attraction type = architecturesystem :", + "belief : attraction type = architecturesystem :", + "belief : attraction type = architecturesystem :" + ], + [ + "belief : hotel name = lensfield hotelsystem : it is a guesthouse in the [value_area] of the city in the [value_pricerange] price range with a [value_count]star rating, free internet, and free parking. would you like to make a booking?", + "belief : hotel name = lensfield hotelsystem : [hotel_name]is a guesthouse located in the [value_area] of town. it is a [value_count]star hotel in the [value_pricerange] price range. they have free internet and free parking. should i book it?", + "belief : hotel name = lensfield hotelsystem : it is a guesthouse in the [value_area] of the city in the [value_pricerange] price range with a [value_count]star rating, free internet, and free parking. would you like to make a booking?", + "belief : hotel name = lensfield hotelsystem : it is a guesthouse in the [value_area] of the city in the [value_pricerange] price range with a [value_count]star rating, free internet, and free parking. would you like to make a booking?", + "belief : hotel name = lensfield hotelsystem : [hotel_name]is a guesthouse located in the [value_area] of town. it is a [value_count]star hotel in the [value_pricerange] price range. they offer internet and parking. their phone number is [hotel_phone]." + ], + [ + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : i have successfully booked your room. your reference number is [hotel_reference].", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : i have successfully booked your room. your reference number is [hotel_reference].", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : booking was successful. your reference number is [hotel_reference].", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : booking was successful. your reference number is [hotel_reference].", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7 ; stay = 3system : i have successfully booked your room. your reference number is [hotel_reference]." + ], + [ + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7system : goodbye", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7system : goodbye", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7system : goodbye", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7system : goodbye", + "belief : hotel name = lensfield hotel | booking day = sunday ; people = 7system : goodbye" + ], + [ + "belief : restaurant food = north indian ; area = centresystem : i am sorry i have nothing listed matching your criteria. what about just [value_food] food?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry i have nothing listed matching your criteria. what about just [value_food] food?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry i have nothing listed matching your criteria. what about just [value_food] food?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry i have nothing listed matching your criteria. what about just [value_food] food?", + "belief : restaurant food = north indian ; area = centresystem : i am sorry i have nothing listed matching your criteria. what about just [value_food] food?" + ], + [ + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is a great [value_food] restaraunt on the [value_area] side of town. should i get you their phone number?", + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is a great [value_food] restaraunt on the [value_area] side of town. should i get you their phone number?", + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is a great [value_food] restaraunt on the [value_area] side of town. should i get you their phone number?", + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is a great [value_food] restaraunt on the [value_area] side of town. should i get you their phone number?", + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is a great [value_food] restaraunt on the [value_area] side of town. should i get you their phone number?" + ], + [ + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; time = 13:30system : how many days would you like to book?", + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; time = 13:30system : how many people would you like to book?", + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; time = 13:30system : how many people would you like to book?", + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; time = 13:30system : how many people would you like to book?", + "belief : restaurant food = chinese ; area = centre | booking day = sunday ; time = 13:30system : how many days would you like to book?" + ], + [ + "belief : restaurant food = chinese ; area = centresystem : how about [value_food] day = sunday ; time = 13:30system :", + "belief : restaurant food = chinese ; area = centresystem : how about [value_food] day = sunday ; time = 13:30system :", + "belief : restaurant food = chinese ; area = centresystem :30system : how about [value_food] food", + "belief : restaurant food = chinese ; area = centresystem : how about charlie chinese = none", + "belief : restaurant food = chinese ; area = centresystem :30system : how about [value_food] food?" + ], + [ + "belief : restaurant food = chinese ; day = sunday ; time = 13:30system :", + "belief : restaurant food = chinese ; day = sunday ; time = 13:30system :", + "belief : restaurant food = chinese ; day = sunday ; time = 13:30system :", + "belief : restaurant food = chinese ; day = sunday ; time = 13:30system :", + "belief : restaurant food = chinese ; day = sunday ; time = 13:30system :" + ], + [ + "belief : restaurant food = chinese ; area = centresystem : goodbye.", + "belief : restaurant food = chinese ; area = centresystem : goodbye.", + "belief : restaurant food = chinese ; area = centresystem : goodbye.", + "belief : restaurant food = chinese ; area = centresystem : goodbye.", + "belief : restaurant food = chinese ; area = centresystem : goodbye." + ], + [ + "belief : restaurant food = chinese = chinese ; area = centresystem : goodbye.", + "belief : restaurant food = chinese = chinese ; area = centresystem : goodbye.", + "belief : restaurant food = chinese = chinese ; area = centresystem : goodbye.", + "belief : restaurant food = chinese = chinese ; area = centresystem : goodbye.", + "belief : restaurant food = chinese = chinese ; area = centresystem : goodbye." + ], + [ + "belief : taxi destination = hobsons housesystem : i would be happy to book that for you, where will you be departing from?", + "belief : taxi destination = hobsons housesystem : sure! when would you like to arrive?", + "belief : taxi destination = hobsons housesystem : sure! when would you like to arrive?", + "belief : taxi destination = hobsons housesystem : sure, where are you departing from?", + "belief : taxi destination = hobsons housesystem : i would be happy to book that for you, where will you be departing from?" + ], + [ + "belief : taxi destination = hobsons house ; arriveby = 17:45system : where will you be leaving from?", + "belief : taxi destination = hobsons house ; arriveby = 17:45system : where will you be departing from?", + "belief : taxi destination = hobsons house ; arriveby = 17:45system : where will you be leaving from?", + "belief : taxi destination = hobsons house ; arriveby = 17:45system : where will you be leaving from?", + "belief : taxi destination = hobsons house ; arriveby = 17:45system : where will you be departing from?" + ], + [ + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you", + "belief : taxi destination = hobsons house ; departure = ballare ; arriveby = 17:45system : you" + ], + [ + "belief : hotel area = east ; internet = yessystem : there are [value_count]hotel -s that match that criteria. what price range are you looking for?", + "belief : hotel area = east ; internet = yessystem : there are [value_count]hotel -s that match that criteria. what price range are you looking for?", + "belief : hotel area = east ; internet = yessystem : there are [value_count]hotel -s that match that criteria. what price range are you looking for?", + "belief : hotel area = east ; internet = yessystem : there are [value_count]hotel -s that match that criteria. what price range are you looking for?", + "belief : hotel area = east ; internet = yessystem : there are [value_count]hotel -s that match that criteria. what price range are you looking for?" + ], + [ + "belief : hotel area = east ; stars = 4 ; internet = yessystem : there are many options that could satisfy your request, what price range do you require?", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : there are many options that could satisfy your request, what price range do you require?", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : how about [hotel_name]? it is a [value_pricerange] -ly priced hotel with free parking.", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : how about [hotel_name]? it is a [value_pricerange] -ly priced hotel with free parking.", + "belief : hotel area = east ; stars = 4 ; internet = yessystem : how about [hotel_name]? it is a [value_pricerange] -ly priced hotel with free parking." + ], + [ + "belief : hotel area = east ; parking = yes ; stars = 4system : what number?", + "belief : hotel area = east ; parking = yes ; stars = 4system : what number of nights would you like?", + "belief : hotel area = east ; parking = yes ; stars = 4system : what price range are you interested in?", + "belief : hotel area = east ; parking = yes ; stars = 4system : what price range are you interested in?", + "belief : hotel area = east ; parking = yes ; stars = 4system : what number of nights would you like?" + ], + [ + "belief : person = 1 person = pizza hut fend goodbye", + "belief : person = 1 person = pizza hut fend goodbye", + "belief : person = 1 person = pizza hut fend goodbye", + "belief : person = 1 person = pizza hut fend goodbye", + "belief : person = 1 person = pizza hut fend goodbye" + ], + [ + "belief : taxi destination = ruskin gallerysystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = ruskin gallerysystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = ruskin gallerysystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = ruskin gallerysystem : i can help you with that. when do you need to leave?", + "belief : taxi destination = ruskin gallerysystem : i can help you with that. when do you need to leave?" + ], + [ + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : a [taxi_type]will pick you up, and the contact number is [taxi_phone].", + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : a [taxi_type]will pick you up! the contact number is [taxi_phone]", + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : a [taxi_type]will pick you up, and the contact number is [taxi_phone].", + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : a [taxi_type]will pick you up, and the contact number is [taxi_phone].", + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : a [taxi_type]will pick you up, and the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : you are more than welcome!", + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : goodbye.", + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : goodbye.", + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : goodbye.", + "belief : taxi leaveat = 07:15 ; destination = ruskin gallery ; departure = saffron brasseriesystem : goodbye." + ], + [ + "belief : restaurant pricerange = moderate ; area = centresystem : i would recommend [restaurant_name]. it is a [value_pricerange] -ly priced [value_food] restaurant in the [value_area] of town.", + "belief : restaurant pricerange = moderate ; area = centresystem : the [restaurant_name]is a [value_pricerange] -ly priced [value_food] restaurant in the [value_area] of town. they have no internet and no parking. would you like for me to book this for you?", + "belief : restaurant pricerange = moderate ; area = centresystem : the [restaurant_name]is a [value_pricerange] -ly priced [value_food] restaurant in the [value_area] of town. they have no internet and no parking. would you like for me to book it for you?", + "belief : restaurant pricerange = moderate ; area = centresystem : i would recommend [restaurant_name]. it is a [value_pricerange] -ly priced [value_food] restaurant in the [value_area] of town.", + "belief : restaurant pricerange = moderate ; area = centresystem : the [restaurant_name]is a [value_pricerange] -ly priced [value_food] restaurant in the [value_area] of town. they have no internet and no parking. would you like for me to book it for you?" + ], + [ + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people = 4system : you are all set your reference number is [restaurant_reference].", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people = 4system : you are all set. your reference number is [restaurant_reference].", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people = 4system : you are all set. your reference number is [restaurant_reference].", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people = 4system : you are all set. your reference number is [restaurant_reference].", + "belief : restaurant pricerange = moderate ; area = centre | booking day = wednesday ; people = 4system : you are all set your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant pricerange = moderate | booking day = wednesday ; people = 4 ; time = 19:00system :", + "belief : restaurant pricerange = moderate | booking day = wednesday ; people = 4 ; time = 19:00system :", + "belief : restaurant pricerange = moderate | booking day = wednesday ; people = 4 ; time = 19:00system :", + "belief : restaurant pricerange = moderate | booking day = wednesday ; people = 4 ; time = 19:00system :", + "belief : restaurant pricerange = moderate | booking day = wednesday ; people = 4 ; time = 19:00system : bye" + ], + [ + "belief : restaurant pricerange = 02:belief : restaurant pricerange = none | booking day = wednesday ; people = 21:00system : goodbye.", + "belief : restaurant pricerange = none | booking day = wednesday ; people = 21:00system : goodbye.", + "belief : restaurant pricerange = 02:=>belief : restaurant pricerange = moderate | booking day = wednesday ; people = 4 ; time = 19:00system : goodbye.", + "belief : restaurant pricerange = none | booking day = wednesday ; people = 21:00system : goodbye.", + "belief : restaurant pricerange = 02:00user" + ], + [ + "belief : restaurant pricerange = none | booking day = wednesday ; people = 21:00", + "belief : restaurant pricerange = none | booking day = wednesday ; people = 21:00", + "belief : restaurant pricerange = none | booking day = wednesday ; people = 21:00", + "belief : restaurant pricerange = none | booking day = wednesday ; people = 21:00", + "belief : restaurant pricerange = none | booking day = wednesday ; people = 21:00" + ], + [ + "belief : hotel pricerange = expensive ; type = guesthousesystem : okay. what part of town do you want to stay in?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : okay. what part of town do you want to stay in?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : okay. what part of town do you want to stay in?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : okay. what part of town do you want to stay in?", + "belief : hotel pricerange = expensive ; type = guesthousesystem : okay. what part of town do you want to stay in?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : [hotel_name]does not have free parking. would you like to book a room?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : [hotel_name]does not have free parking. would you like to book a room?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : [hotel_name]does not have free parking. would you like to book a room?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : [hotel_name]does not have free parking. would you like to book a room?", + "belief : hotel parking = yes ; pricerange = expensive ; type = guesthousesystem : [hotel_name]does not have free parking. would you like to book a room?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : yes.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : yes.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : yes.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : yes.", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem : it most certainly does." + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem :", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem :", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem :", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem :", + "belief : hotel parking = yes ; pricerange = cheap ; type = guesthousesystem :" + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : how many people want to book it", + "belief : hotel parking = yes ; type = guesthousesystem : how many people", + "belief : hotel parking = yes ; type = guesthousesystem : what", + "belief : hotel parking = yes ; type = guesthousesystem : how many people", + "belief : hotel parking = yes ; type = guesthousesystem : what" + ], + [ + "belief :belief : hotel parking = yes ; type = guesthousesystem :", + "belief :belief : hotel parking = yes ; type = guesthousesystem : how many people = nonesystem : what", + "belief :belief : hotel parking = yes ; type = guesthousesystem : what", + "belief :belief : hotel parking = yes ; type = guesthousesystem : what", + "belief :belief : hotel parking = yes ; type = guesthousesystem :" + ], + [ + "belief : hotel parking = yes ; type = hotelsystem : ok, what price range are you looking for?", + "belief : hotel parking = yes ; type = hotelsystem : ok, what price range are you looking for?", + "belief : hotel parking = yes ; type = hotelsystem : ok, what price range are you looking for?", + "belief : hotel parking = yes ; type = hotelsystem : ok, what price range are you looking for?", + "belief : hotel parking = yes ; type = hotelsystem : ok, what price range are you looking for?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = moderate ; type = guesthousesystem : how about the [hotel_name]?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderatesystem : do", + "belief : hotel parking = yes ; pricerange = moderatesystem : would you like that", + "belief : hotel parking = yes ; pricerange = moderatesystem : do", + "belief : hotel parking = yes ; pricerange = moderatesystem : do", + "belief : hotel parking = yes ; pricerange = moderatesystem : do" + ], + [ + "belief : hotel parking = yessystem :belief : hotel pricerange = moderate ; type = guesthouse", + "belief : hotel parking = yessystem :belief : hotel pricerange = moderate ; type = guesthouse", + "belief : hotel parking = yessystem :belief : hotel pricerange = moderate ; type = guesthouse", + "belief : hotel parking = yessystem :belief : hotel pricerange = moderate ; type = guesthouse", + "belief : hotel parking = yessystem :belief : hotel pricerange = moderate ; type = guesthouse" + ], + [ + "belief :belief : hotel parking = yessystem : hotel pricerange = moderate ; type = guesthouse", + "belief :belief : hotel parking = yessystem : hotel pricerange = moderate ; type = guesthouse", + "belief :belief : hotel parking = yessystem : hotel pricerange = moderate ; type = guesthouse", + "belief :belief : hotel parking = yessystem : hotel pricerange = moderate ; type = guesthouse", + "belief :belief : hotel parking = yessystem : hotel pricerange = moderate ; type = guesthouse" + ], + [ + "belief : restaurant food = italian ; area = northsystem : i am sorry, there are no [value_food] restaurant -s in the [value_area] part of town. would you like to try something else?", + "belief : restaurant food = italian ; area = northsystem : i am sorry, there are no [value_food] restaurant -s listed in that area. would you like to try something else?", + "belief : restaurant food = italian ; area = northsystem : i am sorry, there are no [value_food] restaurant -s listed in that area. would you like to try something else?", + "belief : restaurant food = italian ; area = northsystem : i am sorry, there are no [value_food] restaurant -s listed in that area. would you like to try something else?", + "belief : restaurant food = italian ; area = northsystem : i am sorry, there are no [value_food] restaurant -s in the [value_area] part of town. would you like to try something else?" + ], + [ + "belief : restaurant food = italian ; area = northsystem : no, it is [value_pricerange].", + "belief : restaurant food = italian ; area = northsystem : no, it is [value_pricerange].", + "belief : restaurant food = italian ; area = northsystem : no, it is [value_pricerange].", + "belief : restaurant food = italian ; area = northsystem : no, it is [value_pricerange].", + "belief : restaurant food = italian ; area = northsystem : no, it is [value_pricerange]." + ], + [ + "belief : restaurant food = you get your dinner to [restaurant_name]by [value_time].", + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : the phone number for [restaurant_name]is [restaurant_phone]and address is [restaurant_address]. may i help you with", + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : sure! the phone number is [restaurant_phone]and the address is [restaurant_address].", + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : the address is [restaurant_address]and the phone number is [restaurant_phone]. can i help you with?", + "belief : restaurant food = italian ; pricerange = cheap ; area = northsystem : the phone number for [restaurant_name]is [restaurant_phone]and address is [restaurant_address]. may i help you with" + ], + [ + "belief : restaurant food = ali baba ; area = northsystem : goodbye", + "belief : restaurant food = ali baba ; area = northsystem : goodbye", + "belief : restaurant food = ali baba ; area = northsystem : goodbye", + "belief : restaurant food = ali baba ; area = northsystem : goodbye", + "belief : restaurant food = ali baba ; area = northsystem : goodbye" + ], + [ + "belief :belief : restaurant food = youalian ; area = northsystem : goodbye.", + "belief :belief : restaurant food = antiques", + "belief :belief : restaurant food = ali baba ; area = northsystem : goodbye", + "belief :belief : restaurant food = ali baba ; area = northsystem : goodbye", + "belief :belief : restaurant food = youareat antiques" + ], + [ + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : sure, when would you like to arrive?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : we can help with that. when do you need to leave?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : we can help with that. when do you need to leave?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : we can help with that. when do you need to leave?", + "belief : taxi destination = huntingdon marriott hotel ; departure = funky fun housesystem : we can help with that! what time do you need to leave or arrive by?" + ], + [ + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : where will you be departing from?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : where will you be departing from?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : where will you be departing from?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : where will you be departing from?", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotel ; departure = funky fun housesystem : where will you be departing from?" + ], + [ + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotelsystem :", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotelsystem :", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotelsystem :", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotelsystem :", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotelsystem :" + ], + [ + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotelsystem : goodbye", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotelsystem : goodbye", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotelsystem : goodbye", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotelsystem : goodbye", + "belief : taxi leaveat = 09:15 ; destination = huntingdon marriott hotelsystem : goodbye" + ], + [ + "belief : nonesystem : i would be happy to help!!! what area of town are you looking for?", + "belief : nonesystem : i would be happy to help!!! what area of town are you looking for?", + "belief : nonesystem : i would be happy to help with your request, which part of town would you prefer?", + "belief : nonesystem : i would be happy to help! what area of town are you looking for?", + "belief : nonesystem : i would be happy to help! what area of town are you looking for?" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s that match your criteria. what part of town did you have in mind?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s that match your criteria. what part of town did you have in mind?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s that match your criteria. what part of town did you have in mind?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s that match your criteria. what part of town did you have in mind?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s that match your criteria. what part of town did you have in mind?" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : how about [hotel_name]?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i would recommend [hotel_name]. would you like me to book it for you?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i would recommend [hotel_name]. would you like me to book it for you?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : i would recommend [hotel_name]. would you like me to book it for you?", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : how about [hotel_name]?" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : what hotel area = dont care", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : how many people = 5system :", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : how many people = 5system :", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : how many people = 5system :", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : what hotel area = dont care" + ], + [ + "belief : hotel parking = yesuser", + "belief : hotel parking = yesuseruser", + "belief : hotel parking = yesuseruser", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : 5system : goodbye", + "belief : hotel parking = yes ; internet = yes ; type = guesthousesystem : 5system : goodbye" + ], + [ + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : i can help with that, where will you be departing from?", + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : i can help with that, where will you be departing from?", + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : i can help with that, where will you be departing from?", + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : i can help with that, where will you be departing from?", + "belief : taxi destination = cambridge punter ; arriveby = 17:30system : i can help with that, where will you be departing from?" + ], + [ + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : alright, that s it. enjoy your ride", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : alright, that s it. enjoy your ride", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : alright, i have got you a [taxi_type].", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : alright, i have got you a [taxi_type].", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : alright, that s it." + ], + [ + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : goodbye", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : goodbye", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : goodbye", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : goodbye", + "belief : taxi destination = cambridge punter ; departure = city stop restaurant ; arriveby = 17:30system : goodbye" + ], + [ + "belief : taxi destination = 17:", + "belief : taxi destination = 17:", + "belief : taxi destination = 17:", + "belief : taxi destination = 17:", + "belief : taxi destination = 17:" + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : there are many guesthouses that match your criteria. do you have a preference as to area or price range?", + "belief : hotel parking = yes ; type = guesthousesystem : there are many guesthouses that match your criteria. do you have a preferred price range?", + "belief : hotel parking = yes ; type = guesthousesystem : there are many guesthouses that match your criteria. do you have a preference as to area or price range?", + "belief : hotel parking = yes ; type = guesthousesystem : there are many guesthouses that match your criteria. do you have a preference as to area or price range?", + "belief : hotel parking = yes ; type = guesthousesystem : there are many guesthouses that match your criteria. do you have a preference as to area or price range?" + ], + [ + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : [hotel_name]has good reviews", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : [hotel_name]has good reviews", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : [hotel_name]has good reviews", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : [hotel_name]has good reviews", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : [hotel_name]has good reviews" + ], + [ + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : booking people = 8 ; stay = 3system : booking day = mondaysystem : booking was successful. your reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : booking people = 8 ; stay = 3system : booking day = mondaysystem : booking was successful. your reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : booking people = 8 ; stay = 3system : booking day = mondaysystem : booking was successful. your reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : booking people = 8 ; stay = 3system : booking day = mondaysystem : booking was successful. your reference number is [hotel_reference].", + "belief : hotel area = south ; parking = yes ; type = guesthousesystem : booking people = 8 ; stay = 3system : booking day = mondaysystem : booking was successful. your reference number is [hotel_reference]." + ], + [ + "belief : hotel area = south ; type = guesthousesystem : let me know.", + "belief : hotel area = south ; type = guesthousesystem : goodbye", + "belief : hotel area = south ; type = guesthousesystem : goodbye", + "belief : hotel area = south ; type = guesthousesystem : goodbye", + "belief : hotel area = south ; type = guesthousesystem : let me know." + ], + [ + "belief :belief : hotel area = south", + "belief :belief : hotel area = south", + "belief :belief : hotel area = south", + "belief :belief : hotel area = south", + "belief :belief : hotel area = south" + ], + [ + "belief :belief : hotel area = south", + "belief :belief : hotel area = south", + "belief :belief : hotel area = south", + "belief :belief : hotel area = south", + "belief :belief : hotel area = south" + ], + [ + "belief : attraction area = northsystem : we have [value_count]guesthouses and [value_count]hotel -s on the [value_area] side. do you need a specific price range?", + "belief : attraction area = northsystem : we have [value_count]guesthouses and [value_count]hotel -s on the [value_area] side. do you need a certain price range?", + "belief : attraction area = northsystem : we have [value_count]guesthouses and [value_count]hotel -s on the [value_area] side. do you need a specific price range?", + "belief : attraction area = northsystem : we have [value_count]guesthouses and [value_count]hotel -s on the [value_area] side. do you need a specific price range?", + "belief : attraction area = northsystem : we have [value_count]guesthouses and [value_count]hotel -s on the [value_area] side. do you need a specific price range?" + ], + [ + "belief : attraction type = boat ; area = northsystem : sure, the phone number is [attraction_phone]and the entrance fee is [value_count]pounds. is there anything else?", + "belief : attraction type = boat ; area = northsystem : sure, the phone number is [attraction_phone]and the entrance fee is [value_count]pounds. is there anything else?", + "belief : attraction type = boat ; area = northsystem : sure, the phone number is [attraction_phone]and the entrance fee is [value_count]pounds. is there anything else?", + "belief : attraction type = boat ; area = northsystem : sure, the phone number is [attraction_phone]and the entrance fee is [value_count]pounds. is there anything else?", + "belief : attraction type = boat ; area = northsystem : sure, the phone number is [attraction_phone]and the entrance fee is [value_count]pounds. is there anything else?" + ], + [ + "belief : attraction type = boat ; area = northsystem : goodbye.", + "belief : attraction type = boat ; area = northsystem : goodbye.", + "belief : attraction type = boat ; area = northsystem : goodbye.", + "belief : attraction type = boat ; area = northsystem : goodbye.", + "belief : attraction type = boat ; area = northsystem : goodbye." + ], + [ + "belief : restaurant name = la margheritasystem : no problem, i have got it right here. they are located at [restaurant_address], post code [restaurant_postcode], and phone number [restaurant_phone]. may i help with anything else?", + "belief : restaurant name = la margheritasystem : no problem, i have got it right here. they are located at [restaurant_address], post code [restaurant_postcode], and phone number [restaurant_phone]. may i help with anything else?", + "belief : restaurant name = la margheritasystem : no problem, i have got it right here. they are located at [restaurant_address], post code [restaurant_postcode], and phone number [restaurant_phone]. may i help with anything else?", + "belief : restaurant name = la margheritasystem : no problem, i have got it right here. they are located at [restaurant_address], post code [restaurant_postcode], and phone number [restaurant_phone]. may i help with anything else?", + "belief : restaurant name = la margheritasystem : no problem, i have got it right here. they are located at [restaurant_address], post code [restaurant_postcode], and phone number [restaurant_phone]. may i help with anything else?" + ], + [ + "belief : restaurant name = la margheritasystem : you are welcome. thank you for calling.", + "belief : restaurant name = la margheritasystem : you are welcome. thank you for calling.", + "belief : restaurant name = la margheritasystem : you are welcome. thank you for calling.", + "belief : restaurant name = la margheritasystem : you are welcome. thank you for calling.", + "belief : restaurant name = la margheritasystem : you are welcome. thank you for calling." + ], + [ + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] area.", + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] area.", + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] area.", + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] area.", + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is a [value_food] restaurant in the [value_area] area." + ], + [ + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] area.", + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] area.", + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] area.", + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] area.", + "belief : restaurant food = chinese ; area = centresystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] area." + ], + [ + "belief : restaurant food = chinese ; area = centre | booking day = friday ; people = 3 ; time = 15:45system : how many days would you like to book?", + "belief : restaurant food = chinese ; area = centre | booking day = friday ; people = 3 ; time = 15:45system : how many days would you like to book?", + "belief : restaurant food = chinese ; area = centre | booking day = friday ; people = 3 ; time = 15:45system : how many days would you like to book?", + "belief : restaurant food = chinese ; area = centre | booking day = friday ; people = 3 ; time = 15:45system : how many days would you like to book?", + "belief : restaurant food = chinese ; area = centre | booking day = friday ; people = 3 ; time = 15:45system : how many days would you like to book?" + ], + [ + "belief : restaurant food = chinese ; area = centre | booking day = friday ; people = 3system : goodbye.", + "belief : restaurant food = chinese ; area = centre | booking day = friday ; people = 3system : goodbye. goodbye.", + "belief : restaurant food = chinese ; area = centre | booking day = friday ; people = 3system : goodbye. goodbye.", + "belief : restaurant food = chinese ; area = centre | booking day = friday ; people = 3system : goodbye. goodbye.", + "belief : restaurant food = chinese ; area = centre | booking day = friday ; people = 3system : goodbye." + ], + [ + "belief : hotel area = centre ; pricerange = cheap ; type = hotelsystem : i have [value_count]guesthouses that meet your criteria. may i recommend the [hotel_name]?", + "belief : hotel area = centre ; pricerange = cheap ; type = hotelsystem : i have [value_count][value_pricerange] hotel -s in the [value_area]. may i recommend the [hotel_name]?", + "belief : hotel area = centre ; pricerange = cheap ; type = hotelsystem : i have [value_count]guesthouses that meet your criteria. may i recommend the [hotel_name]?", + "belief : hotel area = centre ; pricerange = cheap ; type = hotelsystem : i have [value_count]guesthouses that fit your criteria. may i recommend the [hotel_name]?", + "belief : hotel area = centre ; pricerange = cheap ; type = hotelsystem : i have [value_count][value_pricerange] hotel -s in the center of town. how many stars and what part of town would you prefer?" + ], + [ + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 ; type = hotelsystem : unfortunately i am not finding anything that meets all of your requirement -s.", + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 ; type = hotelsystem : unfortunately i am not finding anything that meets all of your requirement -s.", + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 ; type = hotelsystem : there are no hotel -s that meet those criteria.", + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 ; type = hotelsystem : there are no hotel -s that meet those requirement -s", + "belief : hotel area = centre ; pricerange = cheap ; stars = 0 ; type = hotelsystem : no problem. i have [value_count]hotel -s that meet your criteria. do you prefer a star rating or a type of hotel?" + ], + [ + "belief : hotel area = centre ; pricerange = cheap ; type = hotelsystem : yes ; type = hotelsystem : the postcode is [hotel_postcode]. can i book it for you?", + "belief : hotel area = centre ; pricerange = cheap ; type = hotelsystem : yes ; type = hotelsystem : the postcode is [hotel_postcode]. can i book it for you?", + "belief : hotel area = centre ; pricerange = cheap ; type = hotelsystem : yes ; type = hotelsystem : the postcode is [hotel_postcode]. can i book it for you?", + "belief : hotel area = centre ; pricerange = cheap ; type = hotelsystem : yes ; type = hotelsystem : the postcode is [hotel_postcode]. can i book it for you?", + "belief : hotel area = centre ; pricerange = cheap ; type = hotelsystem : yes ; type = hotelsystem : the postcode is [hotel_postcode]. can i book it for you?" + ], + [ + "belief : hotel area = centresystem :", + "belief : hotel area = centresystem :", + "belief : hotel area = centresystem :", + "belief : hotel area = centresystem :", + "belief : hotel area = centresystem :" + ], + [ + "belief :belief : hotel parking : hotel parking = yes ; pricerange = 0system :", + "belief :belief : hotel parking : hotel parking = yes ; pricerange = 0system :", + "belief :belief : hotel parking : hotel parking = yes ; pricerange = 0system :", + "belief :belief : hotel parking : hotel parking = yes ; pricerange = 0system :", + "belief :belief : hotel parking : hotel parking = yes ; pricerange = 0system :" + ], + [ + "belief :belief : hotel parking = yessystem : hotel parking = yessystem :", + "belief :belief : hotel parking = yessystem : hotel parking = yessystem :", + "belief :belief : hotel parking = yessystem : hotel parking = yes ; pricerange = 0system :", + "belief :belief : hotel parking = yessystem : hotel parking = yessystem :", + "belief :belief : hotel parking = yessystem : hotel parking = yes ; pricerange = 0system :" + ], + [ + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking" + ], + [ + "belief : train leaveat = 03:00 ; destination = cambridgesystem : certainly. where would you like to depart from?", + "belief : train leaveat = 03:00 ; destination = cambridgesystem : certainly. where would you like to depart from?", + "belief : train leaveat = 03:00 ; destination = cambridgesystem : certainly. where would you like to depart from?", + "belief : train leaveat = 03:00 ; destination = cambridgesystem : certainly. where would you like to depart from?", + "belief : train leaveat = 03:00 ; destination = cambridgesystem : certainly. where would you like to depart from?" + ], + [ + "belief : train leaveat = 03:00 ; destination = cambridge ; day = wednesday ; departure = london kings crosssystem : there are [value_count]trains, would you like me to book you [value_count]?", + "belief : train leaveat = 03:00 ; destination = cambridge ; day = wednesday ; departure = london kings crosssystem : there are [value_count]trains, would you like me to book you [value_count]?", + "belief : train leaveat = 03:00 ; destination = cambridge ; day = wednesday ; departure = london kings crosssystem : there are [value_count]trains, would you like me to book you [value_count]?", + "belief : train leaveat = 03:00 ; destination = cambridge ; day = wednesday ; departure = london kings crosssystem : there are [value_count]trains, would you like me to book you [value_count]?", + "belief : train leaveat = 03:00 ; destination = cambridge ; day = wednesday ; departure = london kings crosssystem : there are [value_count]trains, would you like me to book you [value_count]?" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 03:00 ; departure = london kings crosssystem : the next train after [value_time]leaves at [value_time]. shall", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 03:00 ; departure = london kings crosssystem : the next train after [value_time]leaves at [value_time]. shall", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 03:00 ; departure = london kings crosssystem : the next train after [value_time]leaves at [value_time]. shall", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 03:00 ; departure = london kings crosssystem : there are [value_count]trains, do you have a preferred time you want to leave or arrive?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 03:00 ; departure = london kings crosssystem : there are [value_count]trains that will get you there by" + ], + [ + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : how about train [train_id]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : how about train [train_id]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : okay, how about train [train_id]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : okay, how about train [train_id]?", + "belief : train destination = cambridge ; day = wednesday ; arriveby = 14:00 ; departure = london kings crosssystem : how about train [train_id]?" + ], + [ + "belief : train destination = 1 ; day = wednesday ; arriveby = 14:00system :", + "belief : train destination = 1 ; day = wednesday ; arriveby = 14:00system :", + "belief : train destination = 1 ; day = wednesday ; arriveby = 14:00system :", + "belief : train destination = 1 ; day = wednesday ; arriveby = 14:00system :", + "belief : train destination = 1 ; day = wednesday ; arriveby = 14:00system :" + ], + [ + "belief :belief : train destination = 1 person=>belief : train destination = mumford ; day = wednesday ; arriveby = 14:00system : goodbye", + "belief :belief : train destination = 1 person=>belief : train destination = 1system : 14:00 ; day = wednesday ; departure = london kings crosssystem : goodbye. goodbye.", + "belief :belief : train destination = 1", + "belief :belief : train destination = 1 person=>belief : train destination = mumnesday ; day = 14:00 ; departure = london kings crosssystem : goodbye", + "belief :belief : train destination = 1" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensivesystem : i am sorry, there are not any restaurant -s matching your criteria. could you please try a different price range or food type?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : i am sorry, there are not any restaurant -s matching your criteria. would you like to try a different price range or food type?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are [value_count][value_food] restaurant -s available. do you have a specific area or price range in mind?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : i am sorry, there are not any restaurant -s matching your criteria. could you please try a different price range or food type?", + "belief : restaurant food = chinese ; pricerange = expensivesystem : there are [value_count][value_food] restaurant -s to choose from. do you have a preferred area of town?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive | booking day = saturday ; people = 3 ; time = 14:00system : i am sorry, that was not available. can i book a table for you?", + "belief : restaurant food = chinese ; pricerange = expensive | booking day = saturday ; people = 3 ; time = 14:00system : i have booked a table at [restaurant_name], your reference number is [restaurant_reference]. can i help with anything else today?", + "belief : restaurant food = chinese ; pricerange = expensive | booking day = saturday ; people = 3 ; time = 14:00system : okay, i have made that change and your reference number is [restaurant_reference].", + "belief : restaurant food = chinese ; pricerange = expensive | booking day = saturday ; people = 3 ; time = 14:00system : okay, i have made that change and your reference number is [restaurant_reference]. is there anything else i can do for you?", + "belief : restaurant food = chinese ; pricerange = expensive | booking day = saturday ; people = 3 ; time = 14:00system : i have booked a table at [restaurant_name][value_food] restaurant for [value_count]people at [value_time]. your reference number is [restaurant_reference]." + ], + [ + "belief : restaurant food = chinese ; pricerange = 13:00 | booking day = saturdaysystem : can i book it for you?", + "belief : restaurant food = chinese ; pricerange = 13:00 | booking day = saturdaysystem : will that work?", + "belief : restaurant food = chinese ; pricerange = 13:00 | booking day = saturdaysystem : will that work?", + "belief : restaurant food = chinese ; pricerange = 13:00 | booking day = saturdaysystem : will that work?", + "belief : restaurant food = chinese ; pricerange = 13:00 | booking day = saturdaysystem : can i book it for you?" + ], + [ + "belief : restaurant food = chinese | booking day = saturday ; people = 3 ; time = 14:00system : goodbye", + "belief : restaurant food = chinese | booking day = saturday ; people = 3 ; time = 14:00system : goodbye", + "belief : restaurant food = chinese | booking day = saturday ; people = 3 ; time = 14:00system : goodbye", + "belief : restaurant food = chinese | booking day = saturday ; people = 3 ; time = 14:00system : goodbye", + "belief : restaurant food = chinese | booking day = saturday ; people = 3 ; time = 14:00system : goodbye" + ], + [ + "belief :belief : restaurant food = chinese | booking day = 13:00user", + "belief :belief : restaurant food = chinese | booking day = 13:00user", + "belief :belief : restaurant food = chinese | booking day = 13:00user", + "belief :belief : restaurant food = chinese | booking day = 13:00user", + "belief :belief : restaurant food = chinese | booking day = 13:00user" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : there are several. would you like [value_food], [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the town [value_area]. do you have a food type preference or an area preference?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are [value_count][value_pricerange] restaurant -s in the center of town. what type of food would you like?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are several expensive restaurant -s in the town [value_area]. do you have a preference for the type of food or price range?", + "belief : restaurant pricerange = expensive ; area = centresystem : there are several. would you like [value_food], [value_food], [value_food], or [value_food]?" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : how about [restaurant_name]? it is [value_food] and tre manufique! would you like to make reservations?", + "belief : restaurant pricerange = expensive ; area = centresystem : would you be interested in [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = expensive ; area = centresystem : how about [restaurant_name]? it is [value_food] and tre manufique! would you like to make reservations?", + "belief : restaurant pricerange = expensive ; area = centresystem : would you be interested in a certain cuisine? we have [value_count][value_food], [value_food], and [value_food] restaurant -s.", + "belief : restaurant pricerange = expensive ; area = centresystem : how about [restaurant_name]? it is located in the [value_area] and is [value_pricerange]. would you like more information?" + ], + [ + "belief : restaurant food = modern european ; pricerange = expensive | booking day = wednesday ; people = 8 ; time = 15:30system : your table will be reserved.", + "belief : restaurant food = modern european ; pricerange = dont care | booking day = wednesday ; people = 8 ; time = 15:30system : your table will be reserved.", + "belief : restaurant food = modern european ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8 ; time = 15:30system : your table will be reserved.", + "belief : restaurant food = modern european ; pricerange = dont care | booking day = wednesday ; people = 8 ; time = 15:30system : your table will be reserved.", + "belief : restaurant food = modern european ; pricerange = expensive ; area = centre | booking day = wednesday ; people = 8 ; time = 15:30system : your table will be reserved." + ], + [ + "belief : restaurant food = dont care ; pricerange = cheap ; area = centre | booking day = wednesday ; people = 8system : goodbye", + "belief : restaurant food = dont care ; pricerange = cheap ; area = centre | booking day = wednesday ; people = 8system : goodbye", + "belief : restaurant food = dont care ; pricerange = cheap ; area = centre | booking day = wednesday ; people = 8system : goodbye", + "belief : restaurant food = dont care ; pricerange = cheap ; area = centre | booking day = wednesday ; people = 8system : goodbye", + "belief : restaurant food = dont care ; pricerange = cheap ; area = centre | booking day = wednesday ; people = 8system : goodbye" + ], + [ + "belief : restaurant food = dont care | booking day = wednesday ; people = 8 ; time = 15:30system : goodbye.", + "belief : restaurant food = dont care | booking day = wednesday ; people = 8 ; time = 15:30system : goodbye.", + "belief : restaurant food = dont care | booking day = wednesday ; people = 8 ; time = 15:30system : goodbye.", + "belief : restaurant food = dont care | booking day = wednesday ; people = 8 ; time = 15:30system : goodbye.", + "belief : restaurant food = dont care | booking day = wednesday ; people = 8 ; time = 15:30system : goodbye." + ], + [ + "belief : restaurant pricerange = none | booking day = wednesday ; people = 8 ; time = 15:30system : goodbye.", + "belief : restaurant food = tur", + "belief : restaurant food = dont careuseruseruseruseruseruserbelief : restaurant pricerange = none | booking day = wednesday ; people = 8 ; time = 15:30system : goodbye.", + "belief : restaurant food = dont care | booking day = wednesday ; people = 8 ; time = 15:30system : goodbye.", + "belief : restaurant food = tur ali" + ], + [ + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?" + ], + [ + "belief : hotel name = warkworth housesystem : i'll need a little more information to find you a hotel. what part of town do you want to stay in?", + "belief : hotel name = warkworth housesystem : i have a listing for [hotel_name]that fits what you are looking for, can i make a booking for you?", + "belief : hotel name = warkworth housesystem : i'll need a little more information to find you a hotel. what part of town do you want to stay in?", + "belief : hotel name = warkworth housesystem : i'll need a little more information to find you a hotel. what part of town do you want to stay in?", + "belief : hotel name = warkworth housesystem : i have a listing for [hotel_name]that fits what you are looking for, can i make a booking for you?" + ], + [ + "belief : hotel name = warkworth house | booking day = tuesday ; people = 3 ; stay = 3system : what day would you like to move?", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 3 ; stay = 3system : what day would you like to start your stay", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 3 ; stay = 3system : what day will you be arriving?", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 3 ; stay = 3system : what day will you be travelling?", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 3 ; stay = 3system : what day would you like to move?" + ], + [ + "belief : hotel name = warkworth house | booking day = tuesday ; people = 3 ; stay = 3system : what day", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 3 ; stay = 3system : what day", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 3 ; stay = 3system : what day", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 3 ; stay = 3system : what day shall i book", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 3 ; stay = 3system : what day shall i book" + ], + [ + "belief : hotel name = warkworth house | booking day = tuesday", + "belief : hotel name = warkworth house | booking day = tuesday", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 3system : goodbye", + "belief : hotel name = warkworth house | booking day = tuesday ; people = 3system : goodbye", + "belief : hotel name = warkworth house | booking day = tuesday" + ], + [ + "belief : hotel area = none ; pricerange = moderate ; stars = 2system : i have [value_count]hotel -s that match your criteria. what part of town would you prefer?", + "belief : hotel area = none ; pricerange = moderate ; stars = 2system : i have [value_count]hotel -s that match your criteria. what part of town did you have in mind to stay in?", + "belief : hotel pricerange = moderate ; stars = 2system : i have found several hotel -s that match your criteria. what part of town did you have in mind?", + "belief : hotel area = none ; pricerange = moderate ; stars = 2system : i have [value_count]hotel -s that match your criteria. what part of town did you have in mind to start looking to stay in?", + "belief : hotel pricerange = moderate ; stars = 2system : i have [value_count]hotel -s that match your criteria. what part of town did you have in mind to start looking at?" + ], + [ + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : do you prefer a guest house?", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : i would recommend [hotel_name]. would you like me to book it for you?", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : i would recommend [hotel_name]. would you like me to book it for you?", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : i would recommend [hotel_name]. would you like me to book it for you?", + "belief : hotel pricerange = moderate ; stars = 2 ; type = hotelsystem : i would recommend [hotel_name]. would you like me to book it for you?" + ], + [ + "belief : hotel area = southsystem :belief : hotel parking = yes ; pricerange = moderate ; type = ashleysystem :", + "belief : hotel area = north ; pricerange = moderatesystem :", + "belief : hotel area = southsystem :belief : hotel parking = yes ; pricerange = moderate ; type = ashleysystem :", + "belief : hotel area = southsystem :belief : hotel parking = yes ; pricerange = moderate ; type = ashleysystem :", + "belief : hotel area = southsystem :belief : hotel parking = yes ; pricerange = moderate ; type = ashleysystem :" + ], + [ + "belief :belief : hotel parking = yessystem : hotel pricerange = moderate ; type = ashley hotelsystem :", + "belief :belief : hotel parking = yessystem : hotel stars = 2system :", + "belief :belief : hotel parking = yessystem : hotel stars = 2system :", + "belief :belief : hotel parking = yessystem : hotel pricerange = moderate ; type = ashley hotelsystem :", + "belief :belief : hotel area = nonesystem :belief : hotel pricerange = moderate ; type = ashleysystem :" + ], + [ + "belief :belief : hotel stars = 2system : hotel type = hotelsystem : goodbye", + "belief :belief : hotel area = ashley hotel stars = 2system :", + "belief :belief : hotel stars = 2system :", + "belief :belief : hotel stars = 2system : hotel type = hotelsystem : goodbye", + "belief :belief : hotel stars = 2system : hotel type = hotelsystem : goodbye" + ], + [ + "belief : train leaveat = 18:30 ; day = fridaysystem : there are several trains where are you going?", + "belief : train leaveat = 18:30 ; day = fridaysystem : there are several trains where are you going?", + "belief : train leaveat = 18:30 ; day = fridaysystem : there are several trains where are you going?", + "belief : train leaveat = 18:30 ; day = fridaysystem : there are several trains that arrive by [value_time]. where is your destination?", + "belief : train leaveat = 18:30 ; day = fridaysystem : there are several trains that arrive by [value_time]. where is your destination?" + ], + [ + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : what time would you like to depart at?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : what time would you like to depart at?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : what time would you like to depart at?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : what time would you like to depart at?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : what time would you like to depart at?" + ], + [ + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : 8system : what time would you like to leave?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : 8system : what time would you like to leave?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : 8system : what time would you like to leave?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : 8system : what time would you like to leave?", + "belief : train leaveat = 18:30 ; destination = cambridge ; day = friday ; departure = stevenagesystem : 8system : what time would you like to leave?" + ], + [ + "belief : train leaveat 18:!!!!!!!!!!!belief : train leaveat:!!!!!!!!!!!!!!!!!!!!!! people = 8system : goodbye", + "belief : train leaveat 18:!!!!!!!!!!!belief : train leaveat:!!!!!!!!!!!!!!!!!!!!!! people = 8system : goodbye", + "belief : train leaveat 18:!!!!!!!!!!belief : train leaveat:!!!!!!!!!!!!!!!!!!!!!!userbelief : train leaveat = 18:30 ; departure = cambridge", + "belief : train leaveat 18:!!!!!!!!!!belief : train leaveat:!!!!!!!!!!!!!!!!!!!!!!!!!! people = 8system : let us go", + "belief : train leaveat 18:!!!!!!!!!!belief : train leaveat:!!!!!!!!!!!!!!!!!!!!!!!!!!!! people = 8system : let us go" + ], + [ + "belief : restaurant food = indian ; pricerange = moderatesystem : yes i have many options for you. do you have a preference as to the area of town?", + "belief : restaurant food = indian ; pricerange = moderatesystem : yes i have many options for you. do you have a preference as to the area of town?", + "belief : restaurant food = indian ; pricerange = moderatesystem : yes i have many options for you. is there a certain area of town you are looking to dine in?", + "belief : restaurant food = indian ; pricerange = moderatesystem : yes i have many options for you. is there a certain area of town you are looking to dine in?", + "belief : restaurant food = indian ; pricerange = moderatesystem : yes i have many options for you. do you have a preference as to the area of town?" + ], + [ + "belief : restaurant food = indian ; pricerange = moderate | booking day = tuesday ; people = 7 ; time = 19:30system : is that ok?", + "belief : restaurant food = indian ; pricerange = moderate | booking day = tuesday ; people = 7 ; time = 19:30system : would you like", + "belief : restaurant food = indian ; pricerange = moderate | booking day = tuesday ; people = 7 ; time = 19:30system : can i reserve a table for you at [restaurant_name]?", + "belief : restaurant food = indian ; pricerange = moderate | booking day = tuesday ; people = 7 ; time = 19:30system : would you like", + "belief : restaurant food = indian ; pricerange = moderate | booking day = tuesday ; people = 7 ; time = 19:30system : is that correct?" + ], + [ + "belief : restaurant food = indian ; pricerange = moderate | booking day = tuesday ; people = 7 ; time = 19:30system : thank you.", + "belief : restaurant food = indian ; pricerange = moderate | booking day = tuesday ; people = 7 ; time = 19:30system : thank you.", + "belief : restaurant food = indian ; pricerange = moderate | booking day = tuesday ; people = 7 ; time = 19:30system : enjoy your food", + "belief : restaurant food = indian ; pricerange = moderate | booking day = tuesday ; people = 7 ; time = 19:30system : enjoy your food", + "belief : restaurant food = indian ; pricerange = moderate | booking day = tuesday ; people = 7 ; time = 19:30system : enjoy your food" + ], + [ + "belief : train destination = cambridgesystem : there are many trains to [value_place]. where will you be departing from?", + "belief : train destination = cambridgesystem : sure. where will you be boarding and what day would you like to leave?", + "belief : train destination = cambridgesystem : there are many trains to [value_place]. where will you be departing from?", + "belief : train destination = cambridgesystem : sure. where will you be boarding and what day would you like to leave?", + "belief : train destination = cambridgesystem : there are many trains to [value_place]. where will you be departing from?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : what time would you like to depart?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : what time would you like to depart?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : what time would you like to depart?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : what time would you like to depart?", + "belief : train destination = cambridge ; day = saturday ; departure = stevenagesystem : what time would you like to depart?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye", + "belief : train destination = cambridge ; day = saturday ; arriveby = 12:30system : goodbye" + ], + [ + "belief :belief : train destination destination destination = cambridge ; day = saturday", + "belief :belief : train destination destination destination = cambridge ; day = saturday", + "belief :belief : train destination destination = cambridge ; day = saturday", + "belief :belief : train destination destination = cambridge ; day = saturday", + "belief :belief : train destination destination destination = cambridge ; day = saturday" + ], + [ + "belief : train departure = kings lynnsystem : what time do you want to leave by?", + "belief : train departure = kings lynnsystem : what time do you want to leave by?", + "belief : train departure = kings lynnsystem : what time do you want to leave by?", + "belief : train departure = kings lynnsystem : what time do you want to leave on [value_day]?", + "belief : train departure = kings lynnsystem : what time do you want to leave by?" + ], + [ + "belief : train destination = cambridge ; departure = kings lynnsystem : what day do you want to travel?", + "belief : train destination = cambridge ; departure = kings lynnsystem : what day do you want to travel?", + "belief : train destination = cambridge ; departure = kings lynnsystem : what day do you want to travel?", + "belief : train destination = cambridge ; departure = kings lynnsystem : what day do you want to travel?", + "belief : train destination = cambridge ; departure = kings lynnsystem : what day do you want to travel?" + ], + [ + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have a train leaving at [value_time]. does that work?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have a train leaving at [value_time]. does that work?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have a train leaving at [value_time]. does that work?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have a train leaving at [value_time]. would you like to book?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : i have a train leaving at [value_time]. would you like to book?" + ], + [ + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many tickets would you like?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : travel time is [value_count]minutes.", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : travel time is [value_count]minutes. how many tickets would you like to book?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many tickets would you like?", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : how many tickets would you like?" + ], + [ + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : goodbye", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : goodbye", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : goodbye", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : goodbye", + "belief : train leaveat = 14:15 ; destination = cambridge ; day = tuesday ; departure = kings lynnsystem : goodbye" + ], + [ + "belief : hotel pricerange = expensive ; internet = yes ; type = hotelsystem : there are [value_count]hotel -s that match that criteria. what part of town did you have in mind to start looking at?", + "belief : hotel pricerange = expensive ; internet = yes ; type = hotelsystem : i have found [value_count]hotel -s that match your criteria. what part of town did you have in mind?", + "belief : hotel pricerange = expensive ; internet = yes ; type = hotelsystem : there are [value_count]hotel -s that match that criteria. what part of town did you have in mind to start looking to book?", + "belief : hotel pricerange = expensive ; internet = yes ; type = hotelsystem : i have found [value_count]hotel -s that match your criteria. what part of town did you have in mind?", + "belief : hotel pricerange = expensive ; internet = yes ; type = hotelsystem : there are [value_count]hotel -s that match that criteria. what part of town did you have in mind to start looking to book?" + ], + [ + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]options for you. is there a certain area you wish to stay in?", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]options for you. do you prefer a certain price range or some part of town?", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]options for you. is there a certain area you wish to stay in?", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]options for you. is there a certain area you wish to stay in?", + "belief : hotel pricerange = expensive ; internet = yes ; type = guesthousesystem : i have [value_count]options for you. do you prefer a certain price range or some part of town?" + ], + [ + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem : how about a hotel", + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem : how about a hotel", + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem : how about a hotel", + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem : how about a hotel", + "belief : hotel pricerange = cheap ; internet = yes ; type = guesthousesystem : how about a hotel" + ], + [ + "belief : hotel pricerange = cheap>", + "belief : hotel pricerange = cheap>", + "belief : hotel pricerange = cheap>", + "belief : hotel pricerange = cheap>", + "belief : hotel pricerange = cheap>" + ], + [ + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap" + ], + [ + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap" + ], + [ + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap" + ], + [ + "belief : hotel parking = none | booking day = tuesday ; people = 5 ; stay = 4system : how many", + "belief : hotel parking = none | booking day = tuesday ; people = none | booking people = 4 ; stay = 4system : how many", + "belief : hotel parking = none | booking day = tuesday ; people = 5 ; stay = 4system : sure. let me know.userworth = cheap = none | booking day = nonesystem : how about [hotel_name].", + "belief : hotel parking = none | booking day = tuesday ; people = 5 ; stay = 4system : sure. let me know.", + "belief : hotel parking = none | booking day = tuesday ; people = 5 ; stay = 4system : sure." + ], + [ + "belief : hotel pricerange = cheap = cheap>", + "belief : hotel pricerange = cheap = cheap>belief : hotel area = none | booking day = tuesday ; people = 3 ; stay = 4system : how about!", + "belief : hotel pricerange = cheap = cheap>belief : hotel bed and breakfast | booking day = tuesday ; people = 3 ; stay = 4system : how about!", + "belief : hotel pricerange = cheap = cheap>", + "belief : hotel pricerange = cheap = cheap>" + ], + [ + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap" + ], + [ + "belief : hotel pricerange = moderate ; internet = yessystem : there are many hotel -s that match your criteria. which area of town would you like to stay in?", + "belief : hotel pricerange = moderate ; internet = yessystem : there are many hotel -s that match your criteria. which area of town would you like to stay in?", + "belief : hotel pricerange = moderate ; internet = yessystem : there are many hotel -s that match your criteria. which area of town would you like to stay in?", + "belief : hotel pricerange = moderate ; internet = yessystem : there are many hotel -s that match your criteria. which area of town would you like to stay in?", + "belief : hotel pricerange = moderate ; internet = yessystem : there are many hotel -s that match your criteria. which area of town would you like to stay in?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : then may i book a room for you?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : then may i book a room for you?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : then may i book a room for you?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : then may i book a room for you?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : then may i book a room for you?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; type = hotelsystem : booking day = fridaysystem : booking people = 1system : goodbye", + "belief : hotel parking = yes ; pricerange = moderate ; type = hotelsystem : person = 1system : goodbye", + "belief : hotel parking = yes ; pricerange = moderate ; type = hotelsystem : person = 1system : goodbye", + "belief : hotel parking = yes ; pricerange = moderate ; type = hotelsystem : booking day = fridaysystem : person = 1 ; stay = 4system : goodbye", + "belief : hotel parking = yes ; pricerange = moderate ; type = hotelsystem : person = 1system : goodbye" + ], + [ + "belief : hotel parking = yes", + "belief : dayuser", + "belief : day = wednesday", + "belief : hotel parking = yes", + "belief : hotel parking = yes" + ], + [ + "belief : person = 1 person", + "belief : person = 1 person", + "belief : person = 1 person", + "belief : person = 1 person", + "belief : person = 1 person" + ], + [ + "belief : goodbye.user", + "belief : goodbye. goodbye.", + "belief : person", + "belief : person", + "belief : goodbye.user" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i have [value_count]hotel -s that match your request. what part of town would you prefer?", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i have [value_count]hotel -s that match your criteria. what part of town did you have in mind to search for?", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i have [value_count]hotel -s that match your criteria. what part of town did you have in mind to start looking for?", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i have [value_count]hotel -s that match your criteria. what part of town did you have in mind to search for?", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : i have [value_count]hotel -s that match your criteria. what part of town did you have in mind to start looking at?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : okay, i would recommend it. how about the [hotel_name]?", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : okay, i'll take it! would you like me to book it for you", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : okay, i'll take it! any preference on price range?", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : okay, i'll take it! would you like me to book it for you", + "belief : hotel parking = yes ; pricerange = expensive ; type = hotelsystem : okay, i'll take it! would you like me to book it for you." + ], + [ + "belief : hotel name = huntingdon marriott hotel ; parking = yessystem : their phone number is [hotel_phone]. can i help with anything else?", + "belief : hotel name = huntingdon marriott hotel ; parking = yessystem : their phone number is [hotel_phone]. can i help with anything else?", + "belief : hotel name = huntingdon marriott hotelsystem : their phone number is [hotel_phone]. is there anything else i can help with?", + "belief : hotel name = huntingdon marriott hotel ; parking = yessystem : their phone number is [hotel_phone]. can i help with anything else?", + "belief : hotel name = huntingdon marriott hotel ; parking = yessystem : their phone number is [hotel_phone]. can i help with anything else?" + ], + [ + "belief : hotel name = huntingdon marriott hotel parkingsystem : goodbye", + "belief : hotel name = huntingdon marriott hotel parkingsystem : goodbye", + "belief : hotel name = huntingdon marriott hotel parkingsystem : goodbye", + "belief : hotel name = huntingdon marriott hotel parkingsystem : goodbye", + "belief : hotel name = huntingdon marriott hotelsystem : goodbye" + ], + [ + "belief : restaurant name = alimentumsystem : it is an [value_pricerange] [value_food] restaurant on the [value_area] side of town. would you like the address?", + "belief : restaurant name = alimentumsystem : sure, it is an [value_pricerange] [value_food] restaurant on the [value_area] side of town. they don't have a star rating, but do offer free wifi. would you like help booking a room there?", + "belief : restaurant name = alimentumsystem : it is an [value_pricerange] [value_food] restaurant on the [value_area] side of town. would you like the address?", + "belief : restaurant name = alimentumsystem : sure, it is an [value_pricerange] [value_food] restaurant on the [value_area] side of town. what information would you like?", + "belief : restaurant name = alimentumsystem : sure, it is an [value_pricerange] [value_food] restaurant on the [value_area] side of town. they don't have a star rating, but do offer free wifi. would you like help booking a room there?" + ], + [ + "belief : restaurant name = restaurant alimentumsystem : you are welcome. thank you for calling us. goodbye.", + "belief : restaurant name = restaurant alimentumsystem : you are welcome. thank you for calling us. goodbye.", + "belief : restaurant name = restaurant alimentumsystem : you are welcome. thank you for calling us. goodbye.", + "belief : restaurant name = restaurant alimentumsystem : you are welcome. thank you for calling us. goodbye.", + "belief : restaurant name = restaurant alimentumsystem : you are welcome. thank you for calling us. goodbye." + ], + [ + "belief : restaurant food = gastropub ; area = centresystem : there are [value_count]restaurant -s. would you prefer [value_food] or [value_food]?", + "belief : restaurant food = gastropub ; area = centresystem : there are [value_count]restaurant -s. would you prefer [value_food] or [value_food]?", + "belief : restaurant food = gastropub ; area = centresystem : sure, there are [value_count]restaurant -s. would you prefer [value_food] or [value_food]?", + "belief : restaurant food = gastropub ; area = centresystem : sure! there are [value_count]restaurant -s in the center of town in the [value_pricerange] and [value_pricerange] price range. which price range are you looking for?", + "belief : restaurant food = gastropub ; area = centresystem : there are [value_count]restaurant -s. would you prefer [value_food] or [value_food]?" + ], + [ + "belief : restaurant food = gastropub ; pricerange = moderate ;", + "belief : restaurant food = gastropub ; pricerange = moderate ;", + "belief : restaurant food = gastropub ; pricerange = moderate ;", + "belief : restaurant food = gastropub ; pricerange = moderate ;", + "belief : restaurant food = gastropub ; pricerange = moderate ;" + ], + [ + "belief : restaurant food = gastropub ; area = centresystem : yes.", + "belief : restaurant food = gastropub ; area = centresystem : yes.", + "belief : restaurant food = gastropub ; area = centresystem : yes.", + "belief : restaurant food = gastropub ; area = centresystem : yes.", + "belief : restaurant food = gastropub ; area = centresystem : yes." + ], + [ + "belief : restaurant food = gastropub ; area = centresystem :", + "belief : restaurant food = gastropub ; area = centresystem :", + "belief : restaurant food = gastropub ; area = centresystem :", + "belief : restaurant food = gastropub ; area = centresystem :", + "belief : restaurant food = gastropub ; area = centresystem :" + ], + [ + "belief : restaurant food = gastropub ; area = centresystem :", + "belief : restaurant food = gastropub ; area = centresystem :", + "belief : restaurant food = gastropub ; area = centresystem :", + "belief : restaurant food = gastropub ; area = centresystem :", + "belief : restaurant food = gastropub ; area = centresystem :" + ], + [ + "belief : restaurant food = indian ; area = centresystem : i highly recommend [restaurant_name]. it is a [value_pricerange] priced [value_food] restaurant located on [restaurant_address]. would you like me to book it?", + "belief : restaurant food = indian ; area = centresystem : there are no indian restaurant -s in the [value_area] of town. would you like to expand the search?", + "belief : restaurant food = indian ; area = centresystem : i highly recommend [restaurant_name]. it is a [value_pricerange] priced [value_food] restaurant located on [restaurant_address]. would you like me to book it?", + "belief : restaurant food = indian ; area = centresystem : i highly recommend [restaurant_name]. it is a [value_pricerange] priced [value_food] restaurant located on [restaurant_address]. would you like me to book it?", + "belief : restaurant food = indian ; area = centresystem : there are [value_count]options for [value_food] food in the [value_pricerange] price range. is there a certain type of food you are interested in?" + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : [restaurant_name]is a [value_food] restaurant, in the [value_pricerange] price range and in the [value_area] of town.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : [restaurant_name]is a [value_food] restaurant, in the [value_pricerange] price range and in the [value_area] of town.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : [restaurant_name]is a [value_food] restaurant, in the [value_pricerange] price range and in the [value_area] of town.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : [restaurant_name]is a [value_food] restaurant, in the [value_pricerange] price range and in the [value_area] of town.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : [restaurant_name]is a [value_food] restaurant, in the [value_pricerange] price range and in the [value_area] of town." + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturday ; people = 7system : booking people = 7system : thank you, goodbye.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturday ; people = 7system : booking people = 7system : thank you.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturday ; people = 7system : booking people = 7system : thank you.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturday ; people = 7system : booking people = 7system : thank you, goodbye.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centre | booking day = saturday ; people = 7system : booking people = 7system : thank you." + ], + [ + "belief : restaurant food = indian | booking day = saturday ; people = 7 ; time = 12:15system :", + "belief : restaurant food = indian | booking day = saturday ; people = 7 ; time = 12:15system :", + "belief : restaurant food = indian | booking day = saturday ; people = 7 ; time = 12:15system :", + "belief : restaurant food = indian | booking day = saturday ; people = 7 ; time = 12:15system :", + "belief : restaurant food = indian | booking day = saturday ; people = 7 ; time = 12:15system :" + ], + [ + "belief : hotel parking = yes ; internet = yessystem : there are many hotel -s that match your criteria. which area of town would you like to stay in?", + "belief : hotel parking = yes ; internet = yessystem : there are many hotel -s that match your criteria. which area of town would you like to stay in?", + "belief : hotel parking = yes ; internet = yessystem : there are many hotel -s that match your criteria. which area of town would you like to stay in?", + "belief : hotel parking = yes ; internet = yessystem : there are many hotel -s that match your criteria. which area of town would you like to stay in?", + "belief : hotel parking = yes ; internet = yessystem : there are many hotel -s that match your criteria. which area of town would you like to stay in?" + ], + [ + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : there are many options available. is there a certain price range you are looking for?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : there are many options available. is there a certain price range you are looking for?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : there are [value_count]hotel -s that meet that criteria. what price range are you looking for?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : there are [value_count]hotel -s that meet that criteria. what price range are you looking for?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : there are many options available. is there a certain price range you are looking for?" + ], + [ + "belief : hotel area = north ; type = guesthousesystem : ok. how many people are in your party?", + "belief : hotel area = north ; type = guesthousesystem : how many days did you want to book it for?", + "belief : hotel area = north ; internet = yes ;", + "belief : hotel area = north ; type = guesthousesystem : how many days would you like to book it for?", + "belief : hotel area = north ; type = guesthousesystem : ok. how many nights are you interested in staying?" + ], + [ + "belief : hotel area = north ; type = guesthousesystem : how about acorn guesthouse", + "belief : hotel area = north ; type = guesthousesystem : how about acorn guesthouse", + "belief : hotel area = north ; type = guesthousesystem : how about acorn guesthouse", + "belief : hotel area = north ; type = guesthousesystem : how about acorn guesthouse", + "belief : hotel area = north ; type = guesthousesystem : how about acorn guesthouse" + ], + [ + "belief : hotel area = north ; day = wednesdaysystem :", + "belief : hotel area = north ; day = wednesdaysystem :", + "belief : hotel area = north ; day = wednesdaysystem :", + "belief : hotel area = north ; day = wednesday ; type = guesthouse", + "belief : hotel area = north ; day = wednesday ; type = guesthouse" + ], + [ + "belief : day = wednesdaysystem :", + "belief : day = wednesdaysystem :", + "belief : day = wednesday", + "belief : day = wednesday", + "belief : hotel area = north" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : day = wednesday", + "belief : day = wednesday", + "belief : day = wednesday", + "belief : hotel area = north", + "belief : day = wednesday" + ], + [ + "belief : train day = friday ; departure = leicestersystem : what time would you like to leave by?", + "belief : train day = friday ; departure = leicestersystem : what time would you like to leave by?", + "belief : train day = friday ; departure = leicestersystem : what time would you like to leave by?", + "belief : train day = friday ; departure = leicestersystem : what time would you like to leave by?", + "belief : train day = friday ; departure = leicestersystem : what time would you like to leave by?" + ], + [ + "belief : train leaveat = 12:15 ; day = friday ; departure = leicestersystem : can you please provide me with the departure site you are leaving from and where you would like to go?", + "belief : train leaveat = 12:15 ; day = friday ; departure = leicestersystem : can you please provide me with the departure site you are leaving from and where you would like to go?", + "belief : train leaveat = 12:15 ; day = friday ; departure = leicestersystem : can you please provide me with the departure site you are leaving from and where you would like to go?", + "belief : train leaveat = 12:15 ; day = friday ; departure = leicestersystem : what is your destination?", + "belief : train leaveat = 12:15 ; day = friday ; departure = leicestersystem : what is your destination?" + ], + [ + "belief : train leaveat = 12:15 ; destination = cambridge ;", + "belief : train leaveat = 12:15 ; destination = cambridge ;", + "belief : train leaveat = 12:15 ; destination = cambridge ;", + "belief : train leaveat = 12:15 ; destination = cambridge ;", + "belief : train leaveat = 12:15 ; destination = cambridge ;" + ], + [ + "belief : train leaveat leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat leaveat = 12:15 ; destination = cambridge ; day = friday ; departure = leicestersystem :!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief :belief : train leaveat_id = 12:15userbelief : train leaveat destination = cambridgeuser :belief : train leaveat destination = cambridge ; day = friday ; departure = leicestersystem : goodbye", + "belief :belief : train leaveat 12:belief : train leaveat destination = cambridge ; day = friday ; departure = leicestersystem : goodbye", + "belief :belief : train leaveatraunt", + "belief :belief : train leaveatralogy", + "belief :belief : train leaveatralogy" + ], + [ + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : do you know what time you would like to arrive?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : do you know what time you would like to arrive?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : do you know what time you would like to arrive?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : do you know what time you would like to arrive?", + "belief : taxi destination = da vinci pizzeria ; departure = tandoori palacesystem : do you know what time you would like to arrive?" + ], + [ + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : you are more than welcome!", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : you are more than welcome!", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : you are more than welcome!", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : you are more than welcome!", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : you are more than welcome!" + ], + [ + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : goodbye.", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : goodbye.", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : goodbye.", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : goodbye.", + "belief : taxi leaveat = 22:15 ; destination = da vinci pizzeria ; departure = tandoori palacesystem : goodbye." + ], + [ + "belief : restaurant food = african ; pricerange = moderatesystem : i am sorry, there are not any restaurant -s matching your request. would you like to try a different price range or food type?", + "belief : restaurant food = african ; pricerange = moderatesystem : i am sorry, there are not any restaurant -s serving african food in your price range. would you like to try a different price range or food type?", + "belief : restaurant food = african ; pricerange = moderatesystem : i am sorry, there are not any restaurant -s matching your request. would you like to try a different price range or food type?", + "belief : restaurant food = african ; pricerange = moderatesystem : i am sorry, there are not any restaurant -s matching your request. would you like to try a different price range or food type?", + "belief : restaurant food = african ; pricerange = moderatesystem : i am sorry, there are not any restaurant -s serving african food in your price range. would you like to try a different price range or food type?" + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderatesystem : [restaurant_name]has an [value_pricerange] [value_food] restaurant.", + "belief : restaurant food = asian oriental ; pricerange = moderatesystem : [restaurant_name]has an [value_pricerange] [value_food] restaurant.", + "belief : restaurant food = asian oriental ; pricerange = moderatesystem : [restaurant_name]has an [value_pricerange] [value_food] restaurant.", + "belief : restaurant food = asian oriental ; pricerange = moderatesystem : [restaurant_name]has an [value_pricerange] [value_food] restaurant.", + "belief : restaurant food = asian oriental ; pricerange = moderatesystem : [restaurant_name]has an [value_pricerange] [value_food] restaurant." + ], + [ + "belief : restaurant food = asian ; pricerange = cheapsystem :45", + "belief : restaurant food = asian ; pricerange = cheapsystem :45", + "belief : restaurant food = asian oriental ; pricerange = cheapsystem :45", + "belief : restaurant food = asian ; pricerange = cheapsystem :45", + "belief : restaurant food = asian ; pricerange = cheapsystem :45" + ], + [ + "belief : restaurant food = asian food = [value_area]user", + "belief : restaurant food = asian food = [value_area]user : goodbye.", + "belief : restaurant food = asian food = [value_area]user", + "belief : restaurant food = asian food = [value_area]user : goodbye.", + "belief : restaurant food = asian food = [value_area]user : goodbye." + ], + [ + "belief : restaurant food = asian food = [value_area]", + "belief : restaurant food = asian food = [value_area]", + "belief : restaurant food = asian food = [value_area]user", + "belief : restaurant food = asian food = [value_area]", + "belief : restaurant food = asian food = [value_area]" + ], + [ + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : i can book you on royal standard, what is your departure site?", + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : i can book you on royal standard, what is your departure site?", + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : i can book you on royal standard, what is your departure site?", + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : i can book you on royal standard, with reference number [hotel_reference]. may i help with anything else?", + "belief : taxi leaveat = 03:30 ; destination = royal standardsystem : i can book you on royal standard, with reference number [hotel_reference]. may i help with anything else?" + ], + [ + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = tenpinsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = ten", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = ten", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = ten", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = ten", + "belief : taxi leaveat = 03:30 ; destination = royal standard ; departure = ten" + ], + [ + "belief : taxi leaveat = 13:45 ; departure = royal spicesystem : i can book that for you, what is your destination?", + "belief : taxi leaveat = 13:45 ; departure = royal spicesystem : i can book that for you, what is your destination?", + "belief : taxi leaveat = 13:45 ; departure = royal spicesystem : i can help you with that. when do you need to leave?", + "belief : taxi leaveat = 13:45 ; departure = royal spicesystem : i can book that for you, what is your destination?", + "belief : taxi leaveat = 13:45 ; departure = royal spicesystem : i can book that for you, what is your destination?" + ], + [ + "belief : taxi leaveat = 13:45 ; destination = kirkwood housesystem : your booking is complete, a [taxi_type]will pick you up.", + "belief : taxi leaveat = 13:45 ; destination = kirkwood housesystem : your booking is complete, a [taxi_type]will pick you up.", + "belief : taxi leaveat = 13:45 ; destination = kirkwood housesystem : your booking is complete, a [taxi_type]will pick you up.", + "belief : taxi leaveat = 13:45 ; destination = kirkwood housesystem : your booking is complete, a [taxi_type]will pick you up.", + "belief : taxi leaveat = 13:45 ; destination = kirkwood housesystem : your booking is complete, a [taxi_type]will pick you up." + ], + [ + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal spicesystem : you are welcome. is there anything else i can help you with?", + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal spicesystem : you are welcome. is there anything else i can help you with?", + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal spicesystem : you are welcome. is there anything else i can help you with?", + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal spicesystem : you are welcome. is there anything else i can help you with?", + "belief : taxi leaveat = 13:45 ; destination = kirkwood house ; departure = royal spicesystem : you are welcome. is there anything else i can help you with?" + ], + [ + "belief : restaurant food = asian oriental ; area = centresystem : yes. there are [value_count]. [restaurant_name]is an [value_food] restaurant. would you like me to book you a table?", + "belief : restaurant food = asian oriental ; area = centresystem : yes. there are [value_count]options. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = asian oriental ; area = centresystem : yes. there are [value_count]options. do you prefer [value_food] or [value_food] food?", + "belief : restaurant food = asian oriental ; area = centresystem : yes. there are [value_count]. [restaurant_name]and [restaurant_name]. would you like me to book you a table?", + "belief : restaurant food = asian oriental ; area = centresystem : yes. there are [value_count]options. do you prefer [value_food] or [value_food] food?" + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : how about [value_food] food?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : how about [value_food] food?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : how about [value_food] food?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : how about [value_food] food?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : how about [restaurant_name]? it is located at [restaurant_address]and the phone number is [restaurant_phone]." + ], + [ + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : what time would you like to eat?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : what time would you like to eat?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : what time would you like to eat?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : what time would you like to eat?", + "belief : restaurant food = asian oriental ; pricerange = moderate ; area = centresystem : what time would you like to eat?" + ], + [ + "belief : restaurant food = asian oriental ; area = centre | booking day = saturday ; people = 4system : goodbye", + "belief : restaurant food = asian oriental ; area = centre | booking day = saturday ; people = 4system : goodbye", + "belief : restaurant food = asian oriental ; area = centre | booking day = saturday ; people = 4system : goodbye", + "belief : restaurant food = asian oriental ; area = centre | booking day = saturday ; people = 4system : goodbye", + "belief : restaurant food = asian oriental ; area = centre | booking day = saturday ; people = 4system : goodbye" + ], + [ + "belief : restaurant food = asian oriental | booking day = saturday", + "belief : restaurant food = asian oriental | booking day = saturday", + "belief : restaurant food = asian oriental | booking day = saturday", + "belief : restaurant food = asian oriental | booking day = saturday", + "belief : restaurant food = asian oriental | booking day = saturday" + ], + [ + "belief : restaurant pricerange = expensive ; area = southsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = southsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = southsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = southsystem : what type of food are you looking for?", + "belief : restaurant pricerange = expensive ; area = southsystem : what type of food are you looking for?" + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : [restaurant_name]is a great choice! their phone number is [restaurant_phone], postcode is [restaurant_postcode], and area is southsystem : thank you.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : [restaurant_name]is a great restaurant serving [value_food] food in the [value_pricerange] price range and is in the [value_area] part of town. their phone number is [restaurant_phone]. is there anything else i can help you with?", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : [restaurant_name]is a great restaurant serving [value_food] food in the [value_pricerange] price range and is in the [value_area] part of town. their phone number is [restaurant_phone].", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : [restaurant_name]is a great restaurant serving [value_food] food in the [value_pricerange] price range and is in the [value_area] part of town. their phone number is [restaurant_phone]. is there anything else i can help you with?", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : [restaurant_name]is a great choice! their phone number is [restaurant_phone], postcode is [restaurant_postcode], and area is southsystem : thank you, goodbye." + ], + [ + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : goodbyesystem : goodbye.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : goodbyesystem : goodbye.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : goodbyesystem : goodbye.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : goodbyesystem : goodbye.", + "belief : restaurant food = chinese ; pricerange = expensive ; area = southsystem : goodbyesystem : goodbye." + ], + [ + "belief : hotel parking = yes ; internet = yessystem : i have found plenty of place -s that match your criteria. what part of town did you have in mind to stay in?", + "belief : hotel parking = yes ; internet = yessystem : i have found plenty of place -s that match your criteria. what part of town did you have in mind to stay in?", + "belief : hotel parking = yes ; internet = yessystem : i have found plenty of place -s that match your criteria. what part of town did you have in mind to stay in?", + "belief : hotel parking = yes ; internet = yessystem : i have found plenty of place -s that do that for you. do you have a preference as to area or type of place?", + "belief : hotel parking = yes ; internet = yessystem : i have found plenty of place -s that match your criteria. what part of town did you have in mind to stay in?" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : ok, there are [value_count]hotel -s that are [value_pricerange] -ly priced and all have parking. would you like", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : ok, there are [value_count]hotel -s that are [value_pricerange] -ly priced and all have free wifi.", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : ok, there are [value_count]hotel -s that are [value_pricerange] -ly priced and all have parking. would you like", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : ok, there are [value_count]hotel -s that are [value_pricerange] -ly priced and all have parking. do you want a hotel?", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem : ok, there are [value_count]hotel -s that are [value_pricerange] -ly priced and all have free wifi." + ], + [ + "belief : hotel parking = yes ; internet = yes ;", + "belief : hotel parking = yes ; internet = yes ;", + "belief : hotel parking = yes ; internet = yes ;", + "belief : hotel parking = yes ; internet = yes ;", + "belief : hotel parking = yes ; internet = yes ;" + ], + [ + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem :", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem :", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem :", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem :", + "belief : hotel parking = yes ; internet = yes ; type = hotelsystem :" + ], + [ + "belief : hotel parking = yes = 2 people = 3system :", + "belief : hotel parking = yes = 2 people = 3system :", + "belief : hotel parking = yes = 2 people = 3system :", + "belief : hotel parking = yesuser", + "belief : hotel parking = yesuser" + ], + [ + "belief :belief : hotel parking = yesuser :belief : hotel parking = yes ; internet = yes ; type = hotel", + "belief :belief : hotel parking = yesuser :belief : hotel parking = yes ; internet = yes ; type = hotel", + "belief :belief : hotel parking = yesuser :belief : hotel parking = yes = 3 ; internet = yes ; type = hotel", + "belief :belief : hotel parking = yesuser :belief : hotel parking = yes = yes ; internet = yes ; type = hotel", + "belief :belief : hotel parking = yesuser :belief : hotel parking = yes ; internet = yes ; type = hotel = hotel" + ], + [ + "belief :belief : hotel parking = yesuser", + "belief :belief : hotel parking = yesuser", + "belief :belief : hotel parking = yesuser", + "belief :belief : hotel parking = yesuser", + "belief :belief : hotel parking = yes = 3" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : i am sorry, there are no [value_pricerange] restaurant -s serving [value_food] food. would you like to try something else?", + "belief : restaurant food = italian ; pricerange = expensivesystem : i am sorry, there are no [value_pricerange] restaurant -s serving [value_food] food. would you like to try a [value_pricerange] price range or a [value_pricerange] range?", + "belief : restaurant food = italian ; pricerange = expensivesystem : i am sorry, there are no [value_pricerange] restaurant -s serving [value_food] food. would you like to try a [value_pricerange] price range or a [value_pricerange] range?", + "belief : restaurant food = italian ; pricerange = expensivesystem : i am sorry, there are no [value_pricerange] restaurant -s serving [value_food] food. would you like to try something else?", + "belief : restaurant food = italian ; pricerange = expensivesystem : i am sorry, there are no [value_pricerange] restaurant -s serving [value_food] food. would you like to try a [value_pricerange] price range or a [value_pricerange] range?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = westsystem : would you like to book at [value_count]of them?", + "belief : restaurant food = italian ; pricerange = expensive ; area = westsystem : would you like to book at [value_count]of them?", + "belief : restaurant food = italian ; pricerange = expensive ; area = westsystem : would you like to book at [value_count]of them?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : okay, would you like me to book at [value_count]of them for you", + "belief : restaurant food = italian ; pricerange = expensive ; area = westsystem : would you like to book at [value_count]of them?" + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : would you like a reservation for [value_count]at the [restaurant_name]?", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : would you like a reservation for [value_count]at the [restaurant_name]?", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : would you like to make a reservation?", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : would you like a reservation for [value_count]at the [restaurant_name]?", + "belief : restaurant food = italian ; pricerange = expensive ; area = centresystem : would you like a reservation for [value_count]at the [restaurant_name]?" + ], + [ + "belief : restaurant food = italian ; area = centresystem :", + "belief : restaurant food = italian ; area = centresystem :", + "belief : restaurant food = italian ; area = centresystem :", + "belief : restaurant food = italian ; area = centresystem :", + "belief : restaurant food = italian ; area = centresystem :" + ], + [ + "belief :belief : restaurant food = italian ; area = centresystem : goodbye", + "belief :belief : restaurant food = italian ; area = centresystem : goodbye", + "belief :belief : restaurant food = italian ; area = centresystem : goodbye", + "belief :belief : restaurant food = italian ; area = centresystem : goodbye", + "belief :belief : restaurant food = italian ; area = centresystem : goodbye" + ], + [ + "belief : taxi leaveat = 09:30 ; departure = cambridge arts theatresystem : sure! where are you going?", + "belief : taxi leaveat = 09:30 ; departure = cambridge arts theatresystem : sure! where are you going?", + "belief : taxi leaveat = 09:30 ; departure = cambridge arts theatresystem : sure! where are you going?", + "belief : taxi leaveat = 09:30 ; departure = cambridge arts theatresystem : sure! where are you going?", + "belief : taxi leaveat = 09:30 ; departure = cambridge arts theatresystem : sure! where are you going?" + ], + [ + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge arts theatresystem : alright, and what will your destination be?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge arts theatresystem : alright, and what will your destination be?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge arts theatresystem : alright, and what will your destination be?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge arts theatresystem : alright, and what will your destination be?", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge arts theatresystem : alright, and what will your destination be?" + ], + [ + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge arts theatresystem : the contact number is [taxi_phone]. thank you!", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge arts theatresystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge arts theatresystem : the contact number is [taxi_phone].", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge arts theatresystem : the contact number is [taxi_phone]. thank you!", + "belief : taxi leaveat = 09:30 ; destination = restaurant one seven ; departure = cambridge arts theatresystem : the contact number is [taxi_phone]. thank you!" + ], + [ + "belief : train leaveat = 20:45 ; destination = cambridge ; day = tuesday ; departure = peterboroughsystem : there are [value_count]trains, do you have a departure location and day?", + "belief : train leaveat = 20:45 ; destination = cambridge ; day = tuesday ; departure = peterboroughsystem : there are [value_count]trains, do you have a departure location and day?", + "belief : train leaveat = 20:45 ; destination = cambridge ; day = tuesday ; departure = peterboroughsystem : there are [value_count]trains that will arrive by [value_time]. each train takes [value_count]hour. when would you prefer to depart?", + "belief : train leaveat = 20:45 ; departure = peterboroughsystem : there are [value_count]trains, do you have a destination and day?", + "belief : train leaveat = 20:45 ; departure = peterboroughsystem : yes, i can book that for you. where will you be traveling to?" + ], + [ + "belief : train arriveby = 20:45 ; departure = peterboroughsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train arriveby = 20:45 ; departure = peterboroughsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train arriveby = 20:45 ; departure = peterboroughsystem : trainid [train_id] is the the the the the first train of the day leaving at [value_time]would that work for you?", + "belief : train arriveby = 20:45 ; departure = peterboroughsystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : train arriveby = 20:45 ; departure = peterboroughsystem : trainid [train_id] is your best bet. it will arrive at [value_time]. would you like me to book some tickets for you?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45system : what time do you want to depart?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45system : what time do you want to depart?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45system : what time do you want to depart?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45system : what time do you want to depart?", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:45system : what time do you want to depart?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby 20:45system :", + "belief : train destination = cambridge ; day = saturday ; arriveby 20:45system :", + "belief : train destination = cambridge ; day = saturday ; arriveby 20:45system :", + "belief : train destination = cambridge ; day = saturday ; arriveby 20:45system :", + "belief : train destination = cambridge ; day = saturday ; arriveby 20:45system :" + ], + [ + "belief : train destination = cambridge=>belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = nonesystem : goodbye", + "belief : train destination = cambridge=>belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = nonesystem : goodbye", + "belief : train destination = cambridge=>belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = nonesystem : goodbye", + "belief : train destination = cambridge=>belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = nonesystem : goodbye", + "belief : train destination = cambridge=>belief : train destination = cambridge ; day = saturday ; arriveby = 20:45 ; departure = nonesystem : goodbye" + ], + [ + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : sure thing, when would you like to arrive or leave by?", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : sure thing, when would you like to arrive or leave by?", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : sure thing, when would you like to arrive or leave by?", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : sure thing, when would you like to arrive or leave by?", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchensystem : sure thing, when would you like to arrive or leave by?" + ], + [ + "belief : taxi destination = stevenage train station ; arriveby = 02:15system : okay, and where will you be leaving from?", + "belief : taxi destination = stevenage train station ; arriveby = 02:15system : okay, and where will you be leaving from?", + "belief : taxi destination = stevenage train station ; arriveby = 02:15system : i have a [taxi_type]with contact number [taxi_phone]booked for you.", + "belief : taxi destination = stevenage train station ; arriveby = 02:15system : i have a [taxi_type]with contact number [taxi_phone]booked for you.", + "belief : taxi destination = stevenage train station ; arriveby = 02:15system : okay, and where will you be leaving from?" + ], + [ + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : enjoy your visit to the [value_place]train station", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : enjoy your stay", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : enjoy your stay", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : enjoy your visit to the [value_place]train station", + "belief : taxi destination = stevenage train station ; departure = gourmet burger kitchen ; arriveby = 02:15system : you are more than welcome!" + ], + [ + "belief : taxi departure = grafton hotel restaurantsystem : i would be happy to help. what time would you like to leave and or arrive by?", + "belief : taxi departure = grafton hotel restaurantsystem : i would be happy to help. what time would you like to leave and or arrive by?", + "belief : taxi departure = grafton hotel restaurantsystem : i would be happy to help. what time would you like to leave and or arrive by?", + "belief : taxi departure = grafton hotel restaurantsystem : sure, we'll need a [taxi_type]to pick you up. the contact number is [taxi_phone]. can i help with anything else?", + "belief : taxi departure = grafton hotel restaurantsystem : i would be happy to help. what time would you like to leave and or arrive by?" + ], + [ + "belief : taxi leaveat = 16:45 ; departure = grafton hotel restaurantsystem : i have several options for you depending on the day of the week or times you wish to travel. is there a certain time you would like to leave?", + "belief : taxi leaveat = 16:45 ; departure = grafton hotel restaurantsystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 16:45 ; departure = grafton hotel restaurantsystem : i have several options for you depending on the day of the week or times you wish to travel. is there a certain time you would like to leave?", + "belief : taxi leaveat = 16:45 ; departure = grafton hotel restaurantsystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 16:45 ; departure = grafton hotel restaurantsystem : i have a [taxi_type]with contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : i have you booked in a [taxi_type]", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : booking completed! booked car type [taxi_type]", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : jinling is a [value_pricerange] [value_food] restaurant located in the [value_area] of town. would you like their address?", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : i have booked you a [taxi_type].", + "belief : taxi leaveat = 16:45 ; destination = jinling noodle bar ; departure = grafton hotel restaurantsystem : jinling is a [value_pricerange] [value_food] restaurant in the [value_area]." + ], + [ + "belief : taxi leaveat = jinling noodle bar ; departure = grafton hotel restaurant ; arriveby = 16:45system : goodbye", + "belief : taxi leaveat = jinling noodle bar ; departure = grafton hotel restaurant ; arriveby = 16:45system : goodbye", + "belief : taxi leaveat = jinling noodle bar ; departure = grafton hotel restaurant ; arriveby = 16:45system : goodbye", + "belief : taxi leaveat = jinling noodle bar ; departure = grafton hotel restaurant ; arriveby = 16:45system : goodbye", + "belief : taxi leaveat = jinling noodle bar ; departure = grafton hotel restaurant ; arriveby = 16:45system : goodbye" + ], + [ + "belief : restaurant food = saigon citysystem : i have booked a table at [restaurant_name]. your reference number is [restaurant_reference]. is there anything else i can do for you?", + "belief : restaurant food = saigon citysystem : i have booked a table at [restaurant_name]. your reference number is [restaurant_reference]. is there anything else i can do for you?", + "belief : restaurant food = saigon citysystem : i have booked a table at [restaurant_name]. your reference number is [restaurant_reference]. is there anything else i can do for you?", + "belief : restaurant food = saigon citysystem : i have booked a table at [restaurant_name]. your reference number is [restaurant_reference]. is there anything else i can do for you?", + "belief : restaurant food = saigon citysystem : i am sorry i was unable to find any restaurant serving saigon city in the [value_pricerange] price range. would you like to try another type of food?" + ], + [ + "belief : restaurant food = saigon city ; pricerange = cheap ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : booking was successful. your reference number is [restaurant_reference]. is there anything else i can help you with?", + "belief : restaurant food = saigon city ; pricerange = cheap ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : your booking was successful. your reference number is [restaurant_reference]. is there anything else i can help you with today?", + "belief : restaurant food = saigon city ; pricerange = cheap ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : your booking was successful. your reference number is [restaurant_reference]. is there anything else i can help you with today?", + "belief : restaurant food = saigon city ; pricerange = cheap ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : your booking was successful. your reference number is [restaurant_reference]. is there anything else i can help you with today?", + "belief : restaurant food = saigon city ; pricerange = cheap ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : booking was successful. your reference number is [restaurant_reference]. is there anything else i can help you with?" + ], + [ + "belief : restaurant food = saigon city ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : you are welcome.", + "belief : restaurant food = seafood ; name = saigon city ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system :", + "belief : restaurant food = seafood ; name = saigon city ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system :", + "belief : restaurant food = saigon city ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : you are welcome.", + "belief : restaurant food = saigon city ; area = north | booking day = wednesday ; people = 5 ; time = 19:45system : you are welcome." + ], + [ + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i can help with that! what time do you need to leave or arrive by?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i can help with that! what time do you need to leave or arrive by?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i can help with that! what time do you need to leave or arrive by?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i can help with that! what time do you need to leave or arrive by?", + "belief : taxi destination = whale of a time ; departure = arbury lodge guesthousesystem : i can help with that! what time do you need to leave or arrive by?" + ], + [ + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 13:00 ; destination = whale of a time ; departure = arbury lodge guesthousesystem : i have a [taxi_type]with contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 13:00 ; departure = arbury lodge guesthousesystem : goodbye!", + "belief : taxi leaveat = 13:00 ; departure = arbury lodge guesthousesystem : you are more than welcome!", + "belief : taxi leaveat = 13:00 ; departure = arbury lodge guesthousesystem : you are welcome! goodbye!", + "belief : taxi leaveat = 13:00 ; departure = arbury lodge guesthousesystem : you are more than welcome!", + "belief : taxi leaveat = 13:00 ; departure = arbury lodge guesthousesystem : you are more than welcome!" + ], + [ + "belief : taxi leaveat 13:00", + "belief : taxi leaveat leaveat = 13:00 ; destination = whale of a timesystem :", + "belief : taxi leaveat 13:00", + "belief : taxi leaveat leaveat = 13:00 ; destination = whale of a timesystem :", + "belief : taxi leaveat leaveat = 13:00 ; destination = whale of a timesystem :" + ], + [ + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?", + "belief : hotel name = warkworth housesystem : i have found the [hotel_name]located in the [value_area]. it is [value_count]stars and is in the [value_pricerange] price range. may i book it for you?" + ], + [ + "belief : hotel name = warkworth house ; area = east ; pricerange = moderate ; internet = yes ; type = guesthouse | booking day = thursday ; people = 3 ; stay = 5system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = warkworth house ; area = east ; pricerange = moderate ; internet = yes ; type = guesthouse | booking day = thursday ; people = 3 ; stay = 5system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = warkworth house ; area = east ; pricerange = moderate ; internet = yes ; type = guesthouse | booking day = thursday ; people = 3 ; stay = 5system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = warkworth house ; area = east ; pricerange = moderate ; internet = yes ; type = guesthouse | booking day = thursday ; people = 3 ; stay = 5system : booking was successful. reference number is [hotel_reference].", + "belief : hotel name = warkworth house ; area = east ; pricerange = moderate ; internet = yes ; type = guesthouse | booking day = thursday ; people = 3 ; stay = 5system : booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : reference number is [hotel_reference].", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : reference number is [hotel_reference].", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : reference number is [hotel_reference].", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : reference number is [hotel_reference].", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : reference number is [hotel_reference]." + ], + [ + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : goodbye.", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : goodbye.", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : goodbye.", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : goodbye.", + "belief : hotel name = warkworth house | booking day = friday ; people = 3 ; stay = 5system : goodbye." + ], + [ + "belief : restaurant food = spanish ; pricerange = cheapsystem : there are [value_count][value_food] restaurant -s in total, what price range do you want?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : there are [value_count][value_food] restaurant -s in total, what price range do you want?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : there are [value_count][value_food] restaurant -s in total, what price range do you want?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : there are [value_count][value_food] restaurant -s in total, what price range do you want?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : there are [value_count][value_food] restaurant -s, [restaurant_name]in the [value_area] and [restaurant_name]in the [value_area], do you have a preference for area?" + ], + [ + "belief : restaurant food = spanish ; pricerange = cheapsystem : how about [restaurant_name]?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : no restaurant -s in the center of town are in the [value_area], center, or what type of food you are looking for.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : how about [restaurant_name]?", + "belief : restaurant food = spanish ; pricerange = cheapsystem : no restaurant -s in the center of town are in the [value_area], center, or what type of food you are looking for.", + "belief : restaurant food = spanish ; pricerange = cheapsystem : no restaurant -s in the center of town are fit for your request. is there another cuisine type or price range?" + ], + [ + "belief : restaurant food = spanish ; pricerange = cheapsystem :", + "belief : restaurant food = spanish ; pricerange = cheapsystem :", + "belief : restaurant food = spanish ; pricerange = cheapsystem :", + "belief : restaurant food = spanish ; pricerange = cheapsystem :", + "belief : restaurant food = spanish ; pricerange = cheapsystem :" + ], + [ + "belief : restaurant food = spanish ; pricerange = cheapuser :belief : restaurant food = spanish ; area = centresystem : goodbye", + "belief : restaurant food = spanish ; pricerange = cheapuser :", + "belief : restaurant food = spanish ; pricerange = cheapuser :belief : restaurant food = [value_area = centresystem : goodbye", + "belief : restaurant food = spanish ; pricerange = cheapuser :belief : restaurant food = [value_area = centresystem : goodbye", + "belief : restaurant food = spanish ; pricerange = cheap" + ], + [ + "belief : restaurant food = spanish ; day = tuesday", + "belief : restaurant food = spanish ; day = tuesday ; people = 7 ; time = 11:45system : goodbye.", + "belief : restaurant food = spanish ; day = tuesday", + "belief : restaurant food = spanish ; day = tuesday ; people = 07:45 ; departure = city = centresystem : goodbye", + "belief : restaurant food = spanish ; day = tuesday" + ], + [ + "belief : hotel parking = yes ; stars = 4system : i would be happy to help with your request, where will you be departing from?", + "belief : hotel parking = yes ; stars = 4system : i would be happy to help with your request, but first could you tell me what your destination is?", + "belief : hotel parking = yes ; stars = 4system : i would be happy to help with your request, but first could you tell me what your destination is?", + "belief : hotel parking = yes ; stars = 4system : i would be happy to help with your request, where will you be departing from?", + "belief : hotel parking = yes ; stars = 4system : i would be happy to help with your request, but first could you tell me what your destination is?" + ], + [ + "belief : hotel area = centre ; parking = yes ; stars = 4system : the [hotel_name]is [value_pricerange]", + "belief : hotel area = centre ; parking = yes ; stars = 4system : there are [value_count]options. how about the [hotel_name]?", + "belief : hotel area = centre ; parking = yes ; stars = 4system : the [hotel_name]is [value_pricerange]", + "belief : hotel area = centre ; parking = yes ; stars = 4system : the [hotel_name]is a good option.", + "belief : hotel area = centre ; parking = yes ; stars = 4system : the [hotel_name]is a good option." + ], + [ + "belief : hotel area = north ; parking = yes ; stars = 4system : how about town =!", + "belief : hotel area = north ; parking = yes ; stars = 4system : how about town =!", + "belief : hotel area = north ; parking = yes ; stars = 4system : how about town =!", + "belief : hotel area = north ; parking = yes ; stars = 4system : how about town =!", + "belief : hotel area = north ; parking = yes ; stars = 4system : how about!" + ], + [ + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief :belief : hotel area = northsystem :", + "belief :belief : hotel area = north ; type = hotel" + ], + [ + "belief :belief : hotel area = northsystem :", + "belief :belief : hotel area = north", + "belief :belief : hotel area = northsystem :", + "belief :belief : hotel area = northsystem :", + "belief :belief : hotel area = northsystem :" + ], + [ + "belief : hotel area = northsystem : goodbye.", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem : goodbye." + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : train day = friday ; arriveby = 19:00system : i have several trains that will get you there by then, for how many people?", + "belief : train day = friday ; arriveby = 19:00system : i am sorry there are no trains for that day. would you like to try for a shorter stay?", + "belief : train day = friday ; arriveby = 19:00system : i have several trains that will get you there by then, for how many people?", + "belief : train day = friday ; arriveby = 19:00system : i am sorry there are no trains for that day. would you like to try for a shorter stay?", + "belief : train day = friday ; arriveby = 19:00system : i have several trains that will get you there by then, for how many people?" + ], + [ + "belief : train day = friday ; arriveby = 19:00 ; departure = cambridgesystem : you are all set! please be on the lookout for a [taxi_type]and the contact number is [taxi_phone]", + "belief : train day = friday ; arriveby = 19:00 ; departure = cambridgesystem : okay, and where would you like the train to take you?", + "belief : train day = friday ; arriveby = 19:00 ; departure = cambridgesystem : okay, and where would you like the train to take you?", + "belief : train day = friday ; arriveby = 19:00 ; departure = cambridgesystem : you are all set! please be on the lookout for a [taxi_type]and the contact number is [taxi_phone]", + "belief : train day = friday ; arriveby = 19:00 ; departure = cambridgesystem : you are all set! please include -s a departure time and date. thank you!" + ], + [ + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : ok, i have a train for you with a price of [value_price] gbp. anything else for you?", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : ok, i have a train for you, just to confirm. is that ok?", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : ok, i have a train for you with a price of [value_price] gbp. anything else for you?", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : what time do you want to leave or arrive?", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00 ; departure = cambridgesystem : what time do you want to leave or arrive?" + ], + [ + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :", + "belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :" + ], + [ + "belief :belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :", + "belief :belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :", + "belief :belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :", + "belief :belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :", + "belief :belief : train destination = stansted airport ; day = friday ; arriveby = 19:00system :" + ], + [ + "belief : train destination = stansted airportuser", + "belief : train destination = stansted airport", + "belief : train destination = stansted airportuser", + "belief : train destination = stansted airportuserbelief : train day = friday ; arriveby = 19:00 ; departure = 19:00system :", + "belief : train destination = stansted airport" + ], + [ + "belief : taxi destination = parkside police station ; arriveby = 16:45system : okay, what is your departure site?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : okay, what is your departure site?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : okay, what is your departure site?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : okay, what is your departure site?", + "belief : taxi destination = parkside police station ; arriveby = 16:45system : okay, could you please tell me where you would like to leave from?" + ], + [ + "belief : taxi destination = parkside police station ; departure = parkside police station ; arriveby = 16:45system : ok, what time do you want to leave?", + "belief : taxi destination = parkside police station ; departure = parkside police station ; arriveby = 16:45system : ok, what time do you want to leave by?", + "belief : taxi destination = parkside police station ; departure = parkside police station ; arriveby = 16:45system : ok, what time do you want to leave by?", + "belief : taxi destination = parkside police station ; departure = parkside police station ; arriveby = 16:45system : ok, what time do you want to leave by?", + "belief : taxi destination = parkside police station ; departure = parkside police station ; arriveby = 16:45system : ok, what time do you want to leave?" + ], + [ + "belief : taxi destination = stansted airport train station ; departure =", + "belief : taxi destination = stansted airport train station ; departure =", + "belief : taxi destination = stansted airport train station ; departure =", + "belief : taxi destination = stansted airport train station ; departure =", + "belief : taxi destination = stansted airport train station ; departure =" + ], + [ + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = parkside police station ; arriveby = 16:45system : goodbye" + ], + [ + "belief : taxi destination = stansted airport train station ; departure =", + "belief : taxi destination = stansted airport train station ; departure =", + "belief : taxi destination = stansted airport train station ; departure =", + "belief : taxi destination = stansted airport train station ; departure = peterborough train station ; arriveby = 16:45system : goodbye", + "belief : taxi destination = stansted airport train station ; departure = peterborough train station ; arriveby = 16:45system : goodbye" + ], + [ + "belief : hotel name = arbury lodge guesthousesystem : the arbury lodge guesthouse is an [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. they offer free parking and free internet.", + "belief : hotel name = arbury lodge guesthousesystem : the arbury lodge guesthouse is an [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. they offer free parking and free internet. would you like to make a booking?", + "belief : hotel name = arbury lodge guesthousesystem : the arbury lodge guesthouse is an [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. they offer free parking and free internet.", + "belief : hotel name = arbury lodge guesthousesystem : the arbury lodge guesthouse is an [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. they offer free parking and free internet. their phone number is [hotel_phone].", + "belief : hotel name = arbury lodge guesthousesystem : the arbury lodge guesthouse is an [value_pricerange] -ly priced [value_count]star guesthouse on the [value_area] side of town. they offer free parking and free internet. would you like to make a booking?" + ], + [ + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : your booking was successful. reference number is [hotel_reference].", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : your booking was successful. reference number is [hotel_reference].", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : your booking was successful. reference number is [hotel_reference].", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : your booking was successful. reference number is [hotel_reference].", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : your booking was successful. reference number is [hotel_reference]." + ], + [ + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : goodbye.", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : goodbye.", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : goodbye.", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : goodbye.", + "belief : hotel name = arbury lodge guesthouse | booking day = wednesday ; people = 5 ; stay = 5system : goodbye." + ], + [ + "belief : taxi departure = the missing socksystem : do you know what time you would like to leave or arrive by?", + "belief : taxi departure = the missing socksystem : do you know what time you would like to leave or arrive by?", + "belief : taxi departure = the missing socksystem : do you know what time you would like to leave or arrive by?", + "belief : taxi departure = the missing socksystem : do you know what time you would like to leave or arrive by?", + "belief : taxi departure = the missing socksystem : do you know what time you would like to leave or arrive by?" + ], + [ + "belief : taxi destination = the lucky star ; departure = the missing socksystem : what time do you want to leave?", + "belief : taxi destination = the lucky star ; departure = the missing socksystem : what time do you want to leave?", + "belief : taxi destination = the lucky star ; departure = the missing socksystem : what time do you want to leave?", + "belief : taxi destination = the lucky star ; departure = the missing socksystem : what time do you want to leave?", + "belief : taxi destination = the lucky star ; departure = the missing socksystem : what time do you want to leave?" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the missing socksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the missing socksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the missing socksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the missing socksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 17:15 ; destination = the lucky star ; departure = the missing socksystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi leaveat = 17:15 ; destination = the lucky starsystem : thank you goodbye", + "belief : taxi leaveat = 17:15 ; destination = the lucky starsystem : thank you.", + "belief : taxi leaveat = 17:15 ; destination = the lucky starsystem : thank you goodbye", + "belief : taxi leaveat = 17:15 ; destination = the lucky starsystem : thank you goodbye", + "belief : taxi leaveat = 17:15 ; destination = the lucky starsystem : thank you goodbye" + ], + [ + "belief : taxi leaveat = 17:15 ; departure = the missing socksystem : goodbye", + "belief : taxi leaveat = 17:15 ; departure = the missing socksystem : goodbye", + "belief : taxi leaveat = 17:15 ; departure = the missing socksystem : goodbye", + "belief : taxi leaveat = 17:15 ; departure = the missing socksystem : goodbye", + "belief : taxi leaveat = 17:15 ; departure = the missing socksystem : goodbye" + ], + [ + "belief : train destination = stevenage ; arriveby = 19:15system : sure! where are you departing from?", + "belief : train destination = stevenage ; arriveby = 19:15system : sure! where are you departing from?", + "belief : train destination = stevenage ; arriveby = 19:15system : sure! where are you departing from?", + "belief : train destination = stevenage ; arriveby = 19:15system : sure! where are you departing from?", + "belief : train destination = stevenage ; arriveby = 19:15system : sure! where are you departing from?" + ], + [ + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15system : there are [value_count]trains matching your request, what time would you like to leave?", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15system : there are [value_count]trains matching your request, what time would you like to leave?", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15system : there are [value_count]trains matching your request, where is your destination?", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15system : there are [value_count]trains matching your request, what time would you like to leave?", + "belief : train destination = stevenage ; day = thursday ; arriveby = 19:15system : there are [value_count]trains matching your request, where is your destination?" + ], + [ + "belief : train destination = stevenage ; day = 19:15 ; departure = cambridgesystem : it will be a [value_count]minute trip", + "belief : train destination = stevenage ; day = 19:15 ; departure = cambridgesystem : it will be a [value_count]minute trip", + "belief : train destination = stevenage ; day = 19:15 ; departure = cambridgesystem : it will be a [value_count]minute trip", + "belief : train destination = stevenage ; day = 19:15 ; departure = cambridgesystem : it will be a [value_count]minute trip", + "belief : train destination = stevenage ; day = 19:15 ; departure = cambridgesystem : it will be a [value_count]minute trip" + ], + [ + "belief : train destination day=>belief : train destination = stevenage ; day = 19:15system :", + "belief : train destination day=>belief : train destination = stevenage ; day = 19:15system :", + "belief : train destination day=>belief : train destination = stevenage ; day = 19:15system :", + "belief : train destination day=>belief : train destination = stevenage ; day = 19:15system :", + "belief : train destination day=>belief : train destination = stevenage ; day = 19:15system :" + ], + [ + "belief : train destination = cambridge ; departure = london kings crosssystem : what day will you be travelling?", + "belief : train destination = cambridge ; departure = london kings crosssystem : what day will you be travelling?", + "belief : train destination = cambridge ; departure = london kings crosssystem : what day will you be travelling?", + "belief : train destination = cambridge ; departure = london kings crosssystem : what day will you be travelling?", + "belief : train destination = cambridge ; departure = london kings crosssystem : what day will you be travelling?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:", + "belief : train destination = cambridge ; day = saturday ; arriveby = 20:" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby 20:208 ; departure = nonesystem : booking people = 7system : booking was successful", + "belief : train destination = cambridge ; day = saturday ; arriveby 20:208 ; departure = nonesystem : booking people = 7system : booking was successful", + "belief : train destination = cambridge ; day = saturday ; arriveby 20:208 ; departure = nonesystem : booking people = 7system : booking was successful", + "belief : train destination = cambridge ; day = saturday ; arriveby 20:208 ; departure = nonesystem : booking people = 7system : booking was successful", + "belief : train destination = cambridge ; day = saturday ; arriveby 20:208 ; departure = nonesystem : booking people = 7system : booking was successful" + ], + [ + "belief :belief : train destination = saturday", + "belief :belief : train destination = saturday", + "belief :belief : train destination = saturday", + "belief :belief : train destination = saturday", + "belief :belief : train destination = saturday" + ], + [ + "belief : attraction type = entertainment ; area = centresystem : we have got plenty of attractions all around the city, is there a particular area you were looking at?", + "belief : attraction type = entertainment ; area = centresystem : we have got plenty of attractions all around the city, is there a particular area you were looking at?", + "belief : attraction type = entertainment ; area = centresystem : we have got plenty of attractions all around the city, is there a particular area you were looking at?", + "belief : attraction type = entertainment ; area = centresystem : we have got plenty of attractions all around the city, is there a particular area you were looking at?", + "belief : attraction type = entertainment ; area = centresystem : we have got plenty of attractions all around the city, is there a particular area you were looking at?" + ], + [ + "belief : attraction type = museum ; area = centresystem : sure, there are [value_count]museums in the [value_area] of town. how about [attraction_name]?", + "belief : attraction type = museum ; area = centresystem : sure, there are [value_count]museums in the [value_area] of town. how about [attraction_name]?", + "belief : attraction type = museum ; area = centresystem : sure, there are [value_count]museums in the [value_area] of town. how about [attraction_name]?", + "belief : attraction type = museum ; area = centresystem : sure, there are many great museums to choose from. is there a specific price range you are looking for?", + "belief : attraction type = museum ; area = centresystem : sure, there are [value_count]museums in the [value_area] of town. how about [attraction_name]?" + ], + [ + "belief : attraction type = museum ; name = byard art ; area = centresystem : how many tickets would you like to get there?", + "belief : attraction type = museum ; name = byard art ; area = centresystem : how many tickets would you like to get there?", + "belief : attraction type = museum ; name = byard art ; area = centresystem : how many tickets would you like to purchase?", + "belief : attraction type = museum ; name = byard art ; area = centresystem : how many tickets would you like to get there?", + "belief : attraction type = museum ; name = cambridge museum of technologysystem : how many people would like to get to know?" + ], + [ + "belief : attraction type = museum ; name = museum ; area = centresystem :", + "belief : attraction type = museum ; name = cambridge museum ; area = centresystem :", + "belief : attraction type = museum ; name = museum ; area = centresystem :", + "belief : attraction type = museum ; name = cambridge museum ; area = centresystem :", + "belief : attraction type = museum ; name = museum ; area = centresystem :" + ], + [ + "belief : hotel area = south ; parking = yessystem : i have found several hotel -s in the [value_area] that offer free parking. do you have a preferred price range so that i can narrow it down for you a bit?", + "belief : hotel area = south ; parking = yessystem : i have found [value_count]hotel -s that meet your criteria. what price range are you looking for?", + "belief : hotel area = south ; parking = yessystem : i have found [value_count]hotel -s that meet your criteria. what price range are you looking for?", + "belief : hotel area = south ; parking = yessystem : i have found several hotel -s in the [value_area] that offer free parking. do you have a preferred price range so that i can narrow it down for you a bit?", + "belief : hotel area = south ; parking = yessystem : i have found [value_count]hotel -s that meet your criteria. what price range are you looking for?" + ], + [ + "belief : hotel area = south ; parking = yes ; internet = yessystem : i found [value_count]hotel -s that fit your criteria. what part of town did you have in mind?", + "belief : hotel area = south ; parking = yes ; internet = yessystem : [hotel_name]is a nice place and can be reached at [hotel_phone].", + "belief : hotel area = south ; parking = yes ; internet = yessystem : [hotel_name]is a good choice!", + "belief : hotel area = south ; parking = yes ; internet = yessystem : [hotel_name]is a good choice!", + "belief : hotel area = south ; parking = yes ; internet = yessystem : [hotel_name]is a good choice!" + ], + [ + "belief : hotel area = south ; internet = yes ; type = hotelsystem : how many nights = 5system : what day did you want to book it for?", + "belief : hotel area = south ; stars = 0 ; internet = yes ; type = hotelsystem : booking day = friday ; people = 6 ; stay = 5system : booking people = 6system : booking people = 6system : goodbye", + "belief : hotel area = south ; internet = yes ; type = hotelsystem : booking day = friday ; people = 6 ; stay = 5system : how many nights = 5system : how many nights would you like to stay", + "belief : hotel area = south ; internet = yes ; type = hotelsystem : how many nights = 5system : what day would you like to book?", + "belief : hotel area = south ; internet = yes ; type = hotelsystem : how many nights = 5system : what day would you like to book?" + ], + [ + "belief : hotel area = south ; type = hotelsystem :", + "belief : hotel area = south ; type = hotel | booking day = 05: lodge day = friday ; people = 6 ; stay = 5system : goodbye", + "belief : hotel area = south ; internet = yes ; type = hotelsystem : goodbye.", + "belief : hotel area = south ; internet = yes ; type = hotelsystem : goodbye.", + "belief : hotel area = south ; internet = yes ; type = hotelsystem : booking day = hotelsystem : goodbye." + ], + [ + "belief : train destination = broxbourne ; departure = cambridgesystem : there are many trains, beginning at [value_time], do you have a time preference?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i can certainly find [value_count]for you. can you tell me when you want to leave and when you want to arrive?", + "belief : train destination = broxbourne ; departure = cambridgesystem : i can certainly find [value_count]for you. can you tell me when you will be travelling?", + "belief : train destination = broxbourne ; departure = cambridgesystem : there are [value_count]trains, do you have a departure day preference?", + "belief : train destination = broxbourne ; departure = cambridgesystem : there are many trains, beginning at [value_time], do you have a time preference?" + ], + [ + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]", + "belief : train leaveat = 20:30 ; destination = broxbourne ; day = sunday ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives by [value_time]" + ], + [ + "belief : train leaveat = 20:", + "belief : train leaveat = 20:", + "belief : train leaveat = 20:", + "belief : train leaveat = 20:", + "belief : train leaveat = 20:" + ], + [ + "belief : train leaveat 20:30 ; destination = broxbournesystem : goodbye", + "belief : train leaveat 20:30 ; destination = broxbournesystem : goodbye", + "belief : train leaveat 20:30 ; destination = broxbournesystem : goodbye", + "belief : train leaveat 20:30 ; destination = broxbournesystem : goodbye", + "belief : train leaveat 20:30 ; destination = broxbournesystem : goodbye" + ], + [ + "belief : restaurant food = british ; pricerange = moderatesystem : i have located [value_count]restaurant -s that serve [value_food] food. which area would you be looking to dine in?", + "belief : restaurant food = british ; pricerange = moderatesystem : i have located [value_count]restaurant -s that serve [value_food] food. which area would you be looking to dine in?", + "belief : restaurant food = british ; pricerange = moderatesystem : i have located [value_count]restaurant -s that serve [value_food] food. which area would you be looking to dine in?", + "belief : restaurant food = british ; pricerange = moderatesystem : i have located [value_count]restaurant -s that serve [value_food] food. which area would you be looking to dine in?", + "belief : restaurant food = british ; pricerange = moderatesystem : i have located [value_count]restaurant -s that serve [value_food] food. which area would you be looking to dine in?" + ], + [ + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : sure, you are all set!", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : sure! where will you leave from?", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : what time would you like to leave?", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : what time would you like to leave?", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : what time would you like to leave?" + ], + [ + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : goodbye", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : goodbye", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : goodbye", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : goodbye", + "belief : restaurant food = british ; pricerange = moderate ; name = oak bistro ; area = centresystem : goodbye" + ], + [ + "belief : hotel name = cambridge belfry ; parking = yes ; pricerange = cheap ; stars = 4 ; type = hotelsystem : yes, i have many guesthouses that are available. do you have a preferred price range or area of town?", + "belief : hotel name = cambridge belfry ; parking = yes ; pricerange = cheap ; stars = 4 ; type = hotelsystem : i am sorry there are no 4-star hotel -s or guest houses in the [value_pricerange] price range. is there another type of hotel you would like to try?", + "belief : hotel name = cambridge belfry ; parking = yes ; pricerange = cheap ; stars = 4 ; type = hotelsystem : yes, i have many guesthouses that are [value_count]. what part of town did you prefer?", + "belief : hotel name = cambridge belfry ; parking = yes ; pricerange = cheap ; stars = 4 ; type = hotelsystem : yes, i have many to choose from. is there a specific area of town you are looking to stay in?", + "belief : hotel name = cambridge ; parking = yes ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : i am sorry there are no 4-star hotel -s or guest houses in [value_place]. is there another type of hotel you might be interested in?" + ], + [ + "belief : hotel name = bridge guest house ; area = dont care ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : i have no [value_count]star hotel -s in [value_place], perhaps", + "belief : hotel name = bridge guest house ; area = dont care ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : i have no [value_count]star hotel -s in [value_place], perhaps", + "belief : hotel name = bridge guest house ; area = dont care ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : i am sorry, it is not a guesthouse. would you like to try a hotel instead?", + "belief : hotel name = bridge guest house ; area = dont care ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : i have no [value_count]star hotel -s in [value_place], perhaps", + "belief : hotel area = dont care ; pricerange = cheap ; stars = 4 ; type = guesthousesystem : i have no matches that fit that criteria, would you like to try something else?" + ], + [ + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : booking day = thursday", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : booking day = thursday", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : booking day = thursday", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : booking day = thursday", + "belief : hotel pricerange = cheap ; stars = 4 ; type = guesthousesystem : booking day = thursday" + ], + [ + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap", + "belief : hotel pricerange = cheap" + ], + [ + "belief :belief : hotel pricerange = 4", + "belief :belief : hotel pricerange = 4", + "belief :belief : hotel pricerange = 4", + "belief :belief : hotel pricerange = 4", + "belief :belief : hotel pricerange = 4" + ], + [ + "belief : hotel pricerange", + "belief : hotel pricerange", + "belief : hotel pricerange", + "belief : hotel pricerange", + "belief : hotel pricerange" + ], + [ + "belief : taxi destination = ali babasystem : sure, first i'll need to know where you need picked up from.", + "belief : taxi destination = ali babasystem : sure, first i'll need to know where you need picked up from.", + "belief : taxi destination = ali babasystem : sure, first i'll need to know where you need picked up from.", + "belief : taxi destination = ali babasystem : sure, first i'll need to know where you need picked up from.", + "belief : taxi destination = ali babasystem : sure, first i'll need to know where you need picked up from." + ], + [ + "belief : taxi leaveat = 15:15 ; destination = hughes hallsystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 15:15 ; destination = hughes hallsystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 15:15 ; destination = hughes hallsystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 15:15 ; destination = hughes hallsystem : i can help you with that. where are you going?", + "belief : taxi leaveat = 15:15 ; destination = hughes hallsystem : i can help you with that. where are you going?" + ], + [ + "belief : taxi leaveat = 15:15 ; departure = arbury lodge guesthousesystem : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else?", + "belief : taxi leaveat = 15:15 ; departure = arbury lodge guesthousesystem : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else?", + "belief : taxi leaveat = 15:15 ; departure = arbury lodge guesthousesystem : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else?", + "belief : taxi leaveat = 15:15 ; departure = arbury lodge guesthousesystem : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else?", + "belief : taxi leaveat = 15:15 ; departure = arbury lodge guesthousesystem : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else?" + ], + [ + "belief : taxi leaveat = 15:15 ; destination = ali baba ; departure = arbury lodge guesthousesystem : thank you goodbye.", + "belief : taxi leaveat = 15:15 ; destination = ali baba ; departure = arbury lodge guesthousesystem : thank you, goodbye.", + "belief : taxi leaveat = 15:15 ; destination = ali baba ; departure = arbury lodge guesthousesystem : thank you, goodbye.", + "belief : taxi leaveat = 15:15 ; destination = ali baba ; departure = arbury lodge guesthousesystem : thank you, goodbye.", + "belief : taxi leaveat = 15:15 ; destination = ali baba ; departure = arbury lodge guesthousesystem : you are welcome! have a great day" + ], + [ + "belief : train leaveat = 13:30 ; day = tuesdaysystem : i can certainly help with that. where would you like to depart from?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : i can certainly help with that. where would you like to depart from?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : i can certainly help with that. where would you like to depart from?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : i can certainly help with that. where would you like to depart from?", + "belief : train leaveat = 13:30 ; day = tuesdaysystem : i can certainly help with that. where would you like to depart from?" + ], + [ + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : i have train [train_id] leaving at [value_time]. would you like to book a seat?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : i have several trains that will get you there on time. what time would you like to leave?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : i have several trains that will get you there on time. what time would you like to leave?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : i have several trains that will meet your criteria. what time would you like to leave?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : i have train [train_id] leaving at [value_time]. would you like to book it?" + ], + [ + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : booking was successful. the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : booking was successful. the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : certainly. that [value_count]is correct. how many tickets will you need?", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : booking was successful. the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : certainly. how many tickets would you like?" + ], + [ + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : goodbye", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : goodbye", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : goodbye", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : goodbye", + "belief : train leaveat = 13:30 ; destination = cambridge ; day = tuesday ; departure = london liverpool streetsystem : goodbye" + ], + [ + "belief : hotel name = none ; area = north ; pricerange = cheap ; type = hotel | booking day = saturday ; people = 6 ; stay = 2system : i was able to book a room for you at the [hotel_name], the reference number is [hotel_reference]. is there anything else i can do for you today?", + "belief : hotel name = none ; area = none ; pricerange = cheap ; type = hotel | booking day = saturday ; people = 6 ; stay = 4system : sure, i have booked the [hotel_name]for you. it is located at [hotel_address], post code [hotel_postcode]. the reference number is [hotel_reference]. is there anything else i can help with today?", + "belief : hotel name = none ; area = none ; pricerange = cheap ; type = hotel | booking day = saturday ; people = 6 ; stay = 4system : sure, i have booked you at the [hotel_name]. your reference number is [hotel_reference]. may i help with anything else?", + "belief : hotel name = none ; area = none ; pricerange = cheap ; type = hotel | booking day = saturday ; people = 6 ; stay = 4system : sure, i have booked you at the [hotel_name], which is [value_pricerange] -ly priced. there were no guesthouses in the [value_pricerange] range. your reference number is [hotel_reference]. would you like to change the length", + "belief : hotel name = none ; area = north ; pricerange = cheap ; type = hotel | booking day = saturday ; people = 6 ; stay = 2system : i was able to book a room for you at the [hotel_name]. the reference number is [hotel_reference]. is there anything else you need help with?" + ], + [ + "belief : restaurant food = traditional ; area = centresystem : we have several options for [value_food] food. do you prefer [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = modern ; area = centresystem : we have several options for [value_food] food. do you prefer [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = traditional ; area = centresystem : we have [value_count]options for [value_food]. do you prefer [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = traditional ; area = centresystem : we have several options for [value_food] food. do you prefer [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = traditional ; area = centresystem : we have several options for [value_food] food. do you prefer [value_pricerange] or [value_pricerange] price range?" + ], + [ + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a restaurant that serves [value_food] food", + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a restaurant that serves [value_food] food", + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a restaurant that serves [value_food] food", + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a restaurant that serves [value_food] food", + "belief : restaurant food = lebanese ; area = centresystem : [restaurant_name]is a restaurant that serves [value_food] food" + ], + [ + "belief : restaurant food = lebanese ; area = centresystem :00system : let me know what time would you like to make that reservation?", + "belief : restaurant food = lebanese ; area = centresystem :00system : let me know what time would you like to make that reservation?", + "belief : restaurant food = lebanese ; area = centresystem :00system : let me know what time would you like to make that reservation?", + "belief : restaurant food = lebanese ; area = centresystem :00system : let me know what time would you like to make that reservation?", + "belief : restaurant food = lebanese ; area = centresystem :00system : let me know what time would you like to make that reservation?" + ], + [ + "belief : restaurant food = lebanese | booking day = 02", + "belief : restaurant food = lebanese restaurant people = 2system :", + "belief : restaurant food = lebanese restaurant people = 2system : goodbye.", + "belief : restaurant food = lebanese | booking day =nesday", + "belief : restaurant food = lebanese | booking day =nesday" + ], + [ + "belief : restaurant food = lebanese restaurant food = lebanese ; area = centresystem : goodbye. goodbye.user", + "belief : restaurant food = lebanese restaurant food = lebanese ; area = centresystem : goodbye.user", + "belief : restaurant food = lebanese restaurant food = lebanese ; area = centresystem : goodbye. goodbye.", + "belief : restaurant food = lebanese restaurant food = lebanese | booking day = 12:00", + "belief : restaurant food = lebanese restaurant food = lebanese | booking day = time = 12:00system : goodbye." + ], + [ + "belief : taxi destination = cafe jello gallerysystem : sure, first i'll need to know where you need picked up from.", + "belief : taxi destination = cafe jello gallerysystem : sure, first i'll need to know where you need picked up from.", + "belief : taxi destination = cafe jello gallerysystem : sure, first i'll need to know where you need picked up from.", + "belief : taxi destination = cafe jello gallerysystem : sure, first i'll need to know where you need picked up from.", + "belief : taxi destination = cafe jello gallerysystem : sure, first i'll need to know where you need picked up from." + ], + [ + "belief : taxi leaveat = 12:30 ; destination = cafe jello gallery ; departure = cafe jello gallerysystem : and what is your destination?", + "belief : taxi leaveat = 12:30 ; destination = cafe jello gallery ; departure = cafe jello gallerysystem : a [taxi_type]is booked for you.", + "belief : taxi leaveat = 12:30 ; destination = cafe jello gallery ; departure = cafe jello gallerysystem : a [taxi_type]is booked for you.", + "belief : taxi leaveat = 12:30 ; destination = cafe jello gallery ; departure = cafe jello gallerysystem : a [taxi_type]is booked for you.", + "belief : taxi leaveat = 12:30 ; destination = cafe jello gallery ; departure = cafe jello gallerysystem : a [taxi_type]is booked for you." + ], + [ + "belief : taxi leaveat 12:30 ; destination = the junction ; departure = cafe jello gallerysystem : booking completed!", + "belief : taxi leaveat 12:30 ; destination = the junction ; departure = cafe jello gallerysystem : booking completed!", + "belief : taxi leaveat 12:30 ; destination = the junction ; departure = cafe jello gallerysystem : booking completed!", + "belief : taxi leaveat 12:30 ; destination = the junction ; departure = cafe jello gallerysystem : booking completed!", + "belief : taxi leaveat 12:30 ; destination = the junction ; departure = cafe jello gallerysystem : booking completed!" + ], + [ + "belief : taxi leaveat 12: goodbye.", + "belief : taxi leaveat 12:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi leaveat 12: goodbye.", + "belief : taxi leaveat 12:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi leaveat 12: goodbye." + ], + [ + "belief : hotel area = northsystem : we have several options. do you need a certain price range or food?", + "belief : hotel area = northsystem : the [hotel_name]is a [value_count]star guesthouse in the [value_area] with free parking and wifi. would you like to make a booking?", + "belief : hotel area = northsystem : the [hotel_name]is a [value_count]star guesthouse in the [value_area] with free parking and wifi. would you like to make a booking?", + "belief : hotel area = northsystem : we have several options. do you need a certain price range or food?", + "belief : hotel area = northsystem : we have several options. do you need a certain price range or location?" + ], + [ + "belief : hotel area = north ; stars = 0system : i have [value_count]with [value_count]stars. [value_count]is [value_pricerange]", + "belief : hotel area = north ; stars = 0system : the [hotel_name]is [value_pricerange] and has free parking. would", + "belief : hotel area = north ; stars = 0system : i have [value_count]hotel -s that meet your criteria. do you have a preference?", + "belief : hotel area = north ; stars = 0system : the [hotel_name]is a [value_count]star [value_pricerange] hotel. would you like me to make a reservation?", + "belief : hotel area = north ; stars = 0system : the [hotel_name]is a [value_count]star [value_pricerange] hotel. would you like me to make a reservation?" + ], + [ + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :" + ], + [ + "belief : hotel area = northsystem : goodbye", + "belief : hotel area = northsystem : goodbye", + "belief : hotel area = northsystem : goodbye", + "belief : hotel area = northsystem : goodbye", + "belief : hotel area = northsystem : goodbye" + ], + [ + "belief : hotel stars = 4system : sure, we have [value_count]hotel -s that meet your needs. do you have a preference as to type or other requirement -s?", + "belief : hotel stars = 4system : i have [value_count]hotel -s that meet your criteria. do you have an area or price range in mind?", + "belief : hotel stars = 4system : i have several place -s that meet that criteria. do you have an area you are interested in?", + "belief : hotel stars = 4system : sure, we have [value_count]place -s that meet your needs. do you have any other preferences?", + "belief : hotel stars = 4system : i have several place -s that meet that criteria. do you have an area you are interested in?" + ], + [ + "belief : hotel area = east ; stars = 4system : yes, there are [value_count]options. do you prefer a specific price range?", + "belief : hotel area = east ; stars = 4system : sure, there are [value_count]entries here. how about [hotel_name]?", + "belief : hotel area = east ; stars = 4system : sure, there are [value_count]entries here. can i recommend a nice [value_count]?", + "belief : hotel area = east ; stars = 4system : sure, there are [value_count]entries here. how about [hotel_name]?", + "belief : hotel area = east ; stars = 4system : sure, there are [value_count]entries here. would you like a room" + ], + [ + "belief : hotel area = eastsystem :", + "belief : hotel area = eastsystem :", + "belief : hotel area = eastsystem :", + "belief : hotel area = eastsystem :", + "belief : hotel area = eastsystem :" + ], + [ + "belief :belief : hotel area = eastsystem : goodbye", + "belief :belief : hotel area = eastsystem :", + "belief :belief : hotel area = eastsystem :", + "belief :belief : hotel area = eastsystem :", + "belief :belief : hotel area = eastsystem : goodbye" + ], + [ + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east" + ], + [ + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east" + ], + [ + "belief : hotel area = eastsystem : booking day = centresystem : booking day = saturday", + "belief : hotel area = eastsystem : booking day = centresystem : booking day = saturday", + "belief : hotel area = eastsystem : booking day = centresystem : booking day = saturday", + "belief : hotel area = eastsystem : booking day = centresystem : booking day = saturday", + "belief : hotel area = eastsystem : booking day = centresystem : booking day = saturday" + ], + [ + "belief : hotel name = gonville hotel name = gonville hotel area = eastsystem : booking day = saturday ; people = 2system : booking was successful. do you need anything else?", + "belief : hotel name = gonville hotel name = gonville hotel area = eastsystem : booking day = saturday ; people = 3system : booking was a success. do you need anything else?", + "belief : hotel name = gonville hotel name = gonville hotel area = eastsystem : booking day = saturday ; people = 2system : booking was successful. do you need anything else today?", + "belief : hotel name = gonville hotel name = gonville hotel area = eastsystem : booking day = saturday ; people = 3system : booking was a success. do you need anything else?", + "belief : hotel name = gonville hotel name = gonville hotel area = eastsystem : booking day = saturday ; people = 2system : booking was successful. do you need anything else today?" + ], + [ + "belief : hotel area = centresystem : hotel area = eastsystem : booking day = saturdaysystem : how many people are you wanting to stay", + "belief : hotel area = centresystem : hotel area = eastsystem : booking day = saturdaysystem : booking was a guesthouse = centresystem : how many people are you interested in staying?", + "belief : hotel area = centresystem : hotel area = eastsystem : booking day = saturdaysystem : how many people are you interested in staying?", + "belief : hotel area = centresystem : hotel area = eastsystem : booking day = saturdaysystem : how many people are you wanting to stay", + "belief : hotel area = centresystem : hotel area = eastsystem : booking day = saturdaysystem : how many people are you wanting to stay?" + ], + [ + "belief : hotel area = centre | booking day = saturdaysystem : sure.", + "belief : hotel area = centre | booking day = saturdaysystem : booking people = 3system : sure. how many nights?", + "belief : hotel area = centre | booking day = saturdaysystem : booking people = 3system : sure. how many nights?", + "belief : hotel name = gonville hotel name = gonville hotel | booking day = saturdaysystem : sure. how many people are you going?", + "belief : hotel name = gonville hotel name = gonville hotel | booking day = saturdaysystem : sure. how many people are you going?" + ], + [ + "belief : hotel name = gonville hotel name = gonville hotel | booking day = saturday", + "belief : hotel name = gonville hotel name = gonville hotel | booking day = saturday", + "belief : hotel name = gonville hotel name = gonville hotel | booking day = saturday", + "belief : hotel name = gonville hotel name = gonville hotel | booking day = saturday", + "belief : hotel name = gonville hotel name = gonville hotel | booking day = saturday" + ], + [ + "belief : train destination = stansted airport ; day = sunday ; departure = cambridgesystem : i would love to help. where are you departing from?", + "belief : train destination = stansted airport ; day = sunday ; departure = cambridgesystem : i would love to help. where are you departing from?", + "belief : train destination = stansted airport ; day = sunday ; departure = cambridgesystem : i would love to help. where are you departing from?", + "belief : train destination = stansted airport ; day = sunday ; departure = cambridgesystem : i would love to help. where are you departing from?", + "belief : train destination = stansted airport ; day = sunday ; departure = cambridgesystem : the train id is [train_id] and it leaves [value_place]on [value_day]" + ], + [ + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : ok, and what time do you want to leave?", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : ok, and what time do you want to leave?", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : ok, and what time did you want to leave?", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : ok, and what time did you want to leave?", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : ok, and what time did you want to leave?" + ], + [ + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : goodbye.", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : goodbye.", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : goodbye.", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : goodbye.", + "belief : train leaveat = 12:00 ; destination = stansted airport ; day = sunday ; departure = cambridgesystem : goodbye." + ], + [ + "belief : hotel pricerange = moderate ; stars = 4system : certainly. is there a specific area of town you wish to stay in?", + "belief : hotel pricerange = moderate ; stars = 4system : certainly. would you prefer a [value_pricerange] or [value_pricerange] price range?", + "belief : hotel pricerange = moderate ; stars = 4system : certainly. would you prefer a [value_pricerange] or [value_pricerange] price range?", + "belief : hotel pricerange = moderate ; stars = 4system : certainly. is there a specific area of town you wish to stay in?", + "belief : hotel pricerange = moderate ; stars = 4system : it looks like alot of place -s are listed that have [value_count]stars. did you have a preference on the area or price range maybe?" + ], + [ + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : we have several options. is there a particular price range you are looking for?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : we have several place -s with free parking. do you prefer a specific price range?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : we have several place -s with free parking. do you prefer a specific price range?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : we have several place -s with free parking. do you prefer a specific price range?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : we have several place -s with free parking. do you prefer a specific price range?" + ], + [ + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : how many nights will you be staying?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : how many nights will you be staying?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : how many nights will you be staying?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : how many nights will you be staying?", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : how many nights will you be staying?" + ], + [ + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : can you tell me how many nights you need", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : can you confirm booking people = 3system : how many nights", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem :", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem : can you confirm booking people = 3system : how many nights", + "belief : hotel area = north ; parking = yes ; type = guesthousesystem :" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north", + "belief :belief : hotel area = north" + ], + [ + "belief : restaurant pricerange = moderate ; area = eastsystem : the [restaurant_name]restaurant is in the [value_area] and is [value_pricerange] -ly priced. their phone is [restaurant_phone].", + "belief : restaurant pricerange = moderate ; area = eastsystem : the [restaurant_name]restaurant is in the [value_area] part of town and is in the [value_pricerange] price range. would you like their location?", + "belief : restaurant pricerange = moderate ; area = eastsystem : the [restaurant_name]restaurant is in the [value_area] part of town and is in the [value_pricerange] price range. would you like their location?", + "belief : restaurant pricerange = moderate ; area = eastsystem : the [restaurant_name]restaurant is in the [value_area] part of town and is in the [value_pricerange] price range. would you like their location?", + "belief : restaurant pricerange = moderate ; area = eastsystem : the [restaurant_name]restaurant is in the [value_area] part of town and is in the [value_pricerange] price range. would you like their location?" + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town. would you like their location?", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town. would you like their location?", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town. would you like their location?", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town. would you like their location?", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town. would you like their location?" + ], + [ + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian ; pricerange = moderate ; area = eastsystem :" + ], + [ + "belief : restaurant food = italian food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian food = italian ; pricerange = moderate ; area = eastsystem :", + "belief : restaurant food = italian food = italian ; pricerange = moderate ; area = eastsystem :" + ], + [ + "belief : restaurant food = italian food = italian ; pricerange = none | booking day = monday", + "belief : restaurant food = italian food = italian ; pricerange = none ; area = eastsystem : goodbye", + "belief : restaurant food = italian food = italian ; pricerange = none | booking day = monday", + "belief : restaurant food = italian food = italian ; pricerange = none | booking day = mondaysystem : goodbye", + "belief : restaurant food = italian food = italian ; pricerange = none ; area = eastsystem : goodbye" + ], + [ + "belief : restaurant food = italian food = italian food = italian ; pricerange = none | booking day = monday ; people = none ; time = 12:15system : goodbye.", + "belief : restaurant food = italian food = italian food = italian ; pricerange = none ; area = east", + "belief : restaurant food = italian food = italian food = italian ; pricerange = none | booking day = monday ; people = 05:00system : goodbye.", + "belief : restaurant food = italian food = italian food = italian ; pricerange = none | booking day = monday ; people = 12:15system : goodbye.", + "belief : restaurant food = italian food = italian food = italian ; pricerange = none ; area = east" + ], + [ + "belief : hotel area = centre ; parking = yes ; type = hotelsystem : i found [value_count]hotel -s that match your criteria. what price range are you looking for?", + "belief : hotel area = centre ; parking = yes ; type = hotelsystem : i found [value_count]hotel -s that match your criteria. what price range are you looking for?", + "belief : hotel area = centre ; parking = yes ; type = hotelsystem : i found [value_count]hotel -s that match your request. do you have a price range in mind?", + "belief : hotel area = centre ; parking = yes ; type = hotelsystem : i found [value_count]hotel -s that match your criteria. what price range are you looking for?", + "belief : hotel area = centre ; parking = yes ; type = hotelsystem : i found [value_count]hotel -s that match your criteria. what price range are you looking for?" + ], + [ + "belief : hotel area = centre ; parking = yes ; pricerange = cheapsystem : would you like to book a room?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheapsystem : would you like to book a room?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheapsystem : would you like to book a room?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheapsystem : would you like to book a room?", + "belief : hotel area = centre ; parking = yes ; pricerange = cheapsystem : would you like to book a room?" + ], + [ + "belief : hotel area = centre | booking day = tuesday", + "belief : hotel area = centre | booking day = tuesday", + "belief : hotel area = centre | booking day = tuesday", + "belief : hotel area = centre | booking day = tuesday", + "belief : hotel area = centre | booking day = tuesday" + ], + [ + "belief :belief : hotel area = centre | booking day = tuesday", + "belief :belief : hotel area = centre ; type = guesthouse | booking day = tuesday", + "belief :belief : hotel area = centre ; type = guesthouse = hotel | booking day = tuesday ; people = 5system : goodbye", + "belief :belief : hotel area = centre | booking day = tuesday", + "belief :belief : hotel area = centre | booking day = tuesday" + ], + [ + "belief : taxi destination = yippee noodle bar ; arriveby = 09:45system : i would be happy to help you with that. where are you coming from?", + "belief : taxi destination = yippee noodle bar ; arriveby = 09:45system : i would be happy to help you with that. where are you coming from?", + "belief : taxi destination = yippee noodle bar ; arriveby = 09:45system : i would be happy to help you with that. where are you coming from?", + "belief : taxi destination = yippee noodle bar ; arriveby = 09:45system : i would be happy to help you with that. where are you coming from?", + "belief : taxi destination = yippee noodle bar ; arriveby = 09:45system : i would be happy to help you with that. where are you coming from?" + ], + [ + "belief : taxi destination = yippee noodle bar ; departure = rajmahal ; arriveby = 09:45system : alright, where will you be leaving from?", + "belief : taxi destination = yippee noodle bar ; departure = rajmahal ; arriveby = 09:45system : alright, i will just need a little more information before i can book it. where are you going?", + "belief : taxi destination = yippee noodle bar ; departure = rajmahal ; arriveby = 09:45system : alright, i will just need a little more information before i can book it. where are you going?", + "belief : taxi destination = yippee noodle bar ; departure = rajmahal ; arriveby = 09:45system : alright, where will you be leaving from?", + "belief : taxi destination = yippee noodle bar ; departure = rajmahal ; arriveby = 09:45system : where will the taxi be taking you tonight?" + ], + [ + "belief : taxi destination = yippee noodle bar ; departure = rajmahal ; arriveby = 09:45system : enjoy your meal!", + "belief : taxi destination = yippee noodle bar ; departure = rajmahal ; arriveby = 09:45system : enjoy your meal!", + "belief : taxi destination = yippee noodle bar ; departure = rajmahal ; arriveby = 09:45system : enjoy your meal!", + "belief : taxi destination = yippee noodle bar ; departure = rajmahal ; arriveby = 09:45system : enjoy your meal!", + "belief : taxi destination = yippee noodle bar ; departure = rajmahal ; arriveby = 09:45system : enjoy your meal!" + ], + [ + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be traveling?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be traveling?", + "belief : train destination = broxbourne ; departure = cambridgesystem : what day will you be traveling?" + ], + [ + "belief : train destination = broxbourne ; arriveby = 08:15 ; departure = cambridgesystem : we have trains that leave at that time. what is your destination?", + "belief : train destination = broxbourne ; arriveby = 08:15 ; departure = cambridgesystem : we have trains that leave at that time. what is your destination?", + "belief : train destination = broxbourne ; arriveby = 08:15 ; departure = cambridgesystem : we have trains that match that criteria. is there a particular day you are traveling?", + "belief : train destination = broxbourne ; arriveby = 08:15 ; departure = cambridgesystem : we have trains that leave every hour onwards. do you want to book a seat?", + "belief : train destination = broxbourne ; arriveby = 08:15 ; departure = cambridgesystem : we have trains that leave at that time. is there a particular day you would like to travel?" + ], + [ + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : ok", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : how", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : how", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : ok", + "belief : train destination = broxbourne ; day = monday ; arriveby = 08:15 ; departure = cambridgesystem : ok" + ], + [ + "belief : train destination = broxbourne?", + "belief : train destination = broxbourne?", + "belief : train destination = broxbourne?", + "belief : train destination = broxbourne?", + "belief : train destination = broxbourne?" + ], + [ + "belief :belief : train destination = 08:belief : train destination = broxbournesystem : goodbye", + "belief :belief : train destination = 08:belief : train destination = broxbourne ; day = monday ; departure = nonesystem :", + "belief :belief : train destination = 08:belief : train destination = broxbourne ; day = monday ; departure = nonesystem :", + "belief :belief : train destination = 08:belief : train destination = broxbourne ; day = monday ; departure = nonesystem :", + "belief :belief : train destination = 08:belief : train destination = broxbourne ; day = monday ; departure = nonesystem :" + ], + [ + "belief :belief : train destination = broxbourne=>belief : train destination = 08:15 ; departure = cambridgesystem : goodbye", + "belief :belief : train destination = broxbourne=>belief : train destination = 08:15 ; departure = cambridgesystem : goodbye", + "belief :belief : train destination = broxbourne=>belief : train destination = 08:15 ; departure = cambridgesystem : goodbye", + "belief :belief : train destination = broxbourne=>belief : train destination = 08:15 ; departure = cambridgesystem : goodbye", + "belief :belief : train destination = broxbourne=>belief : train destination = 08:15 ; departure = cambridgesystem : goodbye" + ], + [ + "belief : train destination = broxbourne", + "belief : train destination = broxbourne=>belief : train destination = broxbournesystem : goodbye", + "belief : train destination = broxbourne=>belief : train destination = broxbournesystem : goodbye", + "belief : train destination = broxbourne=>belief : train destination = broxbournesystem : goodbye", + "belief : train destination = broxbourne=>belief : train destination = broxbournesystem : goodbye" + ], + [ + "belief : hotel parking = no ; stars = zero ; type = hotelsystem : there are [value_count]hotel -s that meet that criteria. what part of town did you have in mind?", + "belief : hotel parking = no ; stars = zero ; type = hotelsystem : there are [value_count]hotel -s that meet that criteria. what part of town did you have in mind?", + "belief : hotel parking = no ; stars = zero ; type = hotelsystem : there are [value_count]hotel -s that meet that criteria. what part of town did you have in mind?", + "belief : hotel parking = no ; stars = zero ; type = hotelsystem : there are [value_count]hotel -s that meet that criteria. what part of town did you have in mind?", + "belief : hotel parking = no ; stars = zero ; type = hotelsystem : there are [value_count]hotel -s that meet that criteria. what part of town did you have in mind?" + ], + [ + "belief : hotel area = centre ; stars = 0 ; internet = yes ; type = hotelsystem : its in the [value_area] end and [value_pricerange] price range. would you like to book a room?", + "belief : hotel area = centre ; stars = 0 ; internet = dont care ; type = guesthousesystem : its in the [value_area] end and [value_pricerange] price range. would you like to book?", + "belief : hotel area = centre ; stars = 0 ; internet = dont care ; type = guesthousesystem : its in the [value_area] end and [value_pricerange] price range. would you like to book?", + "belief : hotel area = centre ; stars = 0 ; internet = yes ; type = hotelsystem : its in the [value_area] and its free to book. your reference number is [hotel_reference]. is there anything else i can help you", + "belief : hotel area = centre ; stars = 0 ; internet = yes ; type = hotelsystem : its in the [value_area] end and [value_pricerange] price range. would you like to book a room?" + ], + [ + "belief : hotel name = gonville hotel | booking day = friday ; people = 1 ; stay = 5system : what is your destination?", + "belief : hotel name = gonville hotel | booking day = friday ; people = 1 ; stay = 5system : what is your destination?", + "belief : hotel name = gonville hotel | booking day = friday ; people = 1 ; stay = 5system : what is your destination?", + "belief : hotel name = gonville hotel | booking day = friday ; people = 1 ; stay = 5system : what is your destination?", + "belief : hotel name = gonville hotel | booking day = friday ; people = 1 ; stay = 5system : what is your destination?" + ], + [ + "belief : hotel area = centre | booking day = friday ; people = 5 ; stay = 5system : goodbye.", + "belief : hotel area = centre | booking day = friday ; people = 5 ; stay = 5system : goodbye.", + "belief : hotel area = centre | booking day = friday ; people = 5 ; stay = 5system : goodbye.", + "belief : hotel area = centre | booking day = friday ; people = 5 ; stay = 5system : goodbye.", + "belief : hotel area = centre | booking day = friday ; people = 5 ; stay = 5system : goodbye." + ], + [ + "belief : hotel area = centre | booking day = thursday ; people = 5system : goodbye.", + "belief : hotel area = centre | booking day = thursday ; people = 5system : goodbye.", + "belief : hotel area = centre | booking day = centre | booking people = 5system : goodbye.", + "belief : hotel area = centre | booking day = thursday ; people = 5system : goodbye.", + "belief : hotel area = centre | booking day = thursday ; people = 5system : goodbye." + ], + [ + "belief : day = friday", + "belief : hotel area = centre | booking day = centre | booking people = 5system : goodbye.", + "belief : hotel area = centre | booking day = centre | booking people = 5system : goodbye.", + "belief : hotel area = centre | booking day = centre | booking people = 5system : goodbye.", + "belief : hotel area = centre | booking day = centre | booking people = 5system : goodbye." + ], + [ + "belief : person", + "belief : day", + "belief : day", + "belief : day", + "belief : person" + ], + [ + "belief : hotel area = centre | booking day = friday", + "belief : day", + "belief : hotel area = centre | booking day = friday", + "belief : day", + "belief : day" + ], + [ + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?", + "belief : nonesystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi departure = pizza hut fendittonsystem : sure! when would you like to arrive?", + "belief : taxi departure = pizza hut fendittonsystem : sure! when would you like to arrive?", + "belief : taxi departure = pizza hut fendittonsystem : sure! when would you like to arrive?", + "belief : taxi departure = pizza hut fendittonsystem : sure! when would you like to arrive?", + "belief : taxi departure = pizza hut fendittonsystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby = 12:45system : booking completed! booked car type [taxi_type]contact number [taxi_phone]" + ], + [ + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby 12:45system : goodbye", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby 12:45system : goodbye", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby 12:45system : goodbye", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby 12:45system : goodbye", + "belief : taxi destination = sidney sussex college ; departure = pizza hut fenditton ; arriveby 12:45system : goodbye" + ], + [ + "belief : restaurant food = italian ; pricerange = expensivesystem : okay, i have pulled up [value_count]matches. an [value_food] restaurant and an [value_food] restaurant.", + "belief : restaurant food = italian ; pricerange = expensivesystem : okay, i have pulled up [value_count]matches. an [value_food] restaurant and an [value_food] restaurant.", + "belief : restaurant food = italian ; pricerange = expensivesystem : okay, what is your departure site?", + "belief : restaurant food = italian ; pricerange = expensivesystem : okay, i have found [value_count]that you might be interested in. what type of food are you looking for?", + "belief : restaurant food = italian ; pricerange = expensivesystem : may i recommend [restaurant_name]? it serves [value_food] food." + ], + [ + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes, would you like to try [restaurant_name]?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes, would you like to try [restaurant_name]?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes, [restaurant_name]", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes, would you like to try [restaurant_name]?", + "belief : restaurant food = italian ; pricerange = expensive ; area = southsystem : yes, would you like to try [restaurant_name]?" + ], + [ + "belief : restaurant name = pizza hut fenditton ; area = south", + "belief : restaurant name = pizza hut fenditton ; area = south", + "belief : restaurant name = pizza hut fenditton", + "belief : restaurant name = pizza hut fenditton ; area = south", + "belief : restaurant name = pizza hut fenditton ; area = south" + ], + [ + "belief : restaurant name = pizza hut fend", + "belief : restaurant name = uno", + "belief : restaurant name = uno", + "belief : restaurant name = pizza hut fend", + "belief : restaurant name = uno" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : i am sorry, there are not any. is there another type of food you would be interested in?", + "belief : restaurant pricerange = expensive ; area = centresystem : i am sorry, there are not any. is there another restaurant you would like to try?", + "belief : restaurant pricerange = expensive ; area = centresystem : i am sorry, there are not any. is there another type of food you would be interested in?", + "belief : restaurant pricerange = expensive ; area = centresystem : i am sorry, there are not any. is there another restaurant you would like to try?", + "belief : restaurant pricerange = expensive ; area = centresystem : i am sorry, there are not any. is there another type of food you would be interested in?" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : sure, the [restaurant_name]is in the postcode [restaurant_postcode]. may i help with anything else?", + "belief : restaurant pricerange = expensive ; area = centresystem : sure, the [restaurant_name]is in the postcode [restaurant_postcode]. may i help with anything else?", + "belief : restaurant pricerange = expensive ; area = centresystem : sure, the [restaurant_name]is in the postcode [restaurant_postcode]. may i help with anything else?", + "belief : restaurant pricerange = expensive ; area = centresystem : sure, the [restaurant_name]is in the postcode [restaurant_postcode]. may i help with anything else?", + "belief : restaurant pricerange = expensive ; area = centresystem : sure, the [restaurant_name]is in the postcode [restaurant_postcode]. may i help with anything else?" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : thank you, goodbye", + "belief : restaurant pricerange = expensive ; area = centresystem : thank you, goodbye", + "belief : restaurant pricerange = expensive ; area = centresystem : thank you, goodbye", + "belief : restaurant pricerange = expensive ; area = centresystem : thank you, goodbye", + "belief : restaurant pricerange = expensive ; area = centresystem : thank you, goodbye" + ], + [ + "belief : restaurant pricerange = expensive ; area = centresystem : goodbye", + "belief : restaurant pricerange = expensive ; area = centresystem : goodbye", + "belief : restaurant pricerange = expensive ; area = centresystem : goodbye", + "belief : restaurant pricerange = expensive ; area = centresystem : goodbye", + "belief : restaurant pricerange = expensive ; area = centresystem : goodbye" + ], + [ + "belief : hotel type = hotelsystem : i have [value_count]hotel -s or guest houses, can you tell me what area you would like to be in?", + "belief : hotel type = hotelsystem : i have [value_count]hotel -s or guest houses, can you tell me what area you are looking for and how many people are in your party?", + "belief : hotel type = hotelsystem : i have [value_count]hotel -s or guest houses, can you tell me what area you would like to be in?", + "belief : hotel type = hotelsystem : i have [value_count]hotel -s or guest houses, can you tell me what area you are looking for and how many people are in your party?", + "belief : hotel type = hotelsystem : i have [value_count]hotel -s or guest houses, can you tell me what area you would like to be in?" + ], + [ + "belief : hotel parking = dont care ; pricerange = moderate ; type = guesthousesystem : ok, there are [value_count]entries here. personally i recommend [hotel_name].", + "belief : hotel parking = dont care ; pricerange = moderate ; type = guesthousesystem : the [hotel_name]is a good option.", + "belief : hotel parking = dont care ; pricerange = moderate ; type = guesthousesystem : ok, there are [value_count]guesthouses that meet that criteria. is there a particular area of the city you wish to stay in?", + "belief : hotel parking = dont care ; pricerange = moderate ; type = guesthousesystem : i have [value_count]hotel -s that match your requirement -s. what part of town would you prefer?", + "belief : hotel parking = dont care ; pricerange = moderate ; type = guesthousesystem : i have [value_count]hotel -s that match your requirement -s. what part of town would you prefer?" + ], + [ + "belief : hotel parking = no ; pricerange = moderate ; type = guesthousesystem : okay, i recommend [hotel_name]. shall i book it for you?", + "belief : hotel parking = no ; pricerange = moderate ; type = guesthousesystem : okay, i recommend [hotel_name]. want me to book it for you", + "belief : hotel parking = no ; pricerange = moderate ; type = guesthousesystem : okay, i recommend [hotel_name]. want me to book it for you", + "belief : hotel parking = no ; pricerange = moderate ; type = guesthousesystem : okay, i recommend [hotel_name].", + "belief : hotel parking = no ; pricerange = moderate ; type = guesthousesystem : okay, i recommend [hotel_name]. want to book it for you" + ], + [ + "belief : hotel area = north ; type = guesthousesystem :", + "belief : hotel area = north ; type = guesthousesystem : none", + "belief : hotel area = north ; type = guesthousesystem : none", + "belief : hotel area = north ; type = guesthousesystem :", + "belief : hotel area = north ; type = guesthousesystem :" + ], + [ + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem :" + ], + [ + "belief : hotel area = northsystem :", + "belief : hotel area = northsystem : booking day = none", + "belief : hotel area = northsystem : booking day = none", + "belief : hotel area = northsystem : booking day = none", + "belief : hotel area = northsystem :" + ], + [ + "belief : hotel area = north", + "belief : hotel area = north", + "belief : hotel area = north bye", + "belief : hotel area = north", + "belief : hotel area = north" + ], + [ + "belief : taxi departure = la razasystem : i would be happy to book that for you, where will you be traveling to?", + "belief : taxi departure = la razasystem : all right, sir, i am happy to say the booked for you is a [taxi_type]. the contact number is [taxi_phone]. can i help you with anything else?", + "belief : taxi departure = la razasystem : and when would you like to leave?", + "belief : taxi departure = la razasystem : all right, sir, i am happy to say the booked for you is a [taxi_type]. the contact number is [taxi_phone]. can i help you with anything else?", + "belief : taxi departure = la razasystem : and when would you like to leave?" + ], + [ + "belief : taxi leaveat = 11:45 ; departure = la razasystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 11:45 ; departure = la razasystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 11:45 ; departure = la razasystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 11:45 ; departure = la razasystem : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi leaveat = 11:45 ; departure = la razasystem : i have a [taxi_type]with contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : ok, and what is your destination?", + "belief : taxi leaveat = 11:45 ; destination = restaurant one seven ; departure = la razasystem : okay a [taxi_type]will be picking you up and the contact number is [taxi_phone]. what else can i help you with?" + ], + [ + "belief : taxi leaveat = 11:45 ; destination = restaurant one sevensystem : goodbye", + "belief : taxi leaveat = 11:45 ; destination = restaurant one sevensystem : goodbye", + "belief : taxi leaveat = 11:45 ; destination = restaurant one sevensystem : goodbye", + "belief : taxi leaveat = 11:45 ; destination = restaurant one sevensystem : goodbye", + "belief : taxi leaveat = 11:45 ; destination = restaurant one sevensystem : goodbye" + ], + [ + "belief : hotel internet = yes ; type = guesthousesystem : we have [value_count]location -s like that. any area preferences?", + "belief : hotel internet = yes ; type = guesthousesystem : we have a few options with free wifi, is there a certain price range you are looking for?", + "belief : hotel internet = yes ; type = guesthousesystem : there are [value_count]hotel -s that offer internet. do you have a specific area or price range in mind?", + "belief : hotel internet = yes ; type = guesthousesystem : we have a few options with free wifi, is there a certain price range you are looking for?", + "belief : hotel internet = yes ; type = guesthousesystem : we have a few options with free wifi, is there a certain price range you are looking for?" + ], + [ + "belief : hotel stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]hotel -s that meet your criteria. do you have a preference as to area or price range?", + "belief : hotel stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]entries here. personally i recommend [hotel_name].", + "belief : hotel stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]entries here. personally i recommend [hotel_name].", + "belief : hotel stars = 4 ; internet = yes ; type = guesthousesystem : i have [value_count]hotel -s that match your needs, are you looking for a particular area or price range?", + "belief : hotel stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]hotel -s that meet your criteria. do you have a preference as to area or price range?" + ], + [ + "belief : hotel parking = yes ; stars = 4 ; type = guesthousesystem : how many nights?", + "belief : hotel parking = yes ; stars = 4 ; type = guesthousesystem : how many nights?", + "belief : hotel parking = yes ; stars = 4 ; type = guesthousesystem : how many nights?", + "belief : hotel parking = yes ; stars = 4 ; type = guesthousesystem : how many nights?", + "belief : hotel parking = yes ; stars = 4 ; type = guesthousesystem : how many nights?" + ], + [ + "belief : hotel stars = 4 ; internet = yessystem :", + "belief : hotel stars = 4 ; internet = yessystem :", + "belief : hotel stars = 4 ; internet = yessystem :", + "belief : hotel stars = 4 ; internet = yessystem :", + "belief : hotel stars = 4 ; internet = yessystem :" + ], + [ + "belief : hotel stars = 4 ; internet = yessystem : goodbye", + "belief : hotel parking day = 4 ; internet = yessystem : goodbye", + "belief : hotel parking day = 4 ; internet = yessystem : goodbye", + "belief : hotel stars = 4 ; internet = yessystem : goodbye", + "belief : hotel stars = 4 ; internet = yessystem : goodbye" + ], + [ + "belief : restaurant food = mexican ; area = centresystem : unfortunately, there are no [value_food] [value_food] restaurant -s in the [value_area]. would you like me to look for a different cuisine type or price range?", + "belief : restaurant food = mexican ; area = centresystem : unfortunately, there are no [value_food] restaurant -s in the city [value_area]. would you like mexican?", + "belief : restaurant food = mexican ; area = centresystem : unfortunately, there are no [value_food] restaurant -s in the [value_area]. would you like me to look for a different cuisine type or price range?", + "belief : restaurant food = mexican ; area = centresystem : may i suggest [restaurant_name], a [value_pricerange] [value_food] restaurant in the [value_area] of town?", + "belief : restaurant food = mexican ; area = centresystem : unfortunately, there are no [value_food] restaurant -s in the city [value_area]. would you like mexican?" + ], + [ + "belief : restaurant food = indian ; area = centresystem : yes, there are quite a few [value_food] restaurant -s to choose from. what price range would you prefer?", + "belief : restaurant food = indian ; area = centresystem : yes, there are many [value_food] restaurant -s to choose from. how about the [restaurant_name]?", + "belief : restaurant food = indian ; area = centresystem : yes, there are quite a few [value_food] restaurant -s to choose from. what price range would you prefer?", + "belief : restaurant food = indian ; area = centresystem : yes, there are quite a few [value_food] restaurant -s to choose from. what price range would you prefer?", + "belief : restaurant food = indian ; area = centresystem : yes, there are quite a few [value_food] restaurant -s to choose from. what price range would you prefer?" + ], + [ + "belief : restaurant food = indian ; area = centresystem : how many days = tuesday", + "belief : restaurant food = indian ; area = centresystem : what else can i do for you?", + "belief : restaurant food = indian ; area = centresystem : how many days = nonesystem : how many nights", + "belief : restaurant food = indian ; area = centresystem : what else can i do for you?", + "belief : restaurant food = indian ; area = centresystem : how many days = nonesystem : how many nights" + ], + [ + "belief : restaurant food = indian ; area = centresystem : goodbye", + "belief : restaurant food = indian ; area = centresystem : goodbye", + "belief : restaurant food = indian ; area = centresystem : goodbye", + "belief : restaurant food = indian ; area = centresystem : goodbye", + "belief : restaurant food = indian ; area = centresystem : goodbye" + ], + [ + "belief : indian restaurant food = indian ; area = centresystem : goodbye", + "belief : indian restaurant food = indian ; area = centresystem : goodbye", + "belief : indian restaurant food = indian ; area = centresystem : goodbye", + "belief : indian restaurant food = indian ; area = centresystem : goodbye", + "belief : indian restaurant food = indian ; area = centresystem : goodbye" + ], + [ + "belief : train destination = cambridge ; day = saturdaysystem : ok, and what time are you traveling?", + "belief : train destination = cambridge ; day = saturdaysystem : ok, and what time are you traveling?", + "belief : train destination = cambridge ; day = saturdaysystem : ok, and what time are you traveling?", + "belief : train destination = cambridge ; day = saturdaysystem : ok, and what time are you wanting to leave?", + "belief : train destination = cambridge ; day = saturdaysystem : ok, and what time are you wanting to leave?" + ], + [ + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : [train_id] leaves at [value_time]and arrives at [value_time]. would you like this [value_count]?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : [train_id] leaves at [value_time]and arrives at [value_time]. would you like me to book it for you?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : train [train_id] leaves at [value_time]and arrives by [value_time]. is that okay?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : train [train_id] leaves at [value_time]and arrives by [value_time]. is that okay?", + "belief : train leaveat = 19:30 ; destination = cambridge ; day = saturdaysystem : [train_id] leaves at [value_time]and arrives at [value_time]. would you like this [value_count]?" + ], + [ + "belief : train leaveat = 19:30 ; destination = cambridge ; departure = broxbournesystem : booking people = 6system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 19:30 ; destination = cambridge ; departure = broxbournesystem : booking people = 6system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 19:30 ; destination = cambridge ; departure = broxbournesystem : booking people = 6system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 19:30 ; destination = cambridge ; departure = broxbournesystem : booking people = 6system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference].", + "belief : train leaveat = 19:30 ; destination = cambridge ; departure = broxbournesystem : booking people = 6system : booking was successful, the total fee is [value_price] gbp payable at the station. reference number is [train_reference]." + ], + [ + "belief : train leaveat 19:30 ; destination = cambridgeuser : booking people = 6system : goodbye.", + "belief : train leaveat 19:30 ; destination = cambridgeuser : booking people = 6system : goodbye.", + "belief : train leaveat 19:30 ; destination = cambridgeuser : goodbye.", + "belief : train leaveat 19:30 ; destination = cambridgeuser : goodbye.", + "belief : train leaveat 19:30 ; destination = cambridgeuser : booking people = 6system : goodbye." + ], + [ + "belief : train destination = bishops stortford ; departure = cambridgesystem : yes, i can. what day will you be traveling?", + "belief : train destination = bishops stortford ; departure = cambridgesystem : yes, i can. what day will you be traveling?", + "belief : train destination = bishops stortford ; departure = cambridgesystem : yes, i can. what day will you be traveling?", + "belief : train destination = bishops stortford ; departure = cambridgesystem : yes, i can. what day will you be traveling?", + "belief : train destination = bishops stortford ; departure = cambridgesystem : yes, i can. what day will you be traveling?" + ], + [ + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have a train leaving at [value_time]and arriving at [value_time]. is that ok?", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have a train leaving at [value_time]and arriving at [value_time]. is that ok?", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have a train leaving at [value_time]and arriving at [value_time]. is that ok?", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have a train leaving at [value_time]and arriving at [value_time]. is that ok?", + "belief : train leaveat = 20:15 ; destination = bishops stortford ; day = thursday ; departure = cambridgesystem : i have a train leaving at [value_time]and arriving at [value_time]. is that ok?" + ], + [ + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : can i just confirm if you are leaving or arriving?", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : can i narrow down your choices?", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : can i just confirm if you are leaving or arriving?", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : can i just confirm you are leaving or arriving?", + "belief : train leaveat = 20:15 ; destination = cambridge ; day = thursday ; departure = bishops stortfordsystem : can i narrow down your choices?" + ], + [ + "belief : train leaveat 20:belief : train leaveat destination = 21:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat 20:belief : train leaveat destination = 21:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat 20:belief : train leaveat destination = 21:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat 20:belief : train leaveat destination = 21:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : train leaveat 20:belief : train leaveat destination = 21:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : train leaveat destination = cambridge", + "belief : train leaveat destination = cambridge", + "belief : train leaveat destination = cambridge", + "belief : train leaveat destination = cambridge", + "belief : train leaveat destination = cambridge" + ], + [ + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night club ; area = centresystem : there are a lot nightclubs in the center of town. what kind of attraction would you like to visit?", + "belief : attraction type = night club ; area = centresystem : there are a lot nightclubs in the center of town. what kind of attraction would you like to visit?", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?", + "belief : attraction type = night club ; area = centresystem : there are [value_count]nightclubs in the [value_area] area, there is [attraction_name], [attraction_name], [attraction_name]and [attraction_name]. would you like more information on [value_count]?" + ], + [ + "belief : attraction type = night club ; area = centresystem : yes, it is. is located on [attraction_address]. would you like their phone number?", + "belief : attraction type = night club ; area = centresystem : no, i am sorry. there is an entrance fee. is there anything else you need?", + "belief : attraction type = night club ; area = centresystem : no, i am sorry. they are located in the [value_area].", + "belief : attraction type = night club ; area = centresystem : yes, it is. would you like their phone number?", + "belief : attraction type = night club ; area = centresystem : no, i am sorry. there is an entrance fee. is there anything else you need?" + ], + [ + "belief : attraction type = night club ; area = centresystem : you are welcome!", + "belief : attraction type = night club ; area = centresystem : you are welcome!", + "belief : attraction type = night club ; area = centresystem : you are welcome!", + "belief : attraction type = night club ; area = centresystem : you are welcome!", + "belief : attraction type = night club ; area = centresystem : you are welcome!" + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : i have found several. would you like [value_food], [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : i have found several. would you like [value_food], [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : i have found several. would you like [value_food], [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : i have found several. would you like [value_food], [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are several [value_pricerange] restaurant -s located in the [value_area] part of town." + ], + [ + "belief : restaurant food = creative ; pricerange = cheap ; area = centresystem : we have [value_count]. how about [restaurant_name]?", + "belief : restaurant food = creative ; pricerange = cheap ; area = centresystem : we have [value_count]. do you have a preference on the price range?", + "belief : restaurant food = creative ; pricerange = cheap ; area = centresystem : we have [value_count]. how about [restaurant_name]?", + "belief : restaurant food = creative ; pricerange = cheap ; area = centresystem : we have [value_count]. how about [restaurant_name]?", + "belief : restaurant food = creative ; pricerange = cheap ; area = centresystem : we have [value_count]. how about [restaurant_name]?" + ], + [ + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : yes, i would recommend [restaurant_name].", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : yes, there are [value_count]options.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : yes, i have [value_count]options for you.", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : yes, i would recommend [restaurant_name].", + "belief : restaurant food = indian ; pricerange = cheap ; area = centresystem : yes, i would recommend [restaurant_name]." + ], + [ + "belief : restaurant food = creative fun", + "belief : restaurant food = creative food = indian ; day = nonesystem : goodbye.", + "belief : restaurant food = creative food = indian ; day = nonesystem : goodbye.", + "belief : restaurant food = creative fun", + "belief : restaurant food = creative fun" + ], + [ + "belief : restaurant food = creative food = indian ; day = yessystem : goodbye.", + "belief : restaurant food = creative restaurant food = indian ; day = yessystem : goodbye.", + "belief : restaurant food = creative restaurant food = indian ; day = none", + "belief : restaurant food = creative restaurant food = indian ; day = none", + "belief : restaurant food = creative restaurant food = indian ; day = none" + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : i have about [value_count]different options for you. is there an area of town you prefer to stay in?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?", + "belief : hotel parking = yes ; type = guesthousesystem : i have found several guesthouses with free parking. what price range are you looking for?", + "belief : hotel parking = yes ; type = guesthousesystem : i have [value_count]guesthouses is there an area you are looking for or a price range you would like to be in?" + ], + [ + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : there are [value_count]options. [hotel_name]and [hotel_name]are both hotel -s in the [value_area].", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : the [hotel_name]meets your criteria. do you want to make a reservation?", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : the [hotel_name]meets your criteria. do you want to make a reservation?", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : there are [value_count]options, [value_count]of which have both free parking and free parking. do you prefer a certain price range?", + "belief : hotel area = east ; parking = yes ; type = guesthousesystem : the [hotel_name]meets your criteria. do you want to make a reservation?" + ], + [ + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : [hotel_name]", + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : [hotel_name]", + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : [hotel_name]", + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : [hotel_name]", + "belief : hotel area = east ; parking = yes ; pricerange = cheap ; type = guesthousesystem : [hotel_name]" + ], + [ + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem :", + "belief : hotel area = east ; parking = yes ; pricerange = cheap", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem :", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem :", + "belief : hotel area = east ; parking = yes ; pricerange = cheapsystem :" + ], + [ + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east" + ], + [ + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east", + "belief : hotel area = east" + ], + [ + "belief : taxi destination = meghnasystem : i can help with that, where will you be departing from?", + "belief : taxi destination = meghnasystem : i can help with that, where will you be departing from?", + "belief : taxi destination = meghnasystem : i can help with that, where will you be departing from?", + "belief : taxi destination = meghnasystem : i can help with that, where will you be departing from?", + "belief : taxi destination = meghnasystem : i can help with that, where will you be departing from?" + ], + [ + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : i apologize the booking was unsuccessful. would you like me to look at another location for you?", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : your taxi booking is for a [taxi_type]with the contact number [taxi_phone]. may i assist you with anything else?", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : your taxi booking is for a [taxi_type]with the contact number [taxi_phone]. is there anything else i can help you with?", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : i apologize the booking was unsuccessful. would you like me to look at another location for you?", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : your taxi booking is for a [taxi_type]with the contact number [taxi_phone]. is there anything else i can help you with?" + ], + [ + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : enjoy your meal! goodbye.", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : enjoy your meal! goodbye.", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : enjoy your meal! goodbye.", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : enjoy your meal! goodbye.", + "belief : taxi leaveat = 07:15 ; destination = meghna ; departure = yippee noodle barsystem : enjoy your meal! goodbye." + ], + [ + "belief : hotel parking = yes ; type = guesthousesystem : ok, there are [value_count]guesthouses that meet that criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; type = guesthousesystem : ok, there are [value_count]guesthouses that meet that criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; type = guesthousesystem : ok, there are [value_count]guesthouses that meet that criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; type = guesthousesystem : ok, there are [value_count]guesthouses that meet that criteria. what part of town would you prefer?", + "belief : hotel parking = yes ; type = guesthousesystem : ok, there are [value_count]guesthouses that meet that criteria. what part of town would you prefer?" + ], + [ + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : [hotel_name]is a [value_count]star location with free wifi. would you like to make a booking?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : [hotel_name]is a [value_count]star location with free wifi. would you like to make a booking?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : [hotel_name]is a great choice!", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : [hotel_name]is a [value_count]star location with free wifi. would you like to make a booking?", + "belief : hotel parking = yes ; stars = 4 ; internet = yes ; type = guesthousesystem : [hotel_name]is a [value_count]star hotel in the [value_area] part of town. would you like to make a booking?" + ], + [ + "belief : hotel name = alexander bed and breakfast 5 nights", + "belief : hotel name = alexander bed and breakfast", + "belief : hotel name = alexander bed and breakfast", + "belief : hotel stars = 4 ; internet = yes ; type = guesthousesystem : booking day = thursday", + "belief : hotel name = alexander bed and breakfast 5system :" + ], + [ + "belief : hotel stars = 4", + "belief : hotel stars = 4", + "belief : hotel stars = 4", + "belief : hotel stars = 4", + "belief : hotel stars = 4" + ], + [ + "belief : hotel stars = 4", + "belief : hotel stars = 4", + "belief : hotel stars = 4", + "belief : hotel stars = 4", + "belief : hotel stars = 4" + ], + [ + "belief : hotel stars = 3 ; type = guesthousesystem : unfortunately, none of them have 3 stars.", + "belief : hotel stars = 3 ; type = guesthousesystem : unfortunately, none of them have 3 stars.", + "belief : hotel stars = 3 ; type = guesthousesystem : unfortunately, none of them have [value_count]stars.", + "belief : hotel stars = 3 ; type = guesthousesystem : unfortunately, none of them have 3 stars.", + "belief : hotel stars = 3 ; type = guesthousesystem : unfortunately, none of them have 3 stars." + ], + [ + "belief : hotel stars = 3 ; type = guesthousesystem : i have [value_count]options for you. is there a certain area of town you would like to stay in?", + "belief : hotel stars = 3 ; type = guesthousesystem : i have [value_count]options for you. is there a certain area of town you prefer?", + "belief : hotel stars = 3 ; type = guesthousesystem : i have [value_count]options for you. is there a certain area of town you would like to stay in?", + "belief : hotel stars = 3 ; type = guesthousesystem : i have [value_count]options for you. is there a particular area of town you wish to stay in?", + "belief : hotel stars = 3 ; type = guesthousesystem : i have [value_count]options for you. is there a certain area of town you would like to stay in?" + ], + [ + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : what area = centresystem : how about [hotel_name]?", + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : what area = centresystem : how about [hotel_name]?", + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; stars = 3 ; internet = yessystem : how about [hotel_name]?" + ], + [ + "belief : hotel parking = yes = 3 stars", + "belief : hotel parking = yes = 3 stars", + "belief : hotel parking = yes = 3 stars", + "belief : hotel parking = yes = 3 stars", + "belief : hotel parking = yes = 3 stars" + ], + [ + "belief : restaurant area = eastsystem : there are [value_count][value_food] restaurant -s in the [value_area]. do you prefer [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant area = eastsystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] part of town.", + "belief : restaurant area = eastsystem : [restaurant_name]is an [value_pricerange] [value_food] restaurant in the [value_area] of town.", + "belief : restaurant area = eastsystem : there are [value_count]options for [value_food] in the [value_area]. do you have a preferred price range?", + "belief : restaurant area = eastsystem : there are [value_count]options for [value_food] in the [value_area]. do you have a preferred price range?" + ], + [ + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. thank you for calling the [value_place]towninfo [value_area]. goodbye", + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. thank you for calling the [value_place]towninfo [value_area]. goodbye", + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. thank you for calling the [value_place]towninfo [value_area]. goodbye", + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. thank you for calling the [value_place]towninfo [value_area]. goodbye", + "belief : restaurant food = canapes ; area = eastsystem : you are welcome. thank you for calling the [value_place]towninfo [value_area]. goodbye" + ], + [ + "belief : restaurant food = italian ; area = eastsystem : sure, do you need any further assistance?", + "belief : restaurant food = italian ; area = eastsystem : sure, do you need any further assistance?", + "belief : restaurant food = italian ; area = eastsystem : sure, do you need any further assistance?", + "belief : restaurant food = italian ; area = eastsystem : sure, do you need any further assistance?", + "belief : restaurant food = italian ; area = eastsystem : [restaurant_name]is an [value_food] restaurant in the [value_area] part of town." + ], + [ + "belief : restaurant food = italian food = italian | booking day = saturday", + "belief : restaurant food = italian food = italian | booking day = saturday", + "belief : restaurant food = italian food = italian | booking day = saturday", + "belief : restaurant food = italian food = italian | booking day = saturday", + "belief : restaurant food = italian food = italian | booking day = saturday" + ], + [ + "belief :belief : restaurant food = italian=>belief : restaurant food = italian | booking day = saturday", + "belief :belief : restaurant food = italian=>belief : restaurant food = italian | booking day = saturday", + "belief :belief : restaurant food = italian=>belief : restaurant food = italian | booking day = saturday", + "belief :belief : restaurant food = italian=>belief : restaurant food = italian | booking day = saturday", + "belief :belief : restaurant food = italian food = italian | booking day = 15:00" + ], + [ + "belief :belief : restaurant food = italian food = italiansystem : goodbye. goodbye.", + "belief :belief : restaurant food = italian food = italian | booking day = saturday", + "belief :belief : restaurant food = italian food = italian | booking day = saturday", + "belief :belief : restaurant food = italian food = italian | booking day = saturday", + "belief :belief : restaurant food = italian food = italiansystem : goodbye. goodbye." + ], + [ + "belief : train destination = cambridge ; day = saturdaysystem : what time would you like to depart?", + "belief : train destination = cambridge ; day = saturdaysystem : what time would you like to depart?", + "belief : train destination = cambridge ; day = saturdaysystem : what time would you like to depart?", + "belief : train destination = cambridge ; day = saturdaysystem : what time do you want to leave?", + "belief : train destination = cambridge ; day = saturdaysystem : what time do you want to leave?" + ], + [ + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : i have many options for you depending on the day", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : i have many options for you depending on the day", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : i have many options for you depending on the day", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : i have many options for you depending on the day", + "belief : train destination = cambridge ; day = saturday ; arriveby = 11:30 ; departure = birmingham new streetsystem : i have many options for you depending on the day" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem : sure, we have [restaurant_name]restaurant -s. do you have a area or price range in mind?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : sure, we have [restaurant_name]restaurant -s. do you have a area or price range in mind?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : we have [value_count]restaurant -s that meet your criteria, are you more interested in [value_food] of [value_food] food?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : we have [value_count]restaurant -s that meet your criteria, are you more interested in [value_food] of [value_food] food?", + "belief : restaurant food = chinese ; pricerange = cheapsystem : sure, we have [restaurant_name]restaurant -s. do you have a area or price range in mind?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; area = southsystem : how many tickets do you need?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = southsystem : how many tickets do you need?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = southsystem : how many tickets do you need?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = southsystem : how many tickets do you need?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = southsystem : how many tickets do you need?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem :", + "belief : restaurant food = chinese ; pricerange = cheapsystem :", + "belief : restaurant food = chinese ; pricerange = cheapsystem :", + "belief : restaurant food = chinese ; pricerange = cheapsystem :", + "belief : restaurant food = chinese ; pricerange = cheapsystem :" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem : goodbye", + "belief : restaurant food = chinese ; pricerange = cheapsystem : goodbye", + "belief : restaurant food = chinese ; pricerange = cheapsystem : goodbye", + "belief : restaurant food = chinese ; pricerange = cheapsystem : goodbye", + "belief : restaurant food = chinese ; pricerange = cheapsystem : goodbye" + ], + [ + "belief : train destination = leicester ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = leicester ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = leicester ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = leicester ; departure = cambridgesystem : what day will you be leaving?", + "belief : train destination = leicester ; departure = cambridgesystem : what day will you be leaving?" + ], + [ + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are [value_count]trains, do you have a preferred day?", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are [value_count]trains, do you have a preferred day?", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : there are [value_count]trains, do you have a preferred day?", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : what time would you like to depart?", + "belief : train destination = leicester ; day = saturday ; departure = cambridgesystem : what time would you like to leave?" + ], + [ + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : [train_id] leaves [value_place]at [value_time]and arrives in [value_place]at [value_time].", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : what time do you want to leave?", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : [train_id] leaves at [value_time]and arrives at [value_time].", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : what time do you want to leave?", + "belief : train destination = leicester ; day = saturday ; arriveby = 13:45 ; departure = cambridgesystem : what time do you want to leave?" + ], + [ + "belief : train destination = leicester ; day = saturday ; arriveby 13:45system :", + "belief : train destination = leicester ; day = saturday ; arriveby 13:45system :", + "belief : train destination = leicester ; day = saturday ; arriveby 13:45system :", + "belief : train destination = leicester ; day = saturday ; arriveby 13:45system :", + "belief : train destination = leicester ; day = saturday ; arriveby 13:45system :" + ], + [ + "belief : train destination = train destination = leicester", + "belief : train destination = train destination = leicester", + "belief : train destination = train destination = leicester", + "belief : train destination = train destination = leicester", + "belief : train destination = train destination = leicester" + ], + [ + "belief : train destination = saturday", + "belief : train destination = saturday", + "belief : train destination = saturday", + "belief : train destination = saturday", + "belief : train destination = saturday" + ], + [ + "belief : restaurant food = african ; pricerange = expensivesystem : i am sorry, i don't have an expensive african restaurant in town. is there another type of food you might like?", + "belief : restaurant food = african ; pricerange = expensivesystem : i am sorry, i don't have an expensive african restaurant in town. is there another type of food you might like?", + "belief : restaurant food = african ; pricerange = expensivesystem : i am sorry, i don't have an expensive african restaurant in town. is there another type of food you might like?", + "belief : restaurant food = african ; pricerange = expensivesystem : i am sorry, i don't have an expensive african restaurant in town. is there another type of food you might like?", + "belief : restaurant food = african ; pricerange = expensivesystem : i am sorry, i don't have an expensive african restaurant in town. is there another type of food you might like?" + ], + [ + "belief : restaurant food = african ; pricerange = expensivesystem : their phone number is [restaurant_phone]. thank you for using this system!", + "belief : restaurant food = african ; pricerange = expensivesystem : their phone number is [restaurant_phone]. thank you for using this system!", + "belief : restaurant food = african ; pricerange = expensivesystem : their phone number is [restaurant_phone]. do you need any other information?", + "belief : restaurant food = african ; pricerange = expensivesystem : their phone number is [restaurant_phone]. thank you for using this system!", + "belief : restaurant food = african ; pricerange = expensivesystem : their phone number is [restaurant_phone]. do you need any other information?" + ], + [ + "belief : restaurant food = african ; pricerange = expensivesystem : goodbyesystem : goodbye.", + "belief : restaurant food = african ; pricerange = expensivesystem : goodbyesystem : goodbye.", + "belief : restaurant food = african ; pricerange = expensivesystem : goodbyesystem : goodbye.", + "belief : restaurant food = african ; pricerange = expensivesystem : goodbyesystem : goodbye.", + "belief : restaurant food = african ; pricerange = expensivesystem : goodbyesystem : goodbye." + ], + [ + "belief : restaurant name = india housesystem : sure, it is an [value_pricerange] [value_food] restaurant in the [value_area] of town. what information would you like?", + "belief : restaurant name = india housesystem : sure, it is an [value_pricerange] [value_food] restaurant in the [value_area] of town. what information would you like?", + "belief : restaurant name = india housesystem : sure, it is an [value_pricerange] [value_food] restaurant in the [value_area] of town. what information would you like?", + "belief : restaurant name = india housesystem : sure, it is an [value_pricerange] [value_food] restaurant in the [value_area] of town. they have no phone and no postcode. would you like their phone number?", + "belief : restaurant name = india housesystem : sure, it is an [value_pricerange] [value_food] restaurant in the [value_area] of town. what information would you like?" + ], + [ + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : how many nights would you like to book this restaurant?", + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : how many nights would you like to book this restaurant?", + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : how many nights would you like to book this restaurant?", + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : how many nights would you like to book this restaurant?", + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : how many nights would you like to book this restaurant?" + ], + [ + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : goodbye", + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : goodbye", + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : goodbye", + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : goodbye", + "belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : goodbye" + ], + [ + "belief :belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : goodbye", + "belief :belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : goodbye", + "belief :belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : goodbye", + "belief :belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : goodbye", + "belief :belief : restaurant name = india house | booking day = saturday ; people = 4 ; time = 16:30system : goodbye" + ], + [ + "belief : attraction type = dont care ; area = eastsystem : i have no matches that match that criteria, would you like me to look up something else?", + "belief : attraction type = dont care ; area = eastsystem : i have no matches that match that criteria, would you like me to look up something else?", + "belief : attraction type = dont care ; area = eastsystem : i have no matches that match that criteria, would you like me to look up something else?", + "belief : attraction type = dont care ; area = eastsystem : i have no matches that match that criteria, would you like me to look up something else?", + "belief : attraction type = dont care ; area = eastsystem : i have no matches that match that criteria, would you like me to look up something else?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : how about the [attraction_name]museum?", + "belief : attraction type = entertainment ; area = eastsystem : how about the [attraction_name]museum?", + "belief : attraction type = entertainment ; area = eastsystem : how about the [attraction_name]museum?", + "belief : attraction type = entertainment ; area = eastsystem : how about the [attraction_name]museum?", + "belief : attraction type = entertainment ; area = eastsystem : how about the [attraction_name]museum?" + ], + [ + "belief : attraction type = entertainment ; area = eastsystem : their phone number is [attraction_phone]and address is [attraction_address]. anything else?", + "belief : attraction type = entertainment ; area = eastsystem : their phone number is [attraction_phone]and address is [attraction_address]. can i help with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : their phone number is [attraction_phone]and address is [attraction_address]. can i help with anything else?", + "belief : attraction type = entertainment ; area = eastsystem : their phone number is [attraction_phone]and address is [attraction_address]. anything else?", + "belief : attraction type = entertainment ; area = eastsystem : their phone number is [attraction_phone]and address is [attraction_address]. can i help with anything else?" + ], + [ + "belief : attraction type = entertainmentsystem :", + "belief : attraction type = entertainmentsystem :", + "belief : attraction type = entertainmentsystem :", + "belief : attraction type = entertainmentsystem :", + "belief : attraction type = entertainmentsystem :" + ], + [ + "belief : restaurant food = modern european ; pricerange = moderatesystem : i have [value_count]restaurant -s that match your request. [value_count]have been booked and [value_count]has been booked. would you like me to book [value_count]?", + "belief : restaurant food = modern european ; pricerange = moderatesystem : i have [value_count]options for you. in what area would you like?", + "belief : restaurant food = modern european ; pricerange = moderatesystem : i have [value_count]options for you. in what area would you like?", + "belief : restaurant food = modern european ; pricerange = moderatesystem : i have [value_count]restaurant -s that match your request. [value_count]is [value_food] and the other is [value_food]. which would you prefer?", + "belief : restaurant food = modern european ; pricerange = moderatesystem : i have [value_count]restaurant -s that match your request. [value_count]have [value_pricerange] -er price range and [value_count]has [value_pricerange] price range. do you have a preference?" + ], + [ + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : the [restaurant_name]is nice and in the center of the town. would you like their phone number?", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : the [restaurant_name]is nice and in the center of the [value_area] area. would you like their information?", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that fit your request. [restaurant_name], [restaurant_name], [restaurant_name], and [restaurant_name]. what price range would you prefer?", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : there are [value_count]restaurant -s that fit your request. [restaurant_name], [restaurant_name], [restaurant_name], and [restaurant_name]. what time would you like to leave?", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : the [restaurant_name]is nice and in the center of the [value_area] area. would you like their phone number?" + ], + [ + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : no problem. what name should i place this under?", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : no problem. where will you leave from?", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : no problem. what name should i place this under?", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : you are all set, enjoy!", + "belief : restaurant food = modern european ; pricerange = moderate ; area = centresystem : no problem. what name should i place this under?" + ], + [ + "belief : restaurant food = modern european ; pricerange = moderate ; name = de luca cucina and barsystem : goodbye.", + "belief : restaurant food = modern european ; pricerange = moderate ; name = de luca cucina and barsystem : goodbye.", + "belief : restaurant food = modern european ; pricerange = moderate ; name = de luca cucina and barsystem : goodbye.", + "belief : restaurant food = modern european ; pricerange = moderate ; name = de luca cucina and barsystem : goodbye.", + "belief : restaurant food = modern european ; pricerange = moderate ; name = de luca cucina and barsystem : goodbye." + ], + [ + "belief : restaurant food = britishsystem : i would be happy to help you with that. we have [value_count]matching restaurant -s. do you have a preferred area?", + "belief : restaurant food = britishsystem : i would be happy to help you with that. we have [value_count]matching restaurant -s. any preference on location?", + "belief : restaurant food = britishsystem : we have [value_count]matching restaurant -s. do you have a preferred area?", + "belief : restaurant food = britishsystem : i would be happy to help you with that. there are several restaurant -s to choose from. is there a price range you are wanting to stick with?", + "belief : restaurant food = britishsystem : i would recommend the [restaurant_name], located at [restaurant_address]." + ], + [ + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s in the [value_area] area.", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food.", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s in the [value_area] area.", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food.", + "belief : restaurant food = british ; area = westsystem : there are [value_count]restaurant -s that serve [value_food] food." + ], + [ + "belief : restaurant food = british ; area = westsystem :", + "belief : restaurant food = british ; area = westsystem :", + "belief : restaurant food = british ; area = westsystem :", + "belief : restaurant food = british ; area = westsystem :", + "belief : restaurant food = british ; area = westsystem :" + ], + [ + "belief : restaurant food = british ; area = westsystem : goodbye", + "belief : restaurant food = british ; area = westsystem : goodbye", + "belief : restaurant food = british ; area = westsystem : goodbye", + "belief : restaurant food = british ; area = westsystem : goodbye", + "belief : restaurant food = british ; area = westsystem : goodbye" + ], + [ + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye." + ], + [ + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye.", + "belief : restaurant food = british ; area = westsystem : goodbye." + ], + [ + "belief : hotel name = el shaddia guesthousesystem : i do. it s a [value_pricerange] -ly priced [value_count]star hotel.", + "belief : hotel name = el shaddia guesthousesystem : i do. it s a [value_pricerange] -ly priced [value_count]star hotel.", + "belief : hotel name = el shaddia guesthousesystem : i do. it s a [value_pricerange] -ly priced [value_count]star hotel.", + "belief : hotel name = el shaddia guesthousesystem : i do. it s a [value_pricerange] -ly priced [value_count]star hotel.", + "belief : hotel name = el shaddia guesthousesystem : i do. it s a [value_pricerange] -ly priced [value_count]star hotel." + ], + [ + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system : how many nights?", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system : how many nights?", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system : how many nights?", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system : how many nights?", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system : how many nights?" + ], + [ + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system :", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system :", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system :", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system :", + "belief : hotel name = el shaddia guesthouse | booking day = monday ; people = 7system :" + ], + [ + "belief : hotel name = el shaddia guesthouse | booking day = 1 night", + "belief : hotel name = el shaddia guesthouse | booking day = 1 night", + "belief : hotel name = el shaddia guesthouse | booking day = 1 night", + "belief : hotel name = el shaddia guesthouse | booking day = 1 night", + "belief : hotel name = el shaddia guesthouse | booking day = 1 night" + ], + [ + "belief : restaurant pricerange = cheap ; area = eastsystem : okay, what type of food are you looking for?", + "belief : restaurant pricerange = cheap ; area = eastsystem : ok, how many people are you wanting to eat?", + "belief : restaurant pricerange = cheap ; area = eastsystem : okay, what restaurant are you looking for?", + "belief : restaurant pricerange = cheap ; area = eastsystem : okay, what restaurant are you looking for?", + "belief : restaurant pricerange = cheap ; area = eastsystem : okay, i will need your details, please." + ], + [ + "belief : hotel area = east ; pricerange = cheap ; type = guesthousesystem : no problem, i have many options for you. do you have a preferred price range?", + "belief : hotel area = east ; pricerange = cheap ; type = guesthousesystem : yes, i have [value_count]guest houses, can you tell me for how many and when would you like to check in?", + "belief : hotel area = east ; pricerange = cheap ; type = guesthousesystem : i have [value_count]guesthouses with free parking and free wifi! what price range are you looking for?", + "belief : hotel area = east ; pricerange = cheap ; type = guesthousesystem : no problem, i have many options for you. do you have a preferred price range?", + "belief : hotel area = east ; pricerange = cheap ; type = guesthousesystem : i have [value_count]with free parking and free wifi! what price range are you interested in?" + ], + [ + "belief : hotel area = east ; pricerange = cheap ; type = guesthouse | booking day = thursday ; people = 1system : what is your reference number?", + "belief : hotel area = east ; pricerange = cheap ; type = guesthouse | booking day = thursday ; people = 1system : what is your reference number?", + "belief : hotel area = east ; pricerange = cheap ; type = guesthouse | booking day = thursday ; people = 1system : how many people will be staying?", + "belief : hotel area = east ; pricerange = cheap ; type = guesthouse | booking day = thursday ; people = 1system : how many people will be staying?", + "belief : hotel area = east ; pricerange = cheap ; type = guesthouse | booking day = thursday ; people = 1system : what is your reference number?" + ], + [ + "belief : hotel area = east | booking day = friday ; people = 1 ; stay = 5system : how many nights", + "belief : hotel area = east | booking day = friday ; people = 1 ; stay = 5system : how many nights", + "belief : hotel area = east | booking day = friday ; people = 1 ; stay = 5system : how many nights", + "belief : hotel area = east | booking day = friday ; people = 1 ; stay = 5system : how many nights", + "belief : hotel area = east | booking day = friday ; people = 1 ; stay = 5system : how many nights" + ], + [ + "belief : hotel area = east | booking day = friday ; people = 1 ; stay = 5system : goodbye.", + "belief : hotel area = east | booking day = friday ; people = 1 ; stay = 5system : goodbye.", + "belief : hotel area = east | booking day = friday ; people = 1 ; stay = 5system : goodbye.", + "belief : hotel area = east | booking day = friday ; people = 1 ; stay = 5system : goodbye.", + "belief : hotel area = east | booking day = friday ; people = 1 ; stay = 5system : goodbye." + ], + [ + "belief : train day = wednesday ; arriveby = 12:30system : certainly. could you tell me where you are departing from and traveling to?", + "belief : train day = wednesday ; arriveby = 12:30system : certainly. could you tell me where you are departing from and traveling to?", + "belief : train day = wednesday ; arriveby = 12:30system : certainly. could you tell me where you are departing from and traveling to?", + "belief : train day = wednesday ; arriveby = 12:30system : certainly. could you tell me where you are departing from and traveling to?", + "belief : train day = wednesday ; arriveby = 12:30system : certainly. could you tell me where you are departing from and traveling to?" + ], + [ + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : there are [value_count]trains, do you have a preferred day?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives at [value_time]. would that work for you?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives at [value_time]. would that work for you?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : i have a train that leaves at [value_time]and arrives at [value_time]. would that work for you?", + "belief : train destination = london liverpool street ; day = wednesday ; arriveby = 12:30 ; departure = cambridgesystem : there are [value_count]trains, do you have a preferred day?" + ], + [ + "belief : train destination = london liverpool street ; day = wednesday ;", + "belief : train destination = london liverpool street ; day = wednesday ;", + "belief : train destination = london liverpool street ; day = wednesday ;", + "belief : train destination = london liverpool street ; day = wednesday ;", + "belief : train destination = london liverpool street ; day = wednesday ;" + ], + [ + "belief : train destination = london liverpool street ; day = london liverpool street ; departure = cambridge | booking people = 7system :", + "belief : train destination = london liverpool street ; day = london liverpool street ; departure = cambridge | booking people = 7system :", + "belief : train destination = london liverpool street ; day = london liverpool street ; departure = cambridge | booking people = 7system :", + "belief : train destination = london liverpool street ; day = london liverpool street ; departure = cambridge | booking people = 7system :", + "belief : train destination = london liverpool street ; day = london liverpool street ; departure = cambridge | booking people = 7system :" + ], + [ + "belief : hotel internet = yessystem : i have found many wi fi place -s to stay. do you have a preference as to area or price range?", + "belief : hotel internet = yessystem : i have found many wi fi place -s to stay. do you have a preference as to area or price range?", + "belief : hotel internet = yessystem : i have found many wi fi place -s to stay. do you have a preference as to area or price range?", + "belief : hotel internet = yessystem : i have found many wi fi place -s to stay. do you have a preference as to area or price range?", + "belief : hotel internet = yessystem : i have found many wi fi place -s to stay. do you have a preference as to area or price range?" + ], + [ + "belief : hotel pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel pricerange = cheap ; internet = yessystem : how about [hotel_name]?" + ], + [ + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?", + "belief : hotel parking = yes ; pricerange = cheap ; internet = yessystem : how about [hotel_name]?" + ], + [ + "belief : hotel parking = yes ; day = sunday ; type = hotelsystem :", + "belief : hotel parking = yes ; day = sunday ; type = hotelsystem :", + "belief : hotel parking = yes ; day = sunday ; type = hotelsystem :", + "belief : hotel parking = yes ; day = sunday ; type = hotelsystem :", + "belief : hotel parking = yes ; day = sunday ; type = hotelsystem :" + ], + [ + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking" + ], + [ + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking" + ], + [ + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking" + ], + [ + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking" + ], + [ + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking" + ], + [ + "belief : hotel name = huntingdon marriott hotel name = finches bed and breakfast | booking day = sunday ; people = 3system : goodbye. goodbye.", + "belief : hotel name = bridge guest house | booking day = sunday ; people = 1system : goodbye. goodbye.", + "belief : hotel name = bridge guest house | booking day = sunday ; people = 1system : goodbye. goodbye.", + "belief : hotel name = bridge guest house | booking day = sunday ; people = 1system : goodbye. goodbye.", + "belief : hotel name = rosa s" + ], + [ + "belief : nonesystem : okay, where would you like to depart from?", + "belief : nonesystem : okay, where would you like to depart from?", + "belief : nonesystem : okay, where would you like to depart from?", + "belief : nonesystem : okay, where would you like to depart from?", + "belief : nonesystem : okay, where would you like to depart from?" + ], + [ + "belief : taxi departure = riverside brasseriesystem : sure! when would you like to arrive?", + "belief : taxi departure = riverside brasseriesystem : sure! when would you like to arrive?", + "belief : taxi departure = riverside brasseriesystem : sure! when would you like to arrive?", + "belief : taxi departure = riverside brasseriesystem : sure! when would you like to arrive?", + "belief : taxi departure = riverside brasseriesystem : sure! when would you like to arrive?" + ], + [ + "belief : taxi departure = riverside brasserie ; arriveby = 18:15system : how about train [train_id] that leaves at [value_time]?", + "belief : taxi departure = riverside brasserie ; arriveby = 18:15system : how about train [train_id] that leaves at [value_time]?", + "belief : taxi departure = riverside brasserie ; arriveby = 18:15system : i have a [taxi_type]with contact number [taxi_phone].", + "belief : taxi departure = riverside brasserie ; arriveby = 18:15system : how about train [train_id] that leaves at [value_time]?", + "belief : taxi departure = riverside brasserie ; arriveby = 18:15system : how about train [train_id] that leaves at [value_time]?" + ], + [ + "belief : taxi leaveat = 18:15 ; destination = shanghai family restaurant ; departure = riverside brasseriesystem : what time would you like to leave?", + "belief : taxi leaveat = 18:15 ; destination = shanghai family restaurant ; departure = riverside brasseriesystem : where will you be departing from?", + "belief : taxi leaveat = 18:15 ; destination = shanghai family restaurant ; departure = riverside brasseriesystem : where will you be leaving from?", + "belief : taxi leaveat = 18:15 ; destination = shanghai family restaurant ; departure = riverside brasseriesystem : where will you be departing from?", + "belief : taxi leaveat = 18:15 ; destination = shanghai family restaurant ; departure = riverside brasseriesystem : where will you be leaving from?" + ], + [ + "belief : taxi destination = shanghai family restaurant ; departure = nonesystem :", + "belief : taxi destination = shanghai family restaurant ; departure = riverside brasserie ; arriveby = 18:15system :", + "belief : taxi destination = shanghai family restaurant ; departure = nonesystem :", + "belief : taxi destination = shanghai family restaurant ; departure = riverside brasserie ; arriveby = 18:15system :", + "belief : taxi destination = shanghai family restaurant ; departure = nonesystem :" + ], + [ + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : and where would you like to go?", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : and where would you like to go?", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : and where will the taxi be taking you?", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : and where would you like to go?", + "belief : taxi leaveat = 12:15 ; departure = golden housesystem : and where will the taxi be taking you?" + ], + [ + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : where will you be leaving from?", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : what is your departure site?", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : where will you be leaving from?", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : what is your departure site?", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : where will you be leaving from?" + ], + [ + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : goodbye", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : enjoy your night", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : enjoy your night", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : goodbye", + "belief : taxi leaveat = 12:15 ; destination = soul tree nightclub ; departure = golden housesystem : enjoy your night" + ], + [ + "belief : nonesystem : ok, where are you leaving from?", + "belief : nonesystem : ok, where are you leaving from?", + "belief : nonesystem : ok, where are you leaving from?", + "belief : nonesystem : ok, where are you leaving from?", + "belief : nonesystem : ok, where are you leaving from?" + ], + [ + "belief : taxi destination = restaurant two two two ; departure = finches bed and breakfast ; arriveby = 05:15system : booking completed! booked car type [taxi_type]contact number [taxi_phone]", + "belief : taxi destination = restaurant two two two ; departure = finches bed and breakfast ; arriveby = 05:15system : and where will you be leaving from?", + "belief : taxi destination = restaurant two two two ; departure = finches bed and breakfast ; arriveby = 05:15system : and where will you be leaving from?", + "belief : taxi destination = restaurant two two two ; departure = finches bed and breakfast ; arriveby = 05:15system : and where will you be leaving from?", + "belief : taxi destination = restaurant two two two ; departure = sheeps green and lammas land park fen causeway ; arriveby = 05:15system : booking completed! booked car type" + ], + [ + "belief : taxi destination = restaurant two two two two ; departure = williams art and antiques ; arriveby = 05:15system : booking completed!", + "belief : taxi destination = restaurant two two two two ; departure = williams art and antiques ; arriveby = 05:15system : booking completed!", + "belief : taxi destination = restaurant two two two two ; departure = williams art and antiques ; arriveby = 05:15system : booking completed!", + "belief : taxi destination = restaurant two two two two ; departure = williams art and antiques ; arriveby = 05:15system : booking completed!", + "belief : taxi destination = restaurant two two two two ; departure = williams art and antiques ; arriveby = 05:15system : booking completed!" + ], + [ + "belief : taxi destination = restaurant two two two two two two ; departure = williams art and antiques ; arriveby = 05:15system :", + "belief : taxi destination = restaurant two two two two two two ; departure = williams art and antiques ; arriveby = 05:15system :", + "belief : taxi destination = restaurant two two two two two two ; departure = williams art and antiques ; arriveby = 05:15system :", + "belief : taxi destination = restaurant two two two two two two ; departure = williams art and antiques ; arriveby = 05:15system :", + "belief : taxi destination = restaurant two two two two two two ; departure = williams art and antiques ; arriveby = 05:15system :" + ], + [ + "belief : taxi destination = restaurant two two two two two ; departure = williams art and antiques", + "belief : taxi destination = restaurant two two two two two ; departure = williams art and antiques", + "belief : taxi destination = restaurant two two two two two ; departure = williams art and antiques", + "belief : taxi destination = restaurant two two two two two ; departure = williams art and antiques", + "belief : taxi destination = restaurant two two two two two ; departure = williams art and antiques" + ], + [ + "belief : taxi destination = saint catalian college ; departure = a and b guest housesystem : when do you need to leave from [attraction_name]?", + "belief : taxi destination = saint catherine's college ; departure = a and b guest housesystem : when do you need to leave from [attraction_name]?", + "belief : taxi destination = saint catalian college ; departure = a and b guest housesystem : when do you need to leave from [attraction_name]?", + "belief : taxi destination = saint catherine's college ; departure = a and b guest housesystem : when do you need to leave from [attraction_name]?", + "belief : taxi destination = saint catalian college ; departure = a and b guest housesystem : when do you need to leave from [attraction_name]?" + ], + [ + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = saint cineworld cinema ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = saint catherine's college ; departure = a and b guest house ; arriveby = 06:00system : booking completed! booked car type [taxi_type]" + ], + [ + "belief : taxi destination = saint catherine college ; departure = a and b guest house ; arriveby = 06:00system : goodbye", + "belief : taxi destination = saint catherine college ; departure = a and b guest house ; arriveby = 06:00system : goodbye", + "belief : taxi destination = saint catherine college ; departure = a and b guest house ; arriveby = 06:00system : goodbye", + "belief : taxi destination = saint catherine college ; departure = a and b guest house ; arriveby = 06:00system : goodbye", + "belief : taxi destination = saint catherine college ; departure = a and b guest house ; arriveby = 06:00system : goodbye" + ], + [ + "belief : restaurant pricerange = cheap ; area = centresystem : i would be happy to help you with that. there are several restaurant -s available. would you prefer [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : i would be happy to help you with that. there are several restaurant -s available. would you prefer [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : there are several restaurant -s serving [value_food] food in the [value_pricerange] price range. do you have a preferred area?", + "belief : restaurant pricerange = cheap ; area = centresystem : i would be happy to help you with that. there are several restaurant -s located in the [value_area]. would you prefer [value_food], [value_food], or [value_food]?", + "belief : restaurant pricerange = cheap ; area = centresystem : i would be happy to help you with that. there are several restaurant -s located in the [value_area] of town. would you prefer a [value_pricerange], [value_pricerange] or [value_pricerange] restaurant?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. do you prefer [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. do you prefer [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. do you prefer [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. do you prefer [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : there are [value_count][value_food] restaurant -s in the city [value_area]. do you prefer [value_pricerange] or [value_pricerange] price range?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : sure. what is your favorite place?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : how about [restaurant_name]?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : how about [restaurant_name]?", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : sure.", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem : how about [restaurant_name]?" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem :", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem :", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem :", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem :", + "belief : restaurant food = chinese ; pricerange = cheap ; area = centresystem :" + ], + [ + "belief : restaurant food = chinese ; pricerange = cheapsystem :", + "belief : restaurant food = chinese ; pricerange = cheapsystem :", + "belief : restaurant food = chinese ; pricerange = cheapsystem :", + "belief : restaurant food = chinese ; pricerange = cheapsystem :", + "belief : restaurant food = chinese ; pricerange = cheapsystem :" + ], + [ + "belief : attraction area = westsystem : there are a lot of attractions in the [value_area]. anything in particular?", + "belief : attraction area = westsystem : there are a lot of attractions in the [value_area]. anything in particular?", + "belief : attraction area = westsystem : there are a lot of attractions in the [value_area]. anything in particular?", + "belief : attraction area = westsystem : there are a lot of attractions in the [value_area]. anything in particular?", + "belief : attraction area = westsystem : there are a lot of attractions in the [value_area]. anything in particular?" + ], + [ + "belief : attraction area = westsystem : sure, there are plenty of place -s to go, are you looking for any particular attraction?", + "belief : attraction area = westsystem : sure, there are plenty of place -s to go, can i suggest something for you and where will you", + "belief : attraction area = westsystem : sure, there are plenty of place -s to go, are you looking for a particular attraction?", + "belief : attraction area = westsystem : sure, there are plenty of place -s to go, can i suggest something for you and where would you like to depart from?", + "belief : attraction area = westsystem : sure, there are plenty of place -s to go, can i recommend any place to you personally?" + ], + [ + "belief : attraction type = whale of college ; area = westsystem :", + "belief : attraction type = whale of college ; area = westsystem :", + "belief : attraction type = whale of college ; area = westsystem :", + "belief : attraction type = whale of college ; area = westsystem :", + "belief : attraction type = whale of college ; area = westsystem :" + ], + [ + "belief : attraction type = whale of attraction area = westsystem :", + "belief : attraction type = whale of attraction area = westsystem :", + "belief : attraction type = whale of attraction area = westsystem :", + "belief : attraction type = whale of attraction area = westsystem :", + "belief : attraction type = whale of attraction area = westsystem :" + ], + [ + "belief : attraction type = night clubsystem : i have found [value_count]nightclubs for you. what specific part of town are you looking for?", + "belief : attraction type = night clubsystem : i have found [value_count]nightclubs for you. what specific part of town are you looking for?", + "belief : attraction type = night clubsystem : i have found [value_count]nightclubs for you. what specific part of town are you looking for?", + "belief : attraction type = night clubsystem : i have found [value_count]nightclubs for you. what specific part of town are you looking for?", + "belief : attraction type = night clubsystem : i have found [value_count]nightclubs for you. what specific part of town are you looking for?" + ], + [ + "belief : attraction type = night club ; area = centresystem : actually, they have free entrance. they are located at [attraction_address]. their phone number is [attraction_phone]. their postcode is [attraction_postcode]. their address is [attraction_address]. their phone number is [attraction_phone]. their postcode is [attraction_postcode]. if", + "belief : attraction type = night club ; area = centresystem : actually, they have free entrance. they are located at [attraction_address]. their phone number is [attraction_phone]. their postcode is [attraction_postcode]. their address is [attraction_address]. their phone number is [attraction_phone]. their postcode is [attraction_postcode]. anything", + "belief : attraction type = night club ; area = centresystem : actually, they have free entrance. they are located at [attraction_address]. their phone number is [attraction_phone]. their postcode is [attraction_postcode]. their address is [attraction_address]. their phone number is [attraction_phone]. their address is [attraction_address]. their phone number is [attraction_phone]. their phone number is [attraction_phone]. their postcode is [attraction_postcode]. their phone number is [attraction_phone]. thank you.", + "belief : attraction type = night club ; area = centresystem : actually, they have free entrance. they are located at [attraction_address]. their phone number is [attraction_phone]. their postcode is [attraction_postcode]. their address is [attraction_address]. their phone number is [attraction_phone]. their address is [attraction_address]. their phone number is [attraction_phone]. their phone number is [attraction_phone]. their postcode is [attraction_postcode]. anything else i can help with?", + "belief : attraction type = night club ; area = centresystem : actually, they have free entrance. they are located at [attraction_address]. their phone number is [attraction_phone]. their postcode is [attraction_postcode]. their address is [attraction_address]. their phone number is [attraction_phone]. their address is [attraction_address]. their phone number is [attraction_phone]. their postcode is [attraction_postcode]. their phone number is [attraction_phone]. thank you." + ], + [ + "belief : attraction type = night club ; area = centresystem : their phone number is [attraction_phone].", + "belief : attraction type = night club ; area = centresystem : their phone number is [attraction_phone].", + "belief : attraction type = night club ; area = centresystem : their phone number is [attraction_phone].", + "belief : attraction type = night club ; area = centresystem : their phone number is [attraction_phone].", + "belief : attraction type = night club ; area = centresystem : their phone number is [attraction_phone]." + ], + [ + "belief : attraction type = night club ; name = soul treesystem : their postcode is [attraction_postcode]. can i help with anything else?", + "belief : attraction type = night club ; name = soul treesystem : their postcode is [attraction_postcode]. can i help with anything else?", + "belief : attraction type = night club ; name = soul treesystem : their postcode is [attraction_postcode]. can i help with anything else?", + "belief : attraction type = night club ; name = soul treesystem : their postcode is [attraction_postcode]. can i help with anything else?", + "belief : attraction type = night club ; name = soul treesystem : their postcode is [attraction_postcode]. can i help with anything else?" + ], + [ + "belief : attraction type = night clubnight club=>belief : attraction name = soul treesystem :", + "belief : attraction type = night clubnight club=>belief : attraction name = soul treesystem :", + "belief : attraction type = night clubnight club=>belief : attraction name = soul treesystem :", + "belief : attraction type = night clubnight club=>belief : attraction name = soul treesystem :", + "belief : attraction type = night clubnight club=>belief : attraction name = soul treesystem :" + ], + [ + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : i would be happy to help with your request, what is your destination?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : i would be happy to help with your request, what is your destination?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : i would be happy to help with your request, what is your destination?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : i would be happy to help with your request, what is your destination?", + "belief : taxi leaveat = 10:45 ; departure = ashley hotelsystem : i would be happy to help with your request, what is your destination?" + ], + [ + "belief : taxi leaveat = 10:45 ; destination = restaurant two twosystem : i have you booked in a [taxi_type], [value_count].", + "belief : taxi leaveat = 10:45 ; destination = restaurant two twosystem : i have you booked in a [taxi_type], [value_count].", + "belief : taxi leaveat = 10:45 ; destination = restaurant two twosystem : i have you booked in a [taxi_type], [value_count].", + "belief : taxi leaveat = 10:45 ; destination = restaurant two twosystem : i have you booked in a [taxi_type], [value_count].", + "belief : taxi leaveat = 10:45 ; destination = restaurant two twosystem : i have you booked in a [taxi_type], [value_count]." + ], + [ + "belief : taxi leaveat = 10:50 ; destination = restaurant two two two ; departure = ashley hotelsystem :", + "belief : taxi leaveat = 10:50 ; destination = restaurant two two two ; departure = ashley hotelsystem :", + "belief : taxi leaveat = 10:50 ; destination = restaurant two two two ; departure = ashley hotelsystem :", + "belief : taxi leaveat = 10:50 ; destination = restaurant two two two ; departure = ashley hotelsystem :", + "belief : taxi leaveat = 10:50 ; destination = restaurant two two two ; departure = ashley hotelsystem :" + ], + [ + "belief : taxi leaveat = 10:50 ; destination = restaurant two two two twosystem : goodbye.", + "belief : taxi leaveat = 10:50 ; destination = restaurant two two two two twosystem : goodbye.", + "belief : taxi leaveat = 10:50 ; destination = restaurant two two two twosystem : goodbye.", + "belief : taxi leaveat = 10:50 ; destination = restaurant two two two two twosystem : goodbye.", + "belief : taxi leaveat = 10:50 ; destination = restaurant two two two two twosystem : goodbye." + ], + [ + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i can definitely help! where are you departing from?", + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i can definitely help! where are you departing from?", + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i can definitely help! where are you departing from?", + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i can definitely help! where are you departing from?", + "belief : taxi leaveat = 16:15 ; destination = avalonsystem : i can definitely help! where are you departing from?" + ], + [ + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked your taxi -s. the car type is a [taxi_type], and the contact number is [taxi_phone].", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked you a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked you a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked you a [taxi_type], the contact number is [taxi_phone].", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure = parkside poolssystem : i have booked your taxi -s. the car type is a [taxi_type], and the contact number is [taxi_phone]." + ], + [ + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure =!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure =ology parksystem : goodbye, enjoy your day", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure =!!!!!!!!!!!!!!!!!!!!!!!!", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure =ology parksystem : you are welcome!", + "belief : taxi leaveat = 16:15 ; destination = avalon ; departure =!!!!!!!!!!!!!!!!!!!!!!!!" + ], + [ + "belief : attraction name = holy trinity churchsystem : i do. it s located in the [value_area] of town at [attraction_address].", + "belief : attraction name = holy trinity churchsystem : i do. it s located in the [value_area] of town at [attraction_address].", + "belief : attraction name = holy trinity churchsystem : i do. it s located in the [value_area] of town at [attraction_address].", + "belief : attraction name = holy trinity churchsystem : i do. it s located in the [value_area] of town at [attraction_address].", + "belief : attraction name = holy trinity churchsystem : i do. it s located in the [value_area] of town at [attraction_address]." + ], + [ + "belief : attraction name = holy trinity churchsystem : they are a church. their phone number is [attraction_phone]", + "belief : attraction name = holy trinity churchsystem : it is a church. their phone number is [attraction_phone]", + "belief : attraction name = holy trinity churchsystem : they are a church. their phone number is [attraction_phone]", + "belief : attraction name = holy trinity churchsystem : they are a church. their phone number is [attraction_phone]", + "belief : attraction name = holy trinity churchsystem : they are a church. their phone number is [attraction_phone]" + ], + [ + "belief : attraction name = holy trinity churchsystem : you are", + "belief : attraction name = holy trinity churchsystem : you are", + "belief : attraction name = holy trinity churchsystem : you are", + "belief : attraction name = holy trinity churchsystem : you are", + "belief : attraction name = holy trinity churchsystem : you are" + ], + [ + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : sure, what time do you want to leave?", + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : what time would you like to depart at?", + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : what time would you like to depart at?", + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : what time would you like to leave or arrive by?", + "belief : taxi destination = christ college ; departure = city stop restaurantsystem : sure, what time do you want to leave?" + ], + [ + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : ok, and what is your destination?", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : ok, and what is your destination?", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : ok, and what is your destination?", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : ok, and what is your destination?", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : ok, and what is your destination?" + ], + [ + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : is there anything else" + ], + [ + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : goodbyesystem : goodbye", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : goodbyesystem : goodbye", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : goodbyesystem : goodbye.", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : goodbyesystem : goodbye", + "belief : taxi leaveat = 14:15 ; destination = christ college ; departure = city stop restaurantsystem : goodbyesystem : goodbye." + ], + [ + "belief : attraction area = westsystem : i have found [value_count]place for you. do you have any specific ideas in mind or would you like me to make some suggestions?", + "belief : attraction area = westsystem : i have found [value_count]place for you. do you have any specific ideas in mind or would you like me to make some suggestions?", + "belief : attraction area = westsystem : i have found [value_count]place for you. do you have any specific ideas in mind or would you like me to make some suggestions?", + "belief : attraction area = westsystem : i have found [value_count]place for you. do you have any specific ideas in mind or would you like me to make some suggestions?", + "belief : attraction area = westsystem : i have found [value_count]place for you. do you have any specific ideas in mind or would you like me to make some suggestions?" + ], + [ + "belief : attraction area = westsystem : sure, the postcode is [attraction_postcode]. is there anything else?", + "belief : attraction area = westsystem : sure, the postcode is [attraction_postcode]. is there anything else?", + "belief : attraction area = westsystem : sure, the postcode for [attraction_name]is [restaurant_postcode]. is there anything", + "belief : attraction area = westsystem : sure, the postcode for [attraction_name]is [restaurant_postcode]. is there anything", + "belief : attraction area = westsystem : sure, the postcode is [attraction_postcode]. is there anything else?" + ], + [ + "belief : attraction type = museum ; area = westsystem : goodbyesystem : goodbye", + "belief : attraction type = museum ; area = westsystem : goodbyesystem : goodbye", + "belief : attraction type = museum ; area = westsystem : goodbyesystem : goodbye", + "belief : attraction type = museum ; area = westsystem : goodbyesystem : goodbye", + "belief : attraction type = museum ; area = westsystem : goodbyesystem : goodbye" + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : i have found several restaurant -s serving indian food. what price range are you looking for?", + "belief : restaurant food = indian ; pricerange = expensivesystem : i have found [value_count][value_food] restaurant -s for you to choose from. do you have a preferred area of town?", + "belief : restaurant food = indian ; pricerange = expensivesystem : i have found [value_count][value_food] restaurant -s for you to choose from. do you have a preferred area of town?", + "belief : restaurant food = indian ; pricerange = expensivesystem : i have found several restaurant -s serving indian food. what price range are you looking for?", + "belief : restaurant food = indian ; pricerange = expensivesystem : i have found several restaurant -s serving indian food. is there a specific area or price range you are looking for?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensive ; name = meghna ; area = westsystem : sure, it is located at [restaurant_address]. postcode [restaurant_postcode]. the phone number is [restaurant_phone]. anything else i can do for you?", + "belief : restaurant food = indian ; pricerange = expensive ; name = meghna ; area = westsystem : of course! it s a restaurant in the [value_area], postcode [restaurant_postcode]. the phone number is [restaurant_phone]. can i book a reservation for you?", + "belief : restaurant food = indian ; pricerange = expensive ; name = meghna ; area = westsystem : of course! it s a restaurant in the [value_area], postcode [restaurant_postcode]. the phone number is [restaurant_phone]. can i book a reservation for you?", + "belief : restaurant food = indian ; pricerange = expensive ; name = none ; area = centresystem : of course! it s a restaurant in the [value_area], postcode [restaurant_postcode]. the phone number is [restaurant_phone]. can i book a reservation for you?", + "belief : restaurant food = indian ; pricerange = expensive ; name = none ; area = centresystem : of course! it s a restaurant in the [value_area], at postcode [restaurant_postcode]. the phone number is [restaurant_phone]. the postcode is [restaurant_postcode]. anything else i can do for you?" + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : enjoy your dinner", + "belief : restaurant food = indian ; pricerange = expensivesystem : yes, it is located at [restaurant_address].", + "belief : restaurant food = indian ; pricerange = expensivesystem : thank you goodbye.", + "belief : restaurant food = indian ; pricerange = expensivesystem : yes i can!", + "belief : restaurant food = indian ; pricerange = expensivesystem : yes i can!" + ], + [ + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye", + "belief : restaurant food = indian ; pricerange = expensivesystem : goodbye" + ], + [ + "belief : hotel name = alpha-milton guest housesystem : sure, it is a [value_pricerange] -ly priced [value_count]star guesthouse in the northend. it does not offer free wifi or parking. would you like the phone number or address?", + "belief : hotel name = alpha-milton guest housesystem : the alpha milton guesthouse is [value_pricerange] -ly priced and is in the [value_area] area.", + "belief : hotel name = alpha-milton guest housesystem : sure, it is a [value_pricerange] -ly priced [value_count]star guesthouse in the northend. it does not offer free wifi or parking. would you like the phone number or address?", + "belief : hotel name = alpha-milton guest housesystem : the alpha milton guesthouse is [value_pricerange] -ly priced and is in the [value_area] area.", + "belief : hotel name = alpha-milton guest housesystem : the alpha milton guesthouse is [value_pricerange] -ly priced and is in the [value_area] area." + ], + [ + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : i apologize booking was unsuccessful. would you like me to try another hotel?", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : i am sorry, it does not look like they have anything available. would you like to try another hotel?", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : i am sorry, that is not available. can i find a different hotel for you today?", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : i am sorry, that is not available. can i find a different hotel for you today?", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : i am sorry, that is not available. can i find a different hotel for you today?" + ], + [ + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : enjoy your stay", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : you are welcome. goodbye.", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : you are welcome. goodbye.", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : you are welcome. goodbye.", + "belief : hotel name = alpha-milton guest house | booking day = monday ; people = 4 ; stay = 4system : enjoy your stay" + ], + [ + "belief : restaurant pricerange = cheapsystem : sure, we have [value_count]restaurant -s. do you have a specific area or price range in mind?", + "belief : restaurant pricerange = cheapsystem : sure. there are [value_count]restaurant -s available. do you have a specific area or price range in mind?", + "belief : restaurant pricerange = cheapsystem : sure, we have [value_count]restaurant -s. do you have a specific area or price range in mind?", + "belief : restaurant pricerange = cheapsystem : sure, we have [value_count]restaurant -s. do you have a specific area or price range in mind?", + "belief : restaurant pricerange = cheapsystem : sure. there are [value_count]restaurant -s available. do you have a specific area or price range in mind?" + ], + [ + "belief : restaurant pricerange = cheap asian oriental ; area = centresystem : the phone number for [restaurant_name]is [restaurant_phone]and they are located at [restaurant_address].", + "belief : restaurant pricerange = cheap asian oriental ; area = centresystem : sure! the phone number for [restaurant_name]is [restaurant_phone]and they are located at [restaurant_address]", + "belief : restaurant pricerange = cheap asian ; area = eastsystem : sure! the phone number for [restaurant_name]is [restaurant_phone]and they are located at [restaurant_address].", + "belief : restaurant pricerange = cheap asian oriental ; area = centresystem : sure! the phone number for [restaurant_name]is [restaurant_phone]and they are located at [restaurant_address]", + "belief : restaurant pricerange = cheap asian oriental ; area = centresystem : sure! the phone number for [restaurant_name]is [restaurant_phone]and they are located at [restaurant_address]" + ], + [ + "belief : restaurant pricerange = cheapsystem : goodbye", + "belief : restaurant pricerange = cheapsystem : goodbye", + "belief : restaurant pricerange = cheapsystem : goodbye", + "belief : restaurant pricerange = cheapsystem : goodbye", + "belief : restaurant pricerange = cheapsystem : goodbye" + ], + [ + "belief : hotel name = 4-star guest housesystem : it is a guesthouse in the [value_area] of town that has a star rating. would you like to make a booking?", + "belief : hotel name = 4-star guest housesystem : it is a guesthouse in the [value_area] of town that has a star rating and offers free parking. would you like to make a reservation?", + "belief : hotel name = 4-star guest housesystem : it is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel name = 4-star guest housesystem : it is a guesthouse in the [value_area] with a star rating of [value_count]. would you like to make a booking?", + "belief : hotel name = 4-star guest housesystem : it is a guesthouse in the [value_area] of town that has a star rating and offers free parking. would you like to make a reservation?" + ], + [ + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]options, all with wifi", + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]options. does price matter to you", + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]options. does price matter to you", + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]options. does price matter to you", + "belief : hotel area = south ; stars = 4 ; internet = yes ; type = guesthousesystem : there are [value_count]options. does price matter to you" + ], + [ + "belief : hotel area = south ; type = guesthousesystem : rosa ; internet = yes | booking day = friday ; type = guesthousesystem : 8system : goodbye.", + "belief : hotel area = south ; type = guesthousesystem : rosa ; internet = yes | booking day = friday ; type = guesthousesystem : 8system : goodbye.", + "belief : hotel area = south ; type = guesthousesystem : rosa ; internet = yes ; type = guesthousesystem : 8system : goodbye.", + "belief : hotel area = south ; type = guesthousesystem : rosa's = yes ; internet = yessystem : goodbye.", + "belief : hotel area = south ; type = guesthousesystem : rosasystem : do you need a room?" + ], + [ + "belief : hotel name = rosas bed and breakfast", + "belief : hotel name = rosas bed and breakfast", + "belief : hotel name = rosas bed and breakfast", + "belief : hotel name = rosas bed and breakfast", + "belief : hotel name = rosas bed and breakfast" + ], + [ + "belief : restaurant area = centresystem : yes i have many restaurant -s to choose from in the center of town. do you have a price range preference?", + "belief : restaurant area = centresystem : yes i have many restaurant -s to choose from in the center of town. do you have a price range preference?", + "belief : restaurant area = centresystem : yes i have many restaurant -s to choose from in the center of town. do you have a price range preference?", + "belief : restaurant area = centresystem : yes i have many restaurant -s to choose from in the center of town. do you have a price range preference?", + "belief : restaurant area = centresystem : yes i have many restaurant -s to choose from in the center of town. do you have a price range preference?" + ], + [ + "belief : restaurant food = middle eastern ; area = centresystem : i am sorry, there are not any middle eastern restaurant -s. is there another type of food you would be interested in?", + "belief : restaurant food = middle eastern ; area = centresystem : i am sorry, there are not any middle eastern restaurant -s. is there another type of food you would be interested in?", + "belief : restaurant food = middle eastern ; area = centresystem : i am sorry, there are not any middle eastern restaurant -s. is there another type of food you would be interested in?", + "belief : restaurant food = middle eastern ; area = centresystem : i am sorry, there are not any middle eastern restaurant -s. is there another type of food you would be interested in?", + "belief : restaurant food = middle eastern ; area = centresystem : i am sorry, there are not any middle eastern restaurant -s. is there another type of food you would like to try?" + ], + [ + "belief : restaurant food = mediterranean ; area = centresystem : yes, there are many.", + "belief : restaurant food = mediterranean ; area = centresystem : yes, there are many.", + "belief : restaurant food = mediterranean ; area = centresystem : yes, there are many.", + "belief : restaurant food = mediterranean ; area = centresystem : yes, there are many.", + "belief : restaurant food = mediterranean ; area = centresystem : yes, there are many." + ], + [ + "belief : restaurant food = mediterranean ; area = centresystem :", + "belief : restaurant food = mediterranean ; area = centresystem :", + "belief : restaurant food = mediterranean ; area = centresystem :", + "belief : restaurant food = mediterranean ; area = centresystem :", + "belief : restaurant food = mediterranean ; area = centresystem :" + ], + [ + "belief : restaurant food = mediterranean ; area = centresystem :", + "belief : restaurant food = mediterranean ; area = centresystem :", + "belief : restaurant food = mediterranean ; area = centresystem :", + "belief : restaurant food = mediterranean ; area = centresystem :", + "belief : restaurant food = mediterranean ; area = centresystem :" + ], + [ + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean" + ], + [ + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean ; area = centresystem : what price = middle easternsystem : what type = middle easternsystem : do youREE", + "belief : restaurant food = mediterranean ; area = centresystem :" + ], + [ + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean ; area = centresystem : goodbye.", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean", + "belief : restaurant food = mediterranean" + ], + [ + "belief : taxi destination = de luca cucina and bar ; departure = avalonsystem : no problem, i will need your departure site first", + "belief : taxi destination = de luca cucina and bar ; departure = avalonsystem : no problem, i will need your departure site first", + "belief : taxi destination = de luca cucina and bar ; departure = avalonsystem : no problem, i will need your departure site first", + "belief : taxi destination = de luca cucina and bar ; departure = avalonsystem : no problem, i will need your departure site first", + "belief : taxi destination = de luca cucina and bar ; departure = avalonsystem : no problem, i will need your departure site first" + ], + [ + "belief : taxi destination = de luca cucina and bar ; departure = avalon ; arriveby = 07:30system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = de luca cucina and bar ; departure = avalon ; arriveby = 07:30system : booking completed! booked car type [taxi_type]", + "belief : taxi destination = de luca cucina and bar ; departure = avalon ; arriveby = 07:30system : i have you booked in a [taxi_type]", + "belief : taxi destination = de luca cucina and bar ; departure = avalon ; arriveby = 07:30system : i have you booked in a [taxi_type]", + "belief : taxi destination = de luca cucina and bar ; departure = avalon ; arriveby = 07:30system : booking completed! booked car type [taxi_type]" + ], + [ + "belief : taxi destination = de luca cucina and bar ; departure = avalon ; arriveby = 07:30system : goodbye!", + "belief : taxi destination = de luca cucina and bar ; departure = avalon ; arriveby = 07:30system : enjoy your day", + "belief : taxi destination = de luca cucina and bar ; departure = avalon ; arriveby = 07:30system : enjoy your visit to the restaurant", + "belief : taxi destination = de luca cucina and bar ; departure = avalon ; arriveby = 07:30system : goodbye!", + "belief : taxi destination = de luca cucina and bar ; departure = avalon ; arriveby = 07:30system : goodbye!" + ], + [ + "belief : train arriveby = 09:30 ; departure = london liverpool streetsystem : what is your destination, please?", + "belief : train arriveby = 09:30 ; departure = london liverpool streetsystem : what is your destination, please?", + "belief : train arriveby = 09:30 ; departure = london liverpool streetsystem : that would be to depart at [value_time]. i have [value_count]trains that would arrive before that time, did you have a specific arrival time in mind?", + "belief : train arriveby = 09:30 ; departure = london liverpool streetsystem : that would be to depart at [value_time]. would you like to change the day, or the time?", + "belief : train arriveby = 09:30 ; departure = london liverpool streetsystem : that would be to depart at [value_time]. i have [value_count]trains that would arrive before that time, did you have a specific arrival time in mind?" + ], + [ + "belief : train destination = london liverpool street ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train destination = london liverpool street ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train destination = london liverpool street ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train destination = london liverpool street ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : there are [value_count]trains that match your search. shall i choose [value_count]to book?", + "belief : train destination = london liverpool street ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : how about train [train_id] that leaves at [value_time]?" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : the cost is [value_price] pounds per person.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : the cost is [value_price] pounds per person.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : the cost is [value_price] pounds per person.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : the cost is [value_price] pounds per person.", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30 ; departure = london liverpool streetsystem : the cost is [value_price] pounds per person." + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : goodbye", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : goodbye", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : goodbye", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : goodbye", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system : goodbye" + ], + [ + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system :", + "belief : train destination = cambridge ; day = thursday ; arriveby = 09:30system :" + ], + [ + "belief : train destination destination = cambridge", + "belief : train destination destination = cambridge", + "belief : train destination destination = cambridge", + "belief : train destination = cambridge", + "belief : train destination destination = cambridge" + ], + [ + "belief : train departure = cambridgesystem : no problem, i have many options for you traveling to [value_place]. what day are you traveling?", + "belief : train departure = cambridgesystem : no problem. what day will that be for?", + "belief : train departure = cambridgesystem : no problem, i have many options for you traveling to [value_place]. what day are you traveling?", + "belief : train departure = cambridgesystem : no problem, i have many options for you traveling to [value_place]. what day are you traveling?", + "belief : train departure = cambridgesystem : no problem. what day will that be for?" + ], + [ + "belief : train destination = birmingham new street ; departure = cambridgesystem : we have the [train_id] leaving at [value_time]. does that work?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have a train to [value_place]leaving at [value_time]. will this work for you?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : we have the [train_id] leaving at [value_time]. does that work?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have a train to [value_place]leaving at [value_time]. will this work for you?", + "belief : train destination = birmingham new street ; departure = cambridgesystem : i have a train to [value_place]leaving at [value_time]. will this work for you?" + ], + [ + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : could you please tell me where you would like to travel to?", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : how about [train_id]?", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : can you please provide me with a departure location and date?", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : i have several options for you depending on day of the week", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : i have several options for you depending on day of the week" + ], + [ + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : it costs [value_price] pounds", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : it costs [value_price] pounds", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : it costs [value_price] pounds", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : it costs [value_price] pounds", + "belief : train leaveat = 15:00 ; destination = birmingham new street ; day = sunday ; departure = cambridgesystem : it costs [value_price] pounds" + ], + [ + "belief : train leaveat leaveat destination birmingham new street", + "belief : train leaveat destination birmingham new street", + "belief : train leaveat leaveat destination = birmingham new street", + "belief : train leaveat leaveat destination = birmingham new street ; day = sunday", + "belief : train leaveat leaveat destination birmingham new street" + ], + [ + "belief : restaurant food = chinese ; area = centresystem : sure, there are [restaurant_name][value_food] restaurant -s in the city [value_area]. do you prefer [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = chinese ; area = centresystem : there are many [value_food] restaurant -s to choose from. do you have a preferred price range?", + "belief : restaurant food = chinese ; area = centresystem : sure, there are [restaurant_name][value_food] restaurant -s in the city [value_area]. do you prefer [value_pricerange] or [value_pricerange] price range?", + "belief : restaurant food = chinese ; area = centresystem : there are many [value_food] restaurant -s to choose from. do you have a preferred price range?", + "belief : restaurant food = chinese ; area = centresystem : sure, there are [restaurant_name][value_food] restaurant -s in the city [value_area]. do you prefer [value_pricerange] or [value_pricerange] price range?" + ], + [ + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the address is [restaurant_address], postcode is [restaurant_postcode]", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the address is [restaurant_address], postcode is [restaurant_postcode]", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the address is [restaurant_address], postcode is [restaurant_postcode]", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the address is [restaurant_address], postcode is [restaurant_postcode]", + "belief : restaurant food = chinese ; pricerange = moderate ; area = centresystem : the address is [restaurant_address], postcode is [restaurant_postcode]" + ], + [ + "belief : restaurant food = chinese ; area = centresystem : thank you goodbyesystem : goodbye.", + "belief : restaurant food = chinese ; area = centresystem : thank you goodbye", + "belief : restaurant food = chinese ; area = centresystem : thank you goodbye", + "belief : restaurant food = chinese ; area = centresystem : thank you goodbye", + "belief : restaurant food = chinese ; area = centresystem : thank you goodbyesystem : goodbye." + ], + [ + "belief : hotel pricerange = cheapsystem : okay. let s narrow down your options. which area of town do you prefer?", + "belief : hotel pricerange = cheapsystem : okay. let s narrow down your options. which area of town do you prefer?", + "belief : hotel pricerange = cheapsystem : okay. let s narrow down your options. which area of town do you prefer?", + "belief : hotel pricerange = cheapsystem : okay. let s narrow down your options. which area of town do you prefer?", + "belief : hotel pricerange = cheapsystem : okay. let s narrow down your options. which area of town do you prefer?" + ], + [ + "belief : hotel area = centre ; pricerange = cheapsystem : there are several. do you have a preference on the type of lodging or other requirement?", + "belief : hotel area = centre ; pricerange = cheapsystem : there are several. do you prefer a hotel or a guesthouse?", + "belief : hotel area = centre ; pricerange = cheapsystem : there are several. do you have a preference for price range?", + "belief : hotel area = centre ; pricerange = cheapsystem : there are several. do you have a preference on the type of lodging or other requirement?", + "belief : hotel area = centre ; pricerange = cheapsystem : there are several. do you prefer a hotel or a guest house?" + ], + [ + "belief : hotel area = centre ; pricerange = cheapsystem : okay.", + "belief : hotel area = centre ; pricerange = cheapsystem : yes ; internet = yessystem : okay. let me check in mind.", + "belief : hotel area = centre ; pricerange = cheapsystem : yes ; internet = yessystem : okay. let me see what i can find :", + "belief : hotel area = centre ; pricerange = cheapsystem : yes ; internet = yessystem : okay. let me see what i can find :", + "belief : hotel area = centre ; pricerange = cheapsystem : yes ; internet = yessystem : okay. let me see what i can find :" + ], + [ + "belief :belief : hotel area = centresystem : goodbye", + "belief :belief : hotel area = centresystem : goodbye", + "belief :belief : hotel area = centresystem : goodbye", + "belief :belief : hotel area = centresystem : goodbye", + "belief :belief : hotel area = centresystem : goodbye" + ], + [ + "belief :belief : hotel area = centresystem : goodbye.", + "belief :belief : hotel area = centresystem : goodbye.", + "belief :belief : hotel area = centresystem : goodbye", + "belief :belief : hotel area = centresystem : goodbye", + "belief :belief : hotel area = centresystem : goodbye" + ], + [ + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : i would be happy to help with your request, where will you be picked up from?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : and where will the taxi be taking you?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : and where will the taxi be taking you?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : i would be happy to help with your request, where will you be picked up from?", + "belief : taxi leaveat = 04:30 ; departure = pizza hut city centresystem : i would be happy to help with your request, where will you be picked up from?" + ], + [ + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : i have a [taxi_type]for you with contact number [taxi_phone].", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : i have a [taxi_type]for you with contact number [taxi_phone].", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : i have a [taxi_type]for you with contact number [taxi_phone].", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : i have a [taxi_type]for you with contact number [taxi_phone].", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem : i have a [taxi_type]for you with contact number [taxi_phone]." + ], + [ + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :", + "belief : taxi leaveat = 04:30 ; destination = gonville hotel ; departure = pizza hut city centresystem :" + ], + [ + "belief : nonesystem : i would be happy to help with your request, what is your destination?", + "belief : nonesystem : okay, i will need some more information from you. what time would you like to leave?", + "belief : nonesystem : i would be happy to help with your request, where does the taxi need to pick you up from?", + "belief : nonesystem : okay, i will need some more information from you. what time would you like to leave?", + "belief : nonesystem : i would be happy to help with your request, what is your destination?" + ], + [ + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : i have booked your taxi and it is a [taxi_type].", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : i have booked your taxi and it is a [taxi_type].", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : i have booked your taxi, it will be a [taxi_type]and the contact number is [taxi_phone].", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : i have booked your taxi and it is a [taxi_type]. the contact number is [taxi_phone].", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : i have booked your taxi and it is a [taxi_type]. the contact number is [taxi_phone]." + ], + [ + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : you are welcome. anything else i can help with?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : you are welcome. can i do anything else for you today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : you are welcome. can i do anything else for you today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : you are welcome. can i do anything else for you today?", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : you are welcome. can i do anything else for you today?" + ], + [ + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : goodbye", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : goodbye", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : goodbye", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : goodbye", + "belief : taxi destination = broxbourne train station ; departure = gandhi ; arriveby = 02:00system : goodbye" + ], + [ + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s with free wifi and parking. what price range are you looking for?", + "belief : hotel parking = yes ; internet = yessystem : i have many options with free wifi available, is there a specific area or price range you were looking for?", + "belief : hotel parking = yes ; internet = yessystem : i have many options with free wifi available, is there a specific area or price range you were looking for?", + "belief : hotel parking = yes ; internet = yessystem : i have [value_count]hotel -s with free wifi and parking. what price range are you looking for?", + "belief : hotel parking = yes ; internet = yessystem : i have many options with free wifi available, is there a specific area or price range you were looking for?" + ], + [ + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have a few that are [value_pricerange] but not a guest house. is there a certain amount of stars you would like?", + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have a few that are [value_pricerange] -ly priced. is there a certain amount of stars you would like?", + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have a few that are [value_pricerange] -ly priced. is there a certain amount of stars you would like?", + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have a few that are [value_pricerange] -ly priced guesthouses. is there a certain area you wish to stay in?", + "belief : hotel parking = yes ; pricerange = expensive ; internet = yes ; type = guesthousesystem : i have a few that are [value_pricerange] -ly priced. is there a certain amount of stars you would like?" + ], + [ + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : how about?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : how about?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : how about?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : how about?", + "belief : hotel parking = yes ; pricerange = moderate ; internet = yessystem : how about?" + ], + [ + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes", + "belief : hotel parking = yes" + ], + [ + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking", + "belief : hotel parking" + ], + [ + "belief : taxi destination = scott polar museumsystem : i can help you book that, what time will you be leaving and arriving?", + "belief : taxi destination = scott polar museumsystem : i can help you book that, what time will you be leaving and arriving?", + "belief : taxi destination = scott polar museumsystem : i can help you book that, what time will you be leaving and arriving?", + "belief : taxi destination = scott polar museumsystem : i can help you book that, what time will you be leaving and arriving?", + "belief : taxi destination = scott polar museumsystem : i can help you book that, what time will you be leaving and arriving?" + ], + [ + "belief : taxi destination = scott polar museum ; arriveby = 03:00system : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?", + "belief : taxi destination = scott polar museum ; arriveby = 03:00system : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?", + "belief : taxi destination = scott polar museum ; arriveby = 03:00system : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?", + "belief : taxi destination = scott polar museum ; arriveby = 03:00system : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?", + "belief : taxi destination = scott polar museum ; arriveby = 03:00system : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?" + ], + [ + "belief : taxi leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train stationsystem : booking completed!", + "belief : taxi leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train stationsystem : booking completed!", + "belief : taxi leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train stationsystem : booking completed!", + "belief : taxi leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train stationsystem : booking completed!", + "belief : taxi leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train stationsystem : booking completed!" + ], + [ + "belief : taxi leaveat = 03:00 ; departure = london kings cross train stationsystem :", + "belief : taxi leaveat = 03:00 ; departure = london kings cross train stationsystem :", + "belief : taxi leaveat = 03:00 ; departure = london kings cross train stationsystem :", + "belief : taxi leaveat = 03:00 ; departure = london kings cross train stationsystem :", + "belief : taxi leaveat = 03:00 ; departure = london kings cross train stationsystem :" + ], + [ + "belief : taxi leaveat leaveat leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train station", + "belief : taxi leaveat leaveat leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train station", + "belief : taxi leaveat leaveat leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train station", + "belief : taxi leaveat leaveat leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train station", + "belief : taxi leaveat leaveat leaveat = 03:00 ; destination = scott polar museum ; departure = london kings cross train station" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthousesystem : i can book you on [train_id] leaving [value_place]at [value_time]to arrive in [value_place]at [value_time]. how many tickets should i reserve?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthousesystem : i can book you on [train_id] leaving at [value_time]to arrive at [value_time]. how many tickets should i reserve?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthousesystem : i can book you on [train_id] leaving [value_place]at [value_time]to arrive in [value_place]at [value_time]. how many tickets should i reserve?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthousesystem : i can book you on [train_id] leaving [value_place]at [value_time]to arrive in [value_place]at [value_time]. how many tickets should i reserve?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthousesystem : i can book you on [train_id] leaving at [value_time]to arrive at [value_time]. how many tickets should i reserve?" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = the gardeniasystem : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = the gardeniasystem : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = the gardeniasystem : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = the gardeniasystem : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else?", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = the gardeniasystem : ok, i have a [taxi_type]for you with the contact number [taxi_phone]. anything else you need?" + ], + [ + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = the gardeniasystem : you are quite welcome! goodbye!", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = the gardeniasystem : you are quite welcome! goodbye!", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = the gardeniasystem : you are quite welcome! goodbye!", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = the gardeniasystem : you are quite welcome! goodbye!", + "belief : taxi leaveat = 11:00 ; destination = arbury lodge guesthouse ; departure = the gardeniasystem : you are quite welcome! goodbye!" + ], + [ + "belief : taxi leaveat = 11:00 ; departure = the gardeniasystem : enjoy your visit to arbury lodge guesthousesystem : goodbye.", + "belief : taxi leaveat = 11:00 ; departure = the gardeniasystem : enjoy your visit to arbury lodge guesthousesystem : goodbye.", + "belief : taxi leaveat = 11:00 ; departure = the gardeniasystem : enjoy your visit to arbury lodge guesthousesystem : goodbye.", + "belief : taxi leaveat = 11:00 ; departure = the gardeniasystem : enjoy your visit to arbury lodge guesthousesystem : goodbye.", + "belief : taxi leaveat = 11:00 ; departure = the gardeniasystem : enjoy your visit to arbury lodge guesthousesystem : goodbye." + ] +] \ No newline at end of file